159 words
1 minute
Memo of Trigonometric Formula

This is a memo. To prevent me from forgetting some trigonometric formulas.

Basic Formula#

Unit circle

Pythagorean Theotheorm

cos2θ+sin2θ=1\cos^2 \theta + \sin^2 \theta = 1

Rotate matrix (counterclockwise rotation)

[cosθsinθsinθcosθ]×[xy]\left [ \begin{matrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{matrix} \right ] \times \left [ \begin{matrix} x \\ y \end{matrix} \right ]

Sum Formula#

sin(α+β)=sinαcosβ+cosαsinβcos(α+β)=cosαcosβsinαsinβtan(α+β)=tanα+tanβ1tanαtanβ\begin{aligned} & \sin(\alpha + \beta) = \sin\alpha\cos\beta + \cos\alpha\sin\beta\\ & \cos(\alpha + \beta) = \cos\alpha\cos\beta - \sin\alpha\sin\beta\\ & \tan(\alpha + \beta) = \frac{\tan\alpha + \tan\beta}{1-\tan\alpha\tan\beta} \end{aligned}

Double and Half Formula#

Double-angle

For sin.

sin2θ=2sinθcosθ\sin 2\theta = 2\sin\theta\cos\theta

For cos.

cos2θ=cos2θsin2θ=12sin2θ=2cos2θ1\begin{aligned} \cos 2\theta &= \cos^2\theta - \sin^2\theta \\ &= 1 - 2\sin^2\theta\\ &= 2\cos^2\theta -1 \end{aligned}

For tan.

tan2θ=2tanθ1tan2θ\tan 2\theta = \frac{2\tan\theta}{1-\tan^2\theta}

Half-angle

For sin & cos.

sinθ2=±1cosθ2cosθ2=±1+cosθ2\begin{aligned} \sin \frac{\theta}{2} &= \pm \sqrt{\frac{1-\cos\theta}{2}} \\ \cos \frac{\theta}{2} &= \pm \sqrt{\frac{1+\cos\theta}{2}} \end{aligned}

For tan.

tanθ2=sinθ1+cosθ=1cosθsinθ=±1cosθ1+cosθ\begin{aligned} \tan \frac{\theta}{2} &= \frac{\sin\theta}{1 + \cos\theta}\\ &= \frac{1 - \cos\theta}{\sin\theta}\\ &= \pm \sqrt{\frac{1-\cos\theta}{1+\cos\theta}} \end{aligned}

The sign is depend on which quardrant θ/2\theta/2 is in.

Also, there are some other trigonometric identities but they all can be prove by above formula so it’s all for this memo.

Memo of Trigonometric Formula
https://blog.517group.cn/posts/202603222001/
Author
XianRuiDendro
Published at
2026-03-22
License
CC BY-NC-SA 4.0