Math · Calculus

Differential Equations revision notes

A concise JEE revision summary of Differential Equations.

FormulasRevision notes
Mathrevision notes

Key Concepts & Definitions

Differential Equation An equation involving an independent variable, a dependent variable, and derivatives of the dependent variable with respect to the independent variable. These equations are used to model applications in Physics, Chemistry, Biology, Economics, and more.

Ordinary Differential Equation (ODE) A differential equation involving derivatives of the dependent variable with respect to only one independent variable. Throughout these notes, the term 'differential equation' refers exclusively to ordinary differential equations.

Order of a Differential Equation The order of a differential equation is the order of the highest order derivative of the dependent variable with respect to the independent variable involved in the equation. Order is always a positive integer. → [JEE TIP] The order is intrinsic to the equation and cannot be altered by algebraic manipulations.

Degree of a Differential Equation To study the degree, the differential equation must be a polynomial equation in its derivatives (i.e., y,y,yy', y'', y''', etc.). By degree, we mean the highest power (positive integral index) of the highest order derivative involved in the equation. If the equation cannot be written as a polynomial in its derivatives (e.g., involves sin(y),ey,ln(y)\sin(y'), e^{y'}, \ln(y')), the degree is not defined. Degree, when defined, is always a positive integer.

Solutions of a Differential Equation A solution is a function ϕ\phi (free from derivatives) that satisfies the differential equation; when substituted into the equation, the L.H.S. equals the R.H.S. The curve y=ϕ(x)y = \phi(x) is called the solution curve or integral curve.

General Solution (Primitive):
The solution which contains as many arbitrary constants (parameters) as the order of the differential equation.
Particular Solution:
A solution obtained from the general solution by giving particular values to the arbitrary constants. It is entirely free from arbitrary constants.

Formation of Differential Equations When a family of curves is defined by an equation containing nn independent arbitrary constants, the corresponding differential equation is obtained by differentiating the equation nn times and eliminating all arbitrary constants. The resulting differential equation will have an order equal to nn. → [JEE TIP] Before differentiating, always simplify the equation to find the effective number of independent arbitrary constants (e.g., Aex+BA e^{x+B} simplifies to CexC e^x, so the order is 1, not 2).

Homogeneous Function A function F(x,y)F(x, y) is said to be a homogeneous function of degree nn if substituting λx\lambda x for xx and λy\lambda y for yy yields F(λx,λy)=λnF(x,y)F(\lambda x, \lambda y) = \lambda^n F(x, y) for any non-zero constant λ\lambda.

Geometrical Applications For any curve y=f(x)y = f(x) at a point (x,y)(x,y), the derivative dy/dxdy/dx represents the slope of the tangent. Important terms frequently tested in JEE:

  • Slope of Normal: dx/dy-dx/dy
  • Length of Tangent: y1+(dx/dy)2|y \sqrt{1 + (dx/dy)^2}|
  • Length of Normal: y1+(dy/dx)2|y \sqrt{1 + (dy/dx)^2}|
  • Length of Subtangent: y(dx/dy)|y (dx/dy)|
  • Length of Subnormal: y(dy/dx)|y (dy/dx)|

Methods of Solving First Order First Degree Differential Equations

Variable Separable Method If the differential equation can be expressed as dy/dx=g(x)h(y)dy/dx = g(x)h(y), the variables can be separated completely. The equation is rewritten as 1h(y)dy=g(x)dx\frac{1}{h(y)} dy = g(x) dx (provided h(y)0h(y) \neq 0). Integrating both sides yields the general solution.

Equations Reducible to Variable Separable Differential equations of the form dy/dx=f(ax+by+c)dy/dx = f(ax + by + c) can be solved by making the substitution ax+by+c=tax + by + c = t. Differentiating with respect to xx gives a+b(dy/dx)=dt/dxa + b(dy/dx) = dt/dx, which converts the equation into a variable separable form in tt and xx. → [JEE TIP] This is a highly probable pattern in JEE Advanced matching type questions.

Homogeneous Differential Equations A differential equation of the form dy/dx=F(x,y)dy/dx = F(x, y) is homogeneous if F(x,y)F(x, y) is a homogeneous function of degree zero.

  • To solve dy/dx=F(x,y)=g(y/x)dy/dx = F(x, y) = g(y/x), make the substitution y=vxy = vx. Then dy/dx=v+x(dv/dx)dy/dx = v + x(dv/dx).
  • If the equation is of the form dx/dy=F(x,y)=h(x/y)dx/dy = F(x, y) = h(x/y), use the substitution x=vyx = vy. Then dx/dy=v+y(dv/dy)dx/dy = v + y(dv/dy).

Equations Reducible to Homogeneous Form Equations of the form dydx=a1x+b1y+c1a2x+b2y+c2\frac{dy}{dx} = \frac{a_1 x + b_1 y + c_1}{a_2 x + b_2 y + c_2} can be reduced:

  • Case 1: If a1a2b1b2\frac{a_1}{a_2} \neq \frac{b_1}{b_2}, substitute x=X+hx = X + h and y=Y+ky = Y + k, choosing h,kh, k to eliminate the constant terms c1,c2c_1, c_2. The equation becomes homogeneous in XX and YY.
  • Case 2: If a1a2=b1b2=m\frac{a_1}{a_2} = \frac{b_1}{b_2} = m, the equation contains a common linear factor. Substitute the repeating linear expression a2x+b2y=ta_2 x + b_2 y = t to reduce it to variable separable form.

Linear Differential Equations (LDE) A differential equation is linear if the dependent variable and its derivative appear only in the first degree and are not multiplied together. The standard form is: dydx+Py=Q\frac{dy}{dx} + Py = Q where PP and QQ are constants or functions of xx only. To solve, multiply both sides by the Integrating Factor (I.F.) =ePdx= e^{\int P dx}. The solution is: y×(I.F.)=Q×(I.F.)dx+Cy \times (\text{I.F.}) = \int Q \times (\text{I.F.}) dx + C.

Alternatively, the LDE can be in the form: dxdy+P1x=Q1\frac{dx}{dy} + P_1 x = Q_1 where P1P_1 and Q1Q_1 are constants or functions of yy only. The I.F. =eP1dy= e^{\int P_1 dy}, and the solution is: x×(I.F.)=Q1×(I.F.)dy+Cx \times (\text{I.F.}) = \int Q_1 \times (\text{I.F.}) dy + C. → [JEE TIP] If finding dy/dxdy/dx leads to complex terms in the denominator, invert it to dx/dydx/dy and check for this alternative linear form.

Equations Reducible to Linear Form (Bernoulli’s Equation) An equation of the form dydx+Py=Qyn\frac{dy}{dx} + Py = Qy^n is reducible to LDE. Divide the entire equation by yny^n to get yndydx+Py1n=Qy^{-n} \frac{dy}{dx} + P y^{1-n} = Q. Substitute y1n=ty^{1-n} = t, which gives (1n)yndydx=dtdx(1-n) y^{-n} \frac{dy}{dx} = \frac{dt}{dx}. The equation becomes linear in tt and xx.

Exact Differential Equations An equation M(x,y)dx+N(x,y)dy=0M(x,y) dx + N(x,y) dy = 0 is exact if My=Nx\frac{\partial M}{\partial y} = \frac{\partial N}{\partial x}. The solution is obtained by: (terms of M treating y as constant)dx+(terms of N free from x)dy=C\int (\text{terms of } M \text{ treating } y \text{ as constant}) dx + \int (\text{terms of } N \text{ free from } x) dy = C. → [JEE TIP] Many exact equations can be solved rapidly by grouping terms into exact differentials:

  • xdy+ydx=d(xy)x dy + y dx = d(xy)
  • xdyydxx2=d(yx)\frac{x dy - y dx}{x^2} = d(\frac{y}{x})
  • ydxxdyy2=d(xy)\frac{y dx - x dy}{y^2} = d(\frac{x}{y})
  • xdyydxx2+y2=d(tan1yx)\frac{x dy - y dx}{x^2 + y^2} = d(\tan^{-1}\frac{y}{x})
  • xdx+ydyx2+y2=d(12ln(x2+y2))\frac{x dx + y dy}{x^2 + y^2} = d(\frac{1}{2} \ln(x^2 + y^2))

Orthogonal Trajectories A curve that cuts every member of a given family of curves at right angles. To find the orthogonal trajectory:

  1. Form the differential equation of the given family: f(x,y,y)=0f(x, y, y') = 0.
  2. Replace yy' (dy/dxdy/dx) with dx/dy-dx/dy.
  3. Solve the new differential equation.

Formulae, Equations & Units

  • Variable Separable Solution Form: 1h(y)dy=g(x)dx+C\int \frac{1}{h(y)} dy = \int g(x) dx + C
  • Homogeneous Substitution Form: v+xdvdx=F(1,v)v + x\frac{dv}{dx} = F(1, v)
  • Integrating Factor (I.F.) for dydx+Py=Q\frac{dy}{dx} + Py = Q: ePdxe^{\int P dx}
  • General Solution of Standard LDE: yePdx=(QePdx)dx+Cy \cdot e^{\int P dx} = \int (Q \cdot e^{\int P dx}) dx + C
  • Integrating Factor (I.F.) for dxdy+P1x=Q1\frac{dx}{dy} + P_1x = Q_1: eP1dye^{\int P_1 dy}
  • Continuous Growth/Decay (Population/Principal): dpdt=kPP(t)=P0ekt\frac{dp}{dt} = k P \Rightarrow P(t) = P_0 e^{kt}, where P0P_0 is initial amount, kk is rate of growth.

Conditions & Limitations

  • Polynomial Restriction for Degree: The degree of a differential equation is strictly undefined if it cannot be algebraically manipulated into a polynomial of its derivatives. Example: cos(y)=x\cos(y') = x can be written as y=cos1(x)y' = \cos^{-1}(x), so degree is 1. But y+cos(y)=0y'' + \cos(y') = 0 cannot be isolated, so its degree is undefined.
  • Variable Separation Failure: If an equation involves terms like sin(x+y)\sin(x+y), algebraic separation g(x)h(y)g(x)h(y) is impossible, and substitution is mandatory.
  • Zero Division in Separation: When dividing by h(y)h(y) during variable separation (e.g., dy/dx=x/ydy/dx = -x/y), we must assume h(y)0h(y) \neq 0 for the derivation steps. The case where h(y)=0h(y) = 0 must be checked separately to see if it yields singular solutions.
  • Function Constraints in LDE: In dydx+Py=Q\frac{dy}{dx} + Py = Q, PP and QQ must strictly be constants or functions of xx only. The presence of yy inside PP or QQ makes it non-linear.
  • Homogeneous Domain Limits: The substitution y=vxy = vx is valid only if the function F(x,y)F(x,y) truly factors out λ0\lambda^0 under the transformation (λx,λy)(\lambda x, \lambda y).

Standard Derivations & Step-by-Step Problem Solving

Derivation of the Integrating Factor (I.F.) for LDE For a first-order linear differential equation: dydx+Py=Q\frac{dy}{dx} + P y = Q

  1. We want to find a function g(x)g(x) such that multiplying both sides by g(x)g(x) makes the L.H.S. an exact derivative of (yg(x))(y \cdot g(x)).
  2. g(x)dydx+Pg(x)y=Qg(x)g(x)\frac{dy}{dx} + P \cdot g(x)y = Q \cdot g(x).
  3. We require the L.H.S to equal ddx[yg(x)]=g(x)dydx+yg(x)\frac{d}{dx}[y \cdot g(x)] = g(x)\frac{dy}{dx} + y \cdot g'(x).
  4. Equating the terms, we get Pg(x)=g(x)P \cdot g(x) = g'(x).
  5. Separating variables: Pdx=g(x)g(x)dxP dx = \frac{g'(x)}{g(x)} dx.
  6. Integrating both sides: Pdx=lng(x)\int P dx = \ln|g(x)|.
  7. Exponentiating: g(x)=ePdxg(x) = e^{\int P dx}, which is defined as the Integrating Factor.

Step-by-Step Resolution of a Homogeneous Equation Example model: x2dy+y(x+y)dx=0x^2 dy + y(x+y) dx = 0

  1. Rearrange to standard form: dydx=y(x+y)x2=yx(yx)2\frac{dy}{dx} = \frac{-y(x+y)}{x^2} = -\frac{y}{x} - \left(\frac{y}{x}\right)^2.
  2. Substitute y=vxdydx=v+xdvdxy = vx \Rightarrow \frac{dy}{dx} = v + x\frac{dv}{dx}.
  3. Substitute into the equation: v+xdvdx=vv2v + x\frac{dv}{dx} = -v - v^2.
  4. Isolate the vv derivative: xdvdx=2vv2x\frac{dv}{dx} = -2v - v^2.
  5. Separate variables: dvv(v+2)=dxx\frac{dv}{v(v+2)} = -\frac{dx}{x}.
  6. Integrate using partial fractions on the left, and log properties on the right.
  7. Resubstitute v=y/xv = y/x to get the final implicit general solution.

⚠️ COMMON MISCONCEPTIONS & SIGN CONVENTIONS

  • Trap: Apparent Order vs Real Order. Students often simply count the number of constants to find the order of the corresponding differential equation. If a family of curves is y=C1ex+C2y = C_1 e^{x + C_2}, it appears to have 2 constants, but it can be rewritten as y=(C1eC2)ex=Kexy = (C_1 e^{C_2}) e^x = K e^x. The real number of essential constants is 1, so the order is 1.
  • Trap: Missing the Particular Solution. In variable separable equations, dividing by yy or (yc)(y-c) implicitly assumes ycy \neq c. If the problem asks for all solutions, the constant function y=cy = c (singular solution) might be lost if you divide by it without checking.
  • Sign Convention in Growth/Decay Models: dPdt=+kP\frac{dP}{dt} = +kP signifies growth (e.g., compound interest, bacteria), whereas dPdt=kP\frac{dP}{dt} = -kP signifies decay (e.g., radioactive decay, Newton's law of cooling). Always check the sign of kk.
  • Trap: Exact Differential Sign Errors. The exact differential d(yx)=xdyydxx2d(\frac{y}{x}) = \frac{x dy - y dx}{x^2}. Students frequently invert the sign to ydxxdyx2\frac{y dx - x dy}{x^2}, which actually equals d(yx)-d(\frac{y}{x}).JEE TIPPay close attention to the numerator order matching the quotient rule.

Previous Year JEE Topics

  • Bernoulli's Equation & Transformations: Equations needing division by y2y^2 or y3y^3 followed by substitution 1/y=t1/y = t are heavily featured in JEE Advanced.
  • Exact Differentials using Inspection: The ability to spot xdy+ydxx dy + y dx and combine it into d(xy)d(xy) to bypass lengthy homogeneous or linear methods is a critical time-saver.
  • Curves with given Geometric Properties: Word problems stating "The subnormal is proportional to the square of the abscissa" translating to yyx2|y \cdot y'| \propto x^2, leading to a differential equation.
  • Initial Value Problems (IVPs) in Physics contexts: Newton's Law of Cooling and Radioactive Decay modeled mathematically.
  • Orthogonal Trajectories: Frequently tested in matrix match types. Finding the orthogonal trajectory to families like x2+y2=2axx^2 + y^2 = 2ax or xy=c2xy = c^2.

Memory Aids & JEE Traps

Based on this chapter, here are the top 10 MCQ traps, calculation tricks, and common misconceptions that appear in JEE:

Trap 1 - Polynomial Requirement for Degree

  • [JEE TIP] Trap 1 - The Polynomial Derivative Constraint:

    • Misconception: The degree of the differential equation y+sin(y)=0y'' + \sin(y') = 0 is equal to 11 because the highest power of the highest-order derivative (yy'') is 11.
    • Correct Understanding: The degree of a differential equation is strictly undefined unless the equation can be expressed as a rational polynomial expression in terms of its derivatives. Because the first derivative is trapped inside a transcendental sine function (sin(y)\sin(y')), it cannot be written as a polynomial, making its degree undefined.
  • [JEE TIP] Trap 2 - The Pseudo-Higher Order Illusion:

    • Misconception: The differential equation corresponding to a family of curves with nn written constants always possesses an order of exactly nn. For instance, y=Asin(x+B)+Cy = A \sin(x + B) + C has 3 constants, so its order is 3.
    • Correct Understanding: The order of a differential equation matches the number of essential, independent arbitrary constants. In y=Asin(x+B)+Cy = A \sin(x + B) + C, the constants cannot be mathematically collapsed into one another, so the order is indeed 3. However, given an expression like y=AexeBy = A e^{x} \cdot e^B, it simplifies algebraically to y=Cexy = C e^x (where C=AeBC = Ae^B). Always simplify parameters completely first; this dummy expression has an order of only 1.
  • [JEE TIP] Trap 3 - The Flipped Linear Differential Equation:

    • Misconception: Every Linear Differential Equation (LDE) must strictly conform to the standard layout dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x), and any equation where yy is non-linear (like dydx=1x+y2\frac{dy}{dx} = \frac{1}{x+y^2}) requires complex variable substitutions.
    • Correct Understanding: If an equation looks hopelessly non-linear in terms of dydx\frac{dy}{dx}, invert the derivatives to look at it as a function of dxdy\frac{dx}{dy}. Flipping the equation yields dxdy=x+y2dxdyx=y2\frac{dx}{dy} = x + y^2 \Rightarrow \frac{dx}{dy} - x = y^2. This is a standard, highly manageable LDE in xx where the Integrating Factor is calculated with respect to yy: I.F.=e1dy=ey\text{I.F.} = e^{\int -1 dy} = e^{-y}.
  • [JEE TIP] Trap 4 - The Integrating Factor Constant Redundancy:

    • Misconception: While evaluating the Integrating Factor I.F.=ePdx\text{I.F.} = e^{\int P dx}, an arbitrary constant of integration (+C+C) must be explicitly added to the exponent.
    • Correct Understanding: No constant of integration is added during the intermediate I.F.\text{I.F.} calculation step. Adding a constant creates an extra multiplier (eCe^C), which ultimately cancels out from both sides of the equation anyway. The single, mandatory constant of integration +C+C must only be introduced at the final integration step: y(I.F.)=Q(I.F.)dx+Cy \cdot (\text{I.F.}) = \int Q \cdot (\text{I.F.})\, dx + C.
  • [JEE TIP] Trap 5 - The Modulus Omission Breakdown:

    • Misconception: The indefinite integration of the reciprocal function is simply expressed as 1xdx=ln(x)\int \frac{1}{x}\, dx = \ln(x).
    • Correct Understanding: The integration must strictly account for negative domains using a modulus: 1xdx=lnx\int \frac{1}{x}\, dx = \ln|x|. In JEE boundary-value problems where a curve passes through a coordinate with negative values (such as (2,3)(-2, 3)), omitting the modulus creates mathematically invalid imaginary logs (ln(2)\ln(-2)) and breaks the entire calculation chain.
  • [JEE TIP] Trap 6 - The Constant Homogeneous Destroyer:

    • Misconception: A differential expression like dydx=x2+y2+1xy\frac{dy}{dx} = \frac{x^2 + y^2 + 1}{xy} is classified as a homogeneous equation because the leading terms on the top and bottom are all quadratic.
    • Correct Understanding: This equation is not homogeneous. The presence of the standalone constant "+1+1" violates the fundamental scaling property F(λx,λy)=λ0F(x,y)F(\lambda x, \lambda y) = \lambda^0 F(x, y). For an equation to be homogeneous, every single individual term across the numerators and denominators must possess the exact same combined algebraic degree in xx and yy.
  • [JEE TIP] Trap 7 - The Lost Trivial Solution:

    • Misconception: Separating variables for dydx=y\frac{dy}{dx} = y into dyy=dxlny=x+Cy=Aex\frac{dy}{y} = dx \Rightarrow \ln|y| = x + C \Rightarrow y = A e^x yields a complete general solution where the coefficient constraint is strictly A0A \neq 0.
    • Correct Understanding: The algebraic act of dividing both sides by yy introduces an implicit domain assumption that y0y \neq 0. Consequently, the trivial solution y=0y = 0 is lost during the variable separation process. Because y=0y = 0 perfectly satisfies the initial differential equation (d(0)dx=0\frac{d(0)}{dx} = 0), it is a valid solution and is integrated into the general form by allowing AA to equal 00.
  • [JEE TIP] Trap 8 - The Non-Unity Leading Derivative Trap:

    • Misconception: For the differential equation x2dydx+xy=x3x^2 \frac{dy}{dx} + x y = x^3, the Integrating Factor can be directly evaluated from the coefficient of yy as exdx=ex2/2e^{\int x\, dx} = e^{x^2/2}.
    • Correct Understanding: Before calculating the Integrating Factor, the coefficient of the highest derivative term dydx\frac{dy}{dx} must strictly be normalized to 11. Dividing the entire equation by x2x^2 yields the proper form: dydx+1xy=x\frac{dy}{dx} + \frac{1}{x} y = x. This reveals the true P(x)=1xP(x) = \frac{1}{x}, resulting in a correct Integrating Factor of I.F.=e(1/x)dx=elnx=x\text{I.F.} = e^{\int (1/x)\, dx} = e^{\ln x} = x.
  • [JEE TIP] Trap 9 - The Orthogonal Trajectory Sign Deficit:

    • Misconception: To determine the differential equation of an orthogonal trajectory, you simply replace the derivative term yy' with its reciprocal 1y\frac{1}{y'}.
    • Correct Understanding: Orthogonal trajectories intersect the original family of curves at a perfect 9090^\circ angle, meaning their slopes must satisfy the perpendicular condition m1m2=1m_1 m_2 = -1. Therefore, you must replace the derivative dydx\frac{dy}{dx} with its negative reciprocal: dxdy-\frac{dx}{dy}. Dropping the negative sign produces completely incorrect trajectories.
  • [JEE TIP] Trap 10 - The Exact Differential Mix-Up:

    • Misconception: The common variable pairing xdx+ydyx\,dx + y\,dy can be compressed instantly into the exact differential d(xy)d(xy).
    • Correct Understanding: The differential of a product follows the product rule: d(xy)=xdy+ydxd(xy) = x\,dy + y\,dx. Conversely, the expression xdx+ydyx\,dx + y\,dy integrates into a sum of squares and represents the exact differential d(x2+y22)d\left(\frac{x^2 + y^2}{2}\right). Confusing these two combinations will completely derail the integration phase of an exact differential equation problem.
Notes fade fast. Rhovecs re-surfaces each concept on a forgetting schedule and picks what you practise next — so revision sticks.See how it works
Other chapters

Rhovecs re-surfaces each concept right before you’d forget it — and picks the next thing to practise. We decide, you execute.

Get started