NCERT Class 12 Differential Equations: Concepts, Formulas, and Solutions

Table of Contents
- What are Differential Equations?
- Important Terminologies
- Order vs Degree: Key Differences
- Formation of Differential Equations
- Methods of Solving Differential Equations
- How to Identify the Type of Differential Equation
- Important Formulas & Results
- Graphical Interpretation
- Common Mistakes Students Make
- Practice Questions
- Why Learn Differential Equations with PlanetSpark
- Mastering Differential Equations with Confidence
Imagine predicting how a population grows, how heat spreads, or how money compounds over time, all using mathematics. That’s the power of differential equations. In Class 12, this chapter becomes a game-changer because it connects calculus to real-world applications. While many students find it tricky at first, mastering the right concepts and methods can make it one of the most scoring topics. In this blog, we’ll break down everything, from basics to formulas and problem-solving techniques—in a simple and structured way.
What are Differential Equations?
A differential equation is an equation
that involves derivatives of a dependent variable with respect to one or more independent variables. In simple terms, it connects a function with its rate of change. For example, the equation
dy/dx = x + y shows how the value of y changes with respect to x, depending on both variables.
Unlike algebraic equations that give a direct relationship between variables, differential equations describe how a quantity evolves over time or space. This makes them extremely useful in real-life situations such as population growth, motion of objects, spread of diseases, electrical circuits, and heat transfer.
From a practical perspective, differential equations help us understand dynamic systems. For instance, instead of just knowing the position of an object, they help us determine how its velocity or acceleration changes.
Types of Differential Equations
- Ordinary Differential Equations (ODE):
These involve derivatives with respect to a single independent variable.
Example: dy/dx = x + y - Partial Differential Equations (PDE):
These involve derivatives with respect to more than one independent variable.
Example: ∂z/∂x + ∂z/∂y = 0
The key idea to remember is that a differential equation does not just describe what a function is—it describes how that function behaves and changes.
Important Terminologies
Before solving differential equations, it is important to understand the basic terms used in this chapter, as defined in NCERT.
- Order:
The order of a differential equation is the highest order of the derivative present in the equation.
For example, if the highest derivative is d²y/dx², the order is 2. - Degree:
The degree is the power of the highest order derivative, provided the equation is a polynomial in derivatives. If the equation is not polynomial, the degree is not defined. - Solution:
A solution of a differential equation is a function that satisfies the equation when substituted into it. - General Solution:
This is the solution that contains arbitrary constants. It represents a family of curves. The number of constants is usually equal to the order of the differential equation. - Particular Solution:
A particular solution is obtained by assigning specific values to the arbitrary constants. It represents a single curve.
For example, consider the equation dy/dx = y. Its solution is y = Ce^x, where C is an arbitrary constant. This is the general solution. If a specific value of C is given, it becomes a particular solution.
Understanding these terms is essential because they form the foundation for solving and interpreting differential equations effectively.

