What is the area of a triangle with altitudes of length 3, 4, and 5?
If your answer can be expressed as b a b where a and b are positive integers and b is squarefree, find a + b .
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.
Yes, you applied a formula resembling Heron's formula . Great job on the generalization!
So, more explicitly, A = ( h a h b + h b h c + h c h a ) ( − h a h b + h b h c + h c h a ) ( h a h b − h b h c + h c h a ) ( h a h b + h b h c − h c h a ) ( h a h b h c ) 2 .
dat was tedious
Let the triangle be △ A B C with respective side lengths a , b and c . The altitude from A , B and C be 3 , 4 and 5 respectively. Then the area of △ A B C is given by:
A △ = 2 1 ( 3 a ) = 2 1 ( 4 b ) = 2 1 ( 5 c ) ⇒ b = 4 3 a ⇒ c = 5 3 a
From Heron's formula, we have, A △ = s ( s − a ) ( s − b ) ( s − c ) , where s = 2 1 ( a + b + c ) = 2 1 ( 1 + 4 3 + 5 3 ) a = 4 0 4 7 a .
⇒ s ( s − a ) ( s − b ) ( s − c ) = 2 3 a ⇒ 4 0 4 7 × 4 0 7 × 4 0 1 7 × 4 0 2 3 a 2 = 2 3 a ⇒ 1 2 8 6 3 9 a = 2 4 0 0 ⇒ a = 1 2 8 6 3 9 2 4 0 0
A △ = 2 3 a = 2 1 2 8 6 3 9 3 × 2 4 0 0 = 1 2 8 6 3 9 3 6 0 0 1 2 8 6 3 9
⇒ a + b = 3 6 0 0 + 1 2 8 6 3 9 = 1 3 2 2 3 9
Let the area of the triangle be A . The sides of the triangle are then 3 2 A , 4 2 A and 5 2 A
Using the cosine rule, and cancelling the common factor ( 2 A ) 2 , the smallest angle (which will be opposite the smallest side) satisfies
c o s ( θ ) = 2 × 3 1 × 4 1 9 1 + 1 6 1 − 2 5 1 = 6 0 0 4 8 1
From this it follows that
s i n ( θ ) = 6 0 0 1 2 8 6 3 9
Now writing down the area of the triangle in terms of two sides and the included angle gives
A = 2 1 × 3 2 A × 4 2 A × 6 0 0 1 2 8 6 3 9
Solving this for A gives
A = 1 2 8 6 3 9 3 6 0 0 = 1 2 8 6 3 9 3 6 0 0 1 2 8 6 3 9
and the result follows.
I wrestled with this for a whole day, and the woke up with the idea that the sides of the triangle must be in the ratio 3 1 : 4 1 : 5 1 , so that they give the same result (twice the area) when multiplied by the corresponding perpendicular sides.
The solution then almost wrote itself.
Thanks for the solution! :D
Glad one of my problems was challenging to people out in the world. :D
Problem Loading...
Note Loading...
Set Loading...
At the risk of being redundant, I just thought it would help to generate a general formula for the area of a triangle given its altitudes.
In general, let the side lengths of a triangle be a , b , c and the respective altitudes from these sides be h a , h b , h c . Then with A being the area of the triangle, we have that
2 A = a h a = b h b = c h c ⟹ a = h a 2 A , b = h b 2 A , c = h c 2 A .
Now using Heron's formula A = s ( s − a ) ( s − b ) ( s − c ) where s = 2 a + b + c , we can substitute in our expressions for a , b , c and simplify to get the area of the triangle, (in inverse form), exclusively in terms of the altitudes, i.e.,
A 1 = ( h a 1 + h b 1 + h c 1 ) ( h a 1 + h b 1 − h c 1 ) ( h a 1 + h c 1 − h b 1 ) ( h b 1 + h c 1 − h a 1 ) .
Plugging in h a = 3 , h b = 4 , h c = 5 , we find that
A 1 = 6 0 2 4 7 ∗ 2 3 ∗ 1 7 ∗ 7 ⟹ A = 1 2 8 6 3 9 3 6 0 0 1 2 8 6 3 9 ,
and so a + b = 3 6 0 0 + 1 2 8 6 3 9 = 1 3 2 2 3 9 .