By the end of this chapter you'll be able to…

  • 1State the order and degree of a differential equation, and recognise when no degree exists
  • 2Form the differential equation of a family of curves by eliminating its arbitrary constants
  • 3Solve separable equations and identify the singular solutions that the separation destroys
  • 4Reduce a homogeneous equation, or a ratio of linear expressions, to separable form by a substitution or a shift of origin
  • 5Derive and apply the integrating factor for a linear equation, including when the equation is linear in rather than in
  • 6Translate a tangent, normal or rate condition into a differential equation, and find orthogonal trajectories
💡
Why this chapter matters in JEE Advanced
Advanced rarely presents an equation already in a solvable form. The question is whether a candidate can recognise which of half a dozen standard shapes is hiding behind the algebra: a homogeneous equation after dividing by a power, a linear equation after exchanging the roles of the variables, an exact differential after dividing by the right factor. The chapter also contains the paper's clearest test of care, since separating variables destroys every solution on which the divisor vanishes, and a general solution with the right number of constants can still miss solutions entirely.

Before you start — revise these

🔗
Differentiation, including implicit differentiation and the chain rule
🔗
Integration by substitution, by parts and by partial fractions
🔗
The equation of a tangent and a normal to a curve at a point
🔗
Properties of the exponential and logarithmic functions

Differential Equations

Solve with .

Separating variables gives , so , and the initial condition forces . The solution is .

It is a solution. It is not the only one. The constant function also satisfies both the equation and the initial condition, and it was destroyed the moment we divided by .

Worse, there are infinitely many more. For any , the function that is up to and afterwards is differentiable everywhere — both one-sided derivatives at are zero — and satisfies the equation throughout. So a single initial value problem has an entire family of solutions.

Nothing pathological was needed to arrange this: the right-hand side has an infinite slope in at the origin, which is exactly what a uniqueness theorem forbids. The practical lesson is the one that costs marks: dividing by an expression is only legal where that expression is non-zero, and every root of the divisor must be checked separately as a possible solution.

y = x squared flat until a, then lifts flat until a larger a y = 0, the solution separation lost all pass through the origin

1. Order, degree and forming an equation

The order of a differential equation is the highest derivative it contains. Its degree is the power of that highest derivative once the equation has been made a polynomial in all the derivatives — and if it cannot be, the degree is undefined. An equation such as has order one and no degree at all.

Forming an equation runs the other way. A family of curves with arbitrary constants is described by an equation of order : differentiate times and eliminate the constants between the resulting relations.

common point of contact one arbitrary constant, the radius, so the family satisfies a first order equation centres run up the vertical axis

Illustration 1

Form the differential equation of all circles that touch the -axis at the origin.

Such circles have centre and radius , so their equation is — one arbitrary constant, so a first-order equation is expected. Differentiating,

Substituting this into and clearing denominators gives

The count is the check: one constant, one differentiation, first order. If eliminating the constants had required two differentiations, the family would have been described wrongly.

Illustration 2

Form the differential equation of all circles of fixed radius whose centres lie on the -axis.

Such circles are , with the only arbitrary constant. Differentiating,

Substituting back into the equation of the family eliminates and gives

Note that survives, because it is not arbitrary — it was given as fixed. Distinguishing a genuinely arbitrary constant from a stated parameter is the step that decides the order, and reading the phrase "of fixed radius" carelessly turns a first-order answer into a second-order one.

The general rule follows the count. A family such as carries two arbitrary constants, so its equation is of order two, and differentiating twice gives with both constants gone. All parabolas carry three and satisfy .

2. Separable equations, and what separation costs

An equation of the form separates into , and both sides are integrated. The division by is the step to watch: every root of gives a constant solution, and none of them appears in the general solution obtained afterwards.

Three words are used precisely here and are worth separating. The general solution of an equation of order contains arbitrary constants. A particular solution is what remains once initial conditions fix those constants.

A singular solution satisfies the equation but is obtainable from the general solution for no value of the constants at all, and it is exactly what a careless division produces. The opening example had both a particular solution and infinitely many singular ones through the same point, which is why the phrase "the solution" should be treated as a claim to be checked rather than an assumption.

