Laplace Transform (Should be easy)

Saladsamurai
Messages
3,009
Reaction score
7
[SOLVED] Laplace Transform (Should be easy)

Homework Statement


I know there are other ways to solve this, but I HAVE to use Laplace Transformy''-y'-6y=0 where y(0)=2 and y'(0)=-1

The Attempt at a Solution



Written as Laplace:

y''-y'-6y=0

\Rightarrow s^2*Y(s)-s*y(0)-y'(0)-s*Y(s)+y(0)-6*Y(s)=0

\Rightarrow s^2*Y(s)-2s+1-s*Y(s)+2-Y(s)=0

\Rightarrow s^2*Y(s)-s*Y(s)-Y(s)=-3+2s

\Rightarow Y(s)=\frac{-3+2s}{s^2-s-1}

Am I missing something? The numerator and denominator don't factor. Is a separation by partial fractions my next step? Or did I miss something that would make it way easier?

Thanks
 
Physics news on Phys.org
What happened to the "6" on 6Y(x)?

s2- s- 6 certainly does factor!
 
Splendid! Now too bad the numerator wasn't -3+s then I would be in business.
 
I'm also having a problem with laplace transforms.

I have an equation in the form

I = \frac{1}{s} - \frac{11}{3s+2}

Does this transform to

I(t) = 1-11e^{-2t}

or do i need to try and do something with the 3?

EDIT:
I think I just got it, sorry for hi-jacking you're thread.
I(t) = 1 - 11/3 (e^{-2/3t})
 
Last edited:
ineedmunchies said:
I'm also having a problem with laplace transforms.

I have an equation in the form

I = \frac{1}{s} - \frac{11}{3s+2}

Does this transform to

I(t) = 1-11e^{-2t}

or do i need to try and do something with the 3?

EDIT:
I think I just got it, sorry for hi-jacking you're thread.
I(t) = 1 - 11/3 (e^{-2/3t})


It's cool. And you got it right it looks like!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top