"푸리에 급수"의 두 판 사이의 차이
둘러보기로 가기
검색하러 가기
30번째 줄: | 30번째 줄: | ||
− | <h5 style="line-height: 2em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"> | + | <h5 style="line-height: 2em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;">예1</h5> |
* <math>f(x)=x</math>, <math>-\pi < x < \pi</math><br><math>f(x)\sim2\sum_{n=1}^{\infty}\frac{(-1)^{n+1}}{n} \sin(nx)</math><br> | * <math>f(x)=x</math>, <math>-\pi < x < \pi</math><br><math>f(x)\sim2\sum_{n=1}^{\infty}\frac{(-1)^{n+1}}{n} \sin(nx)</math><br> | ||
47번째 줄: | 47번째 줄: | ||
* [[로그감마 함수]]<br><math>\log\Gamma(x)=\log\sqrt{2\pi}-\frac{1}{2}\log(2\sin\pi x)+\frac{1}{2}(\gamma+2\log\sqrt{2\pi})(1-2x)+\frac{1}{\pi}\sum_{n=1}^{\infty}\frac{\log n}{n}\sin 2\pi nx</math><br> | * [[로그감마 함수]]<br><math>\log\Gamma(x)=\log\sqrt{2\pi}-\frac{1}{2}\log(2\sin\pi x)+\frac{1}{2}(\gamma+2\log\sqrt{2\pi})(1-2x)+\frac{1}{\pi}\sum_{n=1}^{\infty}\frac{\log n}{n}\sin 2\pi nx</math><br> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
71번째 줄: | 61번째 줄: | ||
<h5 style="line-height: 3.428em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic', dotum, gulim, sans-serif; font-size: 1.166em; background-image: ; background-color: initial; background-position: 0px 100%;">메모</h5> | <h5 style="line-height: 3.428em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic', dotum, gulim, sans-serif; font-size: 1.166em; background-image: ; background-color: initial; background-position: 0px 100%;">메모</h5> | ||
+ | |||
+ | <math>b_n = \frac{1}{\pi}\int_{-\pi}^\pi f(x) \sin(nx)\, dx, \quad n \ge 1</math> | ||
98번째 줄: | 90번째 줄: | ||
<h5 style="line-height: 3.428em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic', dotum, gulim, sans-serif; font-size: 1.166em; background-image: ; background-color: initial; background-position: 0px 100%;">사전 형태의 자료</h5> | <h5 style="line-height: 3.428em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic', dotum, gulim, sans-serif; font-size: 1.166em; background-image: ; background-color: initial; background-position: 0px 100%;">사전 형태의 자료</h5> | ||
+ | * <br> | ||
* http://ko.wikipedia.org/wiki/ | * http://ko.wikipedia.org/wiki/ | ||
* http://en.wikipedia.org/wiki/Fourier_series | * http://en.wikipedia.org/wiki/Fourier_series | ||
+ | * http://www.wolframalpha.com/input/?i=fourierseries+of+x | ||
* http://www.wolframalpha.com/input/?i=fourier+sine+series+of+x | * http://www.wolframalpha.com/input/?i=fourier+sine+series+of+x | ||
− | |||
* [http://dlmf.nist.gov/ NIST Digital Library of Mathematical Functions] | * [http://dlmf.nist.gov/ NIST Digital Library of Mathematical Functions] | ||
− | * [http://www.research.att.com/ | + | * [http://www.research.att.com/%7Enjas/sequences/index.html The On-Line Encyclopedia of Integer Sequences]<br> |
** http://www.research.att.com/~njas/sequences/?q= | ** http://www.research.att.com/~njas/sequences/?q= | ||
2012년 8월 9일 (목) 08:57 판
이 항목의 스프링노트 원문주소
개요
- 주어진 함수의 삼각함수를 이용한 급수표현
- 열방정식을 푸는 과정에서 푸리에가 발견
정의
- \(2\pi\)를 주기로 가지는 함수 \(f\)
- 푸리에 계수의 정의
\(a_n = \frac{1}{\pi}\int_{-\pi}^\pi f(x) \cos(nx)\, dx, \quad n \ge 0\)
\(b_n = \frac{1}{\pi}\int_{-\pi}^\pi f(x) \sin(nx)\, dx, \quad n \ge 1\) - 푸리에 급수
\(f(x)\sim \frac{a_0}{2} + \sum_{n=1}^\infty \, [a_n \cos(nx) + b_n \sin(nx)]\)
예1
- \(f(x)=x\), \(-\pi < x < \pi\)
\(f(x)\sim2\sum_{n=1}^{\infty}\frac{(-1)^{n+1}}{n} \sin(nx)\) - \(f(x)=\frac{\pi-x}{2}\),\(0 < x \leq \pi\)
\(f(x) \sim \sum_{n=1}^{\infty}\frac{1}{n}\sin n x\) - \(f(x)=x^2\), \(-\pi < x < \pi\)
\(f(x)\sim \frac{\pi^2}{3}+4\sum_{n=1}^{\infty}\frac{(-1)^{n}}{n^2} \cos(nx)\)
예2
- 로바체프스키와 클라우센 함수
\(0 \leq \theta \leq 2\pi\) 일때,\(Cl_2(\theta)=\sum_{n=1}^\infty \frac{1}{n^2}\sin n\theta\)
- 로그감마 함수
\(\log\Gamma(x)=\log\sqrt{2\pi}-\frac{1}{2}\log(2\sin\pi x)+\frac{1}{2}(\gamma+2\log\sqrt{2\pi})(1-2x)+\frac{1}{\pi}\sum_{n=1}^{\infty}\frac{\log n}{n}\sin 2\pi nx\)
역사
메모
\(b_n = \frac{1}{\pi}\int_{-\pi}^\pi f(x) \sin(nx)\, dx, \quad n \ge 1\)
관련된 항목들
수학용어번역
사전 형태의 자료
-
- http://ko.wikipedia.org/wiki/
- http://en.wikipedia.org/wiki/Fourier_series
- http://www.wolframalpha.com/input/?i=fourierseries+of+x
- http://www.wolframalpha.com/input/?i=fourier+sine+series+of+x
- NIST Digital Library of Mathematical Functions
- The On-Line Encyclopedia of Integer Sequences
관련논문
관련도서 및 추천도서
- 도서내검색
- 도서검색
관련기사
- 네이버 뉴스 검색 (키워드 수정)