Legendre's equation

logistic_guy

Senior Member
Joined
Apr 17, 2024
Messages
1,408
Solve.

(1x2)y2xy+2y=0\displaystyle (1 - x^2)y'' - 2xy' + 2y = 0
 
Solve.

(1x2)y2xy+2y=0\displaystyle (1 - x^2)y'' - 2xy' + 2y = 0
Please show us what you have tried and exactly where you are stuck.

Please follow the rules of posting in this forum, as enunciated at:


Please share your work/thoughts about this problem
 
(1x2)y2xy+2y=0\displaystyle (1 - x^2)y'' - 2xy' + 2y = 0
The general form of Legendre equation is:

(1x2)y2xy+n(n+1)y=0\displaystyle (1 - x^2)y'' - 2xy' + n(n+1)y = 0

Which has the general solution:

y(x)=c1Pn(x)+c2Qn(x)\displaystyle y(x) = c_1P_n(x) + c_2Q_n(x)

Therefore,

(1x2)y2xy+2y=0\displaystyle (1 - x^2)y'' - 2xy' + 2y = 0

is a special case where n(n+1)=2\displaystyle n(n+1) = 2 in this case.

Solving for n\displaystyle n give us:

n=1\displaystyle n = 1 or n=2\displaystyle n = -2

We know that the indices of Legendre starts at n=0\displaystyle n = 0, so we can safely ignore negative ones.

Then the general solution to (1x2)y2xy+2y=0\displaystyle (1 - x^2)y'' - 2xy' + 2y = 0 is:

y(x)=c1P1(x)+c2Q1(x)\displaystyle y(x) = c_1P_1(x) + c_2Q_1(x)

Can we write this solution in different form? The answer is yes!

From accumulated knowledge we know that P1(x)=x\displaystyle P_1(x) = x. Now we have two options to find Q1(x)\displaystyle Q_1(x). The first is that a month ago we learnt a method that gives a second solution if we know the first solution. Or we just become lazy and look at the book or internet to grab the second solution.

I am lazy now so my book says:

Q1(x)=x2ln1+x1x1\displaystyle Q_1(x) = \frac{x}{2}\ln\left|\frac{1 + x}{1 - x}\right| - 1

And the general solution becomes:

y(x)=c1x+c2(x2ln1+x1x1)\displaystyle y(x) = c_1x + c_2\left(\frac{x}{2}\ln\left|\frac{1 + x}{1 - x}\right| - 1\right)

😉😉
 
Top