Sine of the sum of angles

202 Views Asked by At

I need to prove the formula for the sine of the sum $$\sin(\alpha+\beta) = \sin(\alpha)\cos(\beta) + \sin(\beta)\cos(\alpha)$$ I already know how to prove it when $\alpha,\beta\geq 0$ and $\alpha+\beta <\pi/2$. How can I extend it to any pair of angles? The definition of sine and cosine that I am using is the length of the $y$-axis and the $x$-axis respectively when you intersect the circle of radius 1, but I can't use analytic geometry. Also I can't use complex numbers multiplication. Only relations like $\sin(\alpha +\pi/2) = \cos(\alpha)$.

1

There are 1 best solutions below

0
On

There is a way, but is quite messy. You should first prove geometricaly that the formula is true for angles $-\pi/2 < \alpha,\beta < \pi/2$ such that $0\leq\alpha + \beta <\pi/2$. This can be done using the same construction you must have done for positive angles.

Now that you know that, suppose that $\pi/2\leq \alpha + \beta <\pi$. Then you can use that $\sin(\alpha+\beta) = \cos(\alpha+\beta -\pi/2)$ and use the formula of the cosine of the sum to obtain $$\cos((\alpha-\pi/2)+\beta) = \cos(\alpha-\pi/2)\cos(\beta) - \sin(\alpha-\pi/2)\sin(\beta) = \sin(\alpha)\cos(\beta) + \cos(\alpha)\sin(\alpha)$$

Using the same you can extend it to all positive angles, and the same for the negative angles.