Finding the Inverse Laplace of X(s)

  • Thread starter Thread starter Saladsamurai
  • Start date Start date
  • Tags Tags
    Inverse Laplace
Saladsamurai
Messages
3,009
Reaction score
7

Homework Statement



Find the inverse Laplace of:

X(s) = \frac{3}{s^2 - 6}

I am kind of stuck on this one. I am pretty sure this is not sinusoidal. Can I even use partial fractions on this?

Just a hint here :smile:
 
Physics news on Phys.org
It's probably in a table. Or consider the bottom a difference of squares: s^2-(\sqrt{6})^2 and use partial fractions.
 
Interesting.

X(s) =\frac{3}{s^2 - 6}= \frac{3}{(s+\sqrt{6})(s- \sqrt{6})}= \frac{a}{s + \sqrt6} + \frac{b}{s - \sqrt6}

\Rightarrow a = \left( \begin{matrix}\frac{3}{(s+\sqrt{6})(s- \sqrt{6})}*({s + \sqrt6})\end{matrix} \right)_ {s\rightarrow -\sqrt6}=\frac{-3}{2\sqrt6}

and

\Rightarrow b = \left( \begin{matrix}\frac{3}{(s+\sqrt{6})(s- \sqrt{6})}*({s - \sqrt6})\end{matrix} \right)_ {s\rightarrow +\sqrt6}=\frac{3}{2\sqrt6}
 
Last edited:
If you wanted you could just use

L(sinh(kt))= \frac{k}{s^2-k^2}


But partial fractions work just as well.
 
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