Laplace transform using change of scale property

3.1k Views Asked by At

If Laplace transform of $f(t)=\phi(s)$, then Laplace transform of $e^{bt}f(at)$ is

1

There are 1 best solutions below

0
On

You are given: $$ \int_{t=0}^{\infty}f(t)e^{-st}\;dt=\phi (s) $$ and are asked for: $$ \int_{t=0}^{\infty} e^{bt}f(at)e^{-st}\;dt=\int_{t=0}^{\infty} f(at)e^{-(s-b)t}\;dt $$ Now put $t'=at$ when the integral becomes: $$ \int_{t=0}^{\infty} e^{bt}f(at)e^{-st}\;dt=\int_{t'=0}^{\infty}\frac{1}{a}f(t')e^{-\frac{s-b}{a}t'}\;dt'=\frac{1}{a}\phi\left(\frac{s-b}{a}\right) $$