India's #1 AI Tutortopic article · Mathematics

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.

Your child's private AI tutor — trained on NCERT.
3-day free trial · ₹1 to start · Cancel anytime.
Start 3-day free trial →

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

A differential equation is an equation involving an independent variable, a dependent variable, and derivatives of the dependent variable with respect to the independent variable. In differential equations class 12, you work primarily with ordinary differential equations (ODEs) where there is one independent variable, typically x or t. For instance, dy/dx = 3x² + 2x is a differential equation where y is the dependent variable and x is independent. These equations model change: how populations grow, how temperatures cool, how springs oscillate. The CBSE syllabus introduces differential equations because they bridge pure mathematics and applied science. In physics, Newton's second law F = ma becomes a differential equation when acceleration is written as d²x/dt². In economics, growth rates are expressed as dy/dt = ky. The chapter appears after Integration because solving a differential equation fundamentally means finding an anti-derivative that satisfies the given relationship.
  • 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 the highest derivative that appears in the differential equation. Degree is the exponent (power) of the highest order derivative, provided the equation is polynomial in derivatives. These definitions are exact from the NCERT textbook for differential equations class 12 and are tested repeatedly in 1-2 mark questions. Consider (d²y/dx²)³ + 4(dy/dx)² - 5y = sin x. Here the highest derivative is d²y/dx², so order = 2. Since it appears with exponent 3, degree = 3. Degree is defined only when the equation is a polynomial in derivatives. If you see expressions like √(dy/dx) or (dy/dx)^(2/3), first convert to polynomial form by removing roots and fractional exponents. For example, √(1 + (dy/dx)²) = x would be squared to get 1 + (dy/dx)² = x², giving degree 2. If conversion to polynomial form is impossible (e.g., sin(dy/dx) = x), degree is undefined.
  • 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

Formation questions appear as 2-4 mark problems in CBSE boards. You are given a family of curves (e.g., y = Ae^(2x) + Be^(-x)) containing arbitrary constants A, B, etc., and must eliminate those constants by differentiation to obtain a differential equation. The number of times you differentiate equals the number of arbitrary constants. For differential equations class 12, NCERT includes families with 1 or 2 arbitrary constants. Procedure: (1) Count arbitrary constants (say n). (2) Differentiate the equation n times. (3) Eliminate the arbitrary constants algebraically from the n+1 equations (original plus n derivatives). The resulting equation free of arbitrary constants is the differential equation of that family. This concept connects geometry (families of circles, parabolas) with differential equations.
  • 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

The general solution of a differential equation class 12 problem contains arbitrary constants equal in number to the order of the equation. For a first-order DE, the general solution has one constant C. For second-order, two constants C₁ and C₂. These constants represent the infinite family of curves satisfying the DE. A particular solution is obtained when you substitute given initial or boundary conditions (e.g., y = 2 when x = 0) into the general solution and solve for the constant(s). The CBSE marking scheme awards full marks only when the student writes the general solution first, then applies conditions. Skipping to the particular solution without showing the general form often loses a mark. NCERT emphasises that solving a DE means finding the general solution unless conditions are specified.
  • 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

Variables separable is the first solution method in the NCERT chapter on differential equations class 12. An equation is variables separable if it can be written in the form dy/dx = f(x)·g(y) or equivalently h(y)dy = k(x)dx after algebraic manipulation. The key test: can you move all y-terms (including dy) to one side and all x-terms (including dx) to the other? If yes, integrate both sides separately. This method works for roughly 40% of first-order DEs you will encounter in CBSE boards. Typical forms: dy/dx = (1+x²)/(1+y²), dy/dx = e^(x-y), dy/dx = y·cos x. The NCERT textbook provides around 8-10 solved examples using this technique, and CBSE papers regularly include a 4-mark variables separable question.
  • 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

