MHT-CET Maths · Differential Equations

Homogeneous and Reducible Differential Equations

When an equation's right side depends only on the ratio y over x, the substitution y = vx turns it into a separable one. A second family of equations — where x and y appear together as x plus y (or a x plus b y) — separates after the substitution v = x plus y.

Why this matters

This is the HARD engine of MHT-CET Differential Equations: 16 PYQs sit here (6 HARD, 9 MODERATE, 1 EASY) and almost every difficult DE question in recent papers is one of these two shapes. The whole skill is reading the equation's form to pick the right substitution — y = vx when you see the ratio y over x, and v = x plus y when the pair travels together — then integrating the resulting separable equation and, crucially, substituting the variable back at the end.

Concept 1 of 6

Recognizing a Homogeneous Differential Equation

Intuition

A first-order equation is homogeneous when its right-hand side can be written purely in terms of the ratio y over x — nothing survives except that ratio. Equivalently, the numerator and denominator are polynomials of the SAME degree, so scaling both x and y by the same factor leaves the fraction unchanged.

Definition

A function f(x,y)f(x,y) is homogeneous of degree n if f(λx,λy)=λnf(x,y)f(\lambda x, \lambda y) = \lambda^n f(x,y) for every λ\lambda. The equation dydx=P(x,y)Q(x,y)\dfrac{dy}{dx} = \dfrac{P(x,y)}{Q(x,y)} is homogeneous when:

  • PP and QQ are homogeneous of the same degree (so the ratio has degree 0), OR equivalently
  • the right side can be rewritten as a function of yx\dfrac{y}{x} alone: dydx=g ⁣(yx)\dfrac{dy}{dx} = g\!\left(\dfrac{y}{x}\right).

Quick tests: y2+2xyy^2 + 2xy is homogeneous of degree 2; 2x3y2x - 3y of degree 1; sin ⁣(yx)\sin\!\left(\tfrac{y}{x}\right) of degree 0. But cosx+siny\cos x + \sin y is not homogeneous — mixing xx and yy separately (not as a ratio) breaks the scaling test.

Homogeneity test

f(λx,λy)=λnf(x,y)dydx=g ⁣(yx)f(\lambda x, \lambda y) = \lambda^n f(x,y) \quad\Longleftrightarrow\quad \dfrac{dy}{dx} = g\!\left(\dfrac{y}{x}\right)
  • ndegree of homogeneity — for the DE, P and Q must share it
  • g(y/x)the right side collapses to a function of the ratio alone

Worked example

Is dydx=x2+y2xy\dfrac{dy}{dx} = \dfrac{x^2 + y^2}{xy} homogeneous? If so, write it in terms of v=yxv = \dfrac{y}{x}.
  1. Numerator x2+y2x^2 + y^2 is degree 2; denominator xyxy is degree 2 — same degree, so it is homogeneous.
  2. Divide top and bottom by x2x^2: 1+(y/x)2(y/x)\dfrac{1 + (y/x)^2}{(y/x)}.
  3. With v=y/xv = y/x: dydx=1+v2v\dfrac{dy}{dx} = \dfrac{1 + v^2}{v} — a function of vv alone, confirming it is homogeneous.
Answer:Yes; dydx=1+v2v\dfrac{dy}{dx} = \dfrac{1 + v^2}{v} where v=yxv = \dfrac{y}{x}.
Practice this conceptself-check · 4 quick reps

Try it yourself

Which of x3+y3x^3 + y^3, x+y+1x + y + 1, tan ⁣(yx)\tan\!\left(\tfrac{y}{x}\right) are homogeneous?

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Is 2x3y2x - 3y homogeneous? Of what degree?
  2. 2.
    Is cosx+siny\cos x + \sin y homogeneous?
  3. 3.
    Is y2x2xy\dfrac{y^2 - x^2}{xy} homogeneous?
  4. 4.
    Rewrite y+x2y2x\dfrac{y + \sqrt{x^2 - y^2}}{x} in terms of v=y/xv = y/x.

