.../Math

[Math] Hyperbolic Functions (쌍곡선 함수)

dsaint31x 2025. 3. 20. 09:40
728x90
728x90

특징

  • trigonometric functions와 유사한 성질 을 가지나, exponential functions를 기반으로 정의 됨.
  • trigonometric functions는 단위원(circle, $x^2 + y^2 = 1$)과 관련이 있는 것과 달리, hyperbolic functions는 쌍곡선 ($x^2 - y^2 = 1$ )과 관련이 있음.
  • $\cosh^2 x - \sinh^2 x = 1$ 이라는 중요한 항등식이 성립함.

https://courses.lumenlearning.com/calculus2/chapter/calculus-of-hyperbolic-and-inverse-hyperbolic-functions/

 


쌍곡선 함수의 종류

$\sinh x$ (쌍곡선 사인, Hyperbolic Sine)

$$
\sinh x = \frac{e^x - e^{-x}}{2}
$$


$\cosh x$ (쌍곡선 코사인, Hyperbolic Cosine)

$$
\cosh x = \frac{e^x + e^{-x}}{2}
$$


$\tanh x$ (쌍곡선 탄젠트, Hyperbolic Tangent)

$$
\tanh x = \frac{\sinh x}{\cosh x} = \frac{e^x - e^{-x}}{e^x + e^{-x}}
$$

2023.08.13 - [Computer] - [DL] Hyperbolic Tangent Function (tanh)

 

[DL] Hyperbolic Tangent Function (tanh)

logistic function과 함께 sigmoid의 대표적인 함수가 바로 $\text{tanh}$임.값이 $[-1,1]$의 range를 가지며, logistic에 비해 기울기가 보다 급격하기 때문에 좀 더 빠른 수렴속도를 보임.하지만, sigmoid의 일종이

dsaint31.tistory.com


$\coth x$ (쌍곡선 코탄젠트, Hyperbolic Cotangent)

$$
\coth x = \frac{\cosh x}{\sinh x} = \frac{e^x + e^{-x}}{e^x - e^{-x}}
$$


$\text{sech }x$ (쌍곡선 시컨트, Hyperbolic Secant)

$$
\text{sech }x = \frac{1}{\cosh x} = \frac{2}{e^x + e^{-x}}
$$


$\text{csch }x$ (쌍곡선 코시컨트, Hyperbolic Cosecant)

$$
\text{csch }x = \frac{1}{\sinh x} = \frac{2}{e^x - e^{-x}}
$$


같이보면 좋은 자료

2024.02.26 - [.../Math] - [Math] Trigonometric Functions

 

[Math] Trigonometric Functions

Trigonometric functions 는 angle의 크기에 따라 변하는 functions로 삼각형의 변들 사이의 ratio 를 나타냄. Transcendental functions 의 대표적인 예임.sin과 cos은 주기신호나 wave등을 나타내는데 사용되는 기본

dsaint31.tistory.com

2024.02.24 - [.../Math] - [Math] Transcendental Function (초월함수)

 

[Math] Transcendental Function (초월함수)

DefinitionTranscendental Function 는 Algebraic Function 과 달리 Polynomial Eqaution 을 만족하지 않는 Analytic Function. A transcendental function is an analytic function that does not satisfy a polynomial equation, in contrast to an alge

dsaint31.tistory.com

2024.02.26 - [.../Math] - [Math] Function의 분류: 작성중

 

[Math] Function의 분류: 작성중

1. Elementary Functions and Special FunctionsFunction은 크게"Elementary Functions"와"Special Functions"로 나뉜다.기본적인 수학 연산 등에서 활용되는 Elementary Functions에 대해서는 보다 세분화된 분류를 대략적으로라

dsaint31.tistory.com