blue271828's misc :-)

双曲線関数

双曲線関数とは

双曲線関数 (英:hyperbolic function) とは、単位円に対応する双曲線に関わる次図面積を θ2\displaystyle \frac{\theta}{2} とした際の各関数を指す。なお次図の場合、x=coshθ, y=sinhθx=\cosh \theta, ~y=\sinh \theta で定義される。

hyperbolic-function

双曲線余弦関数

coshθ=eθ+eθ2 \cosh\theta = \frac{e^\theta+e^{-\theta}}{2}


双曲線余弦関数の導出:

上図より、

θ2=xx2121xt21dtx2y2=1(1) \frac{\theta}{2} = \frac{x\sqrt{x^2-1}}{2} - \int_1^x\sqrt{t^2-1}dt \quad \because x^2-y^2=1 \tag{1}

右項の不定積分を FF とすると、

F(t)=t21dt=(t)t21dt=tt21t(t21)dt=tt21t2t21dt=tt21(t21)+1t21dt=tt21t21dt1t21dt=tt21F(t)lnt+t21+C2F(t)=tt21lnt+t21+CF(t)=12(tt21lnt+t21+C)(2) \begin{aligned} F(t) &= \int\sqrt{t^2-1}dt \cr &= \int(t)^\prime\sqrt{t^2-1}dt \cr &= t\sqrt{t^2-1} - \int{t\left(\sqrt{t^2-1}\right)^\prime dt} \cr &= t\sqrt{t^2-1} - \int{\frac{t^2}{\sqrt{t^2-1}} dt} \cr &= t\sqrt{t^2-1} - \int{\frac{(t^2-1)+1}{\sqrt{t^2-1}} dt} \cr &= t\sqrt{t^2-1} - \int{\sqrt{t^2-1}dt} - \int{\frac{1}{\sqrt{t^2-1}} dt} \cr &= t\sqrt{t^2-1} - F(t) - \ln\left|t+\sqrt{t^2-1}\right| + C \cr 2F(t) &= t\sqrt{t^2-1} - \ln\left|t+\sqrt{t^2-1}\right| + C \cr F(t) &= \frac{1}{2}\left(t\sqrt{t^2-1}-\ln\left|t+\sqrt{t^2-1}\right| + C\right) \end{aligned} \tag{2}

(1),(2)(1),(2) から、

θ2=xx2121xt21dt=xx212F(x)+F(1)=xx21212(xx21lnx+x21)=12lnx+x21θ=lnx+x21eθ=x+x21(3) \begin{aligned} \frac{\theta}{2} &= \frac{x\sqrt{x^2-1} }{2} - \int_1^x\sqrt{t^2-1}dt \cr &= \frac{x\sqrt{x^2-1} }{2} - F(x) + F(1) \cr &= \frac{x\sqrt{x^2-1} }{2} - \frac{1}{2}\left(x\sqrt{x^2-1}-\ln\left|x+\sqrt{x^2-1}\right|\right) \cr &= \frac{1}{2}\ln\left|x+\sqrt{x^2-1}\right| \cr \theta &= \ln\left|x+\sqrt{x^2-1}\right| \cr e^\theta &= x+\sqrt{x^2-1} \end{aligned} \tag{3}

(3)(3) から、eθe^{-\theta} を得る。

eθ=1x+x21=xx21(x+x21)(xx21)=xx21(4) \begin{aligned} e^{-\theta} &= \frac{1}{x+\sqrt{x^2-1}} \cr &= \frac{x-\sqrt{x^2-1}}{\left(x+\sqrt{x^2-1}\right)\left(x-\sqrt{x^2-1}\right)} \cr &= x-\sqrt{x^2-1} \end{aligned} \tag{4}

(3),(4)(3),(4) より、

eθ+eθ=2xx=eθ+eθ2coshθ=eθ+eθ2 \begin{aligned} e^\theta + e^{-\theta} &= 2x \cr x &= \frac{e^\theta+e^{-\theta}}{2} \cr \cr \therefore \cosh\theta = \frac{e^\theta+e^{-\theta}}{2} \end{aligned}

双曲線正弦関数

sinhθ=eθeθ2 \sinh\theta = \frac{e^\theta-e^{-\theta}}{2}


双曲線正弦関数の導出:

双曲線余弦関数の導出から、

eθeθ=2x21=2yx2y2=1y=eθeθ2sinhθ=eθeθ2 \begin{aligned} e^\theta - e^{-\theta} &= 2\sqrt{x^2-1} \cr &= 2y \quad \because x^2-y^2=1 \cr y &= \frac{e^\theta-e^{-\theta}}{2} \cr \cr \therefore \sinh\theta &= \frac{e^\theta-e^{-\theta}}{2} \end{aligned}

関連記事

Tags

#Ansible (3) #Bash (1) #Docker (1) #Git (2) #Hugo (2) #Molecule (1) #Python (1) #WSLtty (1) #アルゴリズム (4) #ビジネス用語 (1) #プログラミング (1) #位相空間論 (8) #初等数学 (20) #初等関数 (1) #実解析 (1) #幾何学 (3) #微分積分学 (18) #情報理論 (4) #抽象代数学 (14) #数理モデル (2) #数理論理学 (21) #機械学習 (3) #正規表現 (1) #測度論 (3) #特殊関数 (4) #確率論 (18) #組合せ論 (5) #統計学 (12) #線型代数学 (18) #複素解析学 (4) #解析学 (15) #論理学 (6) #順序集合論 (9)