A stray constant breaks homogeneity

x+y+1x + y + 1 is NOT homogeneous — the +1+1 does not scale with λ\lambda. Likewise cosx+siny\cos x + \sin y fails because xx and yy enter separately, not through the ratio y/xy/x. Only when EVERY term scales by the same power of λ\lambda is the function homogeneous.

Same degree top and bottom is the fast check

For a quotient PQ\dfrac{P}{Q}, you rarely need the full scaling test — just confirm PP and QQ have the SAME degree. x2+2y2xy\dfrac{x^2 + 2y^2}{xy}: both degree 2, so homogeneous. If the degrees differ, y=vxy = vx will not clean it up.

Concept 2 of 6

The y = vx Substitution

Intuition

Once you know a DE is homogeneous, there is exactly one move: put y = vx. Because v is a function of x, differentiating y = vx by the product rule gives dy/dx = v + x·dv/dx. Substituting this and the ratio v collapses the equation into one that separates in v and x.

Definition

For a homogeneous equation dydx=g ⁣(yx)\dfrac{dy}{dx} = g\!\left(\dfrac{y}{x}\right):

  • Put y=vxy = vx, so by the product rule dydx=v+xdvdx\dfrac{dy}{dx} = v + x\dfrac{dv}{dx}.
  • Substitute: v+xdvdx=g(v)v + x\dfrac{dv}{dx} = g(v), hence xdvdx=g(v)vx\dfrac{dv}{dx} = g(v) - v.
  • Separate: dvg(v)v=dxx\dfrac{dv}{g(v) - v} = \dfrac{dx}{x}, then integrate both sides.
  • **Substitute v=yxv = \dfrac{y}{x} back at the end** to return to x,yx, y, and fit any initial condition to find the constant.

Homogeneous substitution

y=vx    dydx=v+xdvdx    dvg(v)v=dxxy = vx \;\Rightarrow\; \dfrac{dy}{dx} = v + x\dfrac{dv}{dx} \;\Rightarrow\; \dfrac{dv}{g(v) - v} = \dfrac{dx}{x}
  • vthe ratio y/x, itself a function of x
  • v + x dv/dxthe derivative dy/dx after the product rule — never just dv/dx

Worked example

Solve dydx=x2+y2xy\dfrac{dy}{dx} = \dfrac{x^2 + y^2}{xy}.
  1. Homogeneous. Put y=vxy = vx: v+xdvdx=1+v2vv + x\dfrac{dv}{dx} = \dfrac{1 + v^2}{v}.
  2. Isolate: xdvdx=1+v2vv=1vx\dfrac{dv}{dx} = \dfrac{1 + v^2}{v} - v = \dfrac{1}{v}.
  3. Separate: vdv=dxxv\,dv = \dfrac{dx}{x}. Integrate: v22=logx+c\dfrac{v^2}{2} = \log x + c.
  4. Put v=y/xv = y/x back: y22x2=logx+c\dfrac{y^2}{2x^2} = \log x + c, i.e. y2=2x2(logx+c)y^2 = 2x^2(\log x + c).
Answer:y2=2x2(logx+c)y^2 = 2x^2(\log x + c)
Practice this conceptself-check · 4 quick reps

Try it yourself

Solve dydx=y+x2y2x\dfrac{dy}{dx} = \dfrac{y + \sqrt{x^2 - y^2}}{x}.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    For y=vxy = vx, write dydx\dfrac{dy}{dx}.
  2. 2.
    After putting y=vxy=vx in dydx=yx\frac{dy}{dx}=\frac{y}{x}, what remains?
  3. 3.
    Separate xdvdx=1v2x\dfrac{dv}{dx} = \sqrt{1-v^2}.
  4. 4.
    After integrating vdv=dxxv\,dv = \frac{dx}{x}, what is the result?

From the bank · past-year question

