Normalization constant for Legendre Polynomials

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 5K views
rafaelpol
Messages
16
Reaction score
0

Homework Statement



I am following a derivation of Legendre Polynomials normalization constant.

Homework Equations



[tex] <br /> I_l = \int_{-1}^{1}(1-x^2)^l dx = \int_{-1}^{1}(1-x^2)(1-x^2)^{l-1}dx = I_{l-1} - \int_{-1}^{1}x^2(1-x^2)^{l-1}dx<br /> [/tex]

The author then gives that we get the following relationship after integrating by parts the last integral:

[tex] <br /> I_l = I_{l-1} - I_l/(2l)<br /> [/tex]

The Attempt at a Solution



I can't get the last relationship by applying integration by parts. For the integration by parts, I set [tex]u = (1-x^2)^l-1[/tex] and [tex]dv = x^2dx[/tex]. The [tex]u.v[/tex] term is equal to zero, since the integration goes from -1 to +1. However, for the - [tex]\int vdu[/tex] term I get

[tex] <br /> \int_{-1}^{1} x^3/3(1-x^2)^{l-2}(l-1)(2x)dx<br /> [/tex]

I really cannot see how to get the final relationship by using this result of the integration by parts.

Any help will be appreciated.

Thanks
 
Physics news on Phys.org
rafaelpol said:
[tex] I_l = \int_{-1}^{1}(1-x^2)^l dx = \int_{-1}^{1}(1-x^2)(1-x^2)^{l-1}dx = I_{l-1} - \int_{-1}^{1}x^2(1-x^2)^{l-1}dx[/tex]
...

Thanks
For the integral:

[tex]\displaystyle - \int_{-1}^{1}x^2(1-x^2)^{\ell-1}\,dx[/tex]

try integration by parts with:

[tex]\displaystyle u=x\ \to\ du=dx \ \text{ and }\ dv=-2x(1-x^2)^{\ell-1}\,dx\ \to\ v={{1}\over{\ell}}(1-x^2)^\ell\,.[/tex]
 
Thank you very much.