The math optional, made finite. Daily Practice

Laplace transform

At a Glance

Why This Chapter Matters

The Laplace-transform definition questions in UPSC are uniformly easy: both exam appearances reduce to one master formula L{tp}=Γ(p+1)/sp+1\mathcal{L}\{t^p\}=\Gamma(p+1)/s^{p+1} with a handful of Gamma values plugged in. Knowing Γ(1/2)=π\Gamma(1/2)=\sqrt\pi, Γ(3/2)=12π\Gamma(3/2)=\frac{1}{2}\sqrt\pi, and the recursion Γ(z+1)=zΓ(z)\Gamma(z+1)=z\Gamma(z) covers every question that has appeared and every plausible variant. This topic is also the entry point for P1-OD-15 (properties) and P1-OD-16 (inverse), so the Gamma-function fluency built here pays dividends across the entire Laplace block.

Minimum Theory

Definition. The Laplace transform of f(t)f(t) is

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

defined for those s>0s>0 for which the integral converges. The transform is linear: L{af+bg}=aL{f}+bL{g}\mathcal{L}\{af+bg\}=a\mathcal{L}\{f\}+b\mathcal{L}\{g\}.

Power function transform. For p>1p>-1 and s>0s>0, substituting u=stu=st in the defining integral:

L{tp}=0esttpdt=1sp+10euupdu=Γ(p+1)sp+1.\mathcal{L}\{t^p\} = \int_0^\infty e^{-st}t^p\,dt = \frac{1}{s^{p+1}}\int_0^\infty e^{-u}u^p\,du = \frac{\Gamma(p+1)}{s^{p+1}}.

For non-negative integers p=np=n: Γ(n+1)=n!\Gamma(n+1)=n!, giving the familiar L{tn}=n!/sn+1\mathcal{L}\{t^n\}=n!/s^{n+1}.

Key Gamma values. Γ(1/2)=π\Gamma(1/2)=\sqrt\pi. Recursion: Γ(z+1)=zΓ(z)\Gamma(z+1)=z\Gamma(z), so Γ(3/2)=12Γ(1/2)=π2\Gamma(3/2)=\frac{1}{2}\Gamma(1/2)=\frac{\sqrt\pi}{2}; Γ(5/2)=34π\Gamma(5/2)=\frac{3}{4}\sqrt\pi; Γ(n+3/2)=(2n+1)!22n+1n!π\Gamma(n+3/2)=\frac{(2n+1)!}{2^{2n+1}\,n!}\sqrt\pi. The integral exists even when f(t)f(t)\to\infty as t0+t\to0^+, provided p>1p>-1 (the singularity is integrable).

Question Archetypes

ArchetypeYou are seeing this when…
transform-computationCompute L{tp}\mathcal{L}\{t^p\} for half-integer pp; or prove the formula for tn+1/2t^{n+1/2}

transform-computation (2 question(s); 2018, 2019)

Recognition Cues

Solution Template

  1. State the master formula L{tp}=Γ(p+1)/sp+1\mathcal{L}\{t^p\}=\Gamma(p+1)/s^{p+1} for p>1p>-1.
  2. Derive it (if proof is asked): substitute u=stu=st to convert 0esttpdt\int_0^\infty e^{-st}t^p\,dt into Γ(p+1)/sp+1\Gamma(p+1)/s^{p+1}.
  3. Plug in the specific value of pp.
  4. Evaluate the Gamma value using Γ(1/2)=π\Gamma(1/2)=\sqrt\pi and the recursion.
  5. Box the answer with the constraint s>0s>0.

Worked Example

2018 Paper 1, 2018-P1-Q5d-i (5 marks)

Find the Laplace transform of f(t)=1tf(t)=\dfrac{1}{\sqrt t}.

Step 1 — Identify. f(t)=t1/2f(t)=t^{-1/2}, so p=1/2p=-1/2. Check p>1p>-1: 1/2>1-1/2>-1 ✓, so the transform exists.

Step 2 — Apply the formula.

L{t1/2}=Γ(1/2+1)s1/2+1=Γ(1/2)s1/2.\mathcal{L}\{t^{-1/2}\} = \frac{\Gamma(-1/2+1)}{s^{-1/2+1}} = \frac{\Gamma(1/2)}{s^{1/2}}.

