The math optional, made finite. Daily Practice

First-order higher-degree ODEs

At a Glance

Why This Chapter Matters

This atom contains the hardest ODE questions on Paper 1 — three of the five appearances are classified hard, and the two 13-mark questions both require a non-standard algebraic manoeuvre before integration begins. The two archetypes split cleanly by the structure of the equation: if you can factor the quadratic in pp into a perfect square, or if the equation is linear in xx or yy, you have the right approach. The payoff for learning both techniques is high: the 2025 paper tested both archetypes (Q5a and Q7c-i), for a combined 20 marks.

Minimum Theory

The problem. A first-order ODE of degree nn has the form F(x,y,p)=0F(x, y, p) = 0 where p=dy/dxp = dy/dx and FF is a polynomial of degree n>1n > 1 in pp. The standard strategies are:

Solvable for pp: Factor FF into linear factors in pp. Each factor gives a first-order linear ODE; the general solution is the product of individual general solutions.

Solvable for xx (Lagrange/d’Alembert type): If the equation can be written as x=f(p,y)x = f(p, y), differentiate w.r.t. yy using dx/dy=1/pdx/dy = 1/p to get a linear ODE in xx (or yy) as a function of pp.

Solvable for yy: If y=f(p,x)y = f(p, x), differentiate w.r.t. xx using dy/dx=pdy/dx = p to get an ODE in pp vs xx.

Singular solutions. Besides the general solution (containing an arbitrary constant cc), higher-degree ODEs often have singular solutions — solutions that satisfy the ODE but cannot be obtained from the general solution by any choice of cc. Geometrically, singular solutions are the envelope of the family of curves described by the general solution.

pp-discriminant method: From F(x,y,p)=0F(x,y,p)=0, solve F/p=0\partial F/\partial p = 0 for pp and substitute back into F=0F=0. The resulting relation in (x,y)(x,y) gives candidates; test each against the original ODE.

cc-discriminant method: Eliminate cc from the general solution G(x,y,c)=0G(x,y,c)=0 and G/c=0\partial G/\partial c = 0. Test candidates in the ODE.

The singular solution is the envelope of the 1-parameter family of curves given by the general solution; it is tangent to every member of the family.

Question Archetypes

ArchetypeRecognition cue
quadratic-in-p-singularQuadratic in pp; “find general and singular solutions”
solvable-for-xEquation linear in xx or of Lagrange type x=f(p,y)x = f(p,y)

quadratic-in-p-singular (3 questions; 2020, 2025, 2025)

Recognition Cues

Solution Template

  1. Identify the degree-2 structure. Clear fractions; write as A(x,y)p2+B(x,y)p+C(x,y)=0A(x,y)p^2 + B(x,y)p + C(x,y) = 0.
  2. Try to factor or simplify. Look for perfect squares; group to reveal (pxy)2=(something positive)(px - y)^2 = (\text{something positive}).
  3. Separate and integrate. Once pp is isolated (or as a substitution), separate variables and integrate. Use standard substitutions (u=3yu = 3-y, u=x/yu = x/y, v=x+yv = x+y) to clean up the integrand.
  4. State the general solution. Implicit or explicit.
  5. Find the singular solution. Use the pp-discriminant: set F/p=0\partial F/\partial p = 0, solve for pp, substitute into F=0F = 0. Test each candidate against the original ODE — not all solutions of the discriminant equation are genuine singular solutions.

Worked Example(s)

2020 Paper 1, 2020-P1-Q8a-ii (10 marks)

Find general and singular solutions of 9p2(2y)2=4(3y)9p^2(2-y)^2 = 4(3-y).

Solve for pp: p=±233y2yp = \pm\dfrac{2}{3}\dfrac{\sqrt{3-y}}{2-y}. Separate (taking the ++ branch): dx=32(2y)3ydy.dx = \frac{3}{2}\,\frac{(2-y)}{\sqrt{3-y}}\,dy. Substitute u=3yu = 3-y: dx=32(u1)/ududx = -\tfrac{3}{2}(u-1)/\sqrt{u}\,du. Integrate: x=u3/2+3u+C    xC=y3y.x = -u^{3/2} + 3\sqrt{u} + C \;\Rightarrow\; x - C = y\sqrt{3-y}.

General solution: (xC)2=y2(3y).(x-C)^2 = y^2(3-y).

Singular solution. pp-discriminant: F=9(2y)2p24(3y)F = 9(2-y)^2p^2 - 4(3-y); F/p=18(2y)2p=0p=0\partial F/\partial p = 18(2-y)^2 p = 0 \Rightarrow p = 0 or y=2y = 2.

General: (xC)2=y2(3y);Singular: y=3.\boxed{\text{General: } (x-C)^2 = y^2(3-y);\quad \text{Singular: } y = 3.}


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

Solve (1y2+y4x2)p22yxp+y2x2=0\left(1 - y^2 + \dfrac{y^4}{x^2}\right)p^2 - \dfrac{2y}{x}p + \dfrac{y^2}{x^2} = 0.

Multiply by x2x^2: (x2x2y2+y4)p22xyp+y2=0(x^2 - x^2y^2 + y^4)p^2 - 2xyp + y^2 = 0.

Key factorisation: (pxy)2=p2y2(x2y2)(px-y)^2 = p^2y^2(x^2-y^2), i.e. pxy=±pyx2y2px - y = \pm py\sqrt{x^2-y^2}.

