The math optional, made finite. Daily Practice

Reduction of order with one solution known

At a Glance

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=y1vy=y_1 v, find that the vv-coefficient vanishes, and solve the resulting first-order ODE for vv'. That skeleton is worth 35 marks across three years.

Minimum Theory

Reduction of order (the substitution). If y1(x)y_1(x) is one non-trivial solution of the homogeneous ODE y+P(x)y+Q(x)y=0y''+P(x)y'+Q(x)y=0, set y=y1(x)v(x)y=y_1(x)v(x). Compute y=y1v+y1vy'=y_1'v+y_1v' and y=y1v+2y1v+y1vy''=y_1''v+2y_1'v'+y_1v''. Substitute into the ODE. Because y1y_1 is a homogeneous solution, the coefficient of vv is exactly zero — the equation reduces to a linear first-order ODE in w=vw=v':

y1w+(2y1+Py1)w=R(x)(or =0 for the homogeneous case).y_1 w' + (2y_1'+Py_1)\,w = R(x) \qquad\text{(or }=0\text{ for the homogeneous case).}

Solve for ww by an integrating factor, then integrate once more to get vv, giving y=y1vy=y_1 v.

Change of independent variable. If P(x)P(x) and Q(x)Q(x) contain a natural substitution t=ϕ(x)t=\phi(x), convert the ODE to tt as the new independent variable. The chain-rule derivatives dy/dx=Y(t)ϕ(x)dy/dx=Y'(t)\phi'(x) and d2y/dx2=Y(t)(ϕ)2+Y(t)ϕ(x)d^2y/dx^2=Y''(t)(\phi')^2+Y'(t)\phi''(x) are substituted; a good choice of ϕ\phi makes cross-terms cancel, leaving a constant-coefficient ODE in tt.

Abel’s identity (Wronskian check). The Wronskian W[y1,y2]=y1y2y2y1W[y_1,y_2]=y_1y_2'-y_2y_1' satisfies W=Cexp(Pdx)W=C\exp(-\int P\,dx). A second independent solution exists whenever W0W\neq0.

Question Archetypes

ArchetypeYou are seeing this when…
reduction-of-orderOne homogeneous solution given; find the general solution or second solution
change-of-variableCoefficients involve trig functions of xx; a substitution t=ϕ(x)t=\phi(x) removes them

reduction-of-order (2 question(s); 2014, 2024)

Recognition Cues

Solution Template

  1. Substitute y=y1vy = y_1\,v. Compute yy' and yy'' using the product rule.
  2. Substitute into the ODE. Group terms by vv, vv', vv''.
  3. Verify the vv-coefficient is zero (since y1y_1 solves the homogeneous equation).
  4. Let w=vw=v' to get a first-order ODE: a(x)w+b(x)w=R(x)a(x)w'+b(x)w=R(x).
  5. Find the integrating factor μ=e(b/a)dx\mu = e^{\int(b/a)\,dx} and solve for ww.
  6. Integrate ww to get vv; write y=y1vy=y_1 v.
  7. Absorb constants and state the general solution (CF + PI for non-homogeneous).

Worked Example

2014 Paper 1, 2014-P1-Q7a (15 marks)

Solve xy2(x+1)y+(x+2)y=(x2)e2xxy''-2(x+1)y'+(x+2)y=(x-2)e^{2x} when exe^x is a solution to the corresponding homogeneous equation.

Step 1 — Substitute y=exvy=e^x v. Using y=ex(v+v)y'=e^x(v+v'), y=ex(v+2v+v)y''=e^x(v+2v'+v''):

LHS after substituting and dividing by exe^x: collect coefficients.

So the equation reduces to:

xex(v+2v+v)2(x+1)ex(v+v)+(x+2)exv=(x2)e2xxe^x(v+2v'+v'') - 2(x+1)e^x(v+v') + (x+2)e^xv = (x-2)e^{2x}

xv2v=(x2)ex.\Longrightarrow\qquad xv'' - 2v' = (x-2)e^x.

Step 2 — Let w=vw=v'. Now we have a first-order ODE:

xw2w=(x2)exw2xw=(12x)ex.xw' - 2w = (x-2)e^x \qquad\Longrightarrow\qquad w' - \frac{2}{x}w = \left(1-\frac{2}{x}\right)e^x.

Step 3 — Integrating factor. μ=e(2/x)dx=x2\mu = e^{-\int(2/x)\,dx} = x^{-2}. Multiply:

ddx ⁣(wx2)=(1x22x3)ex=ddx ⁣(exx2).\frac{d}{dx}\!\left(\frac{w}{x^2}\right) = \left(\frac{1}{x^2}-\frac{2}{x^3}\right)e^x = \frac{d}{dx}\!\left(\frac{e^x}{x^2}\right).

Integrate: wx2=exx2+C\dfrac{w}{x^2} = \dfrac{e^x}{x^2} + C, so w=ex+Cx2w = e^x + Cx^2.

Step 4 — Integrate. v=wdx=ex+C3x3+Dv = \displaystyle\int w\,dx = e^x + \frac{C}{3}x^3 + D.

Step 5 — General solution. y=exv=e2x+C3x3ex+Dexy = e^x v = e^{2x} + \dfrac{C}{3}x^3 e^x + De^x. Rename c1=Dc_1=D, c2=C/3c_2=C/3:

  y=c1ex+c2x3ex+e2x.  \boxed{\;y = c_1 e^x + c_2 x^3 e^x + e^{2x}.\;}

CF: c1ex+c2x3exc_1 e^x + c_2 x^3 e^x. Particular integral: e2xe^{2x}.

Verify PI: y=e2xy=e^{2x}, y=2e2xy'=2e^{2x}, y=4e2xy''=4e^{2x}. LHS =e2x[4x4(x+1)+(x+2)]=e2x(x2)= e^{2x}[4x-4(x+1)+(x+2)]=e^{2x}(x-2) ✓.


2024 Paper 1, 2024-P1-Q6c-i (10 marks)

Find the second solution of xy+(x1)yy=0xy''+(x-1)y'-y=0 using u(x)=exu(x)=-e^{-x} as one solution.

Step 1 — Substitute y=exvy=-e^{-x}v. Compute y=ex(vv)y'=e^{-x}(v-v'), y=ex(v+2vv)y''=e^{-x}(-v+2v'-v''). Substitute:

xex(v+2vv)+(x1)ex(vv)(ex)v=0.x\cdot e^{-x}(-v+2v'-v'')+(x-1)\cdot e^{-x}(v-v')-(-e^{-x})v=0.

Divide by exe^{-x} and expand:

xv+2xvxv+xvxvv+v+v=0.-xv+2xv'-xv''+xv-xv'-v+v'+v=0.

Collect: vv-terms: 00. vv'-terms: (x+1)v(x+1)v'. vv''-terms: xv-xv''.

xv+(x+1)v=0.-xv'' + (x+1)v' = 0.

Step 2 — Let w=vw=v'. Then xw+(x+1)w=0-xw'+(x+1)w=0, so:

ww=x+1x=1+1x.\frac{w'}{w} = \frac{x+1}{x} = 1 + \frac{1}{x}.

Integrate: lnw=x+lnx+const\ln|w| = x + \ln|x| + \text{const}, so w=Cxexw = Cxe^x.

Step 3 — Integrate. v=Cxexdx=C(x1)ex+Dv = C\displaystyle\int xe^x\,dx = C(x-1)e^x + D (using integration by parts).

Take C=1C=1, D=0D=0 (the DD term regenerates uu): v=(x1)exv=(x-1)e^x.

Step 4 — Second solution. y2=ex(x1)ex=(x1)=1xy_2 = -e^{-x}\cdot(x-1)e^x = -(x-1) = 1-x.

  y2(x)=1x.  \boxed{\;y_2(x) = 1-x.\;}

Verify: y2=1y_2'=-1, y2=0y_2''=0. LHS =0+(x1)(1)(1x)=(x1)+(x1)=0= 0+(x-1)(-1)-(1-x)=-(x-1)+(x-1)=0 ✓.

Common Traps


change-of-variable (1 question(s); 2019)

Recognition Cues

Solution Template

  1. Identify the substitution t=ϕ(x)t=\phi(x). Compute dt/dx=ϕ(x)dt/dx=\phi'(x).
  2. Transform derivatives. dy/dx=Y(t)ϕdy/dx = Y'(t)\phi'; d2y/dx2=Y(t)(ϕ)2+Y(t)ϕd^2y/dx^2 = Y''(t)(\phi')^2 + Y'(t)\phi''.
  3. Substitute. Expand; verify that problematic cross terms in YY' cancel.
  4. Divide by the common factor (often (ϕ)2(\phi')^2) to simplify.
  5. Solve the resulting constant-coefficient ODE in tt (characteristic equation + particular integral).
  6. Back-substitute t=ϕ(x)t=\phi(x) to express the solution in terms of xx.

Worked Example

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

Solve y+(3sinxcotx)y+2ysin2x=ecosxsin2xy''+(3\sin x-\cot x)y'+2y\sin^2 x = e^{-\cos x}\sin^2 x.

Step 1 — Choose t=cosxt=-\cos x. Then dt/dx=sinxdt/dx=\sin x and d2t/dx2=cosxd^2t/dx^2=\cos x.

Step 2 — Transform. With y=Y(t)y=Y(t):

dydx=Y(t)sinx,d2ydx2=Y(t)sin2x+Y(t)cosx.\frac{dy}{dx} = Y'(t)\sin x, \qquad \frac{d^2y}{dx^2} = Y''(t)\sin^2 x + Y'(t)\cos x.

Step 3 — Substitute.

Ysin2x+Ycosx+(3sinxcotx)Ysinx+2Ysin2x=ecosxsin2x.Y''\sin^2 x + Y'\cos x + (3\sin x-\cot x)\cdot Y'\sin x + 2Y\sin^2 x = e^{-\cos x}\sin^2 x.

Expand the middle term: (3sinxcotx)Ysinx=3Ysin2xYcosx(3\sin x-\cot x)\cdot Y'\sin x = 3Y'\sin^2 x - Y'\cos x.

The YcosxY'\cos x terms cancel:

Ysin2x+3Ysin2x+2Ysin2x=ecosxsin2x.Y''\sin^2 x + 3Y'\sin^2 x + 2Y\sin^2 x = e^{-\cos x}\sin^2 x.

Step 4 — Divide by sin2x\sin^2 x. Note ecosx=ete^{-\cos x}=e^t:

Y+3Y+2Y=et.Y'' + 3Y' + 2Y = e^t.

Step 5 — Solve. Characteristic equation: m2+3m+2=(m+1)(m+2)=0m^2+3m+2=(m+1)(m+2)=0, roots m=1,2m=-1,-2.

CF: C1et+C2e2tC_1 e^{-t}+C_2 e^{-2t}.

PI: try Yp=AetY_p=Ae^t. Substituting: (1+3+2)A=1(1+3+2)A=1, so A=1/6A=1/6.

Y(t)=C1et+C2e2t+16et.Y(t) = C_1 e^{-t}+C_2 e^{-2t}+\frac{1}{6}e^t.

Step 6 — Back-substitute t=cosxt=-\cos x.

  y=C1ecosx+C2e2cosx+16ecosx.  \boxed{\;y = C_1 e^{\cos x}+C_2 e^{2\cos x}+\frac{1}{6}e^{-\cos x}.\;}

Common Traps


Marks-Aware Writing

10-mark questions (2024, 2019): The substitution setup and the vanishing of the vv-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 vv-coefficient vanishes is mandatory — it proves the substitution is valid.

15-mark question (2014): The substitution (3 marks), deriving xw2w=(x2)exxw'-2w=(x-2)e^x (3 marks), the integrating factor and recognising the antiderivative ex/x2e^x/x^2 (4 marks), integrating vv (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/x22/x3)exd/dx\,(e^x/x^2)=(1/x^2-2/x^3)e^x avoids a protracted integration by parts.

Practice Set

YearPaper/QMarksOne-line hint
2025P1-Q8a15Read off the given solution; set y=y1vy=y_1 v; verify vv-coefficient vanishes
2022P1-Q6b15One homogeneous solution is readable from the equation; reduce and solve with IF
2021P1-Q8a-ii10Second solution via reduction; or Wronskian formula y2=y1W1y12dxy_2=y_1\int W^{-1}y_1^{-2}\,dx
2020P1-Q6a20Combines variation of parameters with a given solution; set up the Wronskian
2016P1-Q6c15Change of variable type; identify the trig substitution that removes variable coefficients

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