angelas
- 8
- 0
Can we use laplace transform to solve an ODE with variable coefficients?
Like this one:
4x y" + 2 y' + y = exp (-x)
Like this one:
4x y" + 2 y' + y = exp (-x)
HallsofIvy said:Theoretically, yes, if you can find the Laplace transform of f(x)y"(x)!
The Laplace transform of xy"(x) is, by definition,
[tex]\int_0^\infty e^{-st}ty"(t)dt[/tex]
Integrate by parts with [itex]u= e^{-st}t[/itex] so that [itex]du= (e^{-st}- st e^{-st})dt[/itex], dv= y"(t)dt so that v= y'(t). Then
[tex]-\int_0^\infty (e^{-st}- ste^{-st})y'(t)dt[/tex]
Do that by integration by parts with [itex]u= (e^{-st}- ste^{-st}[/itex] so that [itex]du= -2e^{-st}+ s^2te^{-st}[/itex], dv= y'(t)dt so that v= y. Then
[tex]2y(0)+ \int_0^\infty (2e^{-st}- s^2te^{-st})y(t)dt[/itex]<br /> Write that last as a Laplace transform of y and reduce to an algebraic equation as usual.<br /> Thanks so much.<br /> I think there is a typo here: du = -2e^{-st}+ s^2te^{-st}<br /> <br /> it should be du = -2 s e^{-st}+ s^2te^{-st}<br /> <br /> and also about the last part why we get 2 y(0). I think it should be zero.<br /> <br /> and also how can I write s^2 t e ^(-st) y as the laplace transform of y? is it equal to the laplace transform of s^2ty?<br /> <br /> Sorry if I ask too many questions.[/tex]