Example 2Differential EquationsMODERATE
The general solution of the differential equation dydx=y+x2y2x\frac{dy}{dx} = \frac{y + \sqrt{x^2-y^2}}{x} is

[Q143 · 9th May Shift 2 · 2023]

dy/dx is v + x·dv/dx, not just dv/dx

The single most common homogeneous-substitution error is writing dydx=dvdx\dfrac{dy}{dx} = \dfrac{dv}{dx}. Since y=vxy = vx is a PRODUCT, the product rule gives dydx=v+xdvdx\dfrac{dy}{dx} = v + x\dfrac{dv}{dx}. Miss the vv term and every subsequent step is wrong.

Substitute v = y/x back at the very end

After integrating in vv and xx, students often leave the answer in vv. The options are always in xx and yy, so you MUST replace vv with yx\dfrac{y}{x} in the final line — e.g. sin1v=logx+c\sin^{-1} v = \log x + c becomes sin1yx=logx+c\sin^{-1}\dfrac{y}{x} = \log x + c.

Concept 3 of 6

Worked Homogeneous Equations and Initial Conditions

Intuition

Most homogeneous PYQs follow the same rhythm: confirm same-degree numerator and denominator, put y = vx, separate, integrate, back-substitute. When an initial condition is given, plug it in AFTER back-substituting to pin down the constant — that final value is often what separates the correct option from the decoys.

Definition

The full procedure on a worked homogeneous DE:

  • Set up: rewrite the right side as a function of v=y/xv = y/x, put y=vxy = vx, and use dydx=v+xdvdx\dfrac{dy}{dx} = v + x\dfrac{dv}{dx}.
  • Separate and integrate the resulting vv-xx equation.
  • Back-substitute v=y/xv = y/x.
  • Fit the initial condition: substitute the given point to evaluate the constant of integration. For a *particular* solution the constant is a specific number, not cc.

Watch the algebra of g(v)vg(v) - v: for (y2x2)dx=xydy(y^2 - x^2)\,dx = xy\,dy this becomes v21vv=1v\dfrac{v^2 - 1}{v} - v = -\dfrac{1}{v}, giving vdv=dxx-v\,dv = \dfrac{dx}{x}.

Particular solution from an IC

integrate    back-substitute v=yx    plug the point to find c\text{integrate} \;\to\; \text{back-substitute } v=\tfrac{y}{x} \;\to\; \text{plug the point to find } c

Worked example

Solve dydx=x+yxy\dfrac{dy}{dx} = \dfrac{x + y}{x - y} with y(1)=0y(1) = 0.
  1. Numerator and denominator are both degree 1 — homogeneous. Put y=vxy = vx, so dydx=v+xdvdx\dfrac{dy}{dx} = v + x\dfrac{dv}{dx}.
  2. v+xdvdx=1+v1vv + x\dfrac{dv}{dx} = \dfrac{1 + v}{1 - v}, so xdvdx=1+v1vv=1+v21vx\dfrac{dv}{dx} = \dfrac{1 + v}{1 - v} - v = \dfrac{1 + v^2}{1 - v}.
  3. Separate: 1v1+v2dv=dxx\dfrac{1 - v}{1 + v^2}\,dv = \dfrac{dx}{x}. Integrate: tan1v12log(1+v2)=logx+c\tan^{-1} v - \dfrac{1}{2}\log(1 + v^2) = \log x + c.
  4. Put v=y/xv = y/x and simplify (the logx\log x cancels): tan1yx12log(x2+y2)=c\tan^{-1}\dfrac{y}{x} - \dfrac{1}{2}\log(x^2 + y^2) = c.
  5. Apply y(1)=0y(1) = 0: tan1012log1=0\tan^{-1} 0 - \dfrac{1}{2}\log 1 = 0, so c=0c = 0. Hence 2tan1yx=log(x2+y2)2\tan^{-1}\dfrac{y}{x} = \log(x^2 + y^2).
Answer:2tan1yx=log(x2+y2)2\tan^{-1}\dfrac{y}{x} = \log(x^2 + y^2)
Practice this conceptself-check · 4 quick reps

