Proof of trigonometric identity using vector calculus

5.8k Views Asked by At

Question: Using vector calculus, show that $\sin (A+B) = \sin A \cos B + \cos A \sin B$

I have no idea how to even attempt the question. A small hint to help me get started would be greatly appreciated!

2

There are 2 best solutions below

10
On BEST ANSWER

Consider the unit vectors $\langle \cos(90-A), \sin(90-A)\rangle $ and $\langle \cos B, \sin B \rangle $

Take the dot product $$\langle \cos(90-A), \sin(90-A)\rangle \bullet \langle \cos B, \sin B \rangle = \cos (90 -A -B) $$

enter image description here

6
On

Hint:

The matrix $\begin{pmatrix}\cos B&-\sin B\\\sin B&\cos B\end{pmatrix}$ is a counter-clockwise rotation by angle $B$. Apply it (via left-multiplication) to the point $\begin{pmatrix}\cos A\\\sin A\end{pmatrix}$. The result is $\begin{pmatrix}\cos (A+B)\\\sin (A+B)\end{pmatrix}$. But $$ \begin{pmatrix}\cos B&-\sin B\\\sin B&\cos B\end{pmatrix}\begin{pmatrix}\cos A\\\sin A\end{pmatrix}=\begin{pmatrix}\cos A\cos B-\sin A\sin B\\\sin A\cos B+\cos A\sin B\end{pmatrix}. $$