Find the number of different triangles that exist which have its angles in an arithmetic progression, have its sides in a geometric progression, and has at least one unit side.
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.
Nice solution!
Log in to reply
Haaaang on - just realised there's a much easier way (major edit coming up...)
Let A B C be the triangle with a = B C , b = C A and c = A B and ∠ A ≤ ∠ B ≤ ∠ C . Since the angles are in arithmetic progression, we have
∠ B = 2 ∠ A + ∠ C = 2 1 8 0 ∘ − ∠ B ⇒ ∠ B = 6 0 ∘ .
Now, the relation ∠ A ≤ ∠ B ≤ ∠ C yields a ≤ b ≤ c and since the sides are in geometric progression, we get
b 2 = a ⋅ c ⇒ sin 2 B = sin A ⋅ sin C ⇒ sin 2 6 0 ∘ = sin A ⋅ sin C ⇒ sin A ⋅ sin C = 4 3 ⇒ cos ( A − C ) − cos ( A + C ) = 2 3 ⇒ cos ( A − C ) + cos B = 2 3 ⇒ cos ( A − C ) = 2 3 − cos 6 0 ∘ ⇒ cos ( A − C ) = 1 ⇒ ∠ ( A − C ) = 0 ⇒ ∠ A = ∠ C (by sine rule) (since − 1 8 0 ∘ < ∠ ( A − C ) < 1 8 0 ∘ )
This result leads to a unique solution, namely the (unit side) equilateral triangle.
The correct answer is one .
Nice solution!
Since the angles are in an arithmetic progression, we can label them a − d , a , and a + d . The angle sum of a triangle is 1 8 0 ° , so ( a − d ) + a + ( a + d ) = 1 8 0 ° , which solves to a = 6 0 ° , its medium angle.
Since the sides are in a geometric progression, we can label them r x , x , and r x .
The medium side x must be across its medium angle a = 6 0 ° , so by the law of cosines, x 2 = ( r x ) 2 + ( r x ) 2 − 2 1 ⋅ r x ⋅ r x ⋅ cos 6 0 ° , which rearranges to 0 = ( r 2 − 1 ) 2 and has one real solution r = 1 .
Since r = 1 , the three sides must all be the same, so it must be an equilateral triangle (and therefore d = 0 ), and there is only one possible equilateral triangle with at least one unit side.
Problem Loading...
Note Loading...
Set Loading...
The sides are in geometric progression; say they're r a , a , a r .
The angles are in arithmetic progression, and sum to 1 8 0 ° . Note this means the angle opposite the side of length a must be 6 0 ° .
By the cosine rule, a 2 = r 2 a 2 + a 2 r 2 − 2 a 2 cos 6 0 .
Dividing by a 2 and substituting cos 6 0 = 2 1 , we get 1 = r 2 1 + r 2 − 1 , or ( r − r 1 ) 2 = 0 . Hence r = 1 is the only solution, that is the only such triangle is the unit equilateral triangle.
Alternative (longer) solution below:
Let the sides of the triangle be a ≤ b ≤ c and the angles opposite these sides be A ≤ B ≤ C .
Since the angles are in arithmetic progression, and they sum to 1 8 0 ° , they must be 6 0 − θ , 6 0 , 6 0 + θ for some non-negative θ < 6 0 .
Since the sides are in geometric progression, they satisfy b a = c b .
By the sine rule, a sin A = b sin B = c sin C . With a little rearrangement and cancellation, this becomes sin ( 6 0 − θ ) sin ( 6 0 + θ ) = sin 2 6 0 = 4 3 .
Expanding, sin ( 6 0 − θ ) sin ( 6 0 + θ ) = ( sin 6 0 cos θ − sin θ cos 6 0 ) ( sin 6 0 cos θ + sin θ cos 6 0 ) = sin 2 6 0 cos 2 θ − sin 2 θ cos 2 6 0 = 4 1 ( 3 cos 2 θ − sin 2 θ ) = 4 1 ( 1 + 2 cos 2 θ ) = 4 3
so that finally cos 2 θ = 1 and the unique solution is θ = 0 corresponding to an equilateral triangle; from the remaining given condition, the only such triangle is the unit equilateral triangle.