Try it yourself

Solve (y2x2)dx=xydy(y^2 - x^2)\,dx = xy\,dy, x0x \neq 0.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    In the IVP y(1)=0y(1)=0 with x2+y2=Cx4x^2+y^2 = Cx^4, find CC.
  2. 2.
    Integrate vdv1+v2=dxx\dfrac{v\,dv}{1+v^2} = \dfrac{dx}{x}.
  3. 3.
    For (y2x2)dx=xydy(y^2-x^2)dx = xy\,dy, simplify v21vv\frac{v^2-1}{v} - v.
  4. 4.
    A 'particular' solution has the constant as a?

From the bank · past-year question

Example 3Differential EquationsHARD
The particular solution of the differential equation xydydx=x2+2y2xy\frac{dy}{dx} = x^2 + 2y^2 when y(1)=0y(1) = 0 is

[Q137 · 11th May Shift 1 · 2023]

Use the initial condition only after back-substituting

Plug the given point in x,yx, y AFTER you have replaced vv with y/xy/x. Trying to apply y(1)=0y(1)=0 while still in vv (where v=y/xv = y/x may be 0/1=00/1 = 0 but the equation is mid-integration) is where sign and constant errors creep in.

Track the sign of g(v) − v

The separable step needs xdvdx=g(v)vx\dfrac{dv}{dx} = g(v) - v. For (y2x2)dx=xydy(y^2 - x^2)\,dx = xy\,dy, g(v)v=v21vv=1vg(v) - v = \dfrac{v^2 - 1}{v} - v = -\dfrac{1}{v} — a MINUS sign that carries into the final answer as +y2+y^2 after moving terms. Dropping it flips the whole solution.

Concept 4 of 6

Homogeneous Curves Through a Point (Trig Ratio Slopes)

Intuition

A recurring HARD shape gives the slope of a curve as y/x plus a trig function of y/x — for example y/x + sec(y/x) or y/x − cos²(y/x). The y/x terms CANCEL after the substitution, leaving a clean separable equation in v whose integral is a standard trig integral. The given point fixes the constant.

Definition

The slope is dydx=yx+h ⁣(yx)\dfrac{dy}{dx} = \dfrac{y}{x} + h\!\left(\dfrac{y}{x}\right) where hh is a trig function of the ratio. Put y=vxy = vx:

  • v+xdvdx=v+h(v)v + x\dfrac{dv}{dx} = v + h(v), and the vv on both sides cancels, leaving xdvdx=h(v)x\dfrac{dv}{dx} = h(v).
  • Separate: dvh(v)=dxx\dfrac{dv}{h(v)} = \dfrac{dx}{x}. The integral is standard:
  • slope yx+secyx\dfrac{y}{x} + \sec\dfrac{y}{x}: dvsecv=cosvdvsinv=logx+c\dfrac{dv}{\sec v} = \cos v\,dv \Rightarrow \sin v = \log x + c.
  • slope yxcos2yx\dfrac{y}{x} - \cos^2\dfrac{y}{x}: dvcos2v=sec2vdvtanv=logx+c\dfrac{dv}{-\cos^2 v} = -\sec^2 v\,dv \Rightarrow -\tan v = \log x + c, i.e. tanv=logx+c\tan v = -\log x + c.

Then substitute v=y/xv = y/x and use the given point to find cc.

Trig-ratio homogeneous slopes

dydx=yx+h ⁣(yx)  y=vx  dvh(v)=dxx\dfrac{dy}{dx} = \dfrac{y}{x} + h\!\left(\dfrac{y}{x}\right) \;\xrightarrow{\,y=vx\,}\; \dfrac{dv}{h(v)} = \dfrac{dx}{x}
  • h(y/x)trig function of the ratio; the bare y/x cancels

Worked example

