Laplace Symbol and Definition

Read, write and apply the notation L{f(t)} = F(s) with step-by-step examples
Laplace transform of 1 from the definition
Laplace transform of t^2
Laplace transform of 3e^(2t) - 4sin(5t)
For which values of s does the Laplace transform of e^(3t) exist?

What the Symbol Means

The script letter L\mathcal{L} is the Laplace transform operator. It takes a function of time tt and returns a function of the complex variable ss:

L{f(t)}=F(s)=0estf(t)dt\mathcal{L}\{f(t)\} = F(s) = \int_0^{\infty} e^{-st} f(t)\,dt

Read L{f(t)}\mathcal{L}\{f(t)\} as "the Laplace transform of ff of tt". The braces are function-application brackets, not a set. By convention the time-domain function is lower case and its transform upper case, so y(t)Y(s)y(t) \leftrightarrow Y(s).

How to write it: in LaTeX, \mathcal{L}; in Unicode, the script capital ℒ (U+2112); by hand, a looped script L. The inverse operator is L1{F(s)}=f(t)\mathcal{L}^{-1}\{F(s)\} = f(t).

The lower limit is 00, so the transform only ever sees t0t \ge 0.

Existence, Linearity and the Table

When the integral converges

The improper integral converges if ff is piecewise continuous on [0,)[0,\infty) and of exponential order, meaning f(t)Mect|f(t)| \le Me^{ct} for some constants. Then F(s)F(s) exists for all Re(s)>c\operatorname{Re}(s) > c. That inequality is why every entry below carries a condition on ss: L{e3t}\mathcal{L}\{e^{3t}\} exists only for s>3s > 3, and et2e^{t^2} has no transform at all.

Linearity

L{af(t)+bg(t)}=aL{f(t)}+bL{g(t)}\mathcal{L}\{af(t) + bg(t)\} = a\mathcal{L}\{f(t)\} + b\mathcal{L}\{g(t)\}

Standard transforms

f(t)f(t)F(s)F(s)Condition
0000all ss
111s\dfrac{1}{s}s>0s > 0
tt1s2\dfrac{1}{s^2}s>0s > 0
tnt^nn!sn+1\dfrac{n!}{s^{n+1}}s>0s > 0
eate^{at}1sa\dfrac{1}{s-a}s>as > a
sinat\sin atas2+a2\dfrac{a}{s^2+a^2}s>0s > 0
cosat\cos atss2+a2\dfrac{s}{s^2+a^2}s>0s > 0
δ(t)\delta(t)11all ss

First shifting theorem: L{eatf(t)}=F(sa)\mathcal{L}\{e^{at}f(t)\} = F(s-a) — multiplying by an exponential in tt shifts the transform in ss.

Common Mistakes to Avoid

  • Writing L{f(t)}=F(t)\mathcal{L}\{f(t)\} = F(t): the transform lives in the ss-domain. Mixing tt and ss in one expression is almost always an error.
  • Dropping the condition on ss: 1sa\frac{1}{s-a} is only the transform of eate^{at} where s>as > a; outside that half-plane the defining integral diverges.
  • Treating L\mathcal{L} as a multiplication: L{f}L{g}L{fg}\mathcal{L}\{f\}\mathcal{L}\{g\} \neq \mathcal{L}\{fg\}. The product of transforms corresponds to a convolution in time.
  • Assuming every function has a transform: exponential order is a real hypothesis, and et2e^{t^2} fails it.
  • Forgetting the transform ignores t<0t < 0: implicitly every input is multiplied by the unit step u(t)u(t).

Examples

Step 1: Substitute f(t)=1f(t) = 1: L{1}=0estdt\mathcal{L}\{1\} = \displaystyle\int_0^{\infty} e^{-st}\,dt
Step 2: Antiderivative in tt: 1sest-\dfrac{1}{s}e^{-st}
Step 3: Evaluate the limits: [1sest]0=limT(esTs)+1s\left[-\dfrac{1}{s}e^{-st}\right]_0^{\infty} = \lim_{T\to\infty}\left(-\dfrac{e^{-sT}}{s}\right) + \dfrac{1}{s}
Step 4: For s>0s > 0 the exponential esT0e^{-sT} \to 0, so the limit term vanishes
Step 5: For s0s \le 0 the integral diverges, which fixes the condition
Answer: L{1}=1s\mathcal{L}\{1\} = \dfrac{1}{s} for s>0s > 0

Step 1: Use the power rule L{tn}=n!sn+1\mathcal{L}\{t^n\} = \dfrac{n!}{s^{n+1}} with n=2n = 2
Step 2: n!=2!=2n! = 2! = 2 and sn+1=s3s^{n+1} = s^3
Step 3: So L{t2}=2s3\mathcal{L}\{t^2\} = \dfrac{2}{s^3} for s>0s > 0
Step 4: Consistency check with n=0n = 0: the rule gives 0!s=1s\dfrac{0!}{s} = \dfrac{1}{s}, matching L{1}\mathcal{L}\{1\}
Answer: 2s3\dfrac{2}{s^3}, valid for s>0s > 0

Step 1: Apply linearity: 3L{e2t}4L{sin5t}3\mathcal{L}\{e^{2t}\} - 4\mathcal{L}\{\sin 5t\}
Step 2: From the table, L{e2t}=1s2\mathcal{L}\{e^{2t}\} = \dfrac{1}{s-2} for s>2s > 2
Step 3: From the table, L{sin5t}=5s2+25\mathcal{L}\{\sin 5t\} = \dfrac{5}{s^2+25}
Step 4: Combine: 3s245s2+25\dfrac{3}{s-2} - \dfrac{4 \cdot 5}{s^2+25}
Step 5: The stricter condition wins, so the result holds for s>2s > 2
Answer: 3s220s2+25\dfrac{3}{s-2} - \dfrac{20}{s^2+25}, for s>2s > 2

Frequently Asked Questions

It is a script capital L. In LaTeX write \mathcal{L}{f(t)}; in Unicode the character is U+2112 (ℒ); by hand, draw an ornate looped L. The inverse transform is written with a superscript -1 on the same symbol.

It is 0. The defining integral has an integrand of e^(-st) times 0, which is identically zero, so the integral is zero for every s. This is also forced by linearity, since the transform of a constant multiple is that multiple of the transform.

For all s greater than the exponential order c of the function, where |f(t)| is bounded by M·e^(ct). That half-plane is the region of convergence: for e^(3t) it is s > 3, and for bounded functions like sin t and constants it is s > 0.

L moves a problem from the time domain into the s domain, where derivatives become algebra. L inverse brings the answer back, usually by rewriting F(s) with partial fractions until it matches table entries. Solving a differential equation uses both, in that order.

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