🏔️
想象你站在一座山脚下(直角三角形)。$\sin$ 是"山有多高"(对边/斜边),$\cos$ 是"你走了多远"(邻边/斜边),$\tan$ 是"山有多陡"(对边/邻边)。
📐 直角三角形中的定义
$$\sin \theta = \frac{\text{对边}}{\text{斜边}} \qquad \cos \theta = \frac{\text{邻边}}{\text{斜边}} \qquad \tan \theta = \frac{\text{对边}}{\text{邻边}}$$
📐 单位圆定义
$$\text{角} \theta \text{ 终边与单位圆交点为 } P(x, y)$$
$$\sin \theta = y \qquad \cos \theta = x \qquad \tan \theta = \frac{y}{x}$$
特殊角的三角函数值(必须背!)
| $\theta$ |
$0°$ |
$30°$ |
$45°$ |
$60°$ |
$90°$ |
| $\sin\theta$ |
$0$ |
$\dfrac{1}{2}$ |
$\dfrac{\sqrt{2}}{2}$ |
$\dfrac{\sqrt{3}}{2}$ |
$1$ |
| $\cos\theta$ |
$1$ |
$\dfrac{\sqrt{3}}{2}$ |
$\dfrac{\sqrt{2}}{2}$ |
$\dfrac{1}{2}$ |
$0$ |
| $\tan\theta$ |
$0$ |
$\dfrac{\sqrt{3}}{3}$ |
$1$ |
$\sqrt{3}$ |
不存在 |
💡 背诵口诀(sin值):$\dfrac{\sqrt{0}}{2}, \dfrac{\sqrt{1}}{2}, \dfrac{\sqrt{2}}{2}, \dfrac{\sqrt{3}}{2}, \dfrac{\sqrt{4}}{2}$,即根号下 $0,1,2,3,4$ 再除以 $2$。
📐 基本恒等式
$$\sin^2\theta + \cos^2\theta = 1$$
$$\tan\theta = \frac{\sin\theta}{\cos\theta}$$
✏️ 例题1 入门
求 $\sin 30° + \cos 60°$ 的值。
$\sin 30° = \dfrac{1}{2}$
$\cos 60° = \dfrac{1}{2}$
$\sin 30° + \cos 60° = \dfrac{1}{2} + \dfrac{1}{2} = 1$
✅ 答案:$1$
✏️ 例题2 入门
求 $2\sin 45° \cdot \cos 45°$ 的值。
$\sin 45° = \cos 45° = \dfrac{\sqrt{2}}{2}$
$2 \times \dfrac{\sqrt{2}}{2} \times \dfrac{\sqrt{2}}{2} = 2 \times \dfrac{2}{4} = 1$
✅ 答案:$1$
✏️ 例题3 进阶
已知 $\sin\theta = \dfrac{3}{5}$,$\theta$ 为第一象限角,求 $\cos\theta$ 和 $\tan\theta$。
由 $\sin^2\theta + \cos^2\theta = 1$
$\cos^2\theta = 1 - \dfrac{9}{25} = \dfrac{16}{25}$
第一象限 $\cos\theta > 0$,所以 $\cos\theta = \dfrac{4}{5}$
$\tan\theta = \dfrac{\sin\theta}{\cos\theta} = \dfrac{3/5}{4/5} = \dfrac{3}{4}$
✅ 答案:$\cos\theta = \dfrac{4}{5}$,$\tan\theta = \dfrac{3}{4}$
✏️ 例题4 进阶
求 $\sin 150°$ 的值。
$150° = 180° - 30°$,在第二象限
$\sin(180° - \theta) = \sin\theta$
$\sin 150° = \sin30° = \dfrac{1}{2}$
✅ 答案:$\dfrac{1}{2}$