Illustration 3

Solve completely.

Separating, , and partial fractions give , so

But the division assumed , and both and satisfy the original equation. The first is recovered by taking ; the second is not obtainable for any finite and is a genuinely singular solution that must be stated separately.

3. Homogeneous equations and near misses

If can be written as a function of alone, the substitution makes the equation separable. Differentiating the substitution gives , and the equation becomes , which separates.

Geometrically the substitution works because such an equation assigns the same slope at every point of a ray through the origin, so the solution curves are scaled copies of one another.

along one ray the slope never changes a different ray has its own constant slope so y = vx separates it

Illustration 4

Solve .

Dividing by shows the right-hand side depends only on , so put :

Separating and integrating, , so and, restoring ,

These are circles through the origin only if the sign works out; in general they are hyperbolas, and the check is to differentiate the answer and recover the original equation.

Illustration 5

Solve .

The right-hand side is a ratio of linear expressions, but the two lines are parallel, so no shift of origin makes it homogeneous. Instead substitute , giving and

Separating, , so and, restoring ,

When the two lines are not parallel, the alternative is to shift the origin to their point of intersection, which removes both constants and leaves a homogeneous equation.

When the two lines are not parallel the shift works cleanly. For the lines and meet at , so putting and leaves the constants behind and gives , which is homogeneous and yields to . The shift changes neither derivative, since and , so nothing is lost.

4. Linear equations, with the integrating factor derived

A first-order linear equation has the form . Multiplying through by a function gives

and the left side is the derivative of precisely when . That is itself a separable equation, with solution . So the integrating factor is not a formula to remember but the answer to the question "what makes the left side a single derivative?"

With that in hand, , and integrating gives

Illustration 6

Solve .

Divide by to reach standard form: , so and . The equation becomes , giving

Here the left side was already a derivative before multiplying, which is worth noticing: whenever an equation reads , the left side is and no integrating factor need be computed.

Illustration 7

Solve .

As it stands this is neither separable nor linear in . But inverting both sides,

which is linear in with and . Then , and integrating by parts twice,

Treating as the dependent variable is the standard rescue when the equation is linear in one variable and not the other, and Advanced sets it deliberately.

Illustration 8

Solve .

The right side carries a power of , so this is not linear — but dividing throughout by makes it so. Writing , so that ,

a linear equation with . The general recipe is that becomes linear under .

5. Recognising a differential you already know

Some equations are neither separable nor linear but become trivial once a familiar combination is spotted. The four worth carrying are

Each is the quotient or product rule read backwards, and the tell is always the combination appearing in the numerator. When it does, the right move is to divide by whatever makes one of these four exact rather than to expand.

Illustration 9

Solve .

Dividing throughout by makes the left side exact:

Integrating both sides gives , so .

Attacking this as a homogeneous equation also works, but it takes a substitution, a partial-fraction integration and a resubstitution to reach the same place. Recognition is worth several minutes here.

6. Curves defined by a geometric condition

A tangent or normal condition translates into a differential equation through two standard lengths. At a point on a curve, the subtangent is and the subnormal is ; the tangent meets the axes at points whose coordinates are read off the tangent's equation.

Illustration 10

Find the curves whose subnormal at every point is a constant .

The condition is , which separates immediately to , that is . The curves are parabolas with axis along the -axis, which is the classical characterisation of a parabola by its subnormal.

Illustration 11

Find the curve through for which the normal at every point passes through the origin.

The normal at has slope , and the line joining to the origin has slope . Equating them,

Separating gives , that is , and the point fixes .

So the curve is the unit circle, and more generally the only curves whose normals all pass through a fixed point are circles centred there — which is the geometric fact the calculation has just proved.

7. Orthogonal trajectories

A family of curves has a differential equation. The family cutting it at right angles everywhere has the same equation with replaced by , since perpendicular slopes multiply to .

y = c x squared x squared plus 2 y squared = k every crossing is a right angle

Illustration 12

Find the orthogonal trajectories of the family .

First eliminate : differentiating gives , and , so the family satisfies .

