How Do You Solve an Initial Value Problem Using Laplace Transforms?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 5K views
O.J.
Messages
198
Reaction score
0
Laplace initial value problem... HELP! PLEASE!

Hello all!
I'm stuck on this question:

y' + y = t sin t

y(0) = 0

solve it using laplace transform,... my final is tomorrow, and its 2 am, i would appreciate a quick respone
thanks in advance!
 
Last edited:
Physics news on Phys.org
Let

[tex]\mathcal{L}\{y(t)\}=F(s)=\int_0^{+\infty} e^{-s\,t}\,y(t)\,d\,t[/tex]

be the Laplace transform of [tex]y(t)[/tex], then the Laplace transform for [tex]\mathcal{L}\{y'(t)\}[/tex] would be

[tex]\mathcal{L}\{y'(t)\}=\int_0^{+\infty} e^{-s\,t}\,y'(t)\,d\,t\Rightarrow \mathcal{L}\{y'(t)\}=s\,F(s)-y(0) \Rightarrow \mathcal{L}\{y'(t)\}=s\,F(s)[/tex]

The Laplace transform of the right hand side of your eq is

[tex]\mathcal{L}\{t\,\sin t\}=-\frac{2\,s}{(1+s^2)^2}[/tex]

Plugging the above values into your equation, you can evaluate [tex]F(s)[/tex] and applying the inverse Laplace transformation

[tex]y(t)=\mathcal{L}^{-1}\{F(s)\}[/tex]

you will arrive at [tex]y(t)[/tex]
 
I'm arriving at these results:

2s / {(s^2+1)^2(2+1)}, but i can't continue from there... I have an appendix of Laplace transforms in my text but none of them seem to fit this one...
 
Split the fraction into simpler ones

[tex]-\frac{2\,s}{(1+s^2)^2\,(1+s)}=\frac{1}{2\,(1+s)}-\frac{1}{(1+s^2)^2}-\frac{s}{(1+s^2)^2}+\frac{1-s}{2\,(1+s^2)}[/tex]
 
i tried partial fractions, but how do you assign the contants in the numerator fro such a complex polynomial in the denominator...?
 
I don't understand the question (my English are pretty poor!)

" ...complex polynomial in the denominator..."

If you mean the term

[tex]\frac{1-s}{2\,(1+s^2)}[/tex]

it's inverse Laplace transform can be evaluated by

[tex]\mathcal{L}^{-1}\{\frac{s+\gamma}{(s+\alpha)^2+\beta^2}\}=e^{-\alpha\,t}\left(\cos(\beta t)+\frac{\gamma-\alpha}{\beta}\,\sin(\beta\,t)\right)[/tex]
 
The standard technique for finding inverse Laplace transformations of complicated fractions (I wouldn't say "complex"; in mathematics that is too closely connected with complex numbers) is to use partial fractions. Surely you've seen that before?