삼각 함수 항등식은 삼각 함수(사인, 코사인, 탄젠트 등) 사이의 관계를 식으로 나타낸 것으로, 삼각 함수의 값들을 서로 변환하거나 단순화할 때 사용되는 기본적인 수학적 도구이다. 이러한 항등식은 삼각법, 해석학, 물리학, 공학 등 다양한 분야에서 각도와 주기성을 다루는 문제를 해결하는 데 필수적이다.
1. 정의
삼각 함수 항등식은 모든 실수 또는 복소수에 대해 성립하는 등식으로, 다음과 같은 형태를 가진다.
$$ f(\theta) = g(\theta) $$
여기서 $f$와 $g$는 사인(sin), 코사인(cos), 탄젠트(tan), 코탄젠트(cot), 시컨트(sec), 코시컨트(csc) 등 삼각 함수들의 조합이며, $\theta$는 각도(라디안 또는 도)이다. 항등식은 정의역 전체에서 성립하므로, 특정 $\theta$값에 제한되지 않는다(단, 함수가 정의되지 않는 점을 제외).
2. 주요 항등식
| 구분 | 항등식 | 비고 |
|---|---|---|
| 기본 관계 | $\sin^2\theta + \cos^2\theta = 1$ | 피타고라스 항등식 |
| $\tan\theta = \frac{\sin\theta}{\cos\theta}$ | 탄젠트 정의 | |
| $\cot\theta = \frac{\cos\theta}{\sin\theta} = \frac{1}{\tan\theta}$ | 코탄젠트 정의 | |
| $\sec\theta = \frac{1}{\cos\theta}$ | 시컨트 정의 | |
| $\csc\theta = \frac{1}{\sin\theta}$ | 코시컨트 정의 | |
| 덧셈·뺄셈 | $\sin(\alpha \pm \beta) = \sin\alpha\cos\beta \pm \cos\alpha\sin\beta$ | |
| $\cos(\alpha \pm \beta) = \cos\alpha\cos\beta \mp \sin\alpha\sin\beta$ | ||
| $\tan(\alpha \pm \beta) = \frac{\tan\alpha \pm \tan\beta}{1 \mp \tan\alpha\tan\beta}$ | $\cos\alpha\cos\beta | |
| eq 0$ | ||
| 배각 | $\sin 2\theta = 2\sin\theta\cos\theta$ | |
| $\cos 2\theta = \cos^2\theta - \sin^2\theta = 2\cos^2\theta-1 = 1-2\sin^2\theta$ | 세 형태 모두 사용 | |
| $\tan 2\theta = \frac{2\tan\theta}{1-\tan^2\theta}$ | ||
| 삼중각 | $\sin 3\theta = 3\sin\theta - 4\sin^3\theta$ | |
| $\cos 3\theta = 4\cos^3\theta - 3\cos\theta$ | ||
| 반각 | $\sin\frac{\theta}{2} = \pm\sqrt{\frac{1-\cos\theta}{2}}$ | 부호는 $\frac{\theta}{2}$의 사분면에 따라 |
| $\cos\frac{\theta}{2} = \pm\sqrt{\frac{1+\cos\theta}{2}}$ | ||
| 합성 | $\sin\alpha\cos\beta = \frac{1}{2}[\sin(\alpha+\beta)+\sin(\alpha-\beta)]$ | |
| $\cos\alpha\cos\beta = \frac{1}{2}[\cos(\alpha+\beta)+\cos(\alpha-\beta)]$ | ||
| $\sin\alpha\sin\beta = \frac{1}{2}[\cos(\alpha-\beta)-\cos(\alpha+\beta)]$ |
3. 증명 방법
- 기하학적 증명
- 단위 원을 이용해 좌표 $(\cos\theta, \sin\theta)$를 정의하고 피타고라스 정리를 적용한다.
- 복소수 지수형
- 오일러 공식 $e^{i\theta} = \cos\theta + i\sin\theta$를 활용해 $\sin$와 $\cos$를 실부와 허부로 구분하면 대부분의 항등식이 지수법칙에서 직접 도출된다.
- 미분·적분
- $\frac{d}{d\theta}\sin\theta = \cos\theta$와 $\frac{d}{d\theta}\cos\theta = -\sin\theta$을 이용해 항등식의 미분 형태를 확인하고, 초기값(예: $\theta=0$)을 통해 상수항을 결정한다.
4. 응용 분야
| 분야 | 활용 예시 |
|---|---|
| 해석학 | 푸리에 급수·변환에서 삼각 함수 항등식을 이용해 신호를 주파수 성분으로 분해 |
| 물리학 | 파동·진동 방정식 해에 삼각 항등식을 적용해 위상 및 진폭을 간단히 표현 |
| 공학 | 전기 회로(교류)에서 임피던스 계산 시 복소수 삼각 형태를 이용 |
| 컴퓨터 그래픽 | 회전 변환 행렬에 $\sin, \cos$가 등장하며, 항등식으로 연산 최적화 |
| 수학 교육 | 삼각함수의 기본 개념을 이해시키기 위한 핵심 도구로 사용 |
5. 관련 개념
- 오일러 공식 $e^{i\theta} = \cos\theta + i\sin\theta$
- 피타고라스 정리 – 삼각 함수 항등식의 근본이 되는 관계
- 주기성 – $\sin(\theta+2\pi)=\sin\theta$, $\cos(\theta+2\pi)=\cos\theta$ 등
- 복소수 삼각 함수 – 복소각도에 대한 $\sin, \cos$ 확장
6. 참고문헌
- J. J. Stoker, Trigonometry, Dover Publications, 1995.
- G. B. Thomas, Calculus and Analytic Geometry, 9th ed., Addison‑Wesley, 2011.
- K. H. Rosen, Elementary Number Theory and Its Applications, 6th ed., Pearson, 2010 (삼각함수 항등식과 수론의 연계).
- 한국수학회, 수학백과사전, 2022년판, 제2권, 삼각함수 항목.
위 내용은 삼각 함수 항등식에 대한 기본 정의, 주요 항등식, 증명 방법, 응용 분야 및 참고 문헌을 포함한 백과사전 수준의 정보를 제공한다.