logo

삼각함수의 정의 📂함수

삼각함수의 정의

개요

삼각함수는 직각삼각형의 밑각에 삼각비를 대응시킨 함수다.

정의

삼각비

삼각함수 사인, 코사인 sin,cos:RR\sin, \cos : \mathbb{R} \to \mathbb{R} 는 다음과 같이 정의된다.

sinθ:=yx2+y2cosθ:=xx2+y2 \sin \theta := {{ y } \over { \sqrt{x^{2} + y^{2}} }} \\ \cos \theta := {{ x } \over { \sqrt{x^{2} + y^{2}} }}

이에 따라 시컨트, 코시컨트, 탄젠트, 코탄젠트를 다음과 같이 정의한다.

tanθ:=sinθcosθ,cosθ0cotθ:=cosθsinθ,sinθ0secθ:=1cosθ,cosθ0cscθ:=1sinθ,sinθ0 \begin{align*} \tan \theta &:= {{ \sin \theta } \over { \cos \theta }} \qquad, \cos \theta \ne 0 \\ \cot \theta &:= {{ \cos \theta } \over { \sin \theta }} \qquad, \sin \theta \ne 0 \\ \sec \theta &:= {{ 1 } \over { \cos \theta }} \qquad, \cos \theta \ne 0 \\ \csc \theta &:= {{ 1 } \over { \sin \theta }} \qquad, \sin \theta \ne 0 \end{align*}

복소함수로의 확장 1

삼각함수 사인, 코사인 sin,cos:CC\sin, \cos : \mathbb{C} \to \mathbb{C} 는 다음과 같이 정의된다.

sinz:=1i2(eizeiz)cosz:=12(eiz+eiz) \sin z := {{ 1 } \over { i2 }} \left( e^{iz} - e^{-iz} \right) \\ \cos z := {{ 1 } \over { 2 }} \left( e^{iz} + e^{-iz} \right)

기초 성질

같이보기


  1. Osborne (1999). Complex variables and their applications: p28. ↩︎