Higher order derivatives; Laplacian

At a Glance

Why This Chapter Matters

Both UPSC questions on this topic are compulsory 10-mark items that take under six minutes each. The 2013 question asks for ∇2(rn)\nabla^2(r^n) — a clean formula derivation worth knowing cold. The 2021 question requires computing ∇⋅(r/r)\nabla\cdot(\mathbf{r}/r) first and then the Laplacian of the result; the problem statement contains a probable typo, but knowing the two-step calculation makes it straightforward. These are the easiest 10 marks in the Paper 1 vector analysis section.

Minimum Theory

Radial Laplacian formula. For any function ff depending only on r=∣r∣r = |\mathbf{r}| in R3\mathbb{R}^3:

∇2f(r)=f′′(r)+2rf′(r)=1r2ddr ⁣(r2dfdr).\nabla^2 f(r) = f''(r) + \frac{2}{r}f'(r) = \frac{1}{r^2}\frac{d}{dr}\!\left(r^2\frac{df}{dr}\right).

This formula is derived from spherical coordinates; it applies whenever ff is spherically symmetric.

Power law: ∇2(rn)\nabla^2(r^n). With f(r)=rnf(r) = r^n, f′(r)=nrn−1f'(r) = nr^{n-1}, f′′(r)=n(n−1)rn−2f''(r) = n(n-1)r^{n-2}:

∇2(rn)=n(n−1)rn−2+2r⋅nrn−1=n(n+1)rn−2.\nabla^2(r^n) = n(n-1)r^{n-2} + \frac{2}{r}\cdot nr^{n-1} = n(n+1)r^{n-2}.

Special cases: n=0n=0 and n=−1n=-1 are both harmonic (∇2=0\nabla^2 = 0), corresponding to the constant function and Newton’s 1/r1/r potential.

Product rule for divergence. For a scalar ϕ\phi and vector F\mathbf{F}:

∇⋅(ϕF)=∇ϕ⋅F+ϕ ∇⋅F.\nabla\cdot(\phi\mathbf{F}) = \nabla\phi\cdot\mathbf{F} + \phi\,\nabla\cdot\mathbf{F}.

In 3D: ∇⋅r=3\nabla\cdot\mathbf{r} = 3 and ∇(r−1)=−r/r3\nabla(r^{-1}) = -\mathbf{r}/r^3.

Question Archetypes

ArchetypeRecognition cue
laplacian-radial”Calculate ∇2(rn)\nabla^2(r^n)” or “show ∇2[radial expression]=…\nabla^2[\text{radial expression}] = \ldots“

laplacian-radial (2 question(s); 2013, 2021)

Recognition Cues

Solution Template

  1. If the argument of ∇2\nabla^2 is already rnr^n: quote f′(r)=nrn−1f'(r) = nr^{n-1}, f′′(r)=n(n−1)rn−2f''(r) = n(n-1)r^{n-2}; apply the radial formula.
  2. If the argument involves ∇⋅(…)\nabla\cdot(\ldots) first: compute the inner divergence using the product rule ∇⋅(ϕF)=∇ϕ⋅F+ϕ∇⋅F\nabla\cdot(\phi\mathbf{F}) = \nabla\phi\cdot\mathbf{F}+\phi\nabla\cdot\mathbf{F}; reduce to a radial function g(r)g(r); then compute ∇2g(r)\nabla^2 g(r).
  3. Check special cases: n=0,−1,1,2n=0, -1, 1, 2 to verify signs.

Worked Example

2013 Paper 1, 2013-P1-Q8a (10 marks)

Calculate ∇2(rn)\nabla^2(r^n) and find its expression in terms of rr and nn, where rr is the distance of any point (x,y,z)(x,y,z) from the origin and nn is a constant.

Strategy. rnr^n depends only on rr; use the 3D radial Laplacian.

Step 1 — Derivatives. f(r)=rnf(r) = r^n, f′(r)=nrn−1f'(r) = nr^{n-1}, f′′(r)=n(n−1)rn−2f''(r) = n(n-1)r^{n-2}.

Step 2 — Apply.

∇2(rn)=f′′(r)+2rf′(r)=n(n−1)rn−2+2r⋅nrn−1=n(n−1)rn−2+2nrn−2.\nabla^2(r^n) = f''(r) + \frac{2}{r}f'(r) = n(n-1)r^{n-2} + \frac{2}{r}\cdot nr^{n-1} = n(n-1)r^{n-2} + 2nr^{n-2}.

