fluidistic
Gold Member
- 3,928
- 272
Homework Statement
Hello guys. I've been stuck on a problem when searching for the Green function.
Here is the problem: Find the solution of x^2 y''-2y=x for 1 \leq x < \infty with the boundary conditions y(1)=y(\infty ) =0, using the appropriate Green function.
Homework Equations
The general solution will be under the form y(x)= \int _1^\infty G(x,x')f(x')dx'.
Where f(x') is the non homogeneous term, namely x' here. Therefore if I get the Green function G(x,x') I'm basically done with the problem (well it reduces to solving an integral).
The Attempt at a Solution
For all x \neq x' in the domain, the Green function satisfies the homogeneous DE x^2 G''-2G=0. Where the derivative is with respect to x. It's a Cauchy-Euler DE. I solve it and the general solution is G(x)=\frac{c_1}{x}+c_2 x^2. So that the dependence of G on x' is via the constants c_1 and c_2.
Now I know that for the region 1 \leq x <x', the boundary condition G(1)=0 implies that c_1=-c_2. And in the region x'<x, y(\infty ) =1 implies that c_2=0.
Therefore the Green function takes the form G(x)=c_1 \left ( \frac{1}{x} -x^2 \right ) for when 1 \leq x <x'. And G(x)=\frac{c_1}{x} when x'<x.
Now in order to solve for the constant c_1 I think I must use the continuity of the Green function at x=x'. But this imply that c_1=0 which would give the trivial solution to the DE.
I don't see what I did wrong so far. Any help would be immensily appreciated.