Unit Step Function Laplace Transform

Heaviside steps, the second shifting theorem, and piecewise inputs written as u(t тИТ a)
Laplace transform of u(t - 3)
Laplace transform of f(t) = (t-2)^2 for t >= 2, 0 otherwise
Laplace transform of f(t) = 3 on [0,4) and 0 for t >= 4
Inverse Laplace transform of e^(-5s)/(s^2 + 1)

The Heaviside Step Function

The unit step (Heaviside) function switches on at t=at = a:

u(tтИТa)={0,t<a1,tтЙеa(aтЙе0)u(t-a) = \begin{cases} 0, & t < a \\ 1, & t \ge a \end{cases} \qquad (a \ge 0)

Its transform follows straight from the definition, and the integral converges only for s>0s > 0:

L{u(tтИТa)}=тИл0тИЮeтИТstu(tтИТa)тАЙdt=тИлaтИЮeтИТstтАЙdt=[тИТeтИТsts]aтИЮ=eтИТass\mathcal{L}\{u(t-a)\} = \int_0^{\infty} e^{-st}u(t-a)\,dt = \int_a^{\infty} e^{-st}\,dt = \left[\frac{-e^{-st}}{s}\right]_a^{\infty} = \frac{e^{-as}}{s}

Writing piecewise functions with steps is the whole point. A function that is 00, then turns on at aa and off at bb, is a window:

u(tтИТa)тИТu(tтИТb)u(t-a) - u(t-b)

So f(t)=3f(t) = 3 on [0,4)[0,4) and 00 afterwards becomes 3тИТ3u(tтИТ4)3 - 3u(t-4). Building this expression correctly is the step where most of the work тАФ and most of the errors тАФ live. The value assigned at the single point t=at = a never affects the transform.

The Second Shifting Theorem

If L{f(t)}=F(s)\mathcal{L}\{f(t)\} = F(s), then a delayed copy of ff transforms to

L{u(tтИТa)f(tтИТa)}=eтИТasF(s)\mathcal{L}\{u(t-a)f(t-a)\} = e^{-as}F(s)

Read the left side carefully: the function must be f(tтИТa)f(t-a), shifted by the same aa as the step. A factor of eтИТase^{-as} in the ss-domain always means a time delay of aa.

When the function is not pre-shifted, use the equivalent form

L{u(tтИТa)g(t)}=eтИТasтАЙL{g(t+a)}\mathcal{L}\{u(t-a)g(t)\} = e^{-as}\,\mathcal{L}\{g(t+a)\}

Inverting runs the same theorem backwards: LтИТ1{eтИТasF(s)}=u(tтИТa)f(tтИТa)\mathcal{L}^{-1}\{e^{-as}F(s)\} = u(t-a)f(t-a). For example LтИТ1{eтИТ5ss2+1}=u(tтИТ5)sinтБб(tтИТ5)\mathcal{L}^{-1}\left\{\dfrac{e^{-5s}}{s^2+1}\right\} = u(t-5)\sin(t-5).

Convolution handles a product of transforms: LтИТ1{F(s)G(s)}=(fтИЧg)(t)=тИл0tf(╧Д)g(tтИТ╧Д)тАЙd╧Д\mathcal{L}^{-1}\{F(s)G(s)\} = (f*g)(t) = \int_0^t f(\tau)g(t-\tau)\,d\tau. This is why eтИТase^{-as} times F(s)F(s) is a shift тАФ convolving with ╬┤(tтИТa)\delta(t-a) translates ff.

All of this assumes ff is piecewise continuous and of exponential order, so the transform exists.

Common Mistakes to Avoid

  • Using f(t)f(t) where the theorem needs f(tтИТa)f(t-a). L{u(tтИТ2)t2}тЙаeтИТ2sтЛЕ2/s3\mathcal{L}\{u(t-2)t^2\} \neq e^{-2s}\cdot 2/s^3; you must first rewrite t2=(tтИТ2)2+4(tтИТ2)+4t^2 = (t-2)^2 + 4(t-2) + 4.
  • Getting the window backwards. "On during [a,b][a,b]" is u(tтИТa)тИТu(tтИТb)u(t-a) - u(t-b); reversing the order flips the sign of the whole pulse.
  • Forgetting s>0s > 0. The improper integral diverges otherwise, and the eтИТstтЖТ0e^{-st} \to 0 step at the upper limit is only valid there.
  • Multiplying the shifts instead of adding. Each switch contributes its own additive term; steps do not compose by multiplication.
  • Confusing the two shifting theorems. eтИТasF(s)e^{-as}F(s) is a shift in tt; F(sтИТa)F(s-a) corresponds to eatf(t)e^{at}f(t), a shift in ss.
  • Reassembling an inverse without the u(tтИТa)u(t-a) factor, which would incorrectly switch the term on for all tt.

Examples

Step 1: By definition, L{u(tтИТ3)}=тИл0тИЮeтИТstu(tтИТ3)тАЙdt\mathcal{L}\{u(t-3)\} = \displaystyle\int_0^{\infty} e^{-st}u(t-3)\,dt
Step 2: The step is 00 below t=3t = 3, so the lower limit becomes 33: тИл3тИЮeтИТstтАЙdt\displaystyle\int_3^{\infty} e^{-st}\,dt
Step 3: =[тИТeтИТsts]3тИЮ= \left[\dfrac{-e^{-st}}{s}\right]_3^{\infty}; for s>0s > 0 the upper limit gives 00
Step 4: =0тИТ(тИТeтИТ3ss)=eтИТ3ss= 0 - \left(\dfrac{-e^{-3s}}{s}\right) = \dfrac{e^{-3s}}{s}
Answer: eтИТ3ss\dfrac{e^{-3s}}{s}, valid for s>0s > 0

Step 1: Write it with a step: f(t)=u(tтИТ2)(tтИТ2)2f(t) = u(t-2)(t-2)^2
Step 2: This is already in the form u(tтИТa)g(tтИТa)u(t-a)g(t-a) with a=2a = 2 and g(t)=t2g(t) = t^2
Step 3: G(s)=L{t2}=2!s3=2s3G(s) = \mathcal{L}\{t^2\} = \dfrac{2!}{s^3} = \dfrac{2}{s^3}
Step 4: Second shifting theorem: multiply by eтИТas=eтИТ2se^{-as} = e^{-2s}
Answer: 2eтИТ2ss3\dfrac{2e^{-2s}}{s^3}

Step 1: As a window: f(t)=3[u(t)тИТu(tтИТ4)]=3тИТ3u(tтИТ4)f(t) = 3\big[u(t) - u(t-4)\big] = 3 - 3u(t-4)
Step 2: L{3}=3s\mathcal{L}\{3\} = \dfrac{3}{s}
Step 3: L{3u(tтИТ4)}=3тЛЕeтИТ4ss\mathcal{L}\{3u(t-4)\} = 3 \cdot \dfrac{e^{-4s}}{s}
Step 4: Subtract by linearity: 3sтИТ3eтИТ4ss\dfrac{3}{s} - \dfrac{3e^{-4s}}{s}
Answer: 3(1тИТeтИТ4s)s\dfrac{3\left(1 - e^{-4s}\right)}{s}

Frequently Asked Questions

L{u(t - a)} = e^(-as)/s for s > 0. With a = 0 this reduces to L{1} = 1/s, since u(t) is just the constant 1 on the domain of the transform.

It states that L{u(t-a) f(t-a)} = e^(-as) F(s). In words, delaying a signal by a in the time domain multiplies its transform by e^(-as). Reading it backwards inverts any transform containing an exponential factor.

Rewrite the function in powers of (t - a) first, or use the alternative form L{u(t-a) g(t)} = e^(-as) L{g(t + a)}. For example, u(t-2)t^2 needs t^2 expressed as (t-2)^2 + 4(t-2) + 4.

Convolution says the inverse of a product F(s)G(s) is the integral from 0 to t of f(tau)g(t-tau) d tau. Since e^(-as) is the transform of the shifted impulse, multiplying by it convolves f with delta(t - a), which simply translates f тАФ exactly the second shifting theorem.

Related Solvers

Related Guides

Try AI-Math for Free

Get step-by-step solutions to any math problem. Upload a photo or type your question.

Start Solving