At a Glance
- Frequency: 8 sub-parts across 8 of 13 years (2013, 2014, 2015, 2017, 2019, 2022, 2023, 2024)
- Priority tier: T1
- Marks (count): 10 (1), 15 (6), 20 (1)
- Average solve time: ~15 min
- Difficulty mix: medium 6, hard 2
- Section: B | Dominant type: derivation
Why This Chapter Matters
PDE classification appears in 8 of the last 13 years, almost always as a 15-mark question. The procedure is algorithmic and rewards preparation: compute a discriminant, solve the characteristic ODE, change variables, substitute — and the messy original equation becomes something integrable. Every question follows this skeleton; the only variation is whether the type is hyperbolic or parabolic, and whether the coefficient of uxx is zero.
Minimum Theory
Standard form. A second-order PDE in the form Auxx+2Buxy+Cuyy+…=0 (where A,B,C may depend on x,y) is classified by its discriminant Δ=B2−AC:
- Δ>0: hyperbolic — two real characteristic families; canonical form uξη= lower-order terms.
- Δ=0: parabolic — one repeated characteristic family; canonical form uηη= (function of ξ,η,uξ,uη,u).
- Δ<0: elliptic — no real characteristics (not tested in this atom).
Characteristic ODE. The characteristics satisfy
A(dxdy)2−2Bdxdy+C=0,
or in (dx,dy) form: Ady2−2Bdxdy+Cdx2=0. Each real solution gives a family of curves ϕ(x,y)= const.
Change of variables. Take ξ=ϕ1(x,y), η=ϕ2(x,y) (the two characteristic integrals for hyperbolic; one characteristic + any independent function for parabolic). Apply the chain rule to transform uxx,uxy,uyy. The second-order mixed term uξη (hyperbolic) or pure term uηη (parabolic) is the only surviving second-order piece in the canonical form.
Key rule for A=0. If A=0, the characteristic ODE Ady2−2Bdxdy+Cdx2=0 factors as dx(Cdx−2Bdy)=0. One characteristic is always dx=0 (i.e. ξ=x); the other comes from the linear factor.
Question Archetypes
One procedure covers all questions. The sub-cases depend on the type.
| Archetype | You are seeing this when… |
|---|
| canonical-reduction | any second-order PDE — classify, find characteristics, reduce |
canonical-reduction (8 question(s); 2013, 2014, 2015, 2017, 2019, 2022, 2023, 2024)
Recognition Cues
- “Reduce to canonical form” — the entire question.
- Coefficients may be functions of x,y (non-constant coefficients are common and change the characteristic curves to curves, not straight lines).
- Sometimes asks to “solve” after reducing: integrate the canonical ODE in the second new variable.
Solution Template
- Identify A,2B,C. Compute Δ=B2−AC; state the type.
- Characteristic ODE. Write Ady2−2Bdxdy+Cdx2=0; factor or use the quadratic formula.
- Integrate each factor to get ξ=ϕ1(x,y)= const and η=ϕ2(x,y)= const.
- Compute the chain-rule derivatives ux,uy,uxx,uxy,uyy in terms of uξ,uη,uξξ,uξη,uηη.
- Substitute. The uξξ and uηη (hyperbolic) or the uξξ and uξη (parabolic) coefficients vanish by construction. Collect remaining terms.
- Express any surviving x,y in (ξ,η). Use the characteristic integrals to re-express.
- Solve (if asked): the canonical form is an ODE in η (with ξ as parameter); integrate once or twice.
Worked Example(s)
2019 Paper 2, 2019-P2-Q7c (20 marks) — Parabolic, solve
Reduce uxx−2xuxy+x2uyy=uy+12x to canonical form; find the general solution.
Type. A=1, B=−x, C=x2; Δ=x2−x2=0. Parabolic.
Characteristic. (dy+xdx)2=0⇒y+x2/2= const. Set ξ=y+x2/2; choose η=x.
Derivatives. ξx=x,ξy=1,ηx=1,ηy=0. So uy=uξ. Also uxx=x2uξξ+2xuξη+uηη+uξ (the uξ comes from ξxx=1).
Substitute into LHS uxx−2xuxy+x2uyy: the uξξ and uξη terms cancel; remaining: uηη+uξ. RHS =uy+12x=uξ+12η.
uηη=12η.(Canonical form)
Solve. Integrate twice: u=2η3+ηf(ξ)+g(ξ).
Back-substitute η=x, ξ=y+x2/2:
u=2x3+xf(y+2x2)+g(y+2x2).
2015 Paper 2, 2015-P2-Q8a (15 marks) — Parabolic, solve
Reduce x2uxx−2xyuxy+y2uyy+xux+yuy=0; find general solution.
Type. A=x2, B=−xy, C=y2; Δ=x2y2−x2y2=0. Parabolic.
Characteristic. (xdy+ydx)2=0⇒d(xy)=0⇒xy= const. Set ξ=xy; choose η=x.
Reduce. After chain-rule substitution (and using xux+yuy), the PDE reduces to:
ηuηη+uη=0(canonical form, i.e. ∂η(ηuη)=0).
Solve. ηuη=f(ξ)⇒u=f(ξ)ln∣η∣+g(ξ).
u=f(xy)ln∣x∣+g(xy).
2017 Paper 2, 2017-P2-Q7a (15 marks) — Parabolic, solve
Reduce y2zxx−2xyzxy+x2zyy=(y2/x)zx+(x2/y)zy; solve.
Type. A=y2, B=−xy, C=x2; Δ=0. Parabolic.
Characteristic. (ydy+xdx)2=0⇒x2+y2= const. Set ξ=x2+y2; choose η=y2.
Canonical form. After substitution (the first-order RHS cancels all lower-order terms):
Zηη=0.
Solve. Z=ηf(ξ)+g(ξ).
z=y2f(x2+y2)+g(x2+y2).
2014 Paper 2, 2014-P2-Q6a (15 marks) — Hyperbolic, non-constant
Reduce zxx=x2zyy to canonical form.
Type. A=1, B=0, C=−x2; Δ=x2>0 (for x=0). Hyperbolic.
Characteristics. (dy−xdx)(dy+xdx)=0. Two families: y±x2/2= const. Set ξ=y−x2/2, η=y+x2/2.
Substitute. After chain rule: zxx−x2zyy=(zη−zξ)−4x2zξη=0. Since x2=η−ξ:
zξη=4(η−ξ)zη−zξ.
2013/2022 — Hyperbolic, yzxx+(x+y)zxy+xzyy=0
(2013: 10 marks, 2022: 15 marks including solve)
Sources:,
Type. A=y, B=(x+y)/2, C=x; Δ=(x−y)2/4>0 for x=y. Hyperbolic.
Characteristics. Quadratic factors: (dy/dx−x/y)(dy/dx−1)=0. Two families: y2−x2= const (ξ=y2−x2) and y−x= const (η=y−x).
Canonical form (after substitution, using x−y=−η):
ηuξη+uξ=0(i.e.∂ξ(ηuξ)=0).
Solve (2022): ηuξ=F(η)⇒uξ=F(η)/η⇒u=G(η)/η+H(η) (rename):
z=y−xF(y2−x2)+H(y−x).
2023 Paper 2, 2023-P2-Q8a (15 marks) — Hyperbolic, A=0
Reduce zyy−zxy+zx−zy(1+1/x)+z/x=0 to canonical form.
Type. A=0, 2B=−1, C=1; Δ=B2=1/4>0. Hyperbolic.
Characteristics. A=0⇒dx(dy+dx)=0. Two families: ξ=x and η=x+y.
Canonical form (chain rule with zx=zξ+zη, zy=zη):
zξη−zξ+ξzη−z=0.
2024 Paper 2, 2024-P2-Q8a (15 marks) — Substitution approach
Solve ∂y(ϕx+ϕ)+2x2y(ϕx+ϕ)=0.
Key insight. The expression ψ=ϕx+ϕ appears twice. Substitute directly:
ψy+2x2yψ=0.
This is a separable first-order ODE in y: ln∣ψ∣=−x2y2+h(x)⇒ψ=h(x)e−x2y2.
Unwind from ϕx+ϕ=ψ: integrating factor ex:
ϕ=e−x[k(y)+∫h(x)ex−x2y2dx].
ϕ=e−x[k(y)+∫h(x)ex−x2y2dx].
Common Traps
- The sign of B. The standard form is Auxx+2Buxy+Cuyy. If the given PDE has coefficient −2xy on uxy, then 2B=−2xy so B=−xy. Writing B with the wrong sign gives the wrong discriminant and wrong characteristics.
- For A=0: the characteristic ODE Ady2−2Bdxdy+Cdx2=0 has dx as an automatic factor. Don’t apply the quadratic formula; factor first.
- The uξ term from parabolic reduction. When ξxx=0 (e.g., ξ=y+x2/2, ξxx=1), differentiating ux w.r.t. x introduces a uξ term from the ξxx derivative of uξ. Missing it leaves a spurious first-order term that won’t cancel the RHS.
- The perfect-square structure. For parabolic equations, the characteristic ODE is always a perfect square — recognising this saves time (e.g., (xdy+ydx)2=0; (ydy+xdx)2=0; (dy+xdx)2=0).
- Express x,y in (ξ,η) after substitution. Any surviving x or y in the canonical form must be re-expressed using the characteristic integrals (e.g., x2=η−ξ for the 2014 problem).
Marks-Aware Writing
10-mark questions (2013): State type (one line), write characteristic ODE and find one family (two lines), write the second family (one line), state canonical form. No need to solve.
15-mark questions (2014, 2015, 2017, 2022, 2023, 2024): Full canonical reduction: type, both characteristics, chain-rule derivatives (show at least the key ones), substitute and verify cancellations, state canonical form. If solve is asked: integrate once or twice in η, back-substitute.
20-mark questions (2019): All of the above plus: show the uξ cancellation explicitly (since ξxx=1 generates it), integrate twice, write out the two-arbitrary-function general solution in (x,y) variables.
Practice Set
| Year | Paper/Q | Marks | Type | One-line hint |
|---|
| 2024 | P2-Q8a | 15 | substitution | ψ=ϕx+ϕ; ODE ψy+2x2yψ=0; integrating factor ex for ϕ |
| 2023 | P2-Q8a | 15 | hyperbolic, A=0 | dx(dy+dx)=0; ξ=x, η=x+y; canonical ξzξη−ξzξ+zη−z=0 |
| 2022 | P2-Q8a | 15 | hyperbolic + solve | Δ=(x−y)2/4; chars y2−x2 and y−x; canonical ηuξη+uξ=0 |
| 2019 | P2-Q7c | 20 | parabolic + solve | ξ=y+x2/2, η=x; don’t miss uξ from ξxx=1; canonical uηη=12η |
| 2017 | P2-Q7a | 15 | parabolic + solve | (ydy+xdx)2; ξ=x2+y2, η=y2; RHS cancels first-order terms; Zηη=0 |
| 2015 | P2-Q8a | 15 | parabolic + solve | (xdy+ydx)2; ξ=xy, η=x; canonical ηuηη+uη=0; $u=f(xy)\ln |
| 2014 | P2-Q6a | 15 | hyperbolic | Δ=x2; chars y±x2/2; express x2=η−ξ in final form |
| 2013 | P2-Q5b | 10 | hyperbolic | Δ=(x−y)2/4; chars y−x and y2−x2; canonical ξzξη+zη=0 |