Solving Laplace Transform Homework: Equations 1 & 2

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
8 replies · 3K views
popo902
Messages
59
Reaction score
0

Homework Statement



Im having trouble finding ways to manipulate equations to fit something from the table

The two I'm stuck on are these

1. [itex]\frac{1}{s^{2}- 2s + 3} (\frac{1+(s^{2}+1)e^{-3\Pi S}}{(s^{2}+1)})[/itex] = Y(s)

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



Homework Equations



These are the IVPs i got them from
1. y" - 2y' + 3y = sint + [tex]\delta[/tex](t - 3*pi)
y(0) = 0
y'(0) = 0

2. y'' - 2y' + 2y = cost
y(0) = 1
y'(o) = 0

The Attempt at a Solution



I tried all sorts of things like multiplying the equations out
i still can't seem to find a way to comfortably manipulate it to match anything on the laplace table
can some one help or give me a tip?
 
Physics news on Phys.org
The first thing I would recommend to do is write:

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

Then I think the transform looks like a convolution doesn't it?
 
hunt_mat said:
You can't use partial fractions here.

Yes, you can. Some of the denominators remain quadratic in s if you restrict yourself to reals, but can be fully expanded out to linear factors if you use complex roots.

RGV
 
I see i see
but how did you get the equations to look like that?

and could you get the inverse laplace transforms with complex numbers??
 
popo902 said:
I see i see
but how did you get the equations to look like that?
Do you mean what hunt_mat did? If so, he just completed the square.
and could you get the inverse laplace transforms with complex numbers??
Yes, you can, but it's usually best to avoid that if possible. Sign mistakes are bad enough, but when you start throwing factors of i around, you increase your chance of making a mistake immensely. You can definitely invert the transform without resorting to using complex algebra.
 
yeh i saw that after about 30 minutes of just staring at the problem haha
however, when you do carry j's into your laplace and get the inverse, they will still be complex right?
so technically you could have a laplace shifted by a complex value using the e^at rule, where a = some j?

thank you all though, it really helped