Replacing by gives , that is , which integrates to

The trajectories are ellipses. The elimination of before the replacement is essential: substituting into an equation that still contains the parameter produces nonsense.

8. Growth, decay and mixing

Any statement that a rate is proportional to a quantity is a first-order equation, and the modelling step is to write down which quantity and with what sign.

Illustration 13

A body cools so that the rate of fall of its temperature is proportional to the excess over the surrounding temperature . Find .

Newton's law says with . Separating,

where is the initial temperature. The excess decays exponentially and the body approaches, but never reaches, the surrounding temperature — which is the check that the sign of was chosen correctly.

Illustration 14

A tank holds litres of pure water. Brine containing g of salt per litre enters at litres per minute, and the well-stirred mixture leaves at the same rate. Find the amount of salt after minutes.

Let be the salt in grams. Salt enters at g/min and leaves at g/min, so

a linear equation with . Solving with gives .

The long-run value g is the concentration of the incoming brine times the tank volume, which is the physical check the algebra must reproduce.

Illustration 15

The population of a colony grows at a rate proportional to its size and doubles in hours. How long does it take to become eight times its initial size?

From we get , and doubling in hours gives . Then needs , so and hours.

Recognising that eight is the cube of two removes the need to compute at all.

Summary

Dividing by an expression while separating variables destroys every solution on which that expression vanishes, and those solutions must be listed separately. The equation with has infinitely many solutions for exactly this reason, so a general solution with one arbitrary constant need not be the whole story.

The order of an equation is the highest derivative and the degree is its power once the equation is polynomial in the derivatives, with no degree at all otherwise. A family with arbitrary constants yields an equation of order , obtained by differentiating times and eliminating.

An equation whose slope depends only on becomes separable under , because it assigns the same direction all along each ray from the origin. A ratio of linear expressions is handled by shifting the origin to the intersection of the two lines, or, when they are parallel, by substituting for the repeated combination.

Some equations are neither separable nor linear and yield instead to recognition: the combination signals one of the four standard exact differentials, and dividing by the right factor turns the whole equation into a single integration.

The integrating factor is the solution of , which is the condition that the left side collapse into one derivative. When an equation is not linear in , check whether it is linear in , and whether a power on the right can be removed by . Geometric conditions enter through the subtangent and the subnormal , and orthogonal trajectories are found by eliminating the parameter first and only then replacing by .

Key formulas & results

Everything to memorise for the exam hall, in one card. Screenshot this for revision.

Order and degree
An equation such as $\sin\dfrac{dy}{dx}=x$ has order one and no degree. Radicals over derivatives must be cleared before the degree is read.
Formation by elimination
Differentiate $n$ times and eliminate. A stated parameter such as a fixed radius is not arbitrary and survives in the answer.
Separable form
Every root of $h$ gives a constant solution destroyed by the division, and each must be listed separately as a possible singular solution.
Homogeneous substitution
For $\dfrac{dy}{dx}=F\!\left(\dfrac yx\right)$. It works because such an equation assigns the same direction all along a ray from the origin.
Ratio of linear expressions
Shift to the intersection of the two lines when they meet; when they are parallel, substitute $z$ for the common linear combination instead.
Linear equation
Multiplying by $\mu$ makes the left side $(\mu y)'$ exactly when $\mu'=\mu P$, which is where the integrating factor comes from rather than from memory.
Integrating factor
If the equation already reads $xy'+y=\cdots$, the left side is $(xy)'$ and no factor need be computed at all.
Linear in the other variable
The standard rescue when an equation is not linear in $y$. Invert $\dfrac{dy}{dx}$ and treat $x$ as the dependent variable.
Bernoulli reduction
Divide through by $y^{n}$ first; the substitution then turns the equation into a linear one in $v$.
Exact differentials to recognise
The tell is the combination $x\,dy\pm y\,dx$. Dividing by $x^{2}$ or by $xy$ gives $d\!\left(\tfrac yx\right)$ and $d\!\left(\ln\tfrac yx\right)$ respectively.
Subtangent and subnormal
Constant subnormal gives parabolas $y^{2}=2kx+C$; constant subtangent gives exponentials. These are how a geometric condition becomes an equation.
Orthogonal trajectories
Eliminate the family's parameter **first**. Replacing the derivative in an equation that still contains the parameter produces nonsense.
Growth and decay
Newton's cooling law is the same equation applied to the excess temperature. The sign of $k$ is checked against the expected long-run behaviour.
⚠️

