Differential Equations
Formation, classification, and solution of ODEs — variable separable, homogeneous, linear, exact, and real-world applications for JEE Mains & Advanced.
Understanding order and degree is the first step. Formation of ODEs by eliminating arbitrary constants is a JEE favourite.
- The degree is defined only when the equation is polynomial in its derivatives.
- \(y'' + \sin(y') = 0\): order 2, degree not defined (sin of derivative).
- \(\left(\frac{d^2y}{dx^2}\right)^3 + y = 0\): order 2, degree 3.
Order = 2 (highest derivative is \(y''\)), Degree = 2 (power of \(y''\) after clearing radicals).
Differentiating once: \(2x + 2yy' + 2g + 2fy' = 0\) — (i)
Twice: \(2 + 2(y')^2 + 2yy'' + 2fy'' = 0\) — (ii)
From (ii): \(f = -\frac{1 + (y')^2 + yy''}{y''}\).
Thrice: Differentiate (ii) to get an equation involving only \(x, y, y', y'', y'''\).
The resulting ODE has order 3.
The simplest type of ODE — separate variables to each side and integrate. JEE also tests substitutions that reduce equations to separable form.
Integrating: \(\tan^{-1}y = \tan^{-1}x + C\).
Or equivalently: \(\tan^{-1}y - \tan^{-1}x = C\), i.e., \(\tan^{-1}\frac{y-x}{1+xy} = C\).
Solution: \(y - x = C(1 + xy)\).
- \(\frac{dy}{dx} = f(ax+by+c)\): Substitute \(v = ax+by+c\), then \(\frac{dv}{dx} = a + b\,f(v)\).
- \(\frac{dy}{dx} = f\!\left(\frac{y}{x}\right)\): Homogeneous — substitute \(v = y/x\).
\(\frac{dv}{1+v^2} = dx \Rightarrow \tan^{-1}v = x + C\).
Solution: \(\tan^{-1}(x+y) = x + C\), or \(x + y = \tan(x + C)\).
An equation is homogeneous if it can be expressed as \(dy/dx = \phi(y/x)\). The substitution \(y = vx\) converts it to a separable equation.
The integrating factor method for linear ODEs is the most important technique in JEE differential equations.
Multiplying: \(\frac{d}{dx}(x^2 y) = x^4\).
\(x^2 y = \frac{x^5}{5} + C\). Using \(y(1) = 1\): \(1 = \frac{1}{5} + C \Rightarrow C = \frac{4}{5}\).
Solution: \(y = \frac{x^3}{5} + \frac{4}{5x^2}\).
\(F = \int M\,dx = x^2y + 3x + g(y)\).
\(\frac{\partial F}{\partial y} = x^2 + g'(y) = x^2 + 4y \Rightarrow g'(y) = 4y \Rightarrow g(y) = 2y^2\).
Solution: \(x^2y + 3x + 2y^2 = C\).
JEE tests formation and solving of ODEs in physical contexts: growth/decay, Newton's cooling, and orthogonal trajectories.
- Exponential growth/decay: \(\frac{dN}{dt} = kN \Rightarrow N = N_0 e^{kt}\). If \(k > 0\), growth; if \(k < 0\), decay.
- Newton's cooling: \(\frac{dT}{dt} = -k(T - T_s)\) where \(T_s\) is surroundings temperature. Solution: \(T - T_s = (T_0 - T_s)e^{-kt}\).
For 90% decay: \(0.1N_0 = N_0 e^{-kt} \Rightarrow -kt = \ln 0.1 = -\ln 10\).
\(t = \frac{\ln 10}{k} = \frac{5\ln 10}{\ln 2} = 5 \cdot \frac{\ln 10}{\ln 2} \approx 5 \times 3.32 = \mathbf{16.6 \text{ years}}\).
- Find the ODE of the given family: \(\frac{dy}{dx} = f(x,y)\).
- Replace \(\frac{dy}{dx}\) by \(-\frac{dx}{dy}\) (or \(-\frac{1}{f(x,y)}\)).
- Solve the new ODE.
For orthogonal trajectories: \(\frac{dy}{dx} = -\frac{x}{2y}\).
\(2y\,dy = -x\,dx \Rightarrow y^2 = -\frac{x^2}{2} + C\).
Orthogonal trajectories: \(x^2 + 2y^2 = C\) (family of ellipses).
- A family of curves with \(n\) arbitrary constants gives an ODE of order \(n\).
- For homogeneous equations, the substitution \(y = vx\) always reduces to a separable form.
- The integrating factor \(e^{\int P\,dx}\) transforms a linear ODE into an exact derivative.
- For exact equations, verify \(\partial M/\partial y = \partial N/\partial x\) first, then integrate systematically.
- Orthogonal trajectories: replace \(dy/dx\) with \(-dx/dy\) in the ODE of the given family.