Laplace Transform

April 13, 2026

Problem

Find L{e^(2t) sin(3t)}. Use the shifting theorem and the standard transform of sin(bt). Show the s-domain representation on a pole-zero diagram.

Explanation

What is the Laplace transform?

The Laplace transform maps a function of time f(t)f(t) (defined for t0t \ge 0) to a function F(s)F(s) of a complex variable ss via the integral F(s)=L{f(t)}(s)=0estf(t)dt,F(s) = \mathcal{L}\{f(t)\}(s) = \int_{0}^{\infty} e^{-s t} f(t) \, dt, valid for all ss with real part large enough that the integral converges (the region of convergence, ROC).

Why this transform is so useful for ODEs: it converts differentiation in time into multiplication by ss in the transformed domain, i.e. L{f(t)}=sF(s)f(0),\mathcal{L}\{f'(t)\} = s F(s) - f(0), which turns differential equations into algebraic equations. Solve the algebra, then invert the transform (see #190) to recover f(t)f(t).

Laplace also handles discontinuous and impulsive forcing cleanly (step functions, delta functions — #191, #192), which is why it's the standard tool in control theory and electrical engineering.

A handful of standard transforms (memorize)

  • L{1}=1s\mathcal{L}\{1\} = \dfrac{1}{s}
  • L{tn}=n!sn+1\mathcal{L}\{t^{n}\} = \dfrac{n!}{s^{n+1}} (integer n0n \ge 0)
  • L{eat}=1sa\mathcal{L}\{e^{a t}\} = \dfrac{1}{s - a} (ROC: Re(s)>a\mathrm{Re}(s) > a)
  • L{sin(bt)}=bs2+b2\mathcal{L}\{\sin(b t)\} = \dfrac{b}{s^{2} + b^{2}}
  • L{cos(bt)}=ss2+b2\mathcal{L}\{\cos(b t)\} = \dfrac{s}{s^{2} + b^{2}}
  • L{sinh(bt)}=bs2b2\mathcal{L}\{\sinh(b t)\} = \dfrac{b}{s^{2} - b^{2}}
  • L{cosh(bt)}=ss2b2\mathcal{L}\{\cosh(b t)\} = \dfrac{s}{s^{2} - b^{2}}

Two key theorems we'll use today

1. First shifting theorem (s-shift / frequency shift). L{eatf(t)}=F(sa),\mathcal{L}\{e^{a t} f(t)\} = F(s - a), where F(s)=L{f(t)}F(s) = \mathcal{L}\{f(t)\}. In words: multiplying by eate^{a t} in the time domain shifts the Laplace variable by aa in the ss-domain.

2. Derivative theorem. L{f}=sF(s)f(0),L{f}=s2F(s)sf(0)f(0).\mathcal{L}\{f'\} = s F(s) - f(0), \qquad \mathcal{L}\{f''\} = s^{2} F(s) - s f(0) - f'(0).

These bring initial conditions into the algebra automatically, unlike the C1,C2C_1, C_2 you'd chase in the time domain.

The given problem

Find L{e2tsin(3t)}\mathcal{L}\{e^{2 t} \sin(3 t)\}.

This is a textbook application of the shifting theorem with f(t)=sin(3t)f(t) = \sin(3 t) and a=2a = 2.

Step-by-step

Step 1 — Transform of sin(3t)\sin(3 t). F(s)=L{sin(3t)}=3s2+9F(s) = \mathcal{L}\{\sin(3 t)\} = \frac{3}{s^{2} + 9}

Step 2 — Apply the shift ss2s \to s - 2. L{e2tsin(3t)}=F(s2)=3(s2)2+9\mathcal{L}\{e^{2 t} \sin(3 t)\} = F(s - 2) = \frac{3}{(s - 2)^{2} + 9}

Step 3 — (Optional) expand the denominator. L{e2tsin(3t)}=3s24s+13\boxed{\, \mathcal{L}\{e^{2 t} \sin(3 t)\} = \frac{3}{s^{2} - 4 s + 13} \,}

Region of convergence: Re(s)>2\mathrm{Re}(s) > 2 (shifted from the original Re(s)>0\mathrm{Re}(s) > 0).

Verification by direct integration (optional)

L{e2tsin3t}=0este2tsin3tdt=0e(s2)tsin3tdt.\mathcal{L}\{e^{2 t} \sin 3 t\} = \int_{0}^{\infty} e^{-s t} e^{2 t} \sin 3 t \, dt = \int_{0}^{\infty} e^{-(s - 2) t} \sin 3 t \, dt.

The integral 0eσtsin(bt)dt=bσ2+b2\int_{0}^{\infty} e^{-\sigma t} \sin(b t) \, dt = \dfrac{b}{\sigma^{2} + b^{2}} (a standard result). With σ=s2\sigma = s - 2, b=3b = 3: 0e(s2)tsin3tdt=3(s2)2+9  \int_{0}^{\infty} e^{-(s-2) t} \sin 3 t \, dt = \frac{3}{(s - 2)^{2} + 9} \; \checkmark

Pole-zero structure

F(s)=3(s2)2+9F(s) = \dfrac{3}{(s - 2)^{2} + 9} has:

  • No finite zeros in this transform.
  • Poles where the denominator vanishes: (s2)2=9    s=2±3i(s - 2)^{2} = -9 \implies s = 2 \pm 3 i. Two complex conjugate poles.

Pole location tells you a lot about the time-domain function:

  • Pole at s=2±3is = 2 \pm 3 i: real part 2>02 > 0 means the time-domain function grows like e2te^{2 t}; imaginary part 33 gives oscillation frequency ω=3\omega = 3.

Reading pole locations directly:

  • Left half-plane → decaying
  • Right half-plane → growing
  • Imaginary axis → pure oscillation
  • Real axis → non-oscillating (decay or growth)
  • Imaginary part → oscillation frequency
  • Distance from imaginary axis → damping rate

Linearity of the Laplace transform

L{af+bg}=aF+bG.\mathcal{L}\{a \, f + b \, g\} = a F + b G.

Combined with the small table above, linearity covers an enormous range of practical transforms. Example: L{3t25et+cos4t}=6s35s+1+ss2+16\mathcal{L}\{3 t^{2} - 5 e^{-t} + \cos 4 t\} = \dfrac{6}{s^{3}} - \dfrac{5}{s + 1} + \dfrac{s}{s^{2} + 16}.

Other useful properties (for reference)

  • Time shift: L{u(ta)f(ta)}=easF(s)\mathcal{L}\{u(t - a) f(t - a)\} = e^{-a s} F(s) (see #192 for uu, the Heaviside step).
  • Multiplication by tt: L{tf(t)}=F(s)\mathcal{L}\{t \, f(t)\} = -F'(s).
  • Convolution: L{(fg)(t)}=F(s)G(s)\mathcal{L}\{(f * g)(t)\} = F(s) G(s) (see #193).
  • Periodic function of period TT: L{f}=11esT0Testf(t)dt\mathcal{L}\{f\} = \dfrac{1}{1 - e^{-s T}} \int_{0}^{T} e^{-s t} f(t) \, dt.

Common mistakes

  • Missing the bb in the numerator of L{sin(bt)}\mathcal{L}\{\sin(b t)\}. It's bs2+b2\dfrac{b}{s^{2} + b^{2}}, not 1s2+b2\dfrac{1}{s^{2} + b^{2}}.
  • Forgetting f(0)f(0) and f(0)f'(0) in the derivative theorem. These "fall out" of the integration-by-parts proof and are what let Laplace naturally handle initial conditions.
  • Wrong direction of the shift. Time-domain multiplication by eate^{a t} gives F(sa)F(s - a) (shift right by aa), not F(s+a)F(s + a).
  • Treating the ROC casually. L{eat}=1/(sa)\mathcal{L}\{e^{a t}\} = 1/(s - a) only for Re(s)>a\mathrm{Re}(s) > a. Outside the ROC, the integral diverges.

Try it in the visualization

Place a pole pair on the complex ss-plane and watch the corresponding time-domain waveform emerge (decaying / growing / oscillating). Drag the pole's real part across the imaginary axis to see decay flip into growth; drag the imaginary part to change the oscillation frequency.

Interactive Visualization

Parameters

2.00
3.00
3.00
30.00
e^(αt)·sin(βt)
Your turn

Got your own math or physics problem?

Turn any problem into an interactive visualization like this one — powered by AI, generated in seconds. Free to try, no credit card required.

Sign Up Free to Try It30 free visualizations every day
Laplace Transform | MathSpin