Traps JEE Advanced sets — and how to dodge them

These are the exact option-traps and misreads that cost marks under negative marking.

WATCH OUT
Dividing by an expression while separating and never checking its zeros
List every root of the divisor and test it in the original equation. For both and are solutions, and only one appears in the general form.
Why it happens: The division is a mechanical step in the middle of an otherwise routine calculation, and nothing in the resulting general solution records that it happened.
WATCH OUT
Treating a stated parameter as an arbitrary constant when forming an equation
Count only the constants that vary within the family. A fixed radius is data and remains in the final equation.
Why it happens: Both appear as letters in the equation of the family, and the distinction lives in the wording of the question rather than in the algebra.
WATCH OUT
Replacing by before eliminating the parameter
Differentiate the family, eliminate its constant, and only then make the replacement.
Why it happens: The recipe for orthogonal trajectories is remembered as a single substitution, so the preparatory elimination is treated as optional.
WATCH OUT
Giving up when an equation is not linear in
Check whether it is linear in . Inverting turns into a routine linear equation.
Why it happens: Standard form is always written with as the dependent variable, so the possibility of exchanging the roles is never presented as available.
WATCH OUT
Quoting the integrating factor without checking the standard form
Divide through so that the coefficient of is exactly before reading off .
Why it happens: The formula is remembered detached from the form it belongs to, so is taken from an equation still carrying a coefficient.
WATCH OUT
Expanding an equation that contains
Divide by , by or by and check whether the left side becomes an exact differential.
Why it happens: The combination looks like ordinary algebra to be simplified, and the four standard exact forms are not part of most candidates' recognition set.

Exam-pattern practice

PYQ-style questions with full solutions. Work through them as a readiness check — mark yourself honestly and get your gap report at the end.

Readiness check

Are you exam-ready for Differential Equations?

12 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

12 questions~8 min worth ~8 marks in JEE Advanced exams

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Dividing while separating destroys every solution on which the divisor vanishes; list and test each root.
  • A general solution has as many constants as the order; a singular solution comes from no value of them at all.
  • Order is the highest derivative; degree needs the equation to be polynomial in the derivatives, and may not exist.
  • A family with arbitrary constants gives an equation of order ; a stated parameter is not arbitrary.
  • works for because the direction is constant along each ray.
  • For a ratio of linear expressions, shift the origin to the intersection, or substitute for the repeated combination if the lines are parallel.
  • The integrating factor solves , which is the condition for the left side to be one derivative.
  • Divide to standard form before reading off .
  • If an equation is not linear in , check whether it is linear in .
  • becomes linear under .
  • signals one of four exact differentials; divide by , or .
  • For orthogonal trajectories, eliminate the parameter first, then replace by .

JEE Advanced question blueprint

How this topic is asked, tier by tier — so you can prep to the pattern.

Typical weightage: ~2 questions (roughly 6-8 marks) across the two papers combined, out of the ~120 marks of Mathematics

Question styleMarks eachTypical countWhat it tests
Order, degree and formation of a differential equation31Order and degree including cases with no degree, and forming the equation of a family by eliminating arbitrary constants
Solving first-order equations: separable, homogeneous and linear41Separable equations with singular solutions, homogeneous substitutions, ratios of linear expressions, linear equations in either variable, Bernoulli reductions and exact differentials
Geometric and physical applications31Curves defined by tangent or normal conditions, orthogonal trajectories, and growth, decay, cooling and mixing models

Exam-hall strategy