Rearrange: p(xyx2y2)=yp(x \mp y\sqrt{x^2-y^2}) = y. Divide both sides and use u=x/yu = x/y, du=(xdyydx)/y2du = (x\,dy - y\,dx)/y^2: duu21=dy    cosh1(x/y)=y+const.\frac{du}{\sqrt{u^2-1}} = \mp dy \;\Rightarrow\; \cosh^{-1}(x/y) = \mp y + \text{const}.

General solution: x=ycosh(y+c)x = y\cosh(y + c).

Singular solution. The discriminant B24AC=4y4(x2y2)/x4=0B^2 - 4AC = 4y^4(x^2-y^2)/x^4 = 0 when x=±yx = \pm y. Both satisfy the original ODE (direct check with p=±1p = \pm 1).

General: x=ycosh(y+c);Singular: y=±x.\boxed{\text{General: } x = y\cosh(y+c);\quad \text{Singular: } y = \pm x.}


2025 Paper 1, 2025-P1-Q7c-i (10 marks)

General and singular solutions of (1+p)3=278a(x+y)(1p)3(1+p)^3 = \dfrac{27}{8a}(x+y)(1-p)^3.

Substitution: v=x+yv = x + y, so dv/dx=1+pdv/dx = 1 + p. After taking cube roots and solving for v=dv/dxv' = dv/dx: dx=(a1/33v1/3+12)dv.dx = \left(\frac{a^{1/3}}{3}v^{-1/3} + \frac{1}{2}\right)dv. Integrate and substitute back v=x+yv = x+y: cube both sides to clear the fractional power.

General solution: (xy+c)3=a(x+y)2(x - y + c)^3 = a(x+y)^2.

Singular solution. F/p=0\partial F/\partial p = 0 gives p=1p = -1, then x+y=0x + y = 0.

General: (xy+c)3=a(x+y)2;Singular: x+y=0.\boxed{\text{General: } (x-y+c)^3 = a(x+y)^2;\quad \text{Singular: } x+y=0.}

Common Traps


solvable-for-x (2 questions; 2015, 2018)

Recognition Cues

Solution Template

  1. Solve for xx (if the equation is linear in xx): x=g(y,p)x = g(y, p).
  2. Differentiate w.r.t. yy, using dx/dy=1/pdx/dy = 1/p: 1p=gy+gpdpdy.\frac{1}{p} = \frac{\partial g}{\partial y} + \frac{\partial g}{\partial p}\frac{dp}{dy}.
  3. Separate or recognise the linear ODE in (y,p)(y, p) or (x,p)(x, p). Solve for yp=cyp = c (or similar) by separation.
  4. Eliminate pp from the relation yp=cyp = c (or equivalent) and the original x=g(y,p)x = g(y,p).

Worked Example(s)

2018 Paper 1, 2018-P1-Q6a (13 marks)

Solve p2y+2pxy=0p^2 y + 2px - y = 0.

The equation is linear in xx: 2px=yp2y=y(1p2)2px = y - p^2y = y(1-p^2), so x=y(1p2)2px = \dfrac{y(1-p^2)}{2p}.

Differentiate w.r.t. yy, using dx/dy=1/pdx/dy = 1/p: 1p=1p22py(1+p2)2p2dpdyp.\frac{1}{p} = \frac{1-p^2}{2p} - \frac{y(1+p^2)}{2p^2}\frac{dp}{dy} \cdot p. After algebra (move 1p1p22p=1+p22p\tfrac{1}{p} - \tfrac{1-p^2}{2p} = \tfrac{1+p^2}{2p} to the left): dyy=dpp    yp=c.\frac{dy}{y} = -\frac{dp}{p} \;\Rightarrow\; yp = c.

Substitute p=c/yp = c/y into x=y(1p2)/(2p)x = y(1-p^2)/(2p): x=y(1c2/y2)2c/y=y2c22c.x = \frac{y(1 - c^2/y^2)}{2c/y} = \frac{y^2 - c^2}{2c}. y2=2cx+c2(c arbitrary).\boxed{y^2 = 2cx + c^2 \qquad (c \text{ arbitrary}).} This is a family of parabolas with axis along the xx-axis.


2015 Paper 1, 2015-P1-Q7d (13 marks)

Solve x=pyp2x = py - p^2.

Differentiate w.r.t. yy: (1p2)dy/dp=py2p2(1-p^2)\,dy/dp = py - 2p^2, giving: dydpp1p2y=2p21p2.\frac{dy}{dp} - \frac{p}{1-p^2}\,y = \frac{-2p^2}{1-p^2}. Integrating factor =1p2= \sqrt{1-p^2}. After multiplying and integrating (using p=sinθp = \sin\theta): y1p2=p1p2sin1p+C.y\sqrt{1-p^2} = p\sqrt{1-p^2} - \sin^{-1}p + C.

Parametric general solution: y=p+Csin1p1p2,x=pyp2,p(1,1).y = p + \frac{C - \sin^{-1}p}{\sqrt{1-p^2}},\qquad x = py - p^2,\quad p \in (-1, 1).

Singular solutions from 1p2=01 - p^2 = 0, i.e. p=±1p = \pm 1: the lines y=±(x+1)y = \pm(x+1).

Common Traps

Marks-Aware Writing

10-mark singular-solution question: State the general solution (derived clearly) in 4–5 lines; then apply the discriminant method in 3 lines. Explicitly test each discriminant candidate against the original ODE. Marks are evenly split between general and singular.

13-mark solvable-for-xx question: The Lagrange differentiation step must be written out in full (2–3 lines). Show that the ODE reduces to a separable equation; state the separation explicitly. Derive the parametric or explicit general solution; state singular solutions if they arise. The examiner awards marks at each step.

Practice Set

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