Differential Equations | Types, Order, Degree, Solved Examples | Class 12 Math Notes Study Material Download Free PDF

Differential Equation Definition

A differential equation is an equation which contains one or more terms and the derivatives of one variable (i.e., dependent variable) with respect to the other variable (i.e., independent variable)

dy/dx = f(x)

Here “x” is an independent variable and “y” is a dependent variable

For example, dy/dx = 5x

A differential equation contains derivatives which are either partial derivatives or ordinary derivatives. The derivative represents a rate of change, and the differential equation describes a relationship between the quantity that is continuously varying with respect to the change in another quantity. There are a lot of differential equations formulas to find the solution of the derivatives.

Order of Differential Equation

The order of the differential equation is the order of the highest order derivative present in the equation. Here some examples for different orders of the differential equation are given.

  • dy/dx = 3x + 2 , The order of the equation is 1
  • (d2y/dx2)+ 2 (dy/dx)+y = 0. The order is 2
  • (dy/dt)+y = kt. The order is 1

First Order Differential Equation

You can see in the first example, it is a first-order differential equation which has degree equal to 1. All the linear equations in the form of derivatives are in the first order.  It has only the first derivative such as dy/dx, where x and y are the two variables and is represented as:

dy/dx = f(x, y) = y’

Second-Order Differential Equation

The equation which includes the second-order derivative is the second-order differential equation.  It is represented as;

d/dx(dy/dx) = d2y/dx2 = f”(x) = y”

Degree of Differential Equation

The degree of the differential equation is the power of the highest order derivative, where the original equation is represented in the form of a polynomial equation in derivatives such as y’,y”, y”’, and so on.

Suppose (d2y/dx2)+ 2 (dy/dx)+y = 0 is a differential equation, so the degree of this equation here is 1. See some more examples here:

  • dy/dx + 1 = 0, degree is 1
  • (y”’)3 + 3y” + 6y’ – 12 = 0, degree is 3
  • (dy/dx) + cos(dy/dx) = 0; it is not a polynomial equation in y′ and the degree of such a differential equation can not be defined.

Note:
Order and degree (if defined) of a differential equation are always positive integers.

Ordinary Differential Equation

An ordinary differential equation involves function and its derivatives. It contains only one independent variable and one or more of its derivatives with respect to the variable.

The order of ordinary differential equations is defined as the order of the highest derivative that occurs in the equation. The general form of n-th order ODE is given as

F(x, y, y’,…., yn ) = 0

Differential Equations Solutions

A function that satisfies the given differential equation is called its solution. The solution that contains as many arbitrary constants as the order of the differential equation is called a general solution. The solution free from arbitrary constants is called a particular solution. There exist two methods to find the solution of the differential equation.

  1. Separation of variables
  2. Integrating factor

Separation of the variable is done when the differential equation can be written in the form of dy/dx = f(y)g(x) where f is the function of y only and g is the function of x only. Taking an initial condition, rewrite this problem as 1/f(y)dy= g(x)dx and then integrate on both sides.

Integrating factor technique is used when the differential equation is of the form dy/dx + p(x)y = q(x) where p and q are both the functions of x only.

First-order differential equation is of the form y’+ P(x)y = Q(x). where P and Q are both functions of x and the first derivative of y. The higher-order differential equation is an equation that contains derivatives of an unknown function which can be either a partial or ordinary derivative. It can be represented in any order.

Applications

Differential equations have several applications in different fields such as applied mathematics, science, and engineering. Apart from the technical applications, they are also used in solving many real life problems. Let us see some differential equation applications in real-time.

1) Differential equations describe various exponential growths and decays.

2) They are also used to describe the change in return on investment over time.

3) They are used in the field of medical science for modelling cancer growth or the spread of disease in the body.

4) Movement of electricity can also be described with the help of it.

5) They help economists in finding optimum investment strategies.

6) The motion of waves or a pendulum can also be described using these equations.

The various other applications in engineering are: ­ heat conduction analysis, in physics it can be used to understand the motion of waves. The ordinary differential equation can be utilized as an application in the engineering field for finding the relationship between various parts of the bridge.

Now, go through differential equations examples in real-life applications.

Linear Differential Equations Real World Example

To understand Differential equations, let us consider this simple example. Have you ever thought about why a hot cup of coffee cools down when kept under normal conditions? According to Newton, cooling of a hot body is proportional to the temperature difference between its temperature T and the temperature Tof its surrounding. This statement in terms of mathematics can be written as:

dT/dt ∝ (T – T0)…………(1)

This is the form of a linear differential equation.

Introducing a proportionality constant k, the above equation can be written as:

dT/dt = k(T – T0)   …………(2)

Here, T is the temperature of the body and t is the time,

T0 is the temperature of the surrounding,

