[spec] compound & double angle formulas
authorAndrew Lorimer <andrew@lorimer.id.au>
Thu, 14 Mar 2019 01:09:53 +0000 (12:09 +1100)
committerAndrew Lorimer <andrew@lorimer.id.au>
Thu, 14 Mar 2019 01:09:53 +0000 (12:09 +1100)
spec/circ.md
index 9d7dfbf3b4c359c447ee5edeba76b63f7faea8ce..c3c5b173675e8db11d22477f347d86d814786223 100644 (file)
@@ -67,3 +67,20 @@ $$\operatorname{cot} \theta = {{\cos \theta} \over {\sin \theta}} \> \vert \> \s
   1 + \operatorname{cot}^2 x & = \operatorname{cosec}^2 x, \quad \text{where } \sin x \ne 0 \\
   1 + \tan^2 x & = \operatorname{sec}^2 x, \quad \text{where } \cos x \ne 0
 \end{split}\end{equation}
+
+## Compound angle formulas
+
+$$\cos(x \pm y) = \cos x + \cos y \mp \sin x \sin y$$
+$$\sin(x \pm y) = \sin x \cos y \pm \cos x \sin y$$
+$$\tan(x \pm y) = {{\tan x \pm \tan y} \over {1 \mp \tan x \tan y}}$$
+
+## Double angle formulas
+
+\begin{equation}\begin{split}
+  \cos 2x = \cos^2 x = \sin^2 x
+\end{split}\end{equation}
+
+$$\sin 2x = 2 \sin x \cos x$$
+
+$$\tan 2x = {{2 \tan x} \over {1 - \tan^2 x}}$$
+