How do you do this?
"Given a triangle of sides a,b,c, prove that it is right angled if
and only if a2 + b2 + c2 =
8R2 where R is the radius of the circumcircle."
How does the condition a2 + b2 +
c2 = 8R2 imply that the triangle must be
right-angled?
Use the equation a=2R sin A etc. to
transform the equation
a2+b2+c2=8R2
to sin2 A+sin2 B+sin2 C=2
If A,B,C are acute, show that
sin2A+sin2B+sin2C>2
similarly for one of A,B,C is obtuse gives
sin2A+sin2B+sin2C<2
So the triangle is right-angled.
In case you don't know how to proceed,
here is one approach:
tan (A+B) = - tan C <0 for A, B, C acute.
since tan A, tan B are both > 0, we have
tan A tan B >1
i.e. 2 sin A cos A sin B cos B > 2 cos2 A
cos2 B
adding sin2 A cos2 B + cos2 A
sin2 B to both side and conclude that
sin2 (A+B) > cos2 A + cos2
B
from which the result follows. Similarly, just reverse the
inequality sign if (WLOG) C is obtuse.
Kerwin
Kerwin,
There is a more direct approach to this: using trig identities one
can take sin2 A + sin2 B + sin2 C
= 2 and convert it into cos A cos B cos C = 0 from which the result
is immediate.
David
By the way, David
how did you deduce that if
sin2(A)+ sin2(B) + sin2(C) =
2
then it must be that cosAcosBcosC = 0
Thanks
Rearrange to give
sin2 C = cos2 A + cos2 B
and expanding sin2 C = sin2 (A+B) gives
cos A cos B (sin A sin B- cos A cos B)=0
from which cos A cos B cos C = 0 follows.
Kerwin