If $a$, $b$ and $c$ are the sides of the triangle $ABC$, then prove that the triangle with sides $\sqrt{a^2+(b-c)^2}$, $\sqrt{b^2+(a-c)^2}$, $\sqrt{c^2+(a-b)^2}$ is acute.
2026-04-13 02:23:33.1776047013
An acute-angled triangle
54 Views Asked by user513964 https://math.techqa.club/user/user513964/detail At
2
To prove a triangle acute, it's enough to prove that cosine of all the angles of the triangle is positive.
Let $\rm A , B,C$ be the sides of triangle.
$\rm A = \sqrt{a^2+(b-c)^2}$
$\rm B= \sqrt{ b^2+(a-b)^2}$
$\rm C= \sqrt{c^2+(a-b)^2}$
$$\cos \rm A= \frac{B^2+C^2-A^2}{2BC}$$
$$\cos \rm B= \frac{A^2+C^2-B^2}{2AC}$$ $$\cos \rm C= \frac{A^2+B^2-C^2}{2AB}$$
Plugging in the values we get $$\cos \rm A= \frac{a^2+b^2+c^2-2ab+2bc-2ac}{2BC} = \frac{(b+c-a)^2}{2BC} >0$$
$$\cos \rm B= \frac{a^2+b^2+c^2-2ab-2bc+2ac}{2BC} = \frac{(a+c-b)^2}{2BC} >0$$
$$\cos \rm C= \frac{a^2+b^2+c^2+2ab-2bc-2ac}{2BC} = \frac{(a+b-c)^2}{2BC} >0$$