∇2(rn)=n(n+1) rn−2.\boxed{\nabla^2(r^n) = n(n+1)\,r^{n-2}.}

Step 3 — Special cases. n=0n=0: 0⋅1⋅r−2=00\cdot 1 \cdot r^{-2}=0 ✓ (constant is harmonic). n=−1n=-1: (−1)(0)r−3=0(-1)(0)r^{-3}=0 ✓ (Newton potential is harmonic for r≠0r\ne 0). n=2n=2: 2⋅3=62\cdot 3=6, and direct check ∇2(x2+y2+z2)=2+2+2=6\nabla^2(x^2+y^2+z^2)=2+2+2=6 ✓.


2021 Paper 1, 2021-P1-Q5e (10 marks)

Show ∇2 ⁣[∇⋅ ⁣(rr)]=2r4\nabla^2\!\left[\nabla\cdot\!\left(\dfrac{\mathbf{r}}{r}\right)\right]=\dfrac{2}{r^4}, where r=xı^+yȷ^+zk^\mathbf{r}=x\hat\imath+y\hat\jmath+z\hat k.

Note on the question. The UPSC question as printed states the inner expression as r/r\mathbf{r}/r, but computing ∇⋅(r/r)=2/r\nabla\cdot(\mathbf{r}/r)=2/r and then ∇2(2/r)=0\nabla^2(2/r)=0 (for r≠0r\ne 0) does not give 2/r42/r^4. The inner expression that makes the question consistent is ∇⋅(r/r2)=1/r2\nabla\cdot(\mathbf{r}/r^2)=1/r^2, since ∇2(1/r2)=2/r4\nabla^2(1/r^2)=2/r^4. The intended computation is demonstrated below.

Step 1 — Compute ∇⋅(r/r2)\nabla\cdot(\mathbf{r}/r^2). Use the product rule with ϕ=1/r2\phi = 1/r^2 and F=r\mathbf{F} = \mathbf{r}:

∇⋅ ⁣(rr2)=∇(r−2)⋅r+r−2∇⋅r.\nabla\cdot\!\left(\frac{\mathbf{r}}{r^2}\right) = \nabla(r^{-2})\cdot\mathbf{r} + r^{-2}\nabla\cdot\mathbf{r}.

∇(r−2)=−2r−3r^=−2r/r4\nabla(r^{-2}) = -2r^{-3}\hat r = -2\mathbf{r}/r^4; ∇⋅r=3\quad\nabla\cdot\mathbf{r}=3; ∇(r−2)⋅r=−2r2/r4=−2/r2\quad\nabla(r^{-2})\cdot\mathbf{r} = -2r^2/r^4 = -2/r^2.

∇⋅ ⁣(rr2)=−2r2+3r2=1r2.\nabla\cdot\!\left(\frac{\mathbf{r}}{r^2}\right) = -\frac{2}{r^2} + \frac{3}{r^2} = \frac{1}{r^2}.

Step 2 — Apply ∇2\nabla^2 to 1/r21/r^2. Use ∇2(rn)=n(n+1)rn−2\nabla^2(r^n) = n(n+1)r^{n-2} with n=−2n=-2:

∇2 ⁣(1r2)=(−2)(−1)r−4=2r4.\nabla^2\!\left(\frac{1}{r^2}\right) = (-2)(-1)r^{-4} = \frac{2}{r^4}.

∇2 ⁣[∇⋅ ⁣(rr2)]=2r4.\boxed{\nabla^2\!\left[\nabla\cdot\!\left(\frac{\mathbf{r}}{r^2}\right)\right] = \frac{2}{r^4}.}

Common Traps

Marks-Aware Writing

A 10-mark answer must: write the radial Laplacian formula; differentiate f(r)=rnf(r) = r^n twice; combine to get n(n+1)rn−2n(n+1)r^{n-2}; verify one special case (usually n=−1n=-1 to show it is the harmonic Newton potential). For the 2021 question, additionally compute the inner divergence via the product rule — this step is worth 4–5 marks.

Practice Set

Ready to drill what you just read?

Daily Practice turns these patterns into one adaptive set a day — practised daily until they're automatic, free for everyone.

See Daily Practice →

This chapter is part of the Maths Coverage Map — 14 years, mapped. Get the take-away PDF free.