My lecturer has given me some notes to study and I can't follow one of the steps...
I need to find the inverse laplace transform of $$\frac3{s(0.1s+1)}\;.$$ The notes do the following:
$$L^{-1}\left[\frac3{s(0.1s+1)}\right] = L^{-1}\left[\frac1s-\frac{0.1}{0.1s+1}\right]$$
That's the step I don't follow.
It then goes on to equal $3-3e^{-10t}$. I have an inkling that the $3$ has been missed in the step above and then reapplied to the final answer? But even aside from the missing $3$, I still don't fully understand what he has done.
Any help would be appreciated!
You’re right about the $3$; the righthand side of the second displayed line should read $$L^{-1}\left[\frac3{s(0.1s+1)}\right] = 3L^{-1}\left[\frac1s-\frac{0.1}{0.1s+1}\right]$$ or $$L^{-1}\left[\frac3{s(0.1s+1)}\right] = L^{-1}\left[\frac3s-\frac{0.3}{0.1s+1}\right]\;.$$
This simply uses the algebraic identity $$\frac1{s(0.1s+1)} = \frac1s-\frac{0.1}{0.1s+1}\;.\tag{1}$$ You can check this by performing the subtraction on the righthand side and verifying that you get the fraction on the lefthand side:
$$\begin{align*} \frac1s-\frac{0.1}{0.1s+1}&=\frac1s\cdot\frac{0.1s+1}{0.1s+1}-\frac{0.1}{0.1s+1}\cdot\frac{s}s\\ &=\frac{0.1s+1}{s(0.1s+1)}-\frac{0.1s}{s(0.1s+1)}\\ &=\frac{0.1s+1-0.1s}{s(0.1s+1)}\\ &=\frac1{s(0.1s+1)}\;. \end{align*}$$
The process of starting with the lefthand side of $(1)$ and finding the righthand side known as decomposing the lefthand side into partial fractions. Since you’ve tagged this
(algebra-precalculus), I don’t know whether you’ll actually be required to perform such decompositions, or merely to be able to verify them. (I’m also a bit surprised to see inverse Laplace transforms in a precalculus setting.)