"쌍곡함수"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
(피타고라스님이 이 페이지를 개설하였습니다.)
 
 
(사용자 2명의 중간 판 16개는 보이지 않습니다)
1번째 줄: 1번째 줄:
 +
==개요==
  
 +
*  삼각함수와 유사한 성질을 가짐
 +
* [[쌍곡선]] 을 매개화할 수 있음
 +
* [[로렌츠 변환과 로렌츠 군]] 에 등장
 +
 +
 +
 +
 +
 +
==쌍곡함수의 정의==
 +
 +
 +
 +
* [[지수함수]] 를 사용하여 정의할 수 있다:<math>\sinh x = \frac{e^x - e^{-x}}{2}</math>:<math>\cosh x = \frac{e^{x} + e^{-x}}{2}</math>:<math>\tanh x =  \frac{\sinh x}{\cosh x} = \frac {\frac{1}{2}(e^x - e^{-x})} {\frac{1}{2}(e^x + e^{-x})} = \frac{e^{2x} - 1} {e^{2x} + 1}</math>:<math>\operatorname{sech}\,x = \frac{1}{\cosh x} = \frac {2} {e^x + e^{-x}}</math>
 +
 +
 +
 +
 +
 +
==항등식==
 +
 +
* <math>\cosh^2 x - \sinh^2 x = 1</math>
 +
* <math>\tanh ^{2}x=1-\operatorname{sech}^{2}x</math>
 +
 +
 +
 +
 +
 +
==미분==
 +
 +
<math>(\sinh x)' = \frac{e^x + e^{-x}}{2}=\cosh x</math>
 +
 +
<math>(\cosh x)' = \frac{e^{x} - e^{-x}}{2}=\sinh x</math>
 +
 +
<math>(\tanh x)' = \frac{\cosh^2 x- \sinh^2 x}{\cosh^2 x}=\operatorname{sech}^{2}x</math>
 +
 +
 +
 +
==덧셈공식==
 +
 +
* <math>\cosh \left(\theta _1\right) \cosh \left(\theta _2\right)-\sinh \left(\theta _1\right) \sinh \left(\theta _2\right)=\cosh \left(\theta _1-\theta _2\right)</math>
 +
 +
 +
 +
 +
 +
==쌍곡함수의 멱급수 표현==
 +
 +
* <math>B_n</math>은 [[베르누이 수|베르누이수]], <math>E_n</math>은 [[오일러수]]
 +
*  쌍곡함수의 멱급수 표현은 다음과 같다:<math>\tanh x = x - \frac {x^3} {3} + \frac {2x^5} {15} - \frac {17x^7} {315} + \cdots = \sum_{n=1}^\infty \frac{2^{2n}(2^{2n}-1)B_{2n} x^{2n-1}}{(2n)!}, \left |x \right | < \frac {\pi} {2}</math>:<math>\coth x = \frac {1} {x} + \frac {x} {3} - \frac {x^3} {45} + \frac {2x^5} {945} + \cdots = \frac {1} {x} + \sum_{n=1}^\infty \frac{2^{2n} B_{2n} x^{2n-1}} {(2n)!}, 0 < \left |x \right | < \pi</math>:<math>\operatorname {sech}\, x = 1 - \frac {x^2} {2} + \frac {5x^4} {24} - \frac {61x^6} {720} + \cdots = \sum_{n=0}^\infty \frac{E_{2 n} x^{2n}}{(2n)!}</math>
 +
 +
 +
==관련된 항목들==
 +
 +
* [[삼각함수와 쌍곡함수의 맥클로린 급수]]
 +
* [[로렌츠 변환과 로렌츠 군]]
 +
 +
 +
==매스매티카 파일 및 계산 리소스==
 +
 +
* https://docs.google.com/file/d/0B8XXo8Tve1cxZ2ZtOFpoN2xUcFU/edit
 +
 +
 +
 +
 +
==사전 형태의 자료==
 +
 +
* http://ko.wikipedia.org/wiki/
 +
* http://en.wikipedia.org/wiki/Hyperbolic_function
 +
 +
 +
 +
[[분류:삼각함수]]
 +
 +
==메타데이터==
 +
===위키데이터===
 +
* ID :  [https://www.wikidata.org/wiki/Q204034 Q204034]
 +
===Spacy 패턴 목록===
 +
* [{'LOWER': 'hyperbolic'}, {'LEMMA': 'function'}]
 +
* [{'LOWER': 'hyperbolic'}, {'LEMMA': 'function'}]
 +
* [{'LOWER': 'hyperbolic'}, {'LEMMA': 'function'}]

2021년 2월 17일 (수) 05:51 기준 최신판

개요



쌍곡함수의 정의

  • 지수함수 를 사용하여 정의할 수 있다\[\sinh x = \frac{e^x - e^{-x}}{2}\]\[\cosh x = \frac{e^{x} + e^{-x}}{2}\]\[\tanh x = \frac{\sinh x}{\cosh x} = \frac {\frac{1}{2}(e^x - e^{-x})} {\frac{1}{2}(e^x + e^{-x})} = \frac{e^{2x} - 1} {e^{2x} + 1}\]\[\operatorname{sech}\,x = \frac{1}{\cosh x} = \frac {2} {e^x + e^{-x}}\]



항등식

  • \(\cosh^2 x - \sinh^2 x = 1\)
  • \(\tanh ^{2}x=1-\operatorname{sech}^{2}x\)



미분

\((\sinh x)' = \frac{e^x + e^{-x}}{2}=\cosh x\)

\((\cosh x)' = \frac{e^{x} - e^{-x}}{2}=\sinh x\)

\((\tanh x)' = \frac{\cosh^2 x- \sinh^2 x}{\cosh^2 x}=\operatorname{sech}^{2}x\)


덧셈공식

  • \(\cosh \left(\theta _1\right) \cosh \left(\theta _2\right)-\sinh \left(\theta _1\right) \sinh \left(\theta _2\right)=\cosh \left(\theta _1-\theta _2\right)\)



쌍곡함수의 멱급수 표현

  • \(B_n\)은 베르누이수, \(E_n\)은 오일러수
  • 쌍곡함수의 멱급수 표현은 다음과 같다\[\tanh x = x - \frac {x^3} {3} + \frac {2x^5} {15} - \frac {17x^7} {315} + \cdots = \sum_{n=1}^\infty \frac{2^{2n}(2^{2n}-1)B_{2n} x^{2n-1}}{(2n)!}, \left |x \right | < \frac {\pi} {2}\]\[\coth x = \frac {1} {x} + \frac {x} {3} - \frac {x^3} {45} + \frac {2x^5} {945} + \cdots = \frac {1} {x} + \sum_{n=1}^\infty \frac{2^{2n} B_{2n} x^{2n-1}} {(2n)!}, 0 < \left |x \right | < \pi\]\[\operatorname {sech}\, x = 1 - \frac {x^2} {2} + \frac {5x^4} {24} - \frac {61x^6} {720} + \cdots = \sum_{n=0}^\infty \frac{E_{2 n} x^{2n}}{(2n)!}\]


관련된 항목들


매스매티카 파일 및 계산 리소스



사전 형태의 자료

메타데이터

위키데이터

Spacy 패턴 목록

  • [{'LOWER': 'hyperbolic'}, {'LEMMA': 'function'}]
  • [{'LOWER': 'hyperbolic'}, {'LEMMA': 'function'}]
  • [{'LOWER': 'hyperbolic'}, {'LEMMA': 'function'}]