Back to Freecodecamp

Proof of the Angle Sum Formulas

curriculum/challenges/english/blocks/trig-identities-formulas/proof-of-the-angle-sum-formulas-video.md

latest428 B
Original Source

--description--

In this video, you will learn about the proof of the angle sum formulas.

--questions--

--text--

What is the angle sum formula for sine?

--answers--

$\sin(a + b) = \sin(a)\cos(b) + \cos(a)\sin(b)$


$\cos(a + b) = \cos(a)\cos(b) - \sin(a)\sin(b)$


$\tan(a + b) = \frac{\tan(a) + \tan(b)}{1 - \tan(a)\tan(b)}$


$\sin(a + b) = \sin(a)\cos(b) - \cos(a)\sin(c)$

--video-solution--

1