Legendre's differential equation

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
4 replies · 22K views
cks
Messages
164
Reaction score
0
the question is in the jpg file
 

Attachments

  • Clip_3.jpg
    Clip_3.jpg
    30.5 KB · Views: 1,541
on Phys.org
Legendre's differential equation
\\

\[(1-x^2)y''-2xy'+n(n+1)y=0 \]

\\

The general solution is

\[y=c_1P_n(x)+c_2Q_n(x) \] where $n=1,2,3,...$

\\

$P_n(x)$ is Legendre polynomials and $Q_n(x)$ is Legendre functions of the second kind
\\ \\
From the general solutions of Legendre polynomials, we know that
\[
P_0(x)=1
\]
However, we can also find the same solution by letting n=0 for the legendre's differential equation

\[(1-x^2)y''-2xy'+=0 \]

\[\frac{\,dy'}{\,dx}=\frac{2xy'}{1-x^2}\]

\[\int \frac{\,dy'}{y'}=\int \frac{2x}{1-x^2}\]

\[\ln y' = -\ln |1-x^2| + D \]

\[y'=\frac{B}{1-x^2}\]

Find y is pretty straightforward

\[y=A\ln \left[B \left(\frac{1+x}{1-x}\right)\right]\]
 
The Legendre differential equation is a second-order ODE, so it has two linearly independent solutions for each n. P0(x)=1 is one of the two solutions for n=0. You found the other solution.

The Legendre differential equation has singular points at [itex]\pm 1[/itex]. For a given n, one of the two solutions will be finite for all finite x, while the other solution will be singular at the singular points [itex]\pm 1[/itex]. The first set of solutions (finite for all finite x) are the Legendre polynomials. The second set are the Legendre functions of the second kind.
 
The Legendre differential equation is a second-order ODE, so it has two linearly independent solutions for each n. P0(x)=1 is one of the two solutions for n=0. You found the other solution.

The Legendre differential equation has singular points at . For a given n, one of the two solutions will be finite for all finite x, while the other solution will be singular at the singular points . The first set of solutions (finite for all finite x) are the Legendre polynomials. The second set are the Legendre functions of the second kind


BTW, you obviously know LaTeX. This forum supports LaTeX. The start of your post converted to vB LaTeX:

Legendre's differential equation


The general solution is
y = cp(x)1 + dq(x)2 as n= 1,2,3..

i thik he give a good solution ..,