Step 3 — Use Γ(1/2)=π\Gamma(1/2)=\sqrt\pi.

  L ⁣{1t}=πs,s>0.  \boxed{\;\mathcal{L}\!\left\{\frac{1}{\sqrt t}\right\} = \sqrt{\frac{\pi}{s}},\quad s>0.\;}

Direct derivation (if asked to derive from scratch): Substitute t=u2/st=u^2/s (dt=2udu/sdt=2u\,du/s):

0estt1/2dt=0eu2su2udus=2s0eu2du=2sπ2=πs.\int_0^\infty e^{-st}t^{-1/2}\,dt = \int_0^\infty e^{-u^2}\frac{\sqrt s}{u}\cdot\frac{2u\,du}{s} = \frac{2}{\sqrt s}\int_0^\infty e^{-u^2}\,du = \frac{2}{\sqrt s}\cdot\frac{\sqrt\pi}{2} = \sqrt{\frac\pi s}.


2019 Paper 1, 2019-P1-Q6c-ii (10 marks)

Find the Laplace transforms of t1/2t^{-1/2} and t1/2t^{1/2}. Prove that L{tn+1/2}=Γ(n+3/2)/sn+3/2\mathcal{L}\{t^{n+1/2}\}=\Gamma(n+3/2)/s^{n+3/2} for nNn\in\mathbb{N}.

Step 1 — Master formula derivation. For p>1p>-1, substitute u=stu=st:

L{tp}=0esttpdt=1sp+10euupdu=Γ(p+1)sp+1.\mathcal{L}\{t^p\} = \int_0^\infty e^{-st}t^p\,dt = \frac{1}{s^{p+1}}\int_0^\infty e^{-u}u^p\,du = \frac{\Gamma(p+1)}{s^{p+1}}.

Step 2 — Transform of t1/2t^{-1/2}. p=1/2p=-1/2:

L{t1/2}=Γ(1/2)s1/2=πs.\mathcal{L}\{t^{-1/2}\} = \frac{\Gamma(1/2)}{s^{1/2}} = \boxed{\sqrt{\frac{\pi}{s}}}.

Step 3 — Transform of t1/2t^{1/2}. p=1/2p=1/2; use Γ(3/2)=12Γ(1/2)=π2\Gamma(3/2)=\frac{1}{2}\Gamma(1/2)=\frac{\sqrt\pi}{2}:

L{t1/2}=Γ(3/2)s3/2=π2s3/2.\mathcal{L}\{t^{1/2}\} = \frac{\Gamma(3/2)}{s^{3/2}} = \boxed{\frac{\sqrt\pi}{2s^{3/2}}}.

Step 4 — General formula for tn+1/2t^{n+1/2}. Take p=n+1/2p=n+1/2 (so p+1=n+3/2p+1=n+3/2):

L{tn+1/2}=Γ(n+1/2+1)sn+1/2+1=Γ(n+3/2)sn+3/2.\mathcal{L}\{t^{n+1/2}\} = \frac{\Gamma(n+1/2+1)}{s^{n+1/2+1}} = \frac{\Gamma(n+3/2)}{s^{n+3/2}}.\qquad\blacksquare

  L{tn+1/2}=Γ(n+3/2)sn+3/2,s>0,nN.  \boxed{\;\mathcal{L}\{t^{n+1/2}\} = \frac{\Gamma(n+3/2)}{s^{n+3/2}},\quad s>0,\quad n\in\mathbb{N}.\;}

Common Traps


Marks-Aware Writing

5-mark question (2018): State the formula, identify p=1/2p=-1/2, use Γ(1/2)=π\Gamma(1/2)=\sqrt\pi, box the answer. Four clear lines earn all 5 marks. If you derive the result from the Gaussian integral directly (the t=u2/st=u^2/s substitution), that also earns full marks.

10-mark question (2019): Three sub-results: L{t1/2}\mathcal{L}\{t^{-1/2}\} (3 marks), L{t1/2}\mathcal{L}\{t^{1/2}\} (3 marks), general formula proof (4 marks). The derivation of the master formula via u=stu=st is the proof core — state it once and apply it three times. The general-case proof is essentially a one-line substitution p=n+1/2p=n+1/2.

Practice Set

(All UPSC questions on this atom are fully worked above.)

We've mapped all 13 years of this exam. Get new chapters, tools, and solutions as we release them — free.