Order vs Degree: Key Differences
Students often confuse order and degree, but understanding the difference is essential for solving questions correctly.
- Order depends on the highest derivative present
- Degree depends on the power of that derivative (only if polynomial)
Example:
For the equation:
(d²y/dx²)³ + (dy/dx)² + y = 0
- Order = 2
- Degree = 3
If the equation contains trigonometric or exponential functions of derivatives, the degree is not defined.
Formation of Differential Equations
The formation of a differential equation involves creating an equation by eliminating arbitrary constants from a given function. This process helps in converting a family of curves into a single differential equation.
Steps to Form a Differential Equation:
- Differentiate the given equation as many times as the number of arbitrary constants present.
- Eliminate the constants using the derived equations.
Example:
Given:
y = A sin x + B cos x
Step 1: Differentiate once
dy/dx = A cos x – B sin x
Step 2: Differentiate again
d²y/dx² = –A sin x – B cos x
Step 3: Substitute from original equation
d²y/dx² = –y
So, the required differential equation is:
d²y/dx² + y = 0
Important Rule:
The number of arbitrary constants in the given function is equal to the order of the differential equation formed.
This concept is important because it shows how differential equations represent entire families of curves rather than just a single function.
Methods of Solving Differential Equations
Solving differential equations involves applying different methods depending on the form of the equation. Identifying the correct method is the most crucial step.
Variable Separable Method
This is one of the simplest and most commonly used methods.
Standard Form:
dy/dx = f(x)g(y)
Steps:
- Rearrange the equation to separate variables
- Bring all terms involving y to one side and x to the other
- Integrate both sides
- Add the constant of integration
Example:
dy/dx = y/x
Separating variables:
dy/y = dx/x
Integrating both sides:
log y = log x + C
Final solution:
y = Cx
This method works only when variables can be completely separated.
Book a Free Demo Class Today.
Homogeneous Differential Equations
A differential equation is called homogeneous if it can be written in the form:
dy/dx = f(y/x)
Substitution:
y = vx
Then, dy/dx = v + x dv/dx
This substitution transforms the equation into a separable form, which can then be solved using integration.
Key Idea:
The goal is to reduce the equation into a simpler form where variables can be separated.
Linear Differential Equations
A first-order linear differential equation is of the form:
dy/dx + Py = Q
where P and Q are functions of x.
Steps to Solve:
- Find the Integrating Factor (I.F.):
I.F. = e∫Pdx - Multiply the entire equation by the I.F.
- Rewrite the left-hand side as a derivative
- Integrate both sides
Formula:
y × I.F. = ∫(Q × I.F.) dx + C
Example:
dy/dx + y/x = x²
Here, P = 1/x
I.F. = e∫(1/x)dx = e^(log x) = x
Multiplying both sides by x and solving gives the required solution.
Special Forms
Some differential equations do not directly fit into standard categories but can be solved using specific techniques:
- Equations in the form dx/dy
- Symmetry-based substitutions
- Transformations to reduce complexity
These require practice and pattern recognition.
Pro Tip:
Before solving any differential equation, always identify its type. This saves time and helps in choosing the correct method quickly.
You May Also Read
How to Identify the Type of Differential Equation
Before solving, identifying the correct type is the most important step. Here’s a quick guide:
- If variables can be separated → Separable Equation
- If equation is in form y/x or x/y → Homogeneous Equation
- If equation is dy/dx + Py = Q → Linear Equation
- If substitution simplifies the equation → Special Form
A quick scan of the equation can save time and prevent mistakes in exams.