A differential equation is called homogeneous if it can be written in the form dy/dx = F(y/x), i.e., the right-hand side is a function of the ratio y/x only. Alternatively, if replacing x by λx and y by λy leaves the equation unchanged (degree zero in x and y), it is homogeneous. The NCERT differential equations class 12 syllabus includes this as a special case of variables separable, solved using the substitution y = vx where v is a new variable. Then dy/dx = v + x(dv/dx). Substitute into the original equation, simplify to separate v and x, then integrate. Finally substitute back v = y/x to get the solution in terms of x and y. Though the 2023-24 CBSE reduced syllabus removed explicit mention of 'homogeneous equations' as a separate topic, the technique still appears in NCERT examples and is useful for certain problems.
  • 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

A linear differential equation of first order has the standard form dy/dx + P(x)·y = Q(x), where P and Q are functions of x only (or constants). This is the second major solution technique in differential equations class 12 after variables separable. The NCERT method uses an integrating factor (IF) to convert the left-hand side into the derivative of a product. IF is defined as e^(∫P dx). Multiply the entire DE by IF: IF·dy/dx + IF·P·y = IF·Q. The left side is now d/dx(y·IF). Integrate both sides: y·IF = ∫(IF·Q)dx + C. Finally divide by IF to isolate y. This technique works for every first-order linear DE. CBSE boards frequently test this in 4-6 mark questions, often combining with a particular solution requirement.
  • 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

A common confusion among Class 12 students preparing for differential equations is deciding which method applies. Variables separable works if you can write dy/dx = f(x)g(y) and separate all x's with dx and all y's with dy. Linear differential equations require the form dy/dx + P(x)y = Q(x). Some equations can be solved by either method after manipulation; others fit only one. The NCERT textbook for differential equations class 12 presents examples where the student must first identify the type. CBSE examiners sometimes give an equation like dy/dx = (x+y)/(x-y) which is neither immediately separable nor linear, but can be made homogeneous (substitution method). Mastery comes from practice: attempt to separate variables first (it is usually faster if applicable); if that fails, check for linearity by rearranging into dy/dx + Py = Q form.
  • 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)

The NCERT chapter on differential equations class 12 concludes with applications, showing why this abstract mathematics matters. Newton's Law of Cooling states that the rate of change of temperature of an object is proportional to the difference between its temperature and the ambient temperature: dT/dt = -k(T - Tₐ), where T is object temperature, Tₐ is ambient, and k > 0 is a constant. This is a linear DE solved by integrating factor, yielding T = Tₐ + Ce^(-kt). Radioactive decay: dN/dt = -λN (amount of substance decreases at rate proportional to current amount), solution N = N₀e^(-λt). Population growth (Malthusian model): dP/dt = kP, solution P = P₀e^(kt). These models appear in Class 12 Physics (thermal properties, nuclear physics) and Biology. CBSE often includes a 6-mark question asking students to set up and solve a DE from a word problem.
  • 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

Students preparing for CBSE board exams benefit from a consolidated formula sheet for differential equations class 12. Below are the essential results directly from NCERT that should be memorised. (1) Order = highest derivative; Degree = power of highest derivative (if polynomial in derivatives). (2) Variables separable: if dy/dx = f(x)g(y), then ∫dy/g(y) = ∫f(x)dx + C. (3) Linear DE standard form: dy/dx + P(x)y = Q(x). Integrating Factor = e^(∫P dx). Solution: y·IF = ∫(Q·IF)dx + C. (4) For homogeneous DE dy/dx = F(y/x), substitute y = vx, then v + x dv/dx = F(v) and separate. (5) General solution of order n has n arbitrary constants; particular solution has zero constants (all determined by initial conditions). These formulas must be written correctly in board exams to earn method marks even if final numerical answer has an error.
  • 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

