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

cos⁡2θ+sin⁡2θ=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⁡β1−tan⁡α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.

sin⁡2θ=2sin⁡θcos⁡θ\sin 2\theta = 2\sin\theta\cos\theta

For cos.

cos⁡2θ=cos⁡2θ−sin⁡2θ=1−2sin⁡2θ=2cos⁡2θ−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.

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

Half-angle

For sin & cos.

sin⁡θ2=±1−cos⁡θ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⁡θ=1−cos⁡θsin⁡θ=±1−cos⁡θ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