Important Formulas & Results
In differential equations, remembering key formulas and standard results can significantly reduce solving time in exams. These formulas act as shortcuts and help in quickly identifying the method required.
One of the most common standard results is:
If dy/dx = y/x, then the solution is y = Cx, where C is an arbitrary constant. This comes directly from separating variables and integrating both sides.
A very important standard form is the linear differential equation:
dy/dx + Py = Q, where P and Q are functions of x.
To solve this, we use the Integrating Factor (I.F.), given by:
I.F. = e∫Pdx
After multiplying the equation by the integrating factor, the solution becomes:
y × I.F. = ∫(Q × I.F.) dx + C
For homogeneous differential equations, the standard substitution used is:
y = vx, which helps convert the equation into a separable form.
Apart from these, some basic mathematical results are frequently used:
- Logarithmic rules for integration
- Exponential integration formulas
- Standard integrals involving trigonometric functions
Memorizing these formulas and results not only saves time but also improves accuracy while solving complex problems.
Graphical Interpretation
Differential equations have a strong graphical meaning. Instead of representing a single function, their solutions represent a family of curves. Each member of this family corresponds to a different value of the arbitrary constant.
For example, the solution y = Cx represents a family of straight lines passing through the origin. Each value of C gives a different line with a different slope.
This concept is important because it shows that differential equations describe general behavior rather than a single outcome. When additional conditions are given, such as initial values, we can find a particular solution, which corresponds to one specific curve from the family.
Graphically, this helps in visualizing how solutions vary and how they relate to real-world phenomena. It also reinforces the idea that differential equations are tools for modeling change across multiple possible scenarios.
Schedule a Free Demo Class Today.
Common Mistakes Students Make
- While solving differential equations, students often lose marks due to avoidable mistakes. One of the most common errors is not identifying the correct type of differential equation. Since each type requires a different method, choosing the wrong approach leads to incorrect solutions.
- Another frequent mistake is forgetting the constant of integration after solving. This small omission can make the entire answer incomplete.
- Errors in integration are also very common, especially when dealing with logarithmic or exponential functions. Careless simplification and incorrect application of formulas can lead to wrong results.
- Students also tend to make mistakes in homogeneous equations, particularly while applying the substitution y = vx and differentiating it correctly.
- Additionally, many ignore domain restrictions, such as division by zero or taking logarithms of negative values, which can make the solution invalid.
- To avoid these mistakes, it is important to practice regularly, follow step-by-step solving, and double-check each stage of the solution carefully.
Practice Questions
A. Basic Concepts
- Define a differential equation and give one example.
- Find the order of the differential equation: d²y/dx² + dy/dx = 0.
- Find the degree of the equation: (dy/dx)² + y = x.
- Identify whether the equation is an ODE or PDE: ∂z/∂x + ∂z/∂y = 0.
- What is meant by a general solution of a differential equation?
- Define a particular solution with an example.
- Find the order and degree of: d³y/dx³ + (dy/dx)² = 0.
- State whether true or false: Degree is always defined for every differential equation.
- Identify the dependent and independent variables in dy/dx = x² + y.
- Mention one real-life application of differential equations.
B. Formation of Differential Equations
- Form the differential equation from y = Ax + B.
- Form the differential equation from y = Ae^x.
- Form the differential equation from y = A sin x + B cos x.
- Form the differential equation representing a family of circles with center at origin.
- Eliminate constants to form a differential equation from y = Ax² + Bx.
- Form a differential equation from a given polynomial relation involving constants.
- Form a second-order differential equation from a function with two constants.
- Form a differential equation from y = A e^(2x) + B e^(-2x).
- Eliminate constants from mixed trigonometric expressions.
- Explain the concept of formation of differential equations with an example.
C. Variable Separable Method
- Solve: dy/dx = y/x.
- Solve: dy/dx = x²y.
- Solve: dy/dx = y²/x.
- Solve: dy/dx = y sin x.
- Solve: dy/dx = y e^x.
- Solve with initial condition: dy/dx = y/x, given y = 2 when x = 1.
- Solve a word problem involving growth using separable variables.
- Solve using logarithmic integration: dy/dx = (y + 1)/x.
- Solve a slightly complex separable equation involving fractions.
- Solve a mixed algebraic separable differential equation.
Plan Your Free Demo Class Now.
D. Homogeneous Equations
- Solve: dy/dx = (x + y)/x.
- Solve: dy/dx = y/x + 1.
- Solve using substitution y = vx.
- Identify whether dy/dx = (x² + y²)/xy is homogeneous.
- Solve a homogeneous equation involving higher powers.
- Solve a multi-step homogeneous differential equation.
- Solve with initial condition using homogeneous substitution.
- Reduce a homogeneous equation into separable form and solve.
- Solve a homogeneous equation involving logarithmic integration.
- Solve a higher difficulty homogeneous differential equation.
E. Linear Differential Equations
- Solve: dy/dx + y = x.
- Solve: dy/dx + 2y = e^x.
- Solve: dy/dx + y/x = x².
- Find the integrating factor of dy/dx + 3y = x.
- Solve a complete linear differential equation step-by-step.
- Solve an application-based linear differential equation.
- Solve a linear equation involving mixed integration.
- Solve an initial value problem using linear DE.
- Solve a complex linear differential equation.
- Solve an NCERT-type problem based on integrating factor method.
Why Learn Differential Equations with PlanetSpark
Learning differential equations becomes much easier when concepts are explained in a simple, engaging, and student-friendly way. This is where PlanetSpark stands out by focusing on both understanding and application.
- Simplified explanations for complex concepts
- Step-by-step problem-solving approach for better clarity
- Strong focus on conceptual understanding instead of rote learning
- Interactive learning methods that keep students engaged
- Personalized attention to address individual doubts
- Use of real-life examples to make abstract concepts relatable
- Helps build confidence in mathematics and problem-solving skills
With the right guidance and structured learning, students can turn differential equations from a difficult topic into a scoring strength.

Mastering Differential Equations with Confidence
Differential equations may seem challenging at first, but with the right approach, they become one of the most logical and scoring chapters in Class 12 Mathematics. By focusing on concepts, practicing a variety of problems, and applying formulas correctly, students can build strong command over the topic. Consistency and clarity are key. With regular practice and the right guidance, differential equations transform from a fear into a powerful tool for understanding real-world change.
Also Read
Frequently Asked Questions
PlanetSpark helps students score better by focusing on exam-oriented preparation, regular practice, concept clarity, and doubt-solving sessions, especially for important chapters like differential equations.
Yes, PlanetSpark is ideal for beginners as it starts from the basics and gradually builds up to advanced concepts, ensuring that students develop a strong foundation in differential equations.
PlanetSpark uses interactive teaching methods, relatable examples, and engaging problem-solving approaches to make differential equations more interesting and less intimidating for students.
PlanetSpark focuses on step-by-step solving techniques and shortcut strategies that help students improve both speed and accuracy while solving differential equations in exams.
Yes, PlanetSpark provides a wide range of practice questions, including NCERT-based problems, application-based questions, and exam-oriented exercises to help students strengthen their understanding of differential equations.
Students should learn differential equations with PlanetSpark because it emphasizes conceptual clarity over rote learning. With personalized attention and structured lessons, students can grasp even complex topics more effectively.
PlanetSpark helps students understand differential equations through simplified explanations, real-life examples, and interactive sessions. The focus is on building strong concepts step-by-step so students can solve problems confidently.