A curve through (1,π6)\left(1, \dfrac{\pi}{6}\right) has slope yx+secyx\dfrac{y}{x} + \sec\dfrac{y}{x} for x>0x > 0. Find its equation.
  1. Put y=vxy = vx: v+xdvdx=v+secvv + x\dfrac{dv}{dx} = v + \sec v, so xdvdx=secvx\dfrac{dv}{dx} = \sec v.
  2. Separate: cosvdv=dxx\cos v\,dv = \dfrac{dx}{x}. Integrate: sinv=logx+c\sin v = \log x + c.
  3. At (1,π/6)(1, \pi/6): v=π/6v = \pi/6, sin(π/6)=1/2=log1+c=c\sin(\pi/6) = 1/2 = \log 1 + c = c.
  4. So sinyx=logx+12\sin\dfrac{y}{x} = \log x + \dfrac{1}{2}.
Answer:sinyx=logx+12\sin\dfrac{y}{x} = \log x + \dfrac{1}{2}
Practice this conceptself-check · 4 quick reps

Try it yourself

A curve through (1,π4)\left(1, \dfrac{\pi}{4}\right) has slope yxcos2yx\dfrac{y}{x} - \cos^2\dfrac{y}{x}. Find its equation.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    After y=vxy=vx, what does slope yx+secyx\frac{y}{x}+\sec\frac{y}{x} reduce to?
  2. 2.
    Integrate cosvdv=dxx\cos v\,dv = \frac{dx}{x}.
  3. 3.
    Integrate sec2vdv=dxx\sec^2 v\,dv = -\frac{dx}{x}.
  4. 4.
    Rewrite logx+1-\log x + 1 as a single log.

From the bank · past-year question

Example 4Differential EquationsHARD
A curve passes through the point (1,π6)\left(1,\frac{\pi}{6}\right). Let the slope of the curve at each point (x,y)(x,y) be yx+sec(yx),  x>0\frac{y}{x}+\sec\left(\frac{y}{x}\right),\; x>0, then, the equation of the curve is

[Q134 · 11th May Shift 1 · 2024]

The bare y/x cancels — don't integrate it

In v+xdvdx=v+h(v)v + x\dfrac{dv}{dx} = v + h(v), the vv on both sides cancels. Students who keep it and try to integrate vv as well produce an extra log\log term. Only the trig part h(v)h(v) survives to the separable equation.

Feed the initial point to find c — always

These are 'curve through a point' questions, so the constant is fixed by the point, not left as cc. Forgetting to substitute (1,π/4)(1, \pi/4) etc. leaves you with a general-solution decoy rather than the specific curve the options list.

Concept 5 of 6

Log-Form Homogeneous Equations (v = y/x)

Intuition

Some equations hide their homogeneity inside a log: x·y′ = y(log(y/x) + 1). Dividing by x shows the right side is y/x times a function of y/x, so it IS homogeneous. Substituting v = y/x produces a separable equation of the form dv/(v·log v) = dx/x — whose left side integrates to log(log v).

Definition

For xdydx=y ⁣(logyx+1)x\dfrac{dy}{dx} = y\!\left(\log\dfrac{y}{x} + 1\right):

  • Divide by xx: dydx=yx ⁣(logyx+1)\dfrac{dy}{dx} = \dfrac{y}{x}\!\left(\log\dfrac{y}{x} + 1\right) — homogeneous.
  • Put v=yxv = \dfrac{y}{x}, dydx=v+xdvdx\dfrac{dy}{dx} = v + x\dfrac{dv}{dx}: v+xdvdx=v(logv+1)=vlogv+vv + x\dfrac{dv}{dx} = v(\log v + 1) = v\log v + v.
  • Cancel vv: xdvdx=vlogvx\dfrac{dv}{dx} = v\log v, so dvvlogv=dxx\dfrac{dv}{v\log v} = \dfrac{dx}{x}.
  • The key integral: dvvlogv=log(logv)\displaystyle\int\dfrac{dv}{v\log v} = \log(\log v) (put t=logvt = \log v). Hence log(logv)=logx+logc\log(\log v) = \log x + \log c, giving logv=cx\log v = c x, i.e. logyx=cx\log\dfrac{y}{x} = c x.