dT/dt is the rate of cooling of the body

Eg:­ dy/dx = 3x

Here, the differential equation contains a derivative that involves a variable (dependent variable, y) w.r.t another variable (independent variable, x). The types of differential equations are ­:

1. An ordinary differential equation ­contains one independent variable and its derivatives. It is frequently called ODE. The general definition of the ordinary differential equation is of the form:­ Given an F, a function os x and y and derivative of y, we have

F(x, y, y’ …..y^(n­1)) = y (n) is an explicit ordinary differential equation of order n.

2. Partial differential equation ­that contains one or more independent variables.

Solved Problems

Question:

Verify that the function y = e-3x is a solution to the differential equation

\(\begin{array}{l}\frac{d^{2}y}{dx^{2}}+\frac{dy}{dx} – 6y = 0\end{array} \)

Solution:

The function given is y = e-3x . We differentiate both sides of the equation with respect to x,

\(\begin{array}{l}\frac{dy}{dx} = – 3 e^{-3x}\end{array} \)

Now we again differentiate the above equation with respect to x,

\(\begin{array}{l}\frac{d^2y}{dx^2} = 9 e^{-3x}\end{array} \)

We substitute the values of dy/dx, d2y/dx2 and y in the differential equation given in the question,

On left hand side we get, LHS = 9e-3x + (-3e-3x) – 6e-3x

= 9e-3x – 9e-3x = 0 (which is equal to RHS)

Therefore, the given function is a solution to the given differential equation.

Differential Equations Practice Questions

  1. Find the order and degree, if defined, for the differential equation (dy/dx) – sin x = 0.
  2. Verify that the function y = a cos x + b sin x, where, a, b ∈ R is a solution of the differential equation (d2y/dx2) + y = 0.
  3. Verify that the function y = Ax, where, a, b ∈ R is a solution of the differential equation xy’ = y (x ≠ 0)

Frequently Asked Questions on Differential Equations

Q1

What is differential Equation?

In Mathematics, a differential equation is an equation with one or more derivatives of a function. The derivative of the function is given by dy/dx. In other words, it is defined as the equation that contains derivatives of one or more dependent variables with respect to one or more independent variables.

Q2

Mention the various types of differential equations.

The different types of differential equations are:
Ordinary Differential Equations
Partial Differential Equations
Homogeneous Differential Equations
Non-homogeneous Differential Equations
Linear Differential Equations
Nonlinear Differential Equations

Q3

What is the order of the differential Equation?

The order of the highest order derivative present in the differential equation is called the order of the equation. If the order of the differential equation is 1, then it is called the first order. If the order of the equation is 2, then it is called a second-order, and so on.

Q4

What is the use of a differential equation?

The main purpose of the differential equation is to compute the function over its entire domain. It is used to describe the exponential growth or decay over time. It has the ability to predict the world around us. It is widely used in various fields such as Physics, Chemistry, Biology, Economics and so on.

Er. Neeraj K.Anand is a freelance mentor and writer who specializes in Engineering & Science subjects. Neeraj Anand received a B.Tech degree in Electronics and Communication Engineering from N.I.T Warangal & M.Tech Post Graduation from IETE, New Delhi. He has over 30 years of teaching experience and serves as the Head of Department of ANAND CLASSES. He concentrated all his energy and experiences in academics and subsequently grew up as one of the best mentors in the country for students aspiring for success in competitive examinations. In parallel, he started a Technical Publication "ANAND TECHNICAL PUBLISHERS" in 2002 and Educational Newspaper "NATIONAL EDUCATION NEWS" in 2014 at Jalandhar. Now he is a Director of leading publication "ANAND TECHNICAL PUBLISHERS", "ANAND CLASSES" and "NATIONAL EDUCATION NEWS". He has published more than hundred books in the field of Physics, Mathematics, Computers and Information Technology. Besides this he has written many books to help students prepare for IIT-JEE and AIPMT entrance exams. He is an executive member of the IEEE (Institute of Electrical & Electronics Engineers. USA) and honorary member of many Indian scientific societies such as Institution of Electronics & Telecommunication Engineers, Aeronautical Society of India, Bioinformatics Institute of India, Institution of Engineers. He has got award from American Biographical Institute Board of International Research in the year 2005.

CBSE Class 12 Maths Syllabus 2025-26 with Marks Distribution

The table below shows the marks weightage along with the number of periods required for teaching. The Maths theory paper is of 80 marks, and the internal assessment is of 20 marks which totally comes out to be 100 marks.

CBSE Class 12 Maths Syllabus And Marks Distribution 2023-24

Max Marks: 80

No.UnitsMarks
I.Relations and Functions08
II.Algebra10
III.Calculus35
IV.Vectors and Three – Dimensional Geometry14
V.Linear Programming05
VI.Probability08
Total Theory80
Internal Assessment20
Grand Total100

