How many triangles have one angle that is , one side that is more than its shortest side, and all integer sides?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We want a triangle with sides a , a + 1 , b where b > a + 1 , and b is the side opposite the angle of 1 2 0 ∘ , so that b 2 = a 2 + ( a + 1 ) 2 − 2 a ( a + 1 ) cos 1 2 0 ∘ = 3 a 2 + 3 a + 1 so that 4 b 2 − 3 ( 2 a + 1 ) 2 = 1 The positive integer solutions of the equation x 2 − 3 y 2 = 1 are given by the formula x n + y n 3 = ( 2 + 3 ) n for n ≥ 0 . It is easy to show that we can ensure that x n is even and y n is odd by choosing n to be odd. If we define a n = 2 1 ( y 2 n + 1 − 1 ) b n = 2 1 x 2 n + 1 n ≥ 0 we obtain sequences of integers defined by the recurrence relations a n b n = 7 a n − 1 + 4 b n − 1 + 3 = 1 2 a n − 1 + 7 b n − 1 + 6 with a 0 = 0 and b 0 = 1 , and we have b n 2 = 3 a n 2 + 3 a n + 1 n ≥ 0 while it is clear that b n > a n + 1 for all n ≥ 1 . Thus we have i n f i n i t e l y many triangles.