CBSE marking schemes from 2015-2025 reveal recurring errors that cost students 2-3 marks per question in differential equations class 12. (1) Forgetting the arbitrary constant C after integration — this alone is the most common mistake, losing 1 mark. (2) Incorrect separation of variables: students write dy/dx as a single entity rather than treating dy and dx as differentials. (3) Wrong identification of P and Q in linear DE: for dy/dx - 2y = x, some write P = 2 instead of P = -2. (4) Calculation errors when computing ∫P dx or integrating Q·IF, especially with exponentials and logarithms. (5) Not simplifying the integrating factor: e.g., e^(∫2/x dx) = e^(2ln|x|) should be simplified to x² (not left as e^(2ln|x|)). (6) In word problems, failing to write the final answer in context (e.g., 'Temperature =... °C' rather than just 'y =...'). Practicing with CBSE sample papers and checking stepwise solutions helps avoid these pitfalls.
  • 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

In the CBSE Class 12 Mathematics board exam (Term 2, 80 marks total), Differential Equations typically contributes 6-8 marks. The question pattern includes one 4-mark question (solve a DE of specific type) and sometimes one 2-mark question (find order and degree, or form a DE from a family of curves). Analysis of CBSE question papers from 2015-2025 shows that variables separable and linear differential equations each appear at least once every year. About 60% of DE questions are straightforward applications of standard methods; 40% require a small twist (e.g., initial condition given, or a substitution before applying method). The 2023-24 rationalised syllabus removed Bernoulli equations and second-order linear DEs, so NCERT focus is entirely on first-order DEs. To score full marks, students must (a) identify the correct method, (b) apply it with proper steps, (c) include the constant of integration, (d) simplify the answer, and (e) write units/context if it is an application problem. Practicing the NCERT Exercise 9.4 (Linear DE) and 9.5 (miscellaneous) is sufficient for board exam preparation in 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

Many Class 12 students find differential equations challenging because each problem requires choosing the right method and executing multi-step algebra without errors. CBSETUTOR.ai offers a 24×7 AI tutor that has ingested the entire NCERT Class 12 Mathematics textbook, including every solved example and exercise from the Differential Equations chapter. When a student uploads a photo of a homework problem (for instance, 'Solve dy/dx + y tan x = sec x'), the AI identifies it as a linear DE, shows the step-by-step application of integrating factor e^(∫tan x dx) = sec x, and walks through the integration ∫sec²x dx to reach the general solution y·sec x = tan x + C. The platform works for all classes 6-12 at a single price of ₹999 per month, with a 3-day free trial requiring no credit card. Parents across India use CBSETUTOR.ai to give their children on-demand doubt-solving without waiting for tuition class timings — particularly valuable during board exam revision when every hour counts. For differential equations class 12, the AI can generate similar practice problems, check student solutions, and explain why a particular method (separable vs linear) applies to a given equation.
  • 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?+
