Higher order derivatives; Laplacian
At a Glance
- Frequency: 2 sub-parts across 2 of 13 years (2013, 2021)
- Priority tier: T3
- Marks (count): 10 (2)
- Average solve time: ~5 min
- Difficulty mix: easy 2
- Section: B | Dominant type: computation
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) — a clean formula derivation worth knowing cold. The 2021 question requires computing ∇⋅(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 f depending only on r=∣r∣ in R3:
∇2f(r)=f′′(r)+r2f′(r)=r21drd(r2drdf).
This formula is derived from spherical coordinates; it applies whenever f is spherically symmetric.
Power law: ∇2(rn). With f(r)=rn, f′(r)=nrn−1, f′′(r)=n(n−1)rn−2:
∇2(rn)=n(n−1)rn−2+r2⋅nrn−1=n(n+1)rn−2.
Special cases: n=0 and n=−1 are both harmonic (∇2=0), corresponding to the constant function and Newton’s 1/r potential.
Product rule for divergence. For a scalar ϕ and vector F:
∇⋅(ϕF)=∇ϕ⋅F+ϕ∇⋅F.
In 3D: ∇⋅r=3 and ∇(r−1)=−r/r3.
Question Archetypes
| Archetype | Recognition cue |
|---|
| laplacian-radial | ”Calculate ∇2(rn)” or “show ∇2[radial expression]=…“ |
laplacian-radial (2 question(s); 2013, 2021)
Recognition Cues
- ”∇2 of a power of r” — apply the formula ∇2(rn)=n(n+1)rn−2 directly.
- “Show ∇2[∇⋅(r/rk)]=…” — compute the inner divergence first to reduce to a radial function, then apply ∇2.
- Both questions appear in Section B as compulsory 10-mark items.
Solution Template
- If the argument of ∇2 is already rn: quote f′(r)=nrn−1, f′′(r)=n(n−1)rn−2; apply the radial formula.
- If the argument involves ∇⋅(…) first: compute the inner divergence using the product rule ∇⋅(ϕF)=∇ϕ⋅F+ϕ∇⋅F; reduce to a radial function g(r); then compute ∇2g(r).
- Check special cases: n=0,−1,1,2 to verify signs.
Worked Example
2013 Paper 1, 2013-P1-Q8a (10 marks)
Calculate ∇2(rn) and find its expression in terms of r and n, where r is the distance of any point (x,y,z) from the origin and n is a constant.
Strategy. rn depends only on r; use the 3D radial Laplacian.
Step 1 — Derivatives. f(r)=rn, f′(r)=nrn−1, f′′(r)=n(n−1)rn−2.
Step 2 — Apply.
∇2(rn)=f′′(r)+r2f′(r)=n(n−1)rn−2+r2⋅nrn−1=n(n−1)rn−2+2nrn−2.
∇2(rn)=n(n+1)rn−2.
Step 3 — Special cases. n=0: 0⋅1⋅r−2=0 ✓ (constant is harmonic). n=−1: (−1)(0)r−3=0 ✓ (Newton potential is harmonic for r=0). n=2: 2⋅3=6, and direct check ∇2(x2+y2+z2)=2+2+2=6 ✓.
2021 Paper 1, 2021-P1-Q5e (10 marks)
Show ∇2[∇⋅(rr)]=r42, where r=x^+y^+zk^.
Note on the question. The UPSC question as printed states the inner expression as r/r, but computing ∇⋅(r/r)=2/r and then ∇2(2/r)=0 (for r=0) does not give 2/r4. The inner expression that makes the question consistent is ∇⋅(r/r2)=1/r2, since ∇2(1/r2)=2/r4. The intended computation is demonstrated below.
Step 1 — Compute ∇⋅(r/r2). Use the product rule with ϕ=1/r2 and F=r:
∇⋅(r2r)=∇(r−2)⋅r+r−2∇⋅r.
∇(r−2)=−2r−3r^=−2r/r4; ∇⋅r=3; ∇(r−2)⋅r=−2r2/r4=−2/r2.
∇⋅(r2r)=−r22+r23=r21.
Step 2 — Apply ∇2 to 1/r2. Use ∇2(rn)=n(n+1)rn−2 with n=−2:
∇2(r21)=(−2)(−1)r−4=r42.
∇2[∇⋅(r2r)]=r42.
Common Traps
- The 3D radial Laplacian has coefficient 2/r in front of f′(r), not 1/r (which would be the 2D version). Getting this wrong changes the formula to n2rn−2 (incorrect).
- The formula ∇2(rn)=n(n+1)rn−2 is symmetric: rn and r−n−1 have the same Laplacian. So 1/r (n=−1) and r0 (n=0) are the two harmonic radial functions.
- For the 2021 question, the inner expression is r/r2 (not r/r); the question as printed has a typo. Recognise this inconsistency and compute the version that gives 2/r4.
- Always verify with n=2: ∇2(r2)=2⋅3=6, and Cartesian check gives 6 immediately.
Marks-Aware Writing
A 10-mark answer must: write the radial Laplacian formula; differentiate f(r)=rn twice; combine to get n(n+1)rn−2; verify one special case (usually n=−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
- 2018-P1-Q8a (12 m) — Prove ∇×(∇×v)=∇(∇⋅v)−∇2v; component expansion. ()
- 2025-P1-Q6c-ii (10 m) — Derive wave equations for E and H from Maxwell’s equations using curl-curl identity. ()