How to Solve a Non-Homogeneous Laplace Equation?

  • Thread starter Thread starter reece
  • Start date Start date
  • Tags Tags
    Laplace
reece
Messages
9
Reaction score
0
Hi, I can solve homogeneous laplace fine, but with RHS i get stuck half way through.

Q:
y' +3y = 8e^{t}
y(0) = 2

Working as if it was homogeneous..

sY(s) - 2 + 3Y(s) = 8 . \frac{1}{s-1}
Y(s) (s+3) - 2 = 8 . \frac{1}{s-1}

I think the next step is
Y(s) = \frac{2}{s+3} + \frac{8}{s-1}
and then do partial fractions but i don't think it leads me to where I need to be. I think i need to make it into a heaviside ??

Any help would be great. thanks
 
Physics news on Phys.org
Hello reece,
It took me a few minutes to figure out what was going on. Your method is OK, except that you should rewrite the final line as:
(s+3)Y(s)=\frac{8}{s-1}+2=2\cdot \frac{s+3}{s-1}
From which:
Y(s)=\frac{2}{s-1}
And thus the final solution is:
y(t)=2e^t

I expected two exponentials and therefore it is interesting to solve it without using Laplace. The solution is then
y(t)=A e^{-3t}+2e^t
After applying the boundary condition you get A=0.

It is a strange equation because the exponential is unbounded for large t.
 
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