vault backup: 2024-10-28 10:55:14
This commit is contained in:
parent
75074fe98d
commit
6bb610f896
@ -1,5 +1,7 @@
|
|||||||
# Double Angle Identities
|
# Double Angle Identities
|
||||||
|
Sine:
|
||||||
$$ \sin(2\theta) = 2\sin\theta\cos\theta $$
|
$$ \sin(2\theta) = 2\sin\theta\cos\theta $$
|
||||||
|
Cosine:
|
||||||
$$
|
$$
|
||||||
\begin{matrix}
|
\begin{matrix}
|
||||||
\cos(2\theta) = \cos^2\theta - \sin^2\theta\\
|
\cos(2\theta) = \cos^2\theta - \sin^2\theta\\
|
||||||
@ -7,4 +9,15 @@ $$
|
|||||||
= 2cos^2\theta - 1\\
|
= 2cos^2\theta - 1\\
|
||||||
\end{matrix}
|
\end{matrix}
|
||||||
$$
|
$$
|
||||||
|
|
||||||
|
Tan:
|
||||||
$$ \tan(2\theta) = \dfrac{2\tan\theta}{1-\tan^2\theta}$$
|
$$ \tan(2\theta) = \dfrac{2\tan\theta}{1-\tan^2\theta}$$
|
||||||
|
|
||||||
|
## Half Angle Identities
|
||||||
|
Whether the output is positive or negative depends on what quadrant the output is in.
|
||||||
|
Sine:
|
||||||
|
$$ \sin(\frac{\theta}{2}) = \pm\sqrt{\frac{1-\cos\theta}{2}} $$
|
||||||
|
Cosine:
|
||||||
|
$$ \cos(\frac{\theta}{2}) = \pm \sqrt{\frac{1 + \cos\theta}{2}} $$
|
||||||
|
Tangent:
|
||||||
|
$$
|
Loading…
Reference in New Issue
Block a user