What's Laplace Transform of $u(t-1)\delta(t)$?

1.6k Views Asked by At

If I took LT : $L(u(t-1)\delta(t)) = u((0)-1)$ as Laplace of $\delta(t)=1$, and we substitute $t$ with zero don't we get a zero answer as $u(t-1) = 0$ when $t<1$?

but what if I did it the other way: $L(u(t-1)\delta(t)) = e^{-s} L(\delta(t+1)) = e^{-s} e^{s} = 1$

Am I missing something?

2

There are 2 best solutions below

1
On BEST ANSWER

I suppose you could argue it like this.

$$L \{ f (t) U (t − a)\} = e^{−as}L \{ f (t+a)\}$$

so

$$L \{ \delta(t) U (t − 1)\} = e^{−s}L \{ \delta(t+1)\}$$

$$L\{ \delta(t+1)\}=\int_0^\infty e^{-st}\delta(t+1) dt=0$$

as $-1$ is not in the interval.

The other way

$$L\{ U (t − 1)\delta(t)\}=\int_0^\infty e^{-st}U (t − 1)\delta(t) dt=1\cdot U (0 − 1)=0$$

0
On

An alternate way

$$\mathcal{L}\left(u(t-1)\delta(t)\right)=\int_0^\infty u(t-1)\delta(t)e^{-st}dt=\int_1^\infty\delta(t)e^{-st}dt$$

So

$$\mathcal{L}\left(u(t-1)\delta(t)\right)=\mathcal{L}\left(\delta(t)\right)-\int_0^1\delta(t)e^{-st}dt=1-e^0=0$$