I have an inverse laplace transform and I have no clue how to solve it with the allowed methods (no convolution, no heaviside):
\[L^{-1} \left\{\vphantom{} \frac{2s-1}{s^2(s+1)^3} \right\}\]
My first instinct was to factor out the one and add to the whole thing as such: (For some reason the eqn editor isn't working, I'm waiting on it to load)
*Factor out the two
I would suggest breaking up the argument into partial fractions first.
That sounds like a better idea and for some reason I totally overlooked it, one sec.
Eghh, I'll just write it by hand rather than using the editor, one minute
Got this so far, moving forward from here momentarily: http://i.imgur.com/48mggGC.png
http://www.wolframalpha.com/input/?i=partial+fraction+%282s-1%29%2F%28s%5E2%28s%2B1%29%5E3%29
Recall exponential shift formula and you may use below for the terms :\[\mathcal{L}^{-1} \dfrac{1}{(s-a)^n} = \dfrac{e^{at}t^{n-1}}{(n-1)!}\]
Yep, though you can reduce it to three eqs with three unknowns if you set \(s=0\) and \(s=-1\).
Am I doing this right? Is this right so far? I'm running into problems which suggest otherwise but: http://i.imgur.com/48mggGC.png
Yes, your set up is correct.
\[\begin{align*} \frac{2s-1}{s^2(s+1)^3}&=\frac{A}{s}+\frac{B}{s^2}+\frac{C}{s+1}+\frac{D}{(s+1)^2}+\frac{E}{(s+1)^3}\\\\ 2s-1&=As(s+1)^3+B(s+1)^3+Cs^2(s+1)^2+Ds^2(s+1)+Es^2\\\\ &=A(s^4+3s^3+3s^2+s)+B(s^3+3s^2+3s+1)\\&\quad +C(s^4+2s^3+s^2)+D(s^3+s^2)+Es^2\\\\ &=(A+C)s^4+(3A+B+2C+D)s^3\\&\quad+(3A+3B+C+D+E)s^2+(A+3B)s+B \end{align*}\] which gives \[\begin{cases} \begin{align*} A+C&=0\\ 3A+B+2C+D&=0\\ 3A+3B+C+D+E&=0\\ A+3B&=2\\ B&=-1 \end{align*} \end{cases}\] You can find each constant sequentially starting with \(B\).
(Just now saw your reply, for some reason I didn't get the notification, sorry about that.)
No worries. Yep, those are the right coefficients.
Got it. Thank you.
Join our real-time social learning platform and learn together with your friends!