1. Order and Degree of a Differential Equation

Order: The order of the highest derivative present in the DE.

Degree: The power (exponent) of the highest-order derivative, after the DE is written as a polynomial in derivatives (i.e., after clearing all roots and fractions involving derivatives).

Differential EquationOrderDegreeReason
dydx+y=x211Highest derivative is dy/dx, raised to power 1
d2ydx2+(dydx)3=x21Highest derivative is y'', power 1; (y')³ is lower order
(d2ydx2)2+dydx=022Highest derivative y'' is raised to power 2
[1+(dydx)2]3/2=d2ydx222Cube both sides: [1+(y')²]³ = (y'')² → highest derivative y'' raised to 2
d3ydx3+ydydx=sinx31Highest derivative y''' raised to 1
y=xdydx+1+(dydx)212Rearrange: y−xy' = √(1+(y')²); square: (y−xy')² = 1+(y')² → degree 2
⚠️ Degree is UNDEFINED when…

The DE involves transcendental functions of derivatives — e.g., sin(dy/dx), e^(dy/dx), log(y''). Such DEs cannot be written as polynomials in the derivative, so the degree is not defined.

Example: sin(dydx)+y=x degree not defined (but order = 1).

2. General Solution vs Particular Solution

  • General Solution: Contains as many arbitrary constants as the order of the DE. It represents a family of curves.
  • Particular Solution: Obtained by assigning specific values to arbitrary constants using initial conditions (ICs). It represents a single curve from the family.
  • Singular Solution: A solution not obtainable from the general solution for any value of C (not tested in JEE Main, rare in Advanced).

An nth-order DE → general solution has n arbitrary constants → need n ICs for a particular solution.

3. Formation of a Differential Equation

Strategy: If the general solution has n arbitrary constants, differentiate n times, then eliminate all n constants to get the DE.

Example 1 — One Constant: y=Ae2x

Differentiate once: dydx=2Ae2x=2y

DE: dydx2y=0

Example 2 — Two Constants: y=Asinx+Bcosx

y=AcosxBsinx

y=AsinxBcosx=y

DE: y+y=0

Example 3 — Two Constants: y = Ax² + Bx

y' = 2Ax + B;   y'' = 2A, so A = y''/2

From y': B = y' − 2Ax = y' − xy''

Substituting into y: y = (y''/2)x² + (y'−xy'')x = x²y''/2 + xy' − x²y''

Simplify: x²y'' − 2xy' + 2y = 0

DE: x²y'' − 2xy' + 2y = 0 (verified: substituting y = Ax²+Bx gives 0 ✓)

Example 4 (JEE Level) — Family of circles: x² + y² = r²

Differentiate: 2x + 2y·(dy/dx) = 0 → x + y·(dy/dx) = 0

DE: x + y·dy/dx = 0  or  x dx + y dy = 0

Example 5 (JEE Advanced Level) — y² = 4a(x − a)

This involves one parameter a. Differentiate: 2y·y' = 4a → a = yy'/2

Substitute back: y² = 4·(yy'/2)·(x − yy'/2) = 2yy'(x − yy'/2)

y² = 2yy'x − y²(y')² → y = 2y'x − y(y')²

DE: y(y')² − 2xy' + y = 0 (Clairaut-type structure)

4. Number of Arbitrary Constants = Order of DE

Family of curvesNo. of constantsOrder of DE
y = Ae^x (1 constant)11
y = A sin x + B cos x (2 constants)22
y = Ae^x + Be^(2x) + Ce^(3x) (3 constants)33
y = Ax + B/x (2 constants)22