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

수학노트
둘러보기로 가기 검색하러 가기
12번째 줄: 12번째 줄:
  
 
<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>\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>
  
 
 
 
 
18번째 줄: 20번째 줄:
  
 
<h5 style="margin: 0px; line-height: 2em;">항등식</h5>
 
<h5 style="margin: 0px; line-height: 2em;">항등식</h5>
 +
 +
<math>\cosh^2 x - \sinh^2 x = 1</math>
  
 
<math>\tanh ^{2}x=1-\operatorname{sech}^{2}x</math>
 
<math>\tanh ^{2}x=1-\operatorname{sech}^{2}x</math>
27번째 줄: 31번째 줄:
 
<h5 style="margin: 0px; line-height: 2em;">미분</h5>
 
<h5 style="margin: 0px; line-height: 2em;">미분</h5>
  
<math>\sinh x = \frac{e^x - e^{-x}}{2}</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>
 
 
<h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">재미있는 사실</h5>
 
 
 
 
 
 
 
* Math Overflow http://mathoverflow.net/search?q=
 
* 네이버 지식인 http://kin.search.naver.com/search.naver?where=kin_qna&query=
 
  
 
 
 
 
102번째 줄: 99번째 줄:
 
* http://www.ams.org/mathscinet
 
* http://www.ams.org/mathscinet
 
* http://dx.doi.org/
 
* http://dx.doi.org/
 
 
 
 
 
 
 
<h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">관련도서</h5>
 
 
*  도서내검색<br>
 
** http://books.google.com/books?q=
 
** http://book.daum.net/search/contentSearch.do?query=
 
*  도서검색<br>
 
** http://books.google.com/books?q=
 
** http://book.daum.net/search/mainSearch.do?query=
 
** http://book.daum.net/search/mainSearch.do?query=
 
 
 
 
 
 
 
 
<h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">관련기사</h5>
 
 
*  네이버 뉴스 검색 (키워드 수정)<br>
 
** http://news.search.naver.com/search.naver?where=news&x=0&y=0&sm=tab_hty&query=
 
** http://news.search.naver.com/search.naver?where=news&x=0&y=0&sm=tab_hty&query=
 
** http://news.search.naver.com/search.naver?where=news&x=0&y=0&sm=tab_hty&query=
 
 
 
 
 
 
 
 
<h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">블로그</h5>
 
 
*  구글 블로그 검색<br>
 
** http://blogsearch.google.com/blogsearch?q=
 
* [http://navercast.naver.com/science/list 네이버 오늘의과학]
 
* [http://math.dongascience.com/ 수학동아]
 
* [http://www.ams.org/mathmoments/ Mathematical Moments from the AMS]
 
* [http://betterexplained.com/ BetterExplained]
 

2012년 7월 14일 (토) 09:39 판

이 항목의 스프링노트 원문주소

 

 

개요

\(\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\)

 

 

역사

 

 

 

메모

 

 

관련된 항목들

 

 

수학용어번역

 

 

사전 형태의 자료

 

 

관련논문