For a particular triangle , the reciprocal of the angles follows a harmonic progression , and two of the side lengths of this triangle are given as 4 and 5. Find the sum of all distinct possible values of the perimeter of this triangle.
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.
Relevant wiki: Solving Triangles - Problem Solving - Medium
Reciprocal are in HP ⟹ angles are in AP. Let the angles be r − y , r , r + y . Since they sum up to π , we get 3 r = π or r = 3 π ( i.e one angle of Δ is 3 π ). Now this angle 3 π can be opposite to side 4 , 5 or x . I'll be using Cosine Rule in each case:-
C a s e − 1
3 π is opposite to side of length 4
⟹ cos ( 3 π ) = 2 ⋅ 5 ⋅ x 5 2 + x 2 − 4 2 ⟹ x 2 − 5 x + 9 = 0 Since its discriminant( = − 1 1 < 0 ) , hence this quadratic doesn't have any real solutions.
C a s e − 2
3 π is opposite to side of length 5 ⟹ cos ( 3 π ) = 2 ⋅ 4 ⋅ x 4 2 + x 2 − 5 2
⟹ x 2 − 4 x − 9 = 0
⟹ ( x − 2 ) 2 = 1 3 ⟹ x = 2 + 1 3
( 2 − 1 3 is rejected since x > 0 )
C a s e − 3
3 π is opposite to side of length x . ⟹ cos ( 3 π ) = 2 ⋅ 5 ⋅ 4 5 2 + 4 2 − x 2 ⟹ x 2 = 2 1 ⟹ x = 2 1 ( x = − 2 1 is rejected since x > 0 )
Hence,
A = ( 4 + 5 + 2 + 1 3 ) + ( 4 + 5 + 2 1 ) = 2 0 + 1 3 + 2 1