The log-form integral

dvvlogv=log(logv)    logyx=cx\int\dfrac{dv}{v\,\log v} = \log(\log v) \;\Rightarrow\; \log\dfrac{y}{x} = c\,x
  • t = log vsubstitution making dt=dv/vdt = dv/v, so the integrand becomes dt/tdt/t

Worked example

Solve xdydx=y(logylogx+1)x\dfrac{dy}{dx} = y(\log y - \log x + 1).
  1. Combine the logs: logylogx=logyx\log y - \log x = \log\dfrac{y}{x}, so dydx=yx ⁣(logyx+1)\dfrac{dy}{dx} = \dfrac{y}{x}\!\left(\log\dfrac{y}{x} + 1\right).
  2. Put v=y/xv = y/x: v+xdvdx=v(logv+1)v + x\dfrac{dv}{dx} = v(\log v + 1), so xdvdx=vlogvx\dfrac{dv}{dx} = v\log v.
  3. Separate: dvvlogv=dxx\dfrac{dv}{v\log v} = \dfrac{dx}{x}. Integrate: log(logv)=logx+logc\log(\log v) = \log x + \log c.
  4. So logv=cx\log v = c x, i.e. logyx=cx\log\dfrac{y}{x} = c x.
Answer:logyx=cx\log\dfrac{y}{x} = c x
Practice this conceptself-check · 4 quick reps

Try it yourself

Confirm dvvlogv\displaystyle\int\dfrac{dv}{v\log v} and hence solve xdvdx=vlogvx\dfrac{dv}{dx} = v\log v.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Combine logylogx\log y - \log x.
  2. 2.
    Simplify v(logv+1)vv(\log v + 1) - v.
  3. 3.
    dvvlogv=?\int\dfrac{dv}{v\log v} = ?
  4. 4.
    From log(logv)=log(cx)\log(\log v) = \log(cx), solve for logv\log v.

From the bank · past-year question

Example 5Differential EquationsMODERATE
If xdydx=y(logylogx+1)x\dfrac{dy}{dx} = y(\log y - \log x + 1), then general solution of this equation is

[Q132 · 2nd May Shift 1 · 2023]

The integral is log(log v), not log v

dvvlogv\displaystyle\int\dfrac{dv}{v\log v} uses t=logvt = \log v so it becomes dtt=log(logv)\int\dfrac{dt}{t} = \log(\log v). Stopping at logv\log v (as if the denominator were just vv) gives the wrong final relation — you would miss the outer log and get v=cxv = cx instead of logv=cx\log v = cx.

It's cx, not cy — check which variable the constant multiplies

The correct answer is logyx=cx\log\dfrac{y}{x} = c x (the dx/xdx/x side integrated to logx\log x). Decoys swap it to cycy or flip the ratio to logxy\log\dfrac{x}{y}. Track which side became logx\log x so you land on cxcx with the ratio y/xy/x.

Concept 6 of 6

Reducible to Separable via v = x + y (or v = ax + by)

Intuition

When x and y always appear together as x + y — for instance dy/dx = (x + y)² or (x + y + 1)/(x + y − 1) — the substitution v = x + y collapses the pair into one variable. Since v = x + y, differentiating gives dv/dx = 1 + dy/dx, so dy/dx = dv/dx − 1, and the equation becomes separable in v and x. For a scaled pair like x + 9y, use v = x + 9y with dv/dx = 1 + 9·dy/dx.

Definition

