Find the inverse Laplace transform of $$\mathcal{L}^{-1}\left(\frac{2s+12}{ (s^2 + 5s + 6)(s+1)}\right)$$
I recognise I need to use partial fractions to solve it and that is where I got stuck. Here’s my working,
After factoring the denominator, I got a case of non repeating linear factors
$\dfrac{2s+12}{ (s+2)(s+3)(s+1)} = \dfrac{A}{s+2} + \dfrac{B}{s+3} + \dfrac{C}{s+1} $
$2s + 12 = A (s+3)(s+1) + B (s+2)(s+1) + C (s+2)(s+3) $
$2s + 12 = (As^2 + Bs^2 + Cs^2) + (4As + 3Bs + 5Cs) + (3A + 2B+6C) $
So...
$A + B + C = 0$
$ 4A + 3B + 5C = 2$
$3A + 2B + 6C = 12$
how do I solve this complicated equations ? This is where i got stuck and cannot continue.
You can use the methods associated with the "Partial fraction decomposition" (see https://en.wikipedia.org/wiki/Partial_fraction_decomposition). After writing :
$$\frac{2s+12}{ (s+2)(s+3)(s+1)} = \frac{A}{s+2} + \frac{B}{s+3} + \frac{C}{s+1} $$
You multiply and the right and left hand side by $(s+2)$, which gives :
$$\frac{2s+12}{(s+3)(s+1)} =A + \frac{B(s+2)}{s+3} + \frac{C(s+2)}{s+1} $$
Taking $s = -2$, you find :
$$ \frac{2(-2)+12}{(-2+3)(-2+1)} = \frac{8}{-1} = -8 = A $$
You can find $B$ and $C$ using the same method (which is usually easier than solving the system).