0

The expression is $$a^2(\cos^2 B-\cos^2 C)+b^2(\cos^2 C-\cos^2 A)+c^2(\cos^2 A-\cos^2B)$$ $$=a^2\sin A\sin (C-B)+b^2\sin B \sin (A-C) + c^2\sin C \sin (B-A)$$ $$=k\sin^3A\sin (C-B)+k\sin^3B\sin (A-C) + k\sin ^3 C\sin (B-A)$$ I couldn’t solve further, the answer is an integer value. Thanks!

Maverick
  • 9,172
  • 2
  • 30
  • 61
Aditya
  • 6,191

5 Answers5

1

For $\triangle ABC$ we have a rule known as projection rule which states that

$a=b\ cosC+c\ cosB$

$b=c\ cosA+a\ cosC$

$c=b\ cosA+a\ cosB$

The given expression can be re-arranged to be written as

$a^2\cos^2B-b^2\cosÂ+b^2\cos^2C-c^2\cos^2B+c^2\cos^2A-a^2\cos^2C$

$=(a\cos B+b\cos A)(a\cos B-b\cos A)+(b\cos C+c\cos B)(b\cos C-c\cos B)+(c\cos A+a\cos C)(c\cos A-a\cos C)$

$=c(a\cos B-b\cos A)+a(b\cos C-c\cos B)+b(c\cos A-a\cos C)$

$=0$

Maverick
  • 9,172
  • 2
  • 30
  • 61
0

Hint:

$$\cos^2B-\cos^2C=1-\sin^2B-(1-\sin^2C)=?$$

Now replace $a$ with $2R\sin A$

0

Using \begin{align} \cos A&=\frac{-a^2+b^2+c^2}{2bc} ,\\ \cos B&=\frac{a^2-b^2+c^2}{2ac} ,\\ \cos C&=\frac{a^2+b^2-c^2}{2ab} , \end{align}

\begin{align} a^2(\cos^2 B-\cos^2 C)+b^2(\cos^2 C-\cos^2 A)+c^2(\cos^2 A-\cos^2B) &=0 . \end{align}

g.kov
  • 13,581
0

Note,

$$I = a^2(\cos^2 B-\cos^2 C)+b^2(\cos^2 C-\cos^2 A)+c^2(\cos^2 A-\cos^2B)$$

$$=4R^2 \left[ \sin^2 A (\cos^2 B-\cos^2 C)+\sin^2 B (\cos^2 C-\cos^2 A)+\sin^2 C (\cos^2 A-\cos^2B)\right]$$

where $R$ is the circumradius. Then, use the identities $\cos^2x = \frac12(1+\cos2x)$ and $\sin^2x= \frac12(1-\cos2x)$ to reexpress $I$ as,

$$\frac I{R^2} = (1-\cos2A)(\cos2B-\cos2C)+ (1-\cos2B)(\cos2C-\cos2A)+ (1-\cos2C)(\cos2A-\cos2B)=0$$

Edit:

$$I = a^2(\sin^2 C-\sin^2 B)+b^2(\sin^2 A-\sin^2 C)+c^2(\sin^2 B-\sin^2A)= \frac{ a^2(c^2-b^2)+b^2(a^2-c^2)+c^2(b^2-a^2)}{4R^2}=0$$

Quanto
  • 97,352
0

enter image description here

Let $h_a,h_b,h_c$ be the altitudes in corresponding $\triangle ABC$. Consider \begin{align} u&=a^2-h_b^2+b^2-h_c^2+c^2-h_a^2 \\ &= a^2\cos^2 C+b^2\cos^2 A+c^2\cos^2 B ,\\ v&=a^2-h_c^2+b^2-h_a^2+c^2-h_b^2 \\ &= a^2\cos^2 B+b^2\cos^2 C+c^2\cos^2 A \end{align}

\begin{align} 0&=v-u = a^2(\cos^2 B-\cos^2 C)+b^2(\cos^2 C-\cos^2 A)+c^2(\cos^2 A-\cos^2B) . \end{align}

This also holds for obtuse triangles:

enter image description here

g.kov
  • 13,581