Find the area of triangle A B C with side lengths A B = 1 3 , B C = 1 7 , and C A = 2 0 .
Bonus : Can you calculate without using the cosine rule ?
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.
Very interesting geometric exposition! :)
very good solution and an even more interesting problem
Interesting
By cosine rule , we have:
2 0 ⟹ cos B sin B = 1 3 + 1 7 − 2 1 3 ⋅ 1 7 cos B = 2 1 3 ⋅ 1 7 1 0 = 2 2 1 5 = 1 − cos 2 B = 1 − 2 2 1 2 5 = 2 2 1 1 9 6 = 2 2 1 1 4
The area of △ A B C is given by A = 2 a c sin B = 2 1 3 ⋅ 1 7 ⋅ 2 2 1 1 4 = 7
Did exactly the same but all these manipulations were done within my mind. Sir you are a genius you always approach a problem with an eccentric solution. And your solutions makes me feel motivated that there's a solution for every problem we face.
Trace the triangle height from vertex B to H. Denote BH and AH by h and x , respectively. Then, by Pythagorean Theorem, the following system holds: 1 3 = h 2 + x 2 1 7 = h 2 + ( 2 0 − x ) 2 which gives (squared terms disappear) h = 7 × 5 : 5 and hence area is equal to 2 0 × 7 5 : 5 : 2 = 7 .
Using Heron's formula , Area
= ( 2 a + b + c ) ( 2 a + b − c ) ( 2 a − b + c ) ( 2 − a + b + c )
= 4 1 { ( a + b ) 2 − c 2 } { c 2 − ( a − b ) 2 }
= 4 1 ( a 2 + b 2 + 2 a b − c 2 ) ( c 2 − a 2 − b 2 + 2 a b )
= 4 4 a 2 b 2 − ( a 2 + b 2 − c 2 )
Putting a = 1 3 , b = 1 7 , c = 2 0
Area = 7
Sum of sides / 2 = 6.1 = S
A = sqrt(S (S-A) (S-B)*(S-C)) = sqrt(6.1X2.49X1.98X1.63)) = 7.001
This is Heron's formula
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Pythagorean Theorem
Notice that the numbers in the roots can be written as the sum of two numbers. We can then put the triangle A B C into a 4 × 4 square as shown below:
By Pythagorean Theorem , we can evaluate the triangle's sides:
A B 2 = 1 3 = 3 2 + 2 2
B C 2 = 1 7 = 1 2 + 4 2
C A 2 = 2 0 = 4 2 + 2 2
From the image, we can see that A B is the hypotenuse of the right triangle with other sides of 2 & 3 ; B C with other sides of 1 & 4 ; and C A with other sides of 2 & 4 .
Thus, the area of triangle A B C = ( 4 ⋅ 4 ) − 2 1 ( 2 ⋅ 3 + 1 ⋅ 4 + 2 ⋅ 4 ) = 7 .