4.6.1Ordinary Differential Equations

Classification — order, degree, linear vs nonlinear, autonomous vs non-autonomous

2,149 words10 min readdifficulty · medium

1. Order

WHY this matters: the order equals the number of arbitrary constants in the general solution, and the number of initial conditions you must supply.


2. Degree

WHY the cleanup first (HOW): 1+(y)2\sqrt{1+(y')^2} hides a power. Until you remove the radical you can't read off an honest power. Square both sides, then read the exponent of the highest derivative.


3. Linear vs Nonlinear — the most important split


4. Autonomous vs Non-autonomous


Figure — Classification — order, degree, linear vs nonlinear, autonomous vs non-autonomous

Recall Feynman: explain to a 12-year-old

Imagine a recipe that tells a number how to change. Order = how many times you've already changed it before you decide the next change (speed? acceleration?). Degree = is the most-changed thing squared, cubed, or just plain? Linear = the recipe treats the number gently — never squares it, never multiplies its changes together, never puts it inside a sine. Autonomous = the recipe doesn't peek at the clock; it only looks at where you are right now. Knowing these four facts is like checking a animal's size, teeth, and legs before deciding how to catch it.


Flashcards

What does the order of an ODE measure?
The order of the highest derivative appearing in it.
What does the degree of an ODE measure?
The power of the highest-order derivative, after writing the equation as a polynomial in all derivatives (clearing radicals/fractions of derivatives).
When is the degree of an ODE undefined?
When it cannot be expressed as a polynomial in its derivatives, e.g. sin(y)\sin(y') or ln(y)\ln(y'') appears.
State the three conditions for an ODE to be linear.
(1) yy and all derivatives to first power, (2) never multiplied together, (3) never inside a nonlinear function; coefficients may depend on xx only.
Is x2y+(sinx)y+exy=tanxx^2 y'' + (\sin x)y' + e^x y = \tan x linear?
Yes — ugly xx-coefficients are allowed; y,y,yy,y',y'' all enter to the first power.
Why is yy=1y\,y'' = 1 nonlinear?
Because yy and yy'' are multiplied together, violating the no-products rule.
Define an autonomous ODE.
One in which the independent variable does not appear explicitly: y=f(y)y'=f(y), not f(t,y)f(t,y).
Key property of solutions of an autonomous ODE?
Time-translation invariance — if y(t)y(t) is a solution, so is y(t+c)y(t+c).
Classify y=y(1y)y'=y(1-y).
First order, degree 1, nonlinear (because of y2y^2), autonomous.
Classify (y)2+y=sinx(y''')^2 + y' = \sin x.
Order 3, degree 2, nonlinear, non-autonomous.
Why does linearity guarantee superposition?
Because a linear combination of homogeneous solutions, plugged in, splits over the linear operator: L[c1y1+c2y2]=c1L[y1]+c2L[y2]=0L[c_1y_1+c_2y_2]=c_1L[y_1]+c_2L[y_2]=0.
Are linearity and autonomy independent classifications?
Yes — an ODE can be any of the four combinations (e.g. y=y+ety'=y+e^t is linear & non-autonomous).

Connections

Concept Map

question 1

question 2

question 3

question 4

is the

highest derivative

equals

needs

clear radicals first

non-polynomial e.g. sin y'

requires

violated

t appears explicitly

t absent

selects

ODE Classification

Order

Degree

Linear vs Nonlinear

Autonomous vs Non-autonomous

Triage step for method choice

Highest derivative order

Number of arbitrary constants

Polynomial in derivatives

Square to remove roots

Degree undefined

First power, no products, no odd functions

Nonlinear

Non-autonomous

Autonomous

Solution method

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, kisi bhi differential equation ko solve karne se pehle uska "type" pehchaanna sabse zaroori hai — ye triage jaisa hai. Char sawaal pucho: Order matlab sabse high derivative kaun sa hai (y', y'', y'''...). Degree matlab us highest derivative ki power kya hai — lekin power tabhi padho jab equation derivatives mein polynomial ban jaye (radical ya fraction hata ke). Agar sin(y)\sin(y') jaisa kuch hai jise hata hi nahi sakte, to degree undefined ho jaati hai.

Linear vs nonlinear sabse important split hai. Linear ka matlab: yy aur uske saare derivatives bas first power mein aaye, aapas mein multiply na ho, aur kisi nonlinear function (jaise siny\sin y, eye^y, y2y^2) ke andar na ho. Yaad rakho — xx ke coefficients chahe kitne bhi ugly ho (x2x^2, cosx\cos x, exe^x), equation phir bhi linear reh sakti hai. Linearity sirf ye dekhti hai ki y kaise enter karta hai, x kaise nahi. Linear hone ka bada fayda: superposition — do solutions ka combination bhi solution hota hai, isiliye linear equations almost hamesha solve ho jaati hain.

Autonomous vs non-autonomous matlab: kya independent variable tt (ya xx) equation mein explicitly dikhta hai? Agar y=f(y)y'=f(y) jaisa hai, sirf yy par depend karta hai, to autonomous — jaise ek fixed landscape par ball ludhak rahi ho, agla kadam sirf "kahan ho" par depend karta hai, "ghadi kya keh rahi" par nahi. Inke solutions time-shift karne par same rehte hain, aur inko phase line se study karte hain (equilibria nikaalo jahan f(y)=0f(y)=0). Important baat: ye chaaron classifications independent hain — koi equation linear bhi ho sakti hai aur non-autonomous bhi (jaise y=y+ety'=y+e^t). Exam mein har equation par chaaron labels alag-alag lagana — yahi 80/20 ka asli scoring point hai.

Go deeper — visual, from zero

Test yourself — Ordinary Differential Equations

Connections