- KVKV-X
双曲線関数/逆双曲線関数
このページではKEYENCE KV-X・KVシリーズで使用できる双曲線関数および逆双曲線関数FUNを紹介します。
sinh、cosh、tanhは通常の三角関数とは異なり、指数関数を基にした関数です。制御工学、ロボット工学、画像処理、物理シミュレーションなどで利用されます。
双曲線関数/逆双曲線関数グラフ
ファンクション一覧
双曲線関数
sinh
cosh
tanh
sech
csch
coth
逆双曲線関数
asinh
acosh
atanh
asech
acsch
acoth
ラダー例
計算式
\begin{align}
sinh(x)=&\frac{e^x-e^{-x}}{2} \\[1em]
cosh(x)=&\frac{e^x+e^{-x}}{2} \\[1em]
tanh(x)=&\frac{e^x-e^{-x}}{e^x+e^{-x}} \\[1em]
sech(x)=&\frac{2}{e^x+e^{-x}} \\[1em]
csch(x)=&\frac{2}{e^x-e^{-x}} \\[1em]
coth(x)=&\frac{e^x+e^{-x}}{e^x-e^{-x}} \\[0.5em]
\end{align}
\begin{align}
asinh(x)=&\ln{\left( x+\sqrt{x^2+1}\right) } \\[0.5em]
acosh(x)=&\ln{\left( x+\sqrt{x^2-1}\right) } \\[0.5em]
atanh(x)=&\frac{1}{2}\ln{\left( \frac{1+x}{1-x}\right) } \\[0.5em]
asech(x)=&\ln{\left( \frac{1}{x}+\sqrt{\left( \frac{1}{x}\right) ^2-1}\right) } \\[0.5em]
acsch(x)=&\ln{\left( \frac{1}{x}+\sqrt{\frac{1}{x^2}+1}\right) } \\[0.5em]
acoth(x)=&\frac{1}{2}\ln{\left( \frac{x+1}{x-1}\right) } \\[0.5em]
\end{align}
ダウンロード
このサイトが役に立ったと感じたら、ご支援いただけると嬉しいです