Battle-tested tips from mentors and toppers for this topic under the sectional clock.

  1. Before separating, write down what you are about to divide by and note its zeros in the margin. Restoring those solutions afterwards takes seconds and is worth full marks.
  2. Spend the first fifteen seconds classifying the equation rather than manipulating it. Separable, homogeneous, linear in , linear in , Bernoulli, exact: one of these fits almost every question.
  3. Derive the integrating factor rather than recalling it, and only after dividing to standard form.
  4. In formation questions, count the arbitrary constants first and use that count to check the order of your answer.
  5. For a physical model, check the long-run behaviour of your solution against what the situation demands. A cooling body approaching the wrong temperature reveals a sign error immediately.

Beyond the exam

Where this skill shows up in the job you're competing for — and in life.

Pharmacokinetics models drug concentration with a linear …

Pharmacokinetics models drug concentration with a linear first-order equation, and the integrating factor is what produces the dosing schedules that keep a concentration inside a therapeutic window.

Electrical circuits containing a resistor and either a ca…

Electrical circuits containing a resistor and either a capacitor or an inductor obey exactly the linear equation of this chapter, with the time constant appearing as the reciprocal of the coefficient of the dependent variable.

Orthogonal trajectories describe physical pairs such as e…

Orthogonal trajectories describe physical pairs such as electric field lines and equipotential surfaces, which are perpendicular everywhere for the reason this chapter gives.

Where else this topic is tested

Prepare once, score in every exam that asks it.

JEE Advanced
JEE Main
BITSAT
CUET (Mathematics)
GATE (Engineering Mathematics)

Questions aspirants ask

Pulled from the Q&A community and mentor sessions.

Uniqueness needs the right-hand side to change smoothly with , and does not: its slope in is infinite at the origin. That allows a solution to sit at zero for as long as it likes and then lift off, and every choice of lift-off point gives a different solution through the same initial point. At JEE level the practical form of this is simply that dividing by or by removes the constant solution, so it must be restored by hand.

Read the right-hand side. If it depends only on , use . If it is a ratio of two linear expressions, shift the origin to where the lines meet, or substitute for the shared combination when they are parallel. If the equation contains , look for an exact differential. If it is linear except for a power of on the right, use . Only after all four fail is a longer method warranted.

Because it is the answer to a question rather than an arbitrary choice. Multiplying by makes the left side the derivative of exactly when , and that little equation is itself separable, giving . Deriving it takes two lines and removes any doubt about whether was read from the correct standard form.

When no value of the arbitrary constant produces them. For the general solution gives at , so that one is not singular, but is unreachable and genuinely is. Checking takes a moment: substitute the constant into the general solution and see whether any finite constant delivers it.

More than the algebra, in the applied questions. Almost every geometric problem reduces to writing the subtangent , the subnormal , or the intercepts of the tangent, and the differential equation then writes itself. The corresponding physical questions are the same exercise with a rate in place of a slope, so the modelling step, not the solving step, is where the marks are.

Sources and How This Chapter Was CheckedSyllabus scope, what was derived rather than quoted, and how every answer here was checked.

Scope follows the JEE Advanced syllabus for 2026 (Mathematics, Differential Equations): the formation of ordinary differential equations, the solution of homogeneous differential equations of first order and first degree, separable variables, and linear first-order differential equations.

The treatment concentrates on what Advanced adds to Main. Main asks for the solution of a stated separable or linear equation; Advanced asks for the equation of a family to be formed, for an equation that is linear only after the variables are exchanged or a power is substituted away, for orthogonal trajectories, and for a curve defined by a tangent or normal condition.

Results were derived rather than quoted. The integrating factor came from requiring the left side to be a single derivative, the substitution from the observation that a homogeneous equation is constant along rays, the Bernoulli substitution from dividing by the offending power, and the orthogonal-trajectory rule from the condition that perpendicular slopes multiply to .

Every illustration was checked a second way. The circle family in Illustration 1 was verified by counting constants against the order obtained; the mixing problem was checked against its physically necessary long-run value of g; the cooling solution was checked for the correct sign of the exponent; and the orthogonal trajectories were confirmed by verifying that the two slope functions multiply to at a general point.

The illustrations are teaching problems written for this chapter, not previous-year questions, and are not labelled as such.

Header Logo