For dydx=f(x+y)\dfrac{dy}{dx} = f(x + y) put v=x+yv = x + y:

  • dvdx=1+dydx\dfrac{dv}{dx} = 1 + \dfrac{dy}{dx}, so dydx=dvdx1\dfrac{dy}{dx} = \dfrac{dv}{dx} - 1.
  • The equation becomes dvdx1=f(v)\dfrac{dv}{dx} - 1 = f(v), i.e. dv1+f(v)=dx\dfrac{dv}{1 + f(v)} = dx — separable.
  • Worked forms:
  • dydx=(x+y)2\dfrac{dy}{dx} = (x + y)^2: dv1+v2=dxtan1v=x+ctan1(x+y)=x+c\dfrac{dv}{1 + v^2} = dx \Rightarrow \tan^{-1}v = x + c \Rightarrow \tan^{-1}(x + y) = x + c.
  • cos(x+y)dy=dx\cos(x + y)\,dy = dx: du1+cosu=dyy=tanx+y2+c\dfrac{du}{1 + \cos u} = dy \Rightarrow y = \tan\dfrac{x + y}{2} + c.
  • Scaled pair: for dydx=(x+9y)2\dfrac{dy}{dx} = (x + 9y)^2 put u=x+9yu = x + 9y, dudx=1+9dydx\dfrac{du}{dx} = 1 + 9\dfrac{dy}{dx}, giving du1+9u2=dx\dfrac{du}{1 + 9u^2} = dx.

Linear-argument substitution

v=x+y    dvdx=1+dydx    dv1+f(v)=dxv = x + y \;\Rightarrow\; \dfrac{dv}{dx} = 1 + \dfrac{dy}{dx} \;\Rightarrow\; \dfrac{dv}{1 + f(v)} = dx
  • v = x + ycollapses the repeated pair into one variable
  • dv/dx = 1 + dy/dxthe +1 from differentiating x — never omit it

Worked example

Solve dydx=(x+y)2\dfrac{dy}{dx} = (x + y)^2.
  1. Put v=x+yv = x + y, so dvdx=1+dydx\dfrac{dv}{dx} = 1 + \dfrac{dy}{dx}, i.e. dydx=dvdx1\dfrac{dy}{dx} = \dfrac{dv}{dx} - 1.
  2. Substitute: dvdx1=v2\dfrac{dv}{dx} - 1 = v^2, so dv1+v2=dx\dfrac{dv}{1 + v^2} = dx.
  3. Integrate: tan1v=x+c\tan^{-1}v = x + c.
  4. Back-substitute v=x+yv = x + y: tan1(x+y)=x+c\tan^{-1}(x + y) = x + c.
Answer:tan1(x+y)=x+c\tan^{-1}(x + y) = x + c
Practice this conceptself-check · 4 quick reps

Try it yourself

Solve dydx=x+y+1x+y1\dfrac{dy}{dx} = \dfrac{x + y + 1}{x + y - 1}.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    For v=x+yv = x + y, write dvdx\dfrac{dv}{dx}.
  2. 2.
    Solve dydx=(x+y)2\dfrac{dy}{dx} = (x+y)^2.
  3. 3.
    For dydx=(x+9y)2\dfrac{dy}{dx} = (x+9y)^2, what substitution and dudx\frac{du}{dx}?
  4. 4.
    Integrate du1+9u2=dx\dfrac{du}{1 + 9u^2} = dx.

From the bank · past-year question

Example 6Differential EquationsMODERATE
The solution of dydx=(x+y)2\frac{dy}{dx} = (x + y)^2 is

[Shift || · 2025]

v = x + y gives dv/dx = 1 + dy/dx — keep the +1

Differentiating v=x+yv = x + y yields dvdx=1+dydx\dfrac{dv}{dx} = 1 + \dfrac{dy}{dx}, so dydx=dvdx1\dfrac{dy}{dx} = \dfrac{dv}{dx} - 1. Dropping the 11 (writing dydx=dvdx\dfrac{dy}{dx} = \dfrac{dv}{dx}) is the signature error and makes the equation fail to separate.

For v = ax + by, the coefficient rides through

