Trying to find laplace transform $x(s)$ that satisfies $x'(t)=x(t)-t$?

101 Views Asked by At

Taking the Laplace transform of the equation $$x'(t)=x(t)-t,$$ we get $$sx(s)-x(0)=x(s)-\frac{1}{s^2},$$ right? So if $x(0)=1$, don't you get $$x(s)=\frac{1-\frac{1}{s^2}}{s-1}?$$ When I take the inverse laplace of this I get 2pi*i, how do I know this works?

1

There are 1 best solutions below

6
On BEST ANSWER

$$ \frac{1-\frac{1}{s^2}}{s-1}=\frac{s^2-1}{s^2(s-1)}=\frac{s+1}{s^2}=\frac{1}{s}+\frac{1}{s^2}. $$

How did you get zero for the inverse Laplace transform?