The Chapter in One Sweep

A differential equation relates a function to its derivatives. This chapter teaches you to do exactly two things: read such an equation (order, degree, what counts as a solution) and solve the three first-order types that boards and JEE actually ask.

Reading an equation

  1. Order = the order of the highest derivative present.
  2. Degree = the power of that highest-order derivative, but only after the equation is polynomial in its derivatives — clear roots and fractions first; if a derivative sits inside sin\sin, e()e^{(\cdot)}, log\log, the degree is not defined. (A function like siny\sin y wrapping the variable is harmless.)

Decision chart for reading order and degree of a differential equation

  1. General vs particular: the general solution of an order-nn equation carries exactly nn arbitrary constants; a particular solution carries none — the constants are fixed by given conditions. To verify a claimed solution, differentiate it and substitute; never try to re-solve.

Family of curves for a general solution with one particular curve highlighted

The three-method decision tree

Ask in this order:

  1. Does the right side factor as g(x)h(y)g(x)\,h(y)?Variables separable. Move all yy to dydy, all xx to dxdx, integrate both sides, one constant.

Four move pipeline for solving a separable differential equation

  1. Is every term the same total degree — is dydx\dfrac{dy}{dx} a function of yx\dfrac{y}{x} alone?Homogeneous. Substitute y=vxy = vx, so dydx=v+xdvdx\dfrac{dy}{dx} = v + x\dfrac{dv}{dx}; the equation in v,xv, x separates. (Mirror: for dxdy=g(xy)\dfrac{dx}{dy} = g\left(\dfrac{x}{y}\right) use x=vyx = vy.)

Pipeline for solving a homogeneous equation with the y equals vx substitution

  1. Is it shaped dydx+Py=Q\dfrac{dy}{dx} + Py = Q with P,QP, Q functions of xx?Linear. Compute I.F. =ePdx= e^{\int P\,dx}, then yI.F.=QI.F.dx+Cy \cdot \text{I.F.} = \displaystyle\int Q \cdot \text{I.F.}\,dx + C. (Mirror: dxdy+P1x=Q1\dfrac{dx}{dy} + P_1 x = Q_1 gives xeP1dy=Q1eP1dydy+Cx \cdot e^{\int P_1 dy} = \displaystyle\int Q_1 e^{\int P_1 dy}\,dy + C.)

Pipeline for solving a linear differential equation with an integrating factor

Tables and the Mistake Checklist

Integrating-factor speed table

P(x)P(x) I.F. =ePdx= e^{\int P\,dx}
ax\dfrac{a}{x} xax^a
tanx\tan x secx\sec x
cotx\cot x sinx\sin x
secx\sec x secx+tanx\sec x + \tan x
x-x ex2/2e^{-x^2/2}
11+y2\dfrac{1}{1 + y^2} (in yy) etan1ye^{\tan^{-1} y}

Exact differentials worth recognising

Combination Equals
xdy+ydxx\,dy + y\,dx d(xy)d(xy)
xdyydxx2\dfrac{x\,dy - y\,dx}{x^2} d(yx)d\left(\dfrac{y}{x}\right)
ydxxdyy2\dfrac{y\,dx - x\,dy}{y^2} d(xy)d\left(\dfrac{x}{y}\right)
xdyydxx2+y2\dfrac{x\,dy - y\,dx}{x^2 + y^2} d(tan1yx)d\left(\tan^{-1}\dfrac{y}{x}\right)
xdx+ydyx\,dx + y\,dy d(x2+y22)d\left(\dfrac{x^2 + y^2}{2}\right)

Growth and decay in one line

dydt=kyy=y0ekt\dfrac{dy}{dt} = ky \Rightarrow y = y_0 e^{kt} — doubling time log2k\dfrac{\log 2}{k}; each equal time interval multiplies yy by the same factor.

The mistake checklist — run it before submitting

  1. Degree read before clearing radicals? Square away fractional powers first; degree must be a positive integer or "not defined".
  2. Constant added at the moment of integration? One CC, on the xx side, immediately — not appended at the end.
  3. Logs merged before naming CC? logy=logx+C\log|y| = \log|x| + C should become y=Cxy = Cx by exponentiating properly — a dangling un-merged constant changes the family.
  4. I.F. multiplied into QQ as well? The solution line is yI.F.=QI.F.dxy\cdot\text{I.F.} = \int Q\cdot\text{I.F.}\,dx — forgetting the I.F. inside the integral is the top linear-equation error.
  5. Returned from vv to yx\dfrac{y}{x} (or 1y\dfrac{1}{y} in Bernoulli)? The answer must be in xx and yy; and when multiplying back through, the constant picks up factors too.
  6. Particular solution actually particular? Substitute the condition, solve for CC, and state the final constant-free equation.
  7. Verified by substitution? Thirty seconds: differentiate your answer and push it through the original equation.

Where each skill was built

Order and degree — Section 1. Verification and families — Section 2. Separable equations and growth models — Section 3. Homogeneous equations — Section 4. Linear equations — Section 5. Graded worked examples — Section 6. Board-pattern practice — Section 7. JEE tools (shift substitution, Bernoulli, exact differentials, orthogonal trajectories) — Section 8. Full JEE drill — Section 9.