Differential Equations typically carries 6-8 marks in the CBSE Class 12 Mathematics board exam (out of 80 marks). This usually appears as one 4-mark question and one 2-4 mark question, or a single 6-mark question with sub-parts. The weightage has remained consistent across CBSE papers from 2015 to 2025.
What is the difference between order and degree of a differential equation?+
Order is the highest derivative present in the differential equation (e.g., if d³y/dx³ appears, order is 3). Degree is the exponent on the highest order derivative when the equation is polynomial in derivatives. For example, (d²y/dx²)³ + 5dy/dx = x has order 2 and degree 3. Degree is undefined if the equation cannot be written as polynomial in derivatives (e.g., if sin(dy/dx) appears).
When should I use variables separable method versus integrating factor method in differential equations class 12?+
Use variables separable if you can rewrite the equation as dy/dx = f(x)·g(y) and separate all x-terms with dx on one side and all y-terms with dy on the other. Use the integrating factor (linear DE method) if the equation fits dy/dx + P(x)·y = Q(x). If both seem possible, variables separable is usually faster. Practice NCERT examples of each type to develop pattern recognition.
Is the chapter on differential equations difficult compared to other Class 12 Maths chapters?+
Differential equations class 12 is considered moderate difficulty. It requires strong integration skills (from the previous chapter) and careful algebraic manipulation, but the solution methods are systematic. Students who master the two main techniques (variables separable and integrating factor) and practice 30-40 problems typically score full marks. The NCERT exercise questions are sufficient for board exam preparation.
Do I need to memorise all the formulas for differential equations class 12?+
You must memorise the integrating factor formula IF = e^(∫P dx) for linear DE, the standard forms (dy/dx + Py = Q for linear, dy/dx = f(x)g(y) for separable), and common integrals (∫dx/(a²+x²), ∫e^(ax)dx, etc.). However, understanding the method is more important than rote memorisation. CBSE questions test application, not formula recall alone. Keep a formula sheet during revision but focus on solving different problem types.
Why do we add a constant C after integrating in differential equations?+
The constant C represents the infinite family of solutions. When you integrate dy/dx = f(x) to get y = ∫f(x)dx, the anti-derivative is determined only up to an arbitrary additive constant. In the context of differential equations class 12, this C is the 'arbitrary constant' in the general solution. Forgetting C loses marks in CBSE exams because the general solution must contain it; only particular solutions (when initial conditions are given) have C determined.
Can a differential equation have more than one solution?+
Yes. A first-order DE has infinitely many solutions (general solution with arbitrary constant C). Each value of C gives a different particular solution. For example, dy/dx = 2x has general solution y = x² + C, representing infinitely many parabolas. When an initial condition like y(0)=3 is specified, it picks out exactly one particular solution (y = x² + 3). In Class 12, you work with general and particular solutions; singular solutions (a third type) are beyond CBSE syllabus.
What are the real-life applications of differential equations taught in Class 12?+
NCERT includes Newton's law of cooling (rate of temperature change proportional to temperature difference), radioactive decay (dN/dt = -λN), population growth (dP/dt = kP), and motion under gravity. These models appear in Class 12 Physics and have applications in engineering, economics (compound interest, inflation models), and biology (spread of diseases). CBSE may ask a 6-mark word problem where you set up and solve a DE for such a scenario.
How do I check if my solution to a differential equation is correct?+
Differentiate your solution and substitute into the original DE to verify it satisfies the equation identically. For example, if you solved dy/dx = 2x and got y = x² + C, check: dy/dx = 2x ✓. Also verify that your solution has the correct number of arbitrary constants (one constant for first-order DE). For particular solutions, substitute the initial condition to confirm it is satisfied.
Are homogeneous differential equations still in the CBSE Class 12 syllabus for 2026-27?+
The CBSE rationalised syllabus does not separately list 'homogeneous equations' as a named topic, but the NCERT textbook includes examples of homogeneous DEs solved by the substitution y = vx. These appear in Exercise 9.5 (miscellaneous problems). Students should be familiar with recognising a homogeneous equation (dy/dx = F(y/x)) and using the substitution method, as it occasionally appears in board papers under the umbrella of variables separable techniques.
How much time should I spend on differential equations class 12 during board exam revision?+
Allocate about 8-10 hours over two weeks. Spend the first 4-5 hours understanding the two main methods (variables separable and integrating factor) with NCERT solved examples. Then practice NCERT Exercise 9.3, 9.4, and 9.5 (about 30 problems total). Finally, solve 5-10 previous year CBSE questions on differential equations. This chapter is scoring if you practice method recognition and avoid calculation mistakes.
Will my child fall behind if their school has not finished the differential equations chapter before prelims?+
Differential equations class 12 is usually taught in January-February (Term 2). If the school is delayed, your child can self-study from NCERT in about one week — the chapter is self-contained and requires only prior knowledge of integration. Alternatively, using CBSETUTOR.ai's 24×7 AI tutor at ₹999/month, students can learn the entire chapter through guided problem-solving without waiting for classroom teaching. Many students have successfully covered this chapter independently and scored full marks in boards.

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 →
CBSETUTOR.ai · Free tutor
Your 24×7 AI tutor
Hi! I'm your CBSETUTOR.ai — an AI tutor that has ingested every NCERT book for Class 6 to 12. To get started, tell me which class you're in and which subject you'd like help with today (e.g. "Class 9, Physics").