What Are Differential Equations — And Why Should You Care?
A differential equation is any equation that contains a derivative. That’s it. When you write , you’re not giving the answer — you’re describing a relationship between how changes and what is. Solving the equation means finding the original .
Think of it this way: velocity is . If someone tells you “a particle’s velocity equals twice its position,” they’ve given you a differential equation: . Your job is to find where the particle actually is at any time .
This chapter carries serious weightage — 4-8 marks in CBSE Class 12 boards, and 1-2 questions in JEE Main almost every year. The good news: the types are well-defined, the methods are systematic, and with practice you can score full marks reliably.
Key Terms and Definitions
Order of a differential equation: the highest derivative present.
- → Order 1
- → Order 2
Degree of a differential equation: the power of the highest-order derivative, after clearing all fractions and radicals involving derivatives.
- → Degree 3
- → Degree not defined (can’t be expressed as a polynomial in derivatives)
Many students confuse order and degree. Order = which derivative is highest. Degree = what power that derivative is raised to. They’re asking two different things.
General Solution: contains arbitrary constants (as many as the order).
Particular Solution: obtained by substituting given initial conditions to find the constants.
Formation of a differential equation: given a family of curves (with arbitrary constants), differentiate times and eliminate the constants.
Methods for Solving Differential Equations
Class 12 syllabus covers three main types. Let’s handle each one cleanly.
Method 1: Variable Separable
When to use: You can write the equation as — i.e., all -terms on one side, all -terms on the other.
How to solve:
- Rearrange to separate variables
- Integrate both sides
- Add a single constant (one constant, not two)
- Simplify
Worked Example:
Solve
Done. This is the general solution.
Method 2: Homogeneous Differential Equations
When to use: The equation has the form — meaning, if you replace and , the cancels out completely.
Substitution: Put , so .
This converts the homogeneous equation into a variable separable one.
Quick check for homogeneous: if every term in numerator and denominator has the same total degree, it’s homogeneous. Example: — each term has degree 2 on top, degree 2 on bottom. Homogeneous.
Worked Example:
Solve
Put :
Separate variables:
Back-substitute :
Method 3: Linear Differential Equations
Standard form:
This is the most heavily tested type in both CBSE and JEE Main.
The Integrating Factor (IF):
Multiply both sides by IF. The left side magically becomes .
Why does this work? The product rule says . The IF is specifically chosen so that the left side becomes a product rule derivative — making the whole thing integrable directly.
Worked Example:
Solve
Here ,
Multiply through by :
The equation can also appear as — treating as the dependent variable and as independent. Same method, same IF formula, just swap the roles.
Solved Examples (Graded)
Easy — CBSE Level
Find the differential equation representing the family of curves , where is an arbitrary constant.
Differentiate:
Substitute back:
This is Clairaut’s equation — a classic CBSE 2-marker.
Medium — JEE Main Level
Solve: , given .
Rearrange:
This is homogeneous. Put :
At , :
Hard — JEE Advanced Level
Solve:
Rewrite as :
This is linear in (dependent variable), (independent variable).
, so
Let , :
This exact problem type — linear DE with as dependent variable — appeared in JEE Main 2023 (January session). Recognizing when to flip and treat as dependent saves 3-4 minutes under exam pressure.
Exam-Specific Tips
CBSE Class 12 Boards
The marking scheme for a 5-mark DE question is typically: 1 mark for identifying type, 1 mark for correct substitution, 2 marks for integration, 1 mark for final answer. Even if you can’t complete the problem, the substitution step is worth marks — always show it.
Standard questions: formation (2 marks), variable separable (3 marks), linear DE (5 marks). The linear DE is almost always on the paper.
JEE Main
1-2 questions per paper, mostly from linear DE and homogeneous type. Questions often involve finding the particular solution — so read the initial condition carefully and substitute correctly. The answer choices help: if you get a clean form matching one option, you’re right.
JEE Main 2024 Shift 2 (January) had: “If , , find the maximum value of .” Classic linear DE + particular solution + optimization combo. Be ready for this multi-step pattern.
JEE Advanced
Expect non-standard forms — DEs mixed with inequalities, DEs where the solution curve has geometric properties, or systems of DEs. Here, the setup is the hard part. Once you identify the type, the mechanics are the same.
Common Mistakes to Avoid
Mistake 1: Degree of a DE involving
Students write degree = 1 because they see once. Wrong. Degree is only defined when the DE is a polynomial in derivatives. is transcendental — degree is not defined. This is a guaranteed CBSE MCQ trap.
Mistake 2: Adding two constants after integration
When you integrate both sides of , write only on one side. Writing on the left and on the right, then combining as , is technically fine but wastes time. Add to the right side from the start.
Mistake 3: Forgetting to back-substitute in homogeneous equations
After solving for , the final answer must be in terms of and . Leaving in the answer gets you zero marks for the final step in boards, and a wrong MCQ option in JEE.
Mistake 4: Misidentifying the linear DE form
The standard form is where and are functions of only. If or contain , it’s not linear (it might be Bernoulli’s equation, which is out of CBSE but appears in JEE). Always check this before applying the IF formula.
Mistake 5: Using IF = without simplifying first
If , then , so . Students who write and leave it there often make multiplication errors in the next step. Always simplify the IF to a clean form.
Practice Questions
Q1. Find the order and degree of:
Order = 3 (highest derivative is ). Degree = 2 (that derivative is squared). The on the right doesn’t affect either — it involves only , not derivatives.
Q2. Solve:
Separate:
Integrate:
Or equivalently: (where )
Q3. Form the DE for the family of circles .
Differentiate:
So: , or
(One arbitrary constant → order 1 DE, as expected.)
Q4. Solve:
Rewrite:
Check homogeneity: both terms have degree 2. Homogeneous. Put :
Back-substitute:
Q5. Solve:
Linear DE. , .
Q6. Find the particular solution of , given when .
Homogeneous. Put :
Back-substitute :
At , :
Particular solution:
Q7. Solve: (JEE Main pattern)
Linear DE. , .
Use the standard result :
Q8. Form the DE for parabolas with vertex at origin and axis along the positive -axis.
Such parabolas have equation (one arbitrary constant ).
Differentiate: , so
Substitute back into :
Or equivalently:
FAQs
What is the difference between a general solution and a particular solution?
The general solution contains arbitrary constants (as many as the order of the DE). A particular solution is obtained by substituting specific initial or boundary conditions — it’s one specific curve from the family represented by the general solution.
How do I identify which method to use?
Check in this order: (1) Can I separate variables cleanly? If yes, use variable separable. (2) Does every term have the same total degree? If yes, it’s homogeneous. (3) Is it in the form with functions of only? If yes, linear DE with IF.
What does “degree not defined” mean?
When a DE contains derivatives inside transcendental functions like , , , it cannot be expressed as a polynomial in derivatives. Degree is only defined for polynomial DEs. This is a 1-mark conceptual question in CBSE — know it cold.
Is Bernoulli’s equation in the Class 12 syllabus?
No, it’s not in the CBSE/NCERT syllabus for Class 12. It appears in some JEE coaching modules, but JEE Main questions on DEs are typically solvable using the three standard methods above.
Why does multiplying by the integrating factor work?
The IF is chosen precisely so that . This makes . So after multiplying, the left side is always a perfect derivative — which is immediately integrable.
How many questions come from differential equations in JEE Main?
Typically 1-2 questions per paper. With the shift to a numerical answer format for some questions, you might be asked to find a specific value (like the value of at ) rather than the full solution. Practice substituting the initial condition and evaluating.
Can the arbitrary constant appear in different forms in the final answer?
Yes. is equivalent to (where ). Both are correct general solutions — they represent the same family of curves. In CBSE boards, either form is accepted; in JEE, the answer options will guide you to the expected form.
What is an exact differential equation?
An equation is exact if . This is not in the CBSE Class 12 syllabus but appears in engineering mathematics (B.Tech). For boards and JEE, focus on the three methods above.