Differential Equations for Class 12: The Complete CBSE Guide (2026-27)
Differential equations class 12 marks the point where calculus transitions from abstract computation to real-world modelling. Every CBSE Class 12 student encounters this chapter in Term 2, typically after completing Integrals and Applications of Integrals. The 2026-27 NCERT textbook dedicates an entire chapter to differential equations, emphasising conceptual understanding of order and degree, and mastery of two solution techniques: variables separable and linear differential equations. This chapter not only carries 6-8 marks in the 80-mark board paper but also forms the foundation for engineering mathematics in higher studies. This guide breaks down every NCERT topic with worked examples, common pitfalls, and board exam patterns observed across the past decade of CBSE question papers.
Key takeaways
- ✓Differential equations class 12 carries 6-8 marks in CBSE board exams, making it a moderate-weightage chapter that demands conceptual clarity on order, degree and solution techniques.
- ✓The NCERT syllabus focuses on two primary solution methods: variables separable (for equations of form dy/dx = f(x)·g(y)) and linear differential equations of form dy/dx + Py = Q.
- ✓Order of a differential equation is the highest derivative present; degree is the exponent of the highest order derivative when the equation is polynomial in derivatives.
- ✓Variables separable method works only when you can algebraically separate all x-terms with dx on one side and all y-terms with dy on the other before integrating.
- ✓Linear differential equations require an integrating factor e^(∫P dx) to convert the left side into a perfect differential d/dx(y·IF) = Q·IF.
- ✓General solutions contain arbitrary constants (C); particular solutions are obtained when initial or boundary conditions are specified in the question.
- ✓Common board exam mistakes include forgetting the constant of integration, incorrect identification of P and Q in linear DE, and algebraic errors when separating variables.
What Are Differential Equations and Why They Matter in Class 12
- Ordinary Differential Equations (ODEs) involve one independent variable; Partial Differential Equations (PDEs, not in CBSE Class 12) involve multiple independent variables.
- The NCERT textbook for differential equations class 12 focuses exclusively on first-order, first-degree equations and some reducible forms.
- Real-world applications in Class 12 Physics include motion under gravity (d²y/dt² = -g), charging/discharging of capacitors (dQ/dt = -Q/RC), and Newton's law of cooling.
- Solution of a differential equation is a relation between variables (not containing derivatives) that satisfies the equation identically.
Order and Degree of Differential Equations: NCERT Definitions
- Order is always a positive integer; degree is also a positive integer but may be undefined.
- CBSE board often asks: 'Write order and degree of the differential equation...' — worth 1 mark, must answer both.
- Common error: confusing degree with the exponent on y (the function). Degree concerns derivatives only.
Formation of Differential Equations from Given Families of Curves
- If the family is y = mx + c (two constants m, c), differentiate twice: dy/dx = m, d²y/dx² = 0. So the DE is d²y/dx² = 0.
- Board tip: Always verify your final DE by checking dimensions and ensuring no A, B, C appear in it.
- Geometrically, all curves satisfying the same DE belong to the same family (e.g., all circles of fixed radius centred on x-axis satisfy one DE).
General and Particular Solutions: Understanding the Terminology
- General solution for dy/dx = 3x² is y = x³ + C (one arbitrary constant because order = 1).
- If additionally given y(0) = 5, substitute: 5 = 0 + C, so C = 5. Particular solution: y = x³ + 5.
- In board exams, 4-mark questions typically ask 'Solve the differential equation' (general solution) and 6-mark questions add 'given y =... when x =...' (particular solution).
Variables Separable Method: Step-by-Step Solution Technique
- Always write dy/dx as a fraction dy and dx before separating, not as a single symbol.
- After separating, check both sides are integrable with standard formulas (∫dx/(1+x²), ∫e^x dx, etc.).
- Common board errors: forgetting constant of integration C, incorrect separation (mixing x and y terms).
- If the equation is dy/dx = f(y)/g(x), rewrite as g(x)dx = [1/f(y)]dy, then integrate.
Homogeneous Differential Equations and Substitution y = vx
- Test for homogeneity: replace y by y/x everywhere and factor out; if all terms have the same power of x, it is homogeneous.
- Substitution y = vx converts homogeneous DE into variables separable in v and x.
- After integration, always substitute v = y/x back to express solution in original variables.
Linear Differential Equations: The Integrating Factor Method
- Always rewrite the DE in standard form dy/dx + Py = Q before identifying P and Q.
- The integrating factor is IF = e^(∫P dx); do NOT include the constant of integration here (it cancels out in the method).
- After multiplying by IF, verify the left side is indeed d/dx(y·IF) = IF·dy/dx + y·d(IF)/dx = IF·dy/dx + y·IF·P.
- Common errors: wrong identification of P or Q (e.g., missing a negative sign), forgetting to multiply Q by IF before integrating.
Comparing Variables Separable vs Linear DE: When to Use Which Method
- If both x and y appear mixed on RHS (e.g., dy/dx = x+y), try substitution or check for homogeneity.
- If RHS is a product or quotient of separate functions of x and y (e.g., dy/dx = x²·sin y), use variables separable.
- If the equation is dy/dx + (function of x)·y = another function of x, it is linear — use integrating factor.
- Some DEs are both separable and linear: e.g., dy/dx = -ky can be written dy/y = -k dx (separable) or dy/dx + ky = 0 (linear). Both methods yield y = Ce^(-kx).
Applications of Differential Equations in Physics and Real Life (NCERT Examples)
- Word problems require translating 'rate of change' into dy/dt or dy/dx, then identifying the DE type.
- Always define variables clearly (state what y, x, k represent) before setting up the equation.
- Boundary/initial conditions come from phrases like 'initially y =...', 'at time t=0', 'when x=1, y=2'.
Important Formulas and Results for Differential Equations Class 12 Quick Reference
- Do NOT write IF = e^(∫P dx + C); the constant is omitted because it factors out.
- Standard integrals to memorise for DE questions: ∫dx/(a²+x²) = (1/a)tan⁻¹(x/a) + C, ∫dx/(a²-x²) = (1/2a)ln|(a+x)/(a-x)| + C, ∫e^(ax)dx = e^(ax)/a + C.
- Always add '+ C' after indefinite integration in general solutions; omitting it loses 1 mark in CBSE.
Common Mistakes in Differential Equations Class 12 Board Exams and How to Avoid Them
- Before submitting, scan your solution for '+ C' — if missing, add it.
- Show all steps: CBSE gives partial marks for method even if final answer is wrong.
- When using substitution (e.g., y = vx), always write 'substitute back v = y/x' as a sentence; examiners check for this step.
- In 6-mark questions requiring particular solution, first write 'General solution is...' on one line, then 'Applying condition y(x₀)=y₀...' on next line.
Chapter Weightage, Exam Pattern and Marking Scheme for Differential Equations Class 12
- Most questions come from NCERT Exercise 9.3 (variables separable) and 9.4 (linear DE).
- CBSE sample papers and previous year papers from 2020-2025 are the best practice resources.
- In 2025-26, expect 1-2 questions totalling 6-8 marks; allocate about 15-20 minutes for these in the 3-hour exam.
How CBSETUTOR.ai Helps Master Differential Equations Class 12 with 24×7 AI Support
- Upload any NCERT exercise question from Chapter 9 and receive a worked solution aligned with CBSE marking scheme.
- The AI highlights common mistakes (missing constant C, wrong IF) and suggests corrections in real time.
- Parents in Bangalore, Delhi, Mumbai and 300+ cities have reported that their children's confidence in solving DEs improved within two weeks of using the platform.
Frequently asked questions
How many marks does differential equations class 12 carry in the CBSE board exam?+
What is the difference between order and degree of a differential equation?+
When should I use variables separable method versus integrating factor method in differential equations class 12?+
Is the chapter on differential equations difficult compared to other Class 12 Maths chapters?+
Do I need to memorise all the formulas for differential equations class 12?+
Why do we add a constant C after integrating in differential equations?+
Can a differential equation have more than one solution?+
What are the real-life applications of differential equations taught in Class 12?+
How do I check if my solution to a differential equation is correct?+
Are homogeneous differential equations still in the CBSE Class 12 syllabus for 2026-27?+
How much time should I spend on differential equations class 12 during board exam revision?+
Will my child fall behind if their school has not finished the differential equations chapter before prelims?+
Keep learning — related guides
Ready to give your Class 12 child the tutor that never sleeps?
CBSETUTOR.ai covers every chapter in the Class 12 NCERT syllabus — Maths, Science, Social Science, English, Hindi and more. 24×7. Patient. Unlimited. 3-day free trial.
Start your child's 3-day free trial →