Help with Laplace Transformations and 2nd order ODEs

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
109 replies · 10K views
yep but it can be simplified more (the first term?? and expand the bracket)
 
Physics news on Phys.org
How did I miss it that time? I did it before. :cry: So:

[tex]\frac{1}{2} \left[ (1/2sin(2t - t) - tcos(t)) + (1/2sin(t)) \right] [\tex]<br /> <br /> Can be simplified to:<br /> <br /> [tex]\frac{1}{2} \left[ (1/2sin(t) - tcos(t)) + (1/2sin(t)) \right] [\tex]<br /> <br /> Which can go to:<br /> <br /> [tex]\frac{1}{2} \left[ sin(t) - tcos(t) \right] [\tex]<br /> <br /> Better?<br /> <br /> TFM[/tex][/tex][/tex]
 
it's 1/2(-sint-tcost) because in the second to last step, 1/2sint should be -1/2sin(t) (odd function sine).
 
Okay so it should be:

[tex]\frac{1}{2} \left[ (-1/2sin(t) - tcos(t)) - (1/2sin(t)) \right][/tex]

Which goes to:

[tex]\frac{1}{2} \left[-sin(t)- tcos(t))\right][/tex]

So this is correct now?

TFM
 
yes, now remember:
Y=1/(s^2+1)^2 + s/(s^2+1)

the 2nd fraction is the laplace of cost
the 1st fraction is the laplace of 1/2(-sint-tcost) (we showed by convolution)
so y(t)= 1/2(-sint-tcost) + cost
 
Okay, So:

[tex]Y = \frac{1}{(s^2+1)^2} + \frac{s}{s^2+1}[/tex]

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

[tex]\frac{s}{s^2+1} = cos(t)[/tex]

So:

[tex]Y = \frac{1}{2} (-sin(t)- tcos(t)) + cos(t)[/tex]

Hows this?

TFM
 
very good

but, don't say: s/(s^2+1) = cos(t)
say: s/(s^2+1)=laplace of cos(t)
 
So the final answer for this one is:

[tex]y(t) = \frac{1}{2} (-sin(t)- tcos(t)) + cos(t)[/tex]

?

TFM
 
Excellent. Sp the last one is very similar, except the values have changed slightly:

[tex]y'' + y = sin(t), y_0 = 1, y_0' = -\frac{1}{2}[/tex]

so:

L(y(t)) = Y
L(y'(t)) = sL(y(t)) - y(0)
L(y''(t)) = sL(y'(t))-y'(0) = s^2(L(y(t))-sy(0)-y'(0)


And again, there is no y',

[tex]L(y(t)) = Y[/tex]

[tex]L(y'(t)) = sL(y(t)) - 1[/tex]

[tex]L(y''(t)) = sL(y'(t))-\frac{1}{2} = s^2(L(y(t))-sy(0)-y'(0)[/tex]

And again from before:

[tex]sin(t) = \frac{1}{p^2 + 1}[/tex]

okay so far?

TFM
 
yes that's right. now substitute everything in and make Y the subject
 
So original equation:

[tex]y'' + y = sin(t), y_0 = 1, y_0' = -\frac{1}{2}[/tex]

L(y(t)) = Y

[tex]L(y''(t)) = s^2(L(y(t))-sy(0)-y'(0)[/tex]

[tex]L(y''(t)) = s^2(Y)-1-1/2 = s^2(Y) - 3/2[/tex]

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

Still okay?

TFM
 
first, the -1/2 should be 1/2 since you have: --1/2=1/2, 2nd:
you made the same mistake again:
in the second to last step, you have -1 but it should be -s
L(y(t))=Y
L(y'(t))=sY-1
L(y''(t))=s(sY-1)+1/2=s^2Y-s+1/2

now substitue and make Y the subject
 
sara_87 said:
first, the -1/2 should be 1/2 since you have: --1/2=1/2, 2nd:
you made the same mistake again:
in the second to last step, you have -1 but it should be -s
L(y(t))=Y
L(y'(t))=sY-1
L(y''(t))=s(sY-1)+1/2=s^2Y-s+1/2

now substitue and make Y the subject

I think I've found why I'm making the same mistake. Should this:

[tex]L(y'(t)) = sL(y(t)) - 1[/tex]

Really be:

[tex]L(y'(t)) = s(L(y(t)) - 1)[/tex]

It would work then?

Anyway, so:

L(y(t))=Y

L(y''(t))=s(sY-1)+1/2=s^2Y-s+1/2

[tex]y'' + y = sin(t)[/tex]

[tex]s^2Y-s+1/2 + Y = \frac{1}{s^2 + 1}[/tex]

rearrange for Y:

[tex]s^2Y+ Y = \frac{1}{s^2 + 1} + s - 1/2[/tex]

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

[tex]Y = \frac{\frac{1}{s^2 + 1} + s - 1/2}{s^2 + 1}[/tex]

Is this okay?

TFM
 
very good.
now, let's separate them to make life much simpler:
Y=1/(s^2+1)^2 + s/(s^2+1) - 1/2(s^2+1)
now find the inverse laplace of each one separately and remember we found the inverse laplace of the first fraction before using convolution so you don't have to do it again but u could for practice if you wish.
 
Okay so:

[tex]Y = \frac{\frac{1}{s^2 + 1} + s - 1/2}{s^2 + 1}[/tex]

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

So, the Laplace tranformation of:

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

and the Laplace transformation of:

[tex]\frac{s}{s^2+1} = cos(t)[/tex]

And finally, the Laplace Transformation of:

[tex]\frac{1}{2s^2 + 2}[/tex]

would this be similar to the first one, but require first shift theorem:

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

[tex]\frac{1}{(2s^2 + 2)^2} = = \left(\frac{1}{2} (-sin(t)- tcos(t))\right) e^2t[/tex]

Is this okay?

TFM
 
The first two bits are perfectly fine.
what is the inverse laplace transform of 1/(s^2 +1)
It is ofcourse sin(t)
so that means the inverse laplace of 1/2(s^2+1) is just simply (1/2)sin(t)

so now you have the inverse laplace of each bit, now you can state what the function y(t) is.
 
Okay, so now:

[tex]y(t) = cos(t) + \frac{1}{2}(-sin(t) - t cos(t)) + \frac{1}{2}sin(t)[/tex]

Is this okay?

TFM
 
Excellent. Thanks for all your assistance, sara_87