Solve Inhomogeneous Problem Using Greens Function: (1-x2)y'' - xy' + y = f(x)

sara_87
Messages
748
Reaction score
0

Homework Statement



use the greens function G(x,z) to solve inhomogeneous problem:

(1-x2 ) y'' - x y' + y = f(x)

y(0) = y(1) = 0

Homework Equations



the answer is:

G(x,z)= -x for x<z

and -z(1-x2 ) 1/2 (1-z2 ) 1/2


The Attempt at a Solution



the general solution to the equation

(1-x2 ) y'' - x y' + y = 0

is:

y = Ax + B(1-x2 ) 1/2



i found B(z) and D(z) = 0 after subing in x= 1 and x= 0

then i got:

G(x,z) = A(z)

and D(z)(1-x2 )1/2

then i did this:

-D(z)x(1-x2) -1/2 - A(z) = 1 *

D(z)(1-x2) 1/2 - A(z)x = 0 **

now we have 2 equation with 2 unknown which i can solve... but i didn't get the right answer so i just need to check are the 2 equations * and ** correct?
 
Physics news on Phys.org
Well, you forgot something it should be:
G(x,z)=A(z)x for 0<=x<z<=1
D(z)(1-x^2)^0.5 for 0<=z<x<=1
And another thing, you should multiply the homogenous equation by what is called an integration factor, i.e we want the euqation to be in form: d/dx [p(x)d/dx y]+q(x)y=0
so here if u is this factor then: u(1-x^2)=p and -ux=p' p'/p=x/(x^2-1) ln(p)=ln(x^2-1)/2
so p=sqrt|1-x^2|, now as it's written in wiki, the difference in the derivative of dG(x,z)/dx for x=z from right minus dG(x,z)/dx for x=z from left equals 1/p(z), and also you have the property of symmetry of G, i.e G(x,z)=G(z,x).

I hope I helped you some how, cheers!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top