"베르누이 수"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
잔글 (찾아 바꾸기 – “</h5>” 문자열을 “==” 문자열로)
잔글 (찾아 바꾸기 – “<h5 (.*)">” 문자열을 “==” 문자열로)
1번째 줄: 1번째 줄:
<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%;">이 항목의 스프링노트 원문주소==
+
==이 항목의 스프링노트 원문주소==
  
 
* [[베르누이 수]]
 
* [[베르누이 수]]
98번째 줄: 98번째 줄:
 
 
 
 
  
<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%;">사전 형태의 자료==
+
==사전 형태의 자료==
  
 
* http://ko.wikipedia.org/wiki/
 
* http://ko.wikipedia.org/wiki/
130번째 줄: 130번째 줄:
 
 
 
 
  
<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%;">관련도서 및 추천도서==
+
==관련도서 및 추천도서==
  
 
*  도서내검색<br>
 
*  도서내검색<br>
144번째 줄: 144번째 줄:
 
 
 
 
  
<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%;">관련기사==
+
==관련기사==
  
 
*  네이버 뉴스 검색 (키워드 수정)<br>
 
*  네이버 뉴스 검색 (키워드 수정)<br>
155번째 줄: 155번째 줄:
 
 
 
 
  
<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%;">블로그==
+
==블로그==
  
 
* 구글 블로그 검색 http://blogsearch.google.com/blogsearch?q=
 
* 구글 블로그 검색 http://blogsearch.google.com/blogsearch?q=
 
* [http://navercast.naver.com/science/list 네이버 오늘의과학]
 
* [http://navercast.naver.com/science/list 네이버 오늘의과학]
 
* [http://www.ams.org/mathmoments/ Mathematical Moments from the AMS]
 
* [http://www.ams.org/mathmoments/ Mathematical Moments from the AMS]

2012년 11월 1일 (목) 14:27 판

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

 

 

개요

\(\frac{t}{e^t-1}= \sum_{n=0}^\infty B_n\frac{t^n}{n!}\)

  • 처음 몇 베르누이 수는 다음과 같다.

\(B_0=1\), \(B_1=-{1 \over 2}\), \(B_2={1\over 6}\), \(B_3=0\), \(B_4=-\frac{1}{30}\), \(B_5=0\), \(B_6=\frac{1}{42}\), \(B_8=-\frac{1}{30}\), \(B_{10}=\frac{5}{66}\), \(B_{12}=-\frac{691}{2730}\),\(B_{14}=\frac{7}{6}\)

 

{1, -1/2, 1/6, 0, -1/30, 0, 1/42, 0, -1/30, 0, 5/66, 0, -691/2730, 0, 7/6, 0, -3617/510, 0, 43867/798, 0, -174611/330}

 

 

베르누이 수의 성질

  • \(B_m=\frac{N_m}{D_m}\) (여기서 \(N_m, D_m\)은 서로소) 으로 쓰면 \(D_m\)은 \(p-1|m\) 을 만족하는 모든 소수 \(p\)의 곱으로 주어짐
    • \(D_4=30 = 2 \times 3 \times 5\)
    • \(D_{10}= 66 = 2 \times 3 \times 11\)
    • \(D_{12}= 2730 = 2 \times 3 \times 5 \times 7 \times 13\)

 

 

삼각함수의 급수 표현

  • 사인함수와 코사인함수의 급수표현은 미적분학 강의를 통해서도 잘 배우지만, 탄젠트는 거의 언급되지 않음.
  • 그 이유는, 표현에 베르누이수가 필요하기 때문.

\(\tan x = x + \frac{x^3}{3} + \frac{2 x^5}{15} + \frac{17 x^7}{315} + \cdots =\sum_{n=1}^\infty \frac{(-1)^{n-1} 2^{2n} (2^{2n}-1) B_{2n} x^{2n-1}}{(2n)!}\)

\(\cot x = \frac {1} {x} - \frac {x}{3} - \frac {x^3} {45} - \frac {2 x^5} {945} - \cdots = \sum_{n=0}^\infty \frac{(-1)^n 2^{2n} B_{2n} x^{2n-1}}{(2n)!}\)

 

쌍곡함수의 급수표현

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

 

 

로바체프스키함수

 

digamma함수

  • digamma 함수
    \(\psi(x) = \log(x) - \frac{1}{2x} - \sum_{n=1}^\infty \frac{B_{2n}}{2n(x^{2n})}\)

 

 

관련된 학부 과목과 미리 알고 있으면 좋은 것들

 

관련된 대학원 과목

 

 

관련된 항목들

 

 

사전 형태의 자료

 

 

관련논문

 

 

 

관련도서 및 추천도서

 

 

관련기사

 

 

블로그