The math optional, made finite. Daily Practice

Formulation of differential equations

At a Glance

Why This Chapter Matters

Formulation questions test whether you can connect geometry (a parametric family of curves) to calculus (its governing ODE) — a skill that reappears implicitly in every method question. Each UPSC appearance has been worth 10 marks and reduces to one clear algorithm: count the parameters, differentiate that many times, eliminate them. The two exam instances — all circles (3 parameters, third-order) and all ellipses with axes along coordinate axes (2 parameters, second-order) — are clean enough that a prepared student can complete them in under eight minutes and collect all marks.

Minimum Theory

Eliminating parameters. A family of plane curves defined by F(x,y,c1,c2,,cn)=0F(x,y,c_1,c_2,\ldots,c_n)=0 with nn arbitrary constants yields an ODE of order nn after successively differentiating nn times and eliminating c1,,cnc_1,\ldots,c_n. The result is a relation among xx, yy, yy', yy'', \ldots, y(n)y^{(n)} that holds for every curve in the family.

General circle. The family x2+y2+2gx+2fy+c=0x^2+y^2+2gx+2fy+c=0 has three parameters (g,f,cg,f,c). Each differentiation eliminates one: after the first, cc disappears; after the second, gg; after equating two expressions for ff using the second and third derivatives, ff disappears too, leaving a third-order ODE in x,y,y,y,yx,y,y',y'',y'''.

Family of ellipses with axes along coordinate axes. The family x2/A+y2/B=1x^2/A+y^2/B=1 has two parameters (A,BA,B). Differentiating twice and eliminating both gives a second-order ODE.

Question Archetypes

ArchetypeYou are seeing this when…
form-ode-from-family”Form/find the differential equation of the family …” — a geometric description with free parameters

form-ode-from-family (2 question(s); 2017, 2025)

Recognition Cues

Solution Template

  1. Write the general equation of the family, identifying every free parameter.
  2. Count parameters nn; the result will be an order-nn ODE.
  3. Differentiate successively nn times, obtaining equations (1), (2), …, (nn).
  4. Eliminate the parameters from the system of n+1n+1 equations (original + nn derivatives):
    • Express each parameter from one equation; substitute into another.
    • Or use cross-multiplication to cancel parameters from two equations.
  5. Verify: the final ODE contains no arbitrary constants; a specific member of the family satisfies it.

Worked Example

2017 Paper 1, 2017-P1-Q5a (10 marks)

Find the differential equation representing all the circles in the xx-yy plane.

The general circle has equation

x2+y2+2gx+2fy+c=0,x^2 + y^2 + 2gx + 2fy + c = 0,

with three arbitrary constants g,f,cg,f,c. Expect a third-order ODE.

Step 1 — Differentiate once. Treating y=y(x)y=y(x), y=dy/dxy'=dy/dx:

2x+2yy+2g+2fy=0x+yy+g+fy=0.(1)2x + 2yy' + 2g + 2fy' = 0 \qquad\Longrightarrow\qquad x + yy' + g + fy' = 0.\quad(1)

Here cc has already vanished. So after one differentiation, only gg and ff remain.

Step 2 — Differentiate again.

1+y2+yy+fy=0.(2)1 + y'^2 + yy'' + fy'' = 0.\quad(2)

Solve for ff:

f=1+y2+yyy.f = -\frac{1 + y'^2 + yy''}{y''}.

Step 3 — Differentiate once more.

3yy+yy+fy=0.(3)3y'y'' + yy''' + fy''' = 0.\quad(3)

Solve for ff:

f=3yy+yyy.f = -\frac{3y'y'' + yy'''}{y'''}.

Step 4 — Equate the two expressions for ff and simplify. Cross-multiply:

(1+y2+yy)y=(3yy+yy)y.(1 + y'^2 + yy'')y''' = (3y'y'' + yy''')y''.

Expand both sides:

(1+y2)y+yyy=3yy2+yyy.(1+y'^2)y''' + yy''y''' = 3y'y''^2 + yy''y'''.

The yyyyy''y''' terms cancel:

(1+y2)y=3yy2.(1+y'^2)y''' = 3y'y''^2.

  (1+y2)y=3y(y)2.  \boxed{\;(1+y'^2)\,y''' = 3\,y'\,(y'')^2.\;}

All three constants g,f,cg,f,c are gone. Verify: the circle (x1)2+(y2)2=25(x-1)^2+(y-2)^2=25 gives y=(1x)/(y2)y'=(1-x)/(y-2), and one can check this satisfies the ODE identically.


2025 Paper 1, 2025-P1-Q5b (10 marks)

Form the differential equation of all ellipses whose axes coincide with the coordinate axes.

The family is

x2A+y2B=1,\frac{x^2}{A} + \frac{y^2}{B} = 1,

with two arbitrary constants A,BA,B. Expect a second-order ODE.

Step 1 — Differentiate once.

2xA+2yyB=0xA+yyB=0.(1)\frac{2x}{A} + \frac{2yy'}{B} = 0 \qquad\Longrightarrow\qquad \frac{x}{A} + \frac{yy'}{B} = 0.\quad(1)

Step 2 — Differentiate again.

1A+(y)2+yyB=0.(2)\frac{1}{A} + \frac{(y')^2 + yy''}{B} = 0.\quad(2)

Step 3 — Eliminate AA and BB. From (1): 1A=yyBx\dfrac{1}{A} = -\dfrac{yy'}{Bx}. Substitute into (2):

yyBx+(y)2+yyB=0.-\frac{yy'}{Bx} + \frac{(y')^2 + yy''}{B} = 0.

Multiply through by BxBx:

yy+x[(y)2+yy]=0.-yy' + x\bigl[(y')^2 + yy''\bigr] = 0.

  xyy+x(y)2yy=0.  \boxed{\;xyy'' + x(y')^2 - yy' = 0.\;}

Verify with A=4A=4, B=9B=9: y=31x2/4y=3\sqrt{1-x^2/4} at x=1x=1 gives y=33/2y=3\sqrt{3}/2, y=3/(43/2)y'=-3/(4\sqrt{3}/2), y=y''=\ldots, and substitution yields residual 00. ✓

Common Traps


Marks-Aware Writing

10-mark questions: State the general equation of the family and identify the number of parameters (1–2 marks). Carry out each differentiation step clearly, labelling equations (1), (2), (3) (2–3 marks each). Write the elimination step explicitly and box the final ODE. For circles, the cross-multiplication and cancellation of yyyyy''y''' are the two critical steps the examiner checks; for ellipses, the substitution of 1/A1/A from equation (1) into equation (2) is the pivot.

Practice Set

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