Unit-I: Relations and Functions

1. Relations and Functions

Types of relations: reflexive, symmetric, transitive and equivalence relations. One to one and onto functions.

2. Inverse Trigonometric Functions

Definition, range, domain, principal value branch. Graphs of inverse trigonometric functions.

Unit-II: Algebra

1. Matrices

Concept, notation, order, equality, types of matrices, zero and identity matrix, transpose of a matrix, symmetric and skew symmetric matrices. Operations on matrices: Addition and multiplication and multiplication with a scalar. Simple properties of addition, multiplication and scalar multiplication. Noncommutativity of multiplication of matrices and existence of non-zero matrices whose product is the zero matrix (restrict to square matrices of order 2). Invertible matrices and proof of the uniqueness of inverse, if it exists; (Here all matrices will have real entries).

2. Determinants

Determinant of a square matrix (up to 3 x 3 matrices), minors, co-factors and applications of determinants in finding the area of a triangle. Adjoint and inverse of a square matrix. Consistency, inconsistency and number of solutions of system of linear equations by examples, solving system of linear equations in two or three variables (having unique solution) using inverse of a matrix.

Unit-III: Calculus

1. Continuity and Differentiability

Continuity and differentiability, derivative of composite functions, chain rule, derivative of inverse trigonometric functions like sin-1 x, cos-1 x and tan-1 x, derivative of implicit functions. Concept of exponential and logarithmic functions.
Derivatives of logarithmic and exponential functions. Logarithmic differentiation, derivative of functions expressed in parametric forms. Second order derivatives.

2. Applications of Derivatives

Applications of derivatives: rate of change of quantities, increasing/decreasing functions, maxima and minima (first derivative test motivated geometrically and second derivative test given as a provable tool). Simple problems (that illustrate basic principles and understanding of the subject as well as real-life situations).

3. Integrals 

Integration as inverse process of differentiation. Integration of a variety of functions by substitution, by partial fractions and by parts, Evaluation of simple integrals of the following types and problems based on them.

Fundamental Theorem of Calculus (without proof). Basic properties of definite integrals and evaluation of definite integrals.

4. Applications of the Integrals

Applications in finding the area under simple curves, especially lines, circles/ parabolas/ellipses (in standard form only)

5. Differential Equations

Definition, order and degree, general and particular solutions of a differential equation. Solution of differential equations by method of separation of variables, solutions of homogeneous differential equations of first order and first degree. Solutions of linear differential equation of the type:

dy/dx + py = q, where p and q are functions of x or constants.

dx/dy + px = q, where p and q are functions of y or constants.

Unit-IV: Vectors and Three-Dimensional Geometry

1. Vectors

Vectors and scalars, magnitude and direction of a vector. Direction cosines and direction ratios of a vector. Types of vectors (equal, unit, zero, parallel and collinear vectors), position vector of a point, negative of a vector, components of a vector, addition of vectors, multiplication of a vector by a scalar, position vector of a point dividing a line segment in a given ratio. Definition, Geometrical Interpretation, properties and application of scalar (dot) product of vectors, vector (cross) product of vectors.

2. Three – dimensional Geometry

Direction cosines and direction ratios of a line joining two points. Cartesian equation and vector equation of a line, skew lines, shortest distance between two lines. Angle between two lines.

Unit-V: Linear Programming

1. Linear Programming

Introduction, related terminology such as constraints, objective function, optimization, graphical method of solution for problems in two variables, feasible and infeasible regions (bounded or unbounded), feasible and infeasible solutions, optimal feasible solutions (up to three non-trivial constraints).

Unit-VI: Probability

1. Probability

Conditional probability, multiplication theorem on probability, independent events, total probability, Bayes’ theorem, Random variable and its probability distribution, mean of random variable.

Students can go through the CBSE Class 12 Syllabus to get the detailed syllabus of all subjects. Get access to interactive lessons and videos related to Maths and Science with ANAND CLASSES’S App/ Tablet.

Frequently Asked Questions on CBSE Class 12 Maths Syllabus 2025-26

Q1

Is Calculus an important chapter in the CBSE Class 12 Maths Syllabus?

Yes, Calculus is an important chapter in the CBSE Class 12 Maths Syllabus. It is for 35 marks which means that if a student is thorough with this chapter will be able to pass the final exam.

Q2

How many units are discussed in the CBSE Class 12 Maths Syllabus?

In the CBSE Class 12 Maths Syllabus, about 6 units are discussed, which contains a total of 13 chapters.

Q3

How many marks are allotted for internals in the CBSE Class 12 Maths syllabus?

About 20 marks are allotted for internals in the CBSE Class 12 Maths Syllabus. Students can score it with ease through constant practice.