Order and Degree of a Differential Equation — How to Find

easy CBSE JEE-MAIN NCERT Class 12 4 min read

Question

Find the order and degree of the following differential equations:

  1. d2ydx2+3(dydx)35y=0\dfrac{d^2y}{dx^2} + 3\left(\dfrac{dy}{dx}\right)^3 - 5y = 0

  2. (d3ydx3)2+sin(dydx)=0\left(\dfrac{d^3y}{dx^3}\right)^2 + \sin\left(\dfrac{dy}{dx}\right) = 0

  3. dydx=1+(d2ydx2)2\dfrac{dy}{dx} = \sqrt{1 + \left(\dfrac{d^2y}{dx^2}\right)^2}


Solution — Step by Step

Order is the highest-order derivative present in the equation. Degree is the power of that highest-order derivative — but only after the equation is made polynomial in derivatives (no roots, no trig, no logs wrapping the derivatives).

The derivatives present are d2ydx2\dfrac{d^2y}{dx^2} and dydx\dfrac{dy}{dx}. The highest is the second derivative, so order = 2.

Now look at the power on that second derivative: (d2ydx2)1\left(\dfrac{d^2y}{dx^2}\right)^1 — the power is 1. So degree = 1.

The highest derivative is d3ydx3\dfrac{d^3y}{dx^3}, so order = 3. But look at the second term: sin(dydx)\sin\left(\dfrac{dy}{dx}\right).

We cannot express sin(dydx)\sin\left(\dfrac{dy}{dx}\right) as a finite polynomial in dydx\dfrac{dy}{dx} — expanding sine gives an infinite series. The equation is not polynomial in its derivatives, so degree = undefined (not defined).

The equation has dydx\dfrac{dy}{dx} and d2ydx2\dfrac{d^2y}{dx^2} wrapped under a root. We must eliminate the radical before assigning a degree.

Square both sides:

(dydx)2=1+(d2ydx2)2\left(\dfrac{dy}{dx}\right)^2 = 1 + \left(\dfrac{d^2y}{dx^2}\right)^2

Now the equation is polynomial in derivatives. Highest derivative is d2ydx2\dfrac{d^2y}{dx^2}, with power 2. So order = 2, degree = 2.

EquationOrderDegree
Equation 121
Equation 23Not defined
Equation 322

Why This Works

Order is easy — just spot which derivative goes the deepest. d3ydx3\dfrac{d^3y}{dx^3} beats d2ydx2\dfrac{d^2y}{dx^2} beats dydx\dfrac{dy}{dx}.

Degree requires one extra condition: the equation must be expressible as a polynomial in its derivatives. Think of it like degree of a polynomial in xx — if xx is stuck inside sinx\sin x or exe^x, we can’t assign a polynomial degree. Same logic applies here with the derivatives.

The square root case catches students off guard. We always squash roots (or any fractional power) by raising both sides to the appropriate power before reading off the degree.


Alternative Method

Shortcut for spotting “degree not defined”: If any derivative appears inside sin\sin, cos\cos, log\log, e()e^{(\cdot)}, or under a root that cannot be cleared with a single squaring, the degree is immediately not defined. You don’t need to expand anything — just check whether derivatives are “trapped” inside transcendental functions.

For Equation 3, some students prefer to rewrite and check directly:

dydx=1+(d2ydx2)2\dfrac{dy}{dx} = \sqrt{1 + \left(\dfrac{d^2y}{dx^2}\right)^2}

The root wraps the second derivative, not the first. One squaring clears it completely:

(dydx)21=(d2ydx2)2\left(\dfrac{dy}{dx}\right)^2 - 1 = \left(\dfrac{d^2y}{dx^2}\right)^2

Highest derivative is d2ydx2\dfrac{d^2y}{dx^2}, raised to power 2. Order = 2, degree = 2. Same answer.


Common Mistake

Confusing the order with the degree. In Equation 1 — d2ydx2+3(dydx)35y=0\dfrac{d^2y}{dx^2} + 3\left(\dfrac{dy}{dx}\right)^3 - 5y = 0 — many students write degree = 3 because they see the ()3(\cdot)^3 on the first derivative. Wrong. Degree is the power on the highest derivative, which is d2ydx2\dfrac{d^2y}{dx^2} here — and its power is 1.

The (dydx)3\left(\dfrac{dy}{dx}\right)^3 is tempting, but it belongs to a lower-order derivative. It has no role in determining the degree.

This exact confusion appears every year in CBSE Class 12 board exams. The question is easy marks — 1–2 marks typically — so nail the definition: degree always refers to the power on the highest-order derivative after clearing any radicals or fractional powers.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next