| r11 vs r12 | ||
|---|---|---|
| ... | ... | |
| 6 | 6 | 좌표에서 x축의 양의 방향에서 시작한다. 반지름이 1인 원을 그리고 그 위에 있는 임의의 점을 [math(\mathrm P \left(x,~y\right))]라고 한다. 가운데에서 시계 반대 방향 회전을 각의 양의 방향이라고 하고, 그 각을 [math(\theta)]라고 하면 삼각함수가 만들어진다. |
| 7 | 7 | {{{#!wiki style="text-align:center" |
| 8 | 8 | [math(\begin{array}{cc} \begin{aligned} \cos\theta &= x \\ \sin\theta &= y \\ \tan\theta &= \dfrac yx \end{aligned} \end{array})] |
| 9 | 이 식을 조금 변형하면 | |
| 9 | 이 식을 조금 변형하면 | |
| 10 | [math(\begin{array}{cc}\begin{aligned} \sec\theta &= \dfrac1{\cos\theta} = \dfrac1x \\ \csc\theta &= \dfrac1{\sin\theta} = \dfrac1y \\ \cot\theta &= \dfrac1{\tan\theta} = \dfrac xy \end{aligned} \end{array})] | |
| 11 | 이 된다. |