Boundary Value Problem + Green's Function

benronan
Messages
2
Reaction score
0
Boundary Value Problem + Green's Function
Consider the BVP

y''+4y=e^x
y(0)=0
y'(1)=0

Find the Green's function for this problem.



I am completely lost can someone help me out?
 
Physics news on Phys.org
I am no expert, this looks like just an ODE problem where you only have one independent variable x:

1) Solve the associate homogeneous problem y''+4y=0 which is a second degree DE with constant coef.

2) Then use variation of parameter to get the particular solution.

3) y=y_c + y_p

4) Then use boundary condition to find the constant.

Just my 2 cents
 
yea but for a boundary condition should you have y(0) = c1 & y(t) = c2 , instead of y'(t) = c2
 
benronan said:
yea but for a boundary condition should you have y(0) = c1 & y(t) = c2 , instead of y'(t) = c2

I have not work through the problem, I am studying Green's function and that's the reason I look at this post.

I don't see from y''+4y=e^x[/tex] that it is even multi variables. Only independent variable is x. From my understanding, Green's function only deal with multi-variables. This is a simple 2nd degree non-homogeneous ODE with constant coef. with boundary condition.
 
Hi. I'm not very familiar with Green's functions, but let me suggest a direction I think you need to go:

Consider the linear differential equation (of one variable):

Ly=f

where the L is the differential operator like in your case, it's L=\frac{d^2}{dx^2}+4. Then we can show the solution can be written in terms of a Green's function as:

y(x)=\int G(x,u)f(u)du

where:

G(x,u)=\sum_{n=1}^{\infty} \frac{\phi_n(x)\phi_n^{*}(u)}{\lambda_n}

where \phi_n is a orthonormal set of eigenfunctions for the operator L, that is, normalized solutions to the equation:

y''+4y=\lambda_n y

subject to the given boundary conditions. So, just need to find those huh? Also, keep in mind the conjugate (\phi^{*}) of a real-valued function is just the function.

See: "Mathematics of Classical and Quantum Physics" by F. Byron and R. Fuller. Whole chapter on Green's functions.
 
Last edited:
I suggest taking a look at "Mathematical Physics" by Hassani or alternatively "Mathematical Methods for Physicists" by Arfken. Both have well developed sections on the use of Green's functions in solving ODEs.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top