Reduction of order with one solution known
At a Glance
- Frequency: 3 sub-parts across 3 of 13 years (2014, 2019, 2024)
- Priority tier: T3
- Marks (count): 10 (2), 15 (1)
- Average solve time: ~12 min
- Difficulty mix: medium 3
- Section: B | Dominant type: computation
Why This Chapter Matters
Reduction of order is the standard technique when one homogeneous solution is given or guessable — which UPSC has tested in three different years. The 2014 question (15 marks) pairs the substitution with an integrating-factor finish; the 2024 question (10 marks) gives a polynomial second solution from a clean algebra chain; the 2019 question (10 marks) uses a change of independent variable to reduce a messy trig ODE to a constant-coefficient one. All three reduce to the same two-step skeleton: set y=y1v, find that the v-coefficient vanishes, and solve the resulting first-order ODE for v′. That skeleton is worth 35 marks across three years.
Minimum Theory
Reduction of order (the substitution). If y1(x) is one non-trivial solution of the homogeneous ODE y′′+P(x)y′+Q(x)y=0, set y=y1(x)v(x). Compute y′=y1′v+y1v′ and y′′=y1′′v+2y1′v′+y1v′′. Substitute into the ODE. Because y1 is a homogeneous solution, the coefficient of v is exactly zero — the equation reduces to a linear first-order ODE in w=v′:
y1w′+(2y1′+Py1)w=R(x)(or =0 for the homogeneous case).
Solve for w by an integrating factor, then integrate once more to get v, giving y=y1v.
Change of independent variable. If P(x) and Q(x) contain a natural substitution t=ϕ(x), convert the ODE to t as the new independent variable. The chain-rule derivatives dy/dx=Y′(t)ϕ′(x) and d2y/dx2=Y′′(t)(ϕ′)2+Y′(t)ϕ′′(x) are substituted; a good choice of ϕ makes cross-terms cancel, leaving a constant-coefficient ODE in t.
Abel’s identity (Wronskian check). The Wronskian W[y1,y2]=y1y2′−y2y1′ satisfies W=Cexp(−∫Pdx). A second independent solution exists whenever W=0.
Question Archetypes
| Archetype | You are seeing this when… |
|---|
| reduction-of-order | One homogeneous solution given; find the general solution or second solution |
| change-of-variable | Coefficients involve trig functions of x; a substitution t=ϕ(x) removes them |
reduction-of-order (2 question(s); 2014, 2024)
Recognition Cues
- “Solve the ODE given that y1 is a (homogeneous) solution.”
- “Find the second solution using u(x) as one solution.”
- The ODE is second-order linear with non-constant coefficients; one solution is provided.
- The exponent/polynomial structure of the given solution (e.g., ex, e−x, x) hints at the substitution.
Solution Template
- Substitute y=y1v. Compute y′ and y′′ using the product rule.
- Substitute into the ODE. Group terms by v, v′, v′′.
- Verify the v-coefficient is zero (since y1 solves the homogeneous equation).
- Let w=v′ to get a first-order ODE: a(x)w′+b(x)w=R(x).
- Find the integrating factor μ=e∫(b/a)dx and solve for w.
- Integrate w to get v; write y=y1v.
- Absorb constants and state the general solution (CF + PI for non-homogeneous).
Worked Example
2014 Paper 1, 2014-P1-Q7a (15 marks)
Solve xy′′−2(x+1)y′+(x+2)y=(x−2)e2x when ex is a solution to the corresponding homogeneous equation.
Step 1 — Substitute y=exv. Using y′=ex(v+v′), y′′=ex(v+2v′+v′′):
LHS after substituting and dividing by ex: collect coefficients.
- Coefficient of v′′: x.
- Coefficient of v′: 2x−2(x+1)=−2.
- Coefficient of v: x−2(x+1)+(x+2)=0. ✓
So the equation reduces to:
xex(v+2v′+v′′)−2(x+1)ex(v+v′)+(x+2)exv=(x−2)e2x
⟹xv′′−2v′=(x−2)ex.
Step 2 — Let w=v′. Now we have a first-order ODE:
xw′−2w=(x−2)ex⟹w′−x2w=(1−x2)ex.
Step 3 — Integrating factor. μ=e−∫(2/x)dx=x−2. Multiply:
dxd(x2w)=(x21−x32)ex=dxd(x2ex).
Integrate: x2w=x2ex+C, so w=ex+Cx2.
Step 4 — Integrate. v=∫wdx=ex+3Cx3+D.
Step 5 — General solution. y=exv=e2x+3Cx3ex+Dex. Rename c1=D, c2=C/3:
y=c1ex+c2x3ex+e2x.
CF: c1ex+c2x3ex. Particular integral: e2x.
Verify PI: y=e2x, y′=2e2x, y′′=4e2x. LHS =e2x[4x−4(x+1)+(x+2)]=e2x(x−2) ✓.
2024 Paper 1, 2024-P1-Q6c-i (10 marks)
Find the second solution of xy′′+(x−1)y′−y=0 using u(x)=−e−x as one solution.
Step 1 — Substitute y=−e−xv. Compute y′=e−x(v−v′), y′′=e−x(−v+2v′−v′′). Substitute:
x⋅e−x(−v+2v′−v′′)+(x−1)⋅e−x(v−v′)−(−e−x)v=0.
Divide by e−x and expand:
−xv+2xv′−xv′′+xv−xv′−v+v′+v=0.
Collect: v-terms: 0. v′-terms: (x+1)v′. v′′-terms: −xv′′.
−xv′′+(x+1)v′=0.
Step 2 — Let w=v′. Then −xw′+(x+1)w=0, so:
ww′=xx+1=1+x1.
Integrate: ln∣w∣=x+ln∣x∣+const, so w=Cxex.
Step 3 — Integrate. v=C∫xexdx=C(x−1)ex+D (using integration by parts).
Take C=1, D=0 (the D term regenerates u): v=(x−1)ex.
Step 4 — Second solution. y2=−e−x⋅(x−1)ex=−(x−1)=1−x.
y2(x)=1−x.
Verify: y2′=−1, y2′′=0. LHS =0+(x−1)(−1)−(1−x)=−(x−1)+(x−1)=0 ✓.
Common Traps
- The coefficient of v in the substituted equation must vanish — if it does not, there is an algebra error. This is the built-in check.
- After applying the integrating factor in the 2014 question, recognise that dxd(x2ex)=(x21−x32)ex. Writing out the antiderivative prevents a needless integration by parts.
- When integrating ∫xexdx in the 2024 question, use integration by parts with u=x, dv=exdx to get (x−1)ex.
- The constant of integration in v that reintroduces a multiple of y1 should be dropped (set to zero) when constructing the second independent solution.
change-of-variable (1 question(s); 2019)
Recognition Cues
- Coefficients of y′ or y′′ contain sinx, cosx, cotx, tanx in a structured way.
- A substitution t=ϕ(x) (e.g., t=−cosx, t=lnx) is suggested by the structure.
- After the substitution, cross terms in Y′ cancel, leaving a constant-coefficient ODE in t.
- The forcing term can be written in terms of t cleanly (e.g., e−cosx=et when t=−cosx).
Solution Template
- Identify the substitution t=ϕ(x). Compute dt/dx=ϕ′(x).
- Transform derivatives. dy/dx=Y′(t)ϕ′; d2y/dx2=Y′′(t)(ϕ′)2+Y′(t)ϕ′′.
- Substitute. Expand; verify that problematic cross terms in Y′ cancel.
- Divide by the common factor (often (ϕ′)2) to simplify.
- Solve the resulting constant-coefficient ODE in t (characteristic equation + particular integral).
- Back-substitute t=ϕ(x) to express the solution in terms of x.
Worked Example
2019 Paper 1, 2019-P1-Q6c-i (10 marks)
Solve y′′+(3sinx−cotx)y′+2ysin2x=e−cosxsin2x.
Step 1 — Choose t=−cosx. Then dt/dx=sinx and d2t/dx2=cosx.
Step 2 — Transform. With y=Y(t):
dxdy=Y′(t)sinx,dx2d2y=Y′′(t)sin2x+Y′(t)cosx.
Step 3 — Substitute.
Y′′sin2x+Y′cosx+(3sinx−cotx)⋅Y′sinx+2Ysin2x=e−cosxsin2x.
Expand the middle term: (3sinx−cotx)⋅Y′sinx=3Y′sin2x−Y′cosx.
The Y′cosx terms cancel:
Y′′sin2x+3Y′sin2x+2Ysin2x=e−cosxsin2x.
Step 4 — Divide by sin2x. Note e−cosx=et:
Y′′+3Y′+2Y=et.
Step 5 — Solve. Characteristic equation: m2+3m+2=(m+1)(m+2)=0, roots m=−1,−2.
CF: C1e−t+C2e−2t.
PI: try Yp=Aet. Substituting: (1+3+2)A=1, so A=1/6.
Y(t)=C1e−t+C2e−2t+61et.
Step 6 — Back-substitute t=−cosx.
y=C1ecosx+C2e2cosx+61e−cosx.
Common Traps
- The substitution is t=−cosx (negative sign), not t=cosx. With the positive sign, dt/dx=−sinx and the cancellation of the Y′cosx cross terms still works, but the sign in d2t/dx2 flips — either sign can be made to work but the negative convention is cleaner.
- Dividing by sin2x must happen after the cancellation; dividing earlier leaves un-simplified cotx terms.
- For the PI with forcing et: since t=1 is not a root of m2+3m+2, try Yp=Aet directly. The coefficient is 1/(1+3+2)=1/6.
- When back-substituting, e−t=e−(−cosx)=ecosx and e−2t=e2cosx — be careful with signs.
Marks-Aware Writing
10-mark questions (2024, 2019): The substitution setup and the vanishing of the v-coefficient (or the cross-term cancellation in 2019) each count for 2–3 marks. The integration/solving step is worth 3–4 marks. A verified boxed answer earns the final mark. Showing the v-coefficient vanishes is mandatory — it proves the substitution is valid.
15-mark question (2014): The substitution (3 marks), deriving xw′−2w=(x−2)ex (3 marks), the integrating factor and recognising the antiderivative ex/x2 (4 marks), integrating v (2 marks), and the final general solution (2 marks), plus verifying the PI (1 mark). Students who apply the integrating factor but cannot identify the exact antiderivative often get stuck; knowing d/dx(ex/x2)=(1/x2−2/x3)ex avoids a protracted integration by parts.
Practice Set
| Year | Paper/Q | Marks | One-line hint |
|---|
| 2025 | P1-Q8a | 15 | Read off the given solution; set y=y1v; verify v-coefficient vanishes |
| 2022 | P1-Q6b | 15 | One homogeneous solution is readable from the equation; reduce and solve with IF |
| 2021 | P1-Q8a-ii | 10 | Second solution via reduction; or Wronskian formula y2=y1∫W−1y1−2dx |
| 2020 | P1-Q6a | 20 | Combines variation of parameters with a given solution; set up the Wronskian |
| 2016 | P1-Q6c | 15 | Change of variable type; identify the trig substitution that removes variable coefficients |