Physics World(물리,수학)
Legendre Polynomial with Rodrigues' formula(르장드르 방정식의 로드리게스 공식) 본문
공학수학(미분방정식)/Series Solutions of ODE(급수해), Special 함수
Legendre Polynomial with Rodrigues' formula(르장드르 방정식의 로드리게스 공식)
물리영이 2020. 11. 24. 11:33728x90
반응형
Legendre Polynomial with Rodrigues' formula(르장드르 방정식의 로드리게스 공식)
-이전 글
※ n이 짝수 \(\rightarrow M=\frac{n}{2}\) , n이 홀수 \(\rightarrow M=\frac{n-1}{2} \)
$$P_n(x)=\sum_{m=0}^M \frac{(-1)^m(2n-2m)!}{2^nm!(n-m)!(n-2m)!}x^{n-2m}$$
$$=\frac{1}{2^n} \sum_{m=0}^M (-1)^m \begin{pmatrix} n \\ m \end{pmatrix} \begin{pmatrix} 2n-2m \\ n \end{pmatrix} x^{n-2m} $$
이전 글에서 구한 르장드르 방정식이다.
이 꼴을 Rodrigues의 방식 또는 공식대로 풀어내면 다음과 표시한다.
$$P_n(x)=\frac{1}{2^n n!}\frac{d^n}{dx^n}(x^2-1)^n$$
그리고, power을 잘 볼 수 있는 형태로도 가능하다.
$$P_n(x) = 2^n \sum_{m=0}^n x^m \begin{pmatrix} n \\ m \end{pmatrix} \begin{pmatrix} \frac{n+m-1}{2} \\ n \end{pmatrix} $$
최고 차항이 n에서 멈추는 것을 알 수 있다.
반응형
'공학수학(미분방정식) > Series Solutions of ODE(급수해), Special 함수' 카테고리의 다른 글
Bessel's Equation, Bessel's Function Ch5.4 (0) | 2020.12.17 |
---|---|
Forbenius Method-Extended Power Series Method(프로베니우스 방법)Ch5.3 (0) | 2020.11.27 |
Legendre's Equation, Polynomials(르장드르 방정식, 다항식)Ch5.2 (0) | 2020.11.21 |
Existence of Power Series Solution(멱급수 해의 존재성)Ch5.1 (0) | 2020.11.17 |
Power Series Method(멱급수 해법)Ch5.1 (0) | 2020.11.12 |
Comments