Non-Homogeneous Boundary Conditions: How to Solve PDEs with Green's Function?

Col.Buendia
Messages
8
Reaction score
0
Hey Guys;

I'm solving PDE's with the use of Green's function where all the boundary conditions are homogeneous.
However, how do you solve ones in which we have non-homogeneous b.c's.

In case it helps, the particular PDE I'm looking at is:

y'' = -x^2

y(0) + y'(0) = 4, y'(1)= 2

Thanks for any help.
 
Physics news on Phys.org
That is an ODE, the general solution is

y = c_1 + c_2x - \frac{1}{12}x^4

The equations are:

y'(1) = c_2 - \frac{1}{3}(1)^3 = 1

Therefore we have c_2 = 4/3. Therefore the second equation reads:

c_1 + c_2 = 4

Therefore we have c _1 = 8/3.

Doing this problem with the method of Green functions, we begin with the piecewise solution c_1 + c_2x, x < x' , and b_1 + b_2 x, x > x'. The first boundary condition says that c_1 + c_2 = 4, and the second one says b_2 = 1. Continuity at x' yields c_1 + (4-c_1)x' = b_1 + x'. Finally, the jump condition on the first derivative yields y'(x')_right - y'(x')_left = 1 implies 1 - c_2 = 1, and so c_2 is zero, at which point I'm stuck too.
 
Col.Buendia said:
Hey Guys;

I'm solving PDE's with the use of Green's function where all the boundary conditions are homogeneous.
However, how do you solve ones in which we have non-homogeneous b.c's.

In case it helps, the particular PDE I'm looking at is:

y&#039;&#039; = -x^2

y(0) + y&#039;(0) = 4, y&#039;(1)= 2

Thanks for any help.


Try making the substitution:
Y(x) = y(x) - 2x - 2.

Then
Y(0) = y(0) - 2 , Y'(0) = y'(0) - 2 and Y'(1) = y'(1) - 2.
These will make your bc homogeneous.
 
Thanks, that seems to work perfectly.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top