For dydx=(x+9y)2\dfrac{dy}{dx} = (x + 9y)^2, use u=x+9yu = x + 9y so dudx=1+9dydx\dfrac{du}{dx} = 1 + 9\dfrac{dy}{dx}. The integral picks up a 13\dfrac13 factor: 13tan1(3u)=x+c\dfrac13\tan^{-1}(3u) = x + c. Forgetting the 99 (or the resulting 13\tfrac13) loses the constant when you fit an initial condition.

Substitute v = x + y back at the end

Just like y = vx, the final line must be in x,yx, y. tan1v=x+c\tan^{-1}v = x + c is only finished once you write tan1(x+y)=x+c\tan^{-1}(x + y) = x + c. Leaving vv in the answer will not match any option.

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (6)

  • Recognizing a Homogeneous Differential Equation

    Homogeneity test

    f(λx,λy)=λnf(x,y)dydx=g ⁣(yx)f(\lambda x, \lambda y) = \lambda^n f(x,y) \quad\Longleftrightarrow\quad \dfrac{dy}{dx} = g\!\left(\dfrac{y}{x}\right)
  • The y = vx Substitution

    Homogeneous substitution

    y=vx    dydx=v+xdvdx    dvg(v)v=dxxy = vx \;\Rightarrow\; \dfrac{dy}{dx} = v + x\dfrac{dv}{dx} \;\Rightarrow\; \dfrac{dv}{g(v) - v} = \dfrac{dx}{x}
  • Worked Homogeneous Equations and Initial Conditions

    Particular solution from an IC

    integrate    back-substitute v=yx    plug the point to find c\text{integrate} \;\to\; \text{back-substitute } v=\tfrac{y}{x} \;\to\; \text{plug the point to find } c
  • Homogeneous Curves Through a Point (Trig Ratio Slopes)

    Trig-ratio homogeneous slopes

    dydx=yx+h ⁣(yx)  y=vx  dvh(v)=dxx\dfrac{dy}{dx} = \dfrac{y}{x} + h\!\left(\dfrac{y}{x}\right) \;\xrightarrow{\,y=vx\,}\; \dfrac{dv}{h(v)} = \dfrac{dx}{x}
  • Log-Form Homogeneous Equations (v = y/x)

    The log-form integral

    dvvlogv=log(logv)    logyx=cx\int\dfrac{dv}{v\,\log v} = \log(\log v) \;\Rightarrow\; \log\dfrac{y}{x} = c\,x
  • Reducible to Separable via v = x + y (or v = ax + by)

    Linear-argument substitution

    v=x+y    dvdx=1+dydx    dv1+f(v)=dxv = x + y \;\Rightarrow\; \dfrac{dv}{dx} = 1 + \dfrac{dy}{dx} \;\Rightarrow\; \dfrac{dv}{1 + f(v)} = dx

Watch out for (13)

Mastery check — 5 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1Differential EquationsEASY
Which of the following is not a homogeneous function?

[Q107 · 21 April Shift I · 2025]

Example 2Differential EquationsHARD
The general solution of the differential equation dydx=3x+yxy\frac{dy}{dx} = \frac{\sqrt{3}x+y}{x-y} is (where C is a constant of integration.)

[Q109 · Shift 1 · 2022]

Example 3Differential EquationsMODERATE
The general solution of differential equation (y2x2)dx=xy dy(x0)\left( y^{2}-x^{2} \right)dx=xy\text{ }dy(x\neq 0) is

[Q150 · 25 April Shift II · 2025]

Example 4Differential EquationsHARD
The slope of tangent at (x,y)(x,y) to a curve passing through (1,π4)\left(1, \frac{\pi}{4}\right) is yxcos2yx\frac{y}{x} - \cos^2\frac{y}{x}, then the equation of curve is

[Q106 · 16th May Shift 2 · 2023]

Example 5Differential EquationsMODERATE
If x dy dx=y(logylogx+1)x\frac{\text{ }dy}{\text{ }dx}=y(\log y- \log x+ 1), then the solution of the equation is

[Q115 · 23 April Shift I · 2025]

Drill every past-year question on this subtopic

16 questions from the bank — paginated, with cart and Word-export support.

Related notes