India's #1 AI Tutorformula-sheet · Mathematics · Chapter 9
Class 12 Mathematics Chapter 9 Differential Equations — Formulas & Key Points
Differential Equations is a critical chapter in CBSE Class 12 Mathematics, carrying 8-10 marks in the board exam. This formula sheet presents every definition, standard form, solution method, and technique from NCERT Chapter 9 in a ready-to-revise format. Master order and degree identification, variable separable methods, linear DE solutions, and homogeneous equation techniques with clear tables, worked examples, and common error alerts.
Your child's private AI tutor — trained on NCERT.
3-day free trial · ₹1 to start · Cancel anytime.
Key takeaways
- ✓Order of a differential equation is the highest derivative present; degree is the power of the highest derivative when the equation is polynomial in derivatives.
- ✓Variable separable equations are solved by separating f(x)dx and g(y)dy and integrating both sides independently.
- ✓Linear differential equations in the form dy/dx + Py = Q are solved using integrating factor e^(∫P dx).
- ✓Homogeneous differential equations reduce to variable separable form by substituting y = vx and dy = vdx + xdv.
- ✓Always add constant of integration C after indefinite integration; initial conditions determine its value.
- ✓Common mistakes include forgetting absolute value in log terms, sign errors in integrating factor, and incorrect separation of variables.
- ✓CBSETUTOR.ai offers 24×7 doubt solving for differential equations through photo upload at ₹999/month with a 3-day free trial.
Basic Definitions and Order-Degree Table
A differential equation is an equation involving derivatives of the dependent variable with respect to one or more independent variables. The order of a differential equation is the order of the highest derivative appearing in it. The degree is the power (exponent) of the highest order derivative when the equation is expressed as a polynomial in derivatives. Degree is defined only when the equation is polynomial in derivatives; otherwise degree is not defined. These concepts form the foundation of classifying and solving differential equations in NCERT Class 12 Mathematics Chapter 9.
- Order: highest derivative order present (first, second, third, etc.)
- Degree: exponent of highest derivative when equation is polynomial form
- If equation contains √(dy/dx) or sin(d²y/dx²), first convert to polynomial form before finding degree
- Degree may not exist if equation cannot be expressed as polynomial in derivatives
Variable Separable Differential Equations
Variable separable differential equations can be written in the form f(x)dx = g(y)dy. The solution strategy is to separate all x terms with dx on one side and all y terms with dy on the other, then integrate both sides. This is the simplest and most frequently tested method in CBSE Class 12 board exams. The general form is dy/dx = h(x,y) which can be rearranged as g(y)dy = f(x)dx. After integration, always add the constant of integration C. If an initial condition is provided (e.g., y(0) = 1), substitute to find the particular solution.
- General form: dy/dx = f(x)/g(y) → g(y)dy = f(x)dx
- Integrate both sides: ∫g(y)dy = ∫f(x)dx + C
- Always add constant C; use initial conditions to find particular solution
- Check complete separation before integrating
Linear Differential Equations — Standard Form and Integrating Factor
A first-order linear differential equation has the standard form dy/dx + P(x)y = Q(x), where P and Q are functions of x alone (or constants). The solution uses an integrating factor (IF) defined as IF = e^(∫P dx). Multiply the entire equation by IF to make the left side an exact derivative. Then integrate both sides. This method is essential for NCERT Class 12 Mathematics solutions and appears regularly in board exams. Remember to carefully compute ∫P dx first, then construct the integrating factor, and finally solve for y by dividing by IF after integration.
- Standard form: dy/dx + P(x)y = Q(x)
- Integrating Factor (IF) = e^(∫P(x)dx)
- Multiply equation by IF: IF·(dy/dx + Py) = IF·Q
- Left side becomes d/dx(y·IF) = IF·Q
- Solution: y·IF = ∫(IF·Q)dx + C → y = [∫(IF·Q)dx + C]/IF
Complete Formula Table — All Standard Forms
This table summarizes every standard differential equation type and solution method from CBSE Class 12 Mathematics Chapter 9. Understanding when to apply each method is as important as knowing the formula itself. Variable separable is tested most frequently, followed by linear differential equations. Homogeneous equations require substitution y=vx. Each type has a recognition pattern; practice identifying the form quickly from the given equation structure to save time in the board exam. NCERT exercises cover all these forms systematically across different difficulty levels.
- Variable Separable: f(x)g(y)dx + h(x)k(y)dy = 0 → separate and integrate
- Linear Form: dy/dx + Py = Q → use IF = e^(∫P dx)
- Homogeneous: dy/dx = f(y/x) → substitute y = vx
- Exact recognition: if M dx + N dy = 0 and ∂M/∂y = ∂N/∂x
Homogeneous Differential Equations — Substitution Method
A differential equation of the form dy/dx = f(y/x) is called homogeneous. The solution method requires the substitution y = vx, which gives dy/dx = v + x(dv/dx). Substitute into the original equation to obtain an equation in v and x. This new equation is typically variable separable in v and x. After separation and integration, substitute back v = y/x to get the solution in terms of y and x. The 2024 CBSE board paper included a 4-mark homogeneous equation problem, making this a high-priority topic for Class 12 Mathematics students preparing for 2025 boards. Always verify that the equation is truly homogeneous by checking that each term has the same degree in x and y combined before applying the substitution method.
- Recognition: dy/dx = f(y/x) or equation where replacing x→λx, y→λy keeps form unchanged
- Substitution: y = vx, therefore dy/dx = v + x·dv/dx
- Substitute and simplify to separate variables in v and x
- Integrate and replace v = y/x at the end
Key Terms, Notation, and Definitions
Precise terminology is critical for scoring full marks in board exams. The NCERT Class 12 Mathematics textbook uses specific language for differential equations that must be mirrored in your answers. A general solution contains arbitrary constants and represents a family of curves. A particular solution is obtained when initial or boundary conditions determine the constant values. The word 'integrating factor' must be spelled correctly and the notation IF is standard. When writing solutions, always indicate steps clearly: separate variables, integrate, apply initial conditions, and state the final answer. Examiners in CBSE 2024 boards deducted marks for incomplete notation or missing constant of integration, so disciplined presentation matters as much as correct working.
- General solution: solution with arbitrary constant C, represents family of curves
- Particular solution: specific solution satisfying given initial/boundary condition
- Integrating Factor (IF): multiplier that converts linear DE into exact form
- Initial condition: value of y at specific x (e.g., y(0)=2) used to find C
- Boundary condition: condition at boundary of domain, similar to initial condition
Common Errors and Sign Mistakes to Avoid
Students lose 2-3 marks per question due to recurring algebraic and calculus errors in differential equations. The most frequent mistake is forgetting the absolute value inside logarithms after integrating 1/y or 1/x. Sign errors occur when computing the integrating factor, especially if P(x) is negative or involves subtraction. Another common pitfall is incorrect separation in variable separable equations—ensure all x terms including dx are on one side and all y terms including dy are on the other. When solving linear differential equations, students often forget to divide by the integrating factor at the final step, leaving the answer in the form y·IF =... instead of y =.... Substitution errors in homogeneous equations happen when students forget that dy/dx = v + x(dv/dx), not just v. Cross-check your integration constants and always verify your final answer by differentiating it back to see if it satisfies the original differential equation. CBSETUTOR.ai identifies these exact error patterns when students upload their work and provides instant corrections with step-by-step explanations, available 24×7 for just ₹999/month covering all subjects in Classes 6-12, with a 3-day free trial.
- Always write ln|y| not ln(y) when integrating 1/y
- Check signs carefully in integrating factor calculation, especially if P is negative
- In variable separable, ensure complete separation before integrating
- Do not forget to divide by IF at the end when solving linear DE
- In homogeneous substitution, dy/dx = v + x·dv/dx, not just dv/dx
- Always add constant of integration C; mark loss guaranteed if omitted
Memory Tricks and Mnemonics for Quick Recall
Remembering the correct order of steps under exam pressure is crucial. For linear differential equations, use the mnemonic 'SIF-MIL-INT-DIV': Standard form, Integrating Factor, Multiply, Integrate, Divide. For variable separable, think 'SAI': Separate, Apply integration, Insert C. When identifying order and degree, remember 'Order is Obvious (highest derivative), Degree needs Derivative as Polynomial'. For homogeneous, recall 'Substitute y=vx, Simplify, Separate, Solve, Substitute back (5S method)'. Write these short codes in the margin of your rough work during the exam to keep your solution path clear. These mnemonics align with the NCERT Class 12 Mathematics solutions approach and have been tested by thousands of students in previous boards.
- Linear DE: SIF-MIL-INT-DIV (Standard form, IF, Multiply, Integrate, Divide)
- Variable Separable: SAI (Separate, Apply integration, Insert C)
- Order & Degree: OO-DP (Order Obvious, Degree needs Polynomial)
- Homogeneous: 5S (Substitute, Simplify, Separate, Solve, Substitute back)
- Always check: does my answer satisfy the original equation?
Solved Mini-Example 1: Variable Separable with Initial Condition
This worked example demonstrates the complete solution process for a variable separable differential equation with an initial condition, mirroring the exact format expected in CBSE Class 12 board exams. Each step is annotated with the reasoning. The problem type appeared in the 2023 CBSE board set-1 paper for 4 marks. Pay attention to how the constant is determined using the initial condition and how the final answer is expressed in simplified form. Presenting the solution in a logical, step-wise manner ensures full method marks even if a minor calculation slip occurs at the end. This structured approach is emphasized in NCERT Class 12 Mathematics solutions.
- Identify the equation as variable separable
- Separate variables completely
- Integrate both sides with constant C
- Apply initial condition to determine C
- Write final particular solution clearly
Solved Mini-Example 2: Linear Differential Equation using Integrating Factor
Linear differential equations using the integrating factor method account for 4-6 marks in the CBSE board exam and appeared in the 2024 Delhi set. This example walks through the complete IF method with careful attention to computing the integral in the exponent, multiplying through correctly, recognizing the exact differential, integrating the right side, and isolating y. Many students lose marks by stopping at y·IF = ∫... and not dividing by IF to get the final expression for y. The technique shown here is exactly as prescribed in NCERT textbooks and is the gold standard for full marks. Practice this method repeatedly with different functions for P and Q to build speed and accuracy before your exams.
- Convert to standard form dy/dx + Py = Q
- Calculate IF = e^(∫P dx) carefully
- Multiply entire equation by IF
- Recognize left side as d/dx(y·IF)
- Integrate right side, then divide by IF to isolate y
Solved Mini-Example 3: Homogeneous Differential Equation by Substitution
Homogeneous differential equations require the substitution y = vx and careful handling of dy/dx = v + x(dv/dx). This example shows the complete substitution, simplification, variable separation in v and x, integration, and back-substitution to obtain y in terms of x. The method is standard in NCERT Class 12 Mathematics Chapter 9 and appeared in the 2022 board exam for 6 marks. Note how the equation simplifies after substitution to a separable form, and how the final answer is written by replacing v with y/x. This problem type tests both substitution skills and integration techniques, making it a favorite among paper setters. Always verify homogeneity before applying the substitution, and double-check your algebra when simplifying after the substitution step to avoid losing easy marks.
- Verify the equation is homogeneous (each term has same degree)
- Substitute y = vx, so dy/dx = v + x·dv/dx
- Simplify and separate variables in v and x
- Integrate both sides
- Substitute back v = y/x to express answer in x and y
One-Glance Last-Minute Revision Box
Use this condensed checklist in the final 15 minutes before your CBSE Class 12 Mathematics board exam. It captures every high-priority formula, method trigger, and common mistake from Chapter 9 Differential Equations. Pin this page in your notes and review it the night before the exam. Each point has been selected based on mark-weightage analysis of the last five years of board papers. Practicing these core ideas with CBSETUTOR.ai one-on-one doubt solving ensures you enter the exam hall confident and prepared. Remember, differential equations is a scoring chapter if you follow the correct method and avoid silly errors. Focus, stay calm, and apply the techniques systematically.
- Order = highest derivative; Degree = power of highest derivative (polynomial form)
- Variable separable: g(y)dy = f(x)dx → integrate both sides, add C
- Linear DE: dy/dx+Py=Q → IF=e^(∫Pdx) → y·IF=∫(Q·IF)dx+C → divide by IF
- Homogeneous: dy/dx=f(y/x) → y=vx, dy/dx=v+x·dv/dx → separate in v,x → back-substitute
- Always write ln|y| not ln(y); check signs in IF; never forget +C
- Verify final answer by differentiation if time permits
Frequently asked questions
What is the difference between order and degree of a differential equation?+
Order is the highest derivative present in the equation (first, second, etc.). Degree is the exponent of the highest order derivative after the equation is written in polynomial form. For example, (d²y/dx²)² + dy/dx = x has order 2 and degree 2.
How do I identify if a differential equation is variable separable?+
A differential equation is variable separable if you can rearrange it so all x terms with dx are on one side and all y terms with dy are on the other, in the form g(y)dy = f(x)dx. If you can achieve this separation, integrate both sides independently.
What is an integrating factor and when is it used?+
An integrating factor (IF) is a function, usually e^(∫P dx), used to solve linear differential equations of the form dy/dx + Py = Q. Multiplying the equation by IF converts the left side into an exact derivative, making integration straightforward.
Why do we use the substitution y = vx in homogeneous equations?+
Homogeneous equations have the form dy/dx = f(y/x). The substitution y = vx transforms the equation into one involving v and x that is typically variable separable. After solving for v, we substitute back v = y/x to get the solution in terms of y and x.
Should I always add the constant of integration C?+
Yes, always add C after integrating an indefinite integral. Forgetting C results in mark deduction in CBSE board exams. If an initial condition is given, use it to find the numerical value of C for the particular solution.
How many marks does Chapter 9 Differential Equations carry in CBSE Class 12 boards?+
Differential Equations typically carries 8-10 marks in the CBSE Class 12 Mathematics board exam, usually split into one 4-mark and one 6-mark question, sometimes combined with other topics. It is a high-weightage chapter and scoring if methods are clear.
What is the most common mistake students make in linear differential equations?+
The most common mistake is forgetting to divide by the integrating factor at the end. After integrating to get y·IF = ∫(Q·IF)dx + C, students must divide both sides by IF to isolate y. Stopping before this step costs full marks.
How can I verify my solution to a differential equation is correct?+
Differentiate your solution and substitute back into the original differential equation. If both sides match, your solution is correct. Also check that initial conditions, if given, are satisfied by your particular solution.
Is it necessary to write ln|y| with absolute value bars?+
Yes, mathematically correct notation is ln|y| when integrating 1/y, because the logarithm is defined for positive arguments. CBSE examiners may deduct marks for writing ln(y) without absolute value, especially in 2024-25 marking schemes that emphasize precision.
Can CBSETUTOR.ai help me practice differential equations with instant feedback?+
Yes, CBSETUTOR.ai provides 24×7 AI-powered doubt solving where you upload a photo of your differential equations problem and receive step-by-step solutions instantly. It covers all NCERT Class 12 Mathematics chapters at ₹999/month for Classes 6-12, with a 3-day free trial to start.
Related resources
CBSE Class 12 Mathematics Chapter 9 Differential Equations Worksheet with AnswersImportant Questions: CBSE Class 12 Mathematics Chapter 9 Differential EquationsClass 12 Mathematics Chapter 8 Application of Integrals — Formulas & Key PointsCBSE Class 12 Mathematics Chapter 8 Application of Integrals Worksheet with AnswersAI Tutor for Class 12: The Smart Alternative to TuitionAI Tutor for Class 12 Accountancy: Learn Faster with Instant HelpClass 9 Coordinate Geometry Chapter 3: Cartesian System & Plotting PointsClass 9 Mathematics Chapter 2 Polynomials — Formulas & Key Points
Keep learning — related guides
Class 12Mathematics
Class 12 Mathematics Chapter 13 Probability — Formulas & Key Points
Class 12Mathematics
CBSE Class 12 Mathematics Chapter 13 Probability Worksheet with Answers
Class 12Mathematics
Important Questions: CBSE Class 12 Mathematics Chapter 13 Probability
Class 12Mathematics
Important Questions: CBSE Class 12 Mathematics Chapter 12 Linear Programming
Class 12Mathematics
CBSE Class 12 Mathematics Chapter 12 Linear Programming Worksheet with Answers
Class 12Mathematics
Class 12 Mathematics Chapter 12 Linear Programming — Formulas & Key Points
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 →