Proving a Triangle relationship

323 Views Asked by At

Figure <span class=$1$" />

Given $\triangle ABC$, we have$$c=a\cos B+b\cos A\tag{1}$$

Where $a=BC$, $b=AC$ and $c=AB$.

Question: How do you prove the relation?

I started with$$\begin{align*} & CD=a\cos B\\ & CD=b\cos A\end{align*}$$ So adding them up gives$$2CD=a\cos B+b\cos A$$However, what's confusing is how $2CD=c$ for the equation $(1)$ to hold.

3

There are 3 best solutions below

7
On BEST ANSWER

You are mistaken. We have $$\begin{align*} & CD=a\sin B\\ & CD=b\sin A\end{align*}$$

Please review the definition of the trigonometric functions, as provided in this link, to see why this is so.

This is why you're not getting an answer. To prove the property, we use $$\begin{align*} & BD=a\cos B\\ & AD=b\cos A\end{align*}$$ In the diagram provided. Adding the two, we have $$c=a\cos B+b\cos A$$

0
On

Let $B>90^{\circ}$.

Hence, $$c=b\cos A-a\cos(180^{\circ}-B)=b\cos A+a\cos B$$ The case $B\leq90^{\circ}$ is obvious.

0
On

Using the Law of cosines : $c=a\cos B+b\cos A \Leftrightarrow c=a \frac {a^2 + c^2 - b^2}{2 ac}+b\frac {b^2 + c^2 -a^2}{2bc} \Leftrightarrow 2c^2=2c^2$