Courses

By Brijesh Sharma
|
Updated on 23 Oct 2025, 17:49 IST
NCERT Solutions for Class 12 Maths Chapter 9: The NCERT Solutions for Class 12 Maths Chapter 9 Differential Equations help students clearly understand one of the most important and logical topics in Mathematics. This chapter explains how a function and its derivatives are related, and how they can be used to solve real-life mathematical problems. The differential equations class 12 topic is a key part of the CBSE Syllabus Class 12 Maths and also carries good weightage in CBSE Class 12 Board exams.
These differential equations NCERT solutions are designed in a step-by-step way so students can follow the concept without feeling confused. The ncert solutions class 12 differential equations PDF helps you practice different types of questions — from basic to advanced. Whether you are looking for differential equations class 12 ncert solutions chapter 9 or want to download differential equations class 12 ncert solutions pdf, these notes give you clear explanations with solved examples.
Infinity Learn gives you the access to NCERT Solutions for Class 12 Maths Chapter 9 Differential Equations free pdf download offers clear and detailed answers to all exercise questions. These NCERT solutions cover important topics like order and degree, general and particular solutions, formation of differential equations, and methods of solving first-order equations. Perfect for CBSE Class 12 students, the PDF helps strengthen concepts, aids in board exam preparation, and supports competitive exam readiness with stepwise explanations and examples.
Q1. Order & Degree
Identify order and degree of: d4y/dx4 + sin(dy/dx) = 0
Solution: Highest derivative is d4y/dx4 ⇒ order = 4. Not a polynomial in derivatives due to sin(dy/dx) ⇒ degree not defined.
Loading PDF...
Q2. Verify solution
Verify that y = ex + 1 solves d2y/dx2 − dy/dx = 0.
Solution: y' = ex, y'' = ex. LHS = ex − ex = 0. Verified.
Q3. Particular from general

General: y = C x2. Find particular with y(1)=3.
Solution: C=3. Hence y = 3x2.

JEE

NEET

Foundation JEE

Foundation NEET

CBSE
Q4. Form DE (eliminate constants)
Family: y = a x2 + b.
Solution: Differentiate: y' = 2ax, y'' = 2a. Then a = (1/2) y''. From y': y' = x y''. Required DE: y' − x y'' = 0.
Q5. Separable

dy/dx = 3x2 /(2y)
Solution: 2y dy = 3x2 dx ⇒ y2 = x3 + C ⇒ y = ±√(x3 + C).
Q6. Linear 1st order
dy/dx + 2y = x
Solution: I.F. = e∫2dx = e2x. Then d(y e2x)/dx = x e2x. Integrate by parts ⇒ y = (1/2)x − 1/4 + C e−2x.
Q7. Homogeneous
dy/dx = (x + y)/x
Solution: Put y = v x ⇒ y' = v + x v'. Then v + x v' = 1 + v ⇒ x v' = 1 ⇒ v = ln|x| + C. Hence y = x ln|x| + Cx.
Q8. Application (growth)
Population model: dy/dt = k y, 1999: 20000; 2004: 25000; find 2009.
Solution: y = A e^{k t}, take t=0 at 1999 ⇒ A=20000. From 2004: e^{5k}=1.25 ⇒ k=(ln1.25)/5. 2009: y(10)=20000(1.25)2=31250.
Q9. Verify family solves DE
Show y = C x2 solves x y' − 2y = 0.
Solution: y' = 2Cx. Then x(2Cx) − 2(Cx2) = 0. Verified.
Q10. Substitution
dy/dx = (x − y)/(x + y)
Solution: Put y = v x ⇒ v + x v' = (1 − v)/(1 + v) ⇒ x v' = (1 − 2v − v2)/(1 + v). Separate: (1 + v)/(1 − 2v − v2) dv = dx/x. Integrate ⇒ −(1/2) ln|2 − (v + 1)2| = ln|x| + C. Replace v = y/x and simplify ⇒ x2 − 2xy − y2 = C.
Q11. Separable basics
dy/dx = 3y
Solution: dy/y = 3 dx ⇒ ln|y| = 3x + C ⇒ y = C e3x.
Q12. Separable with shift
dy/dx = 2(y − 5)
Solution: dy/(y − 5) = 2 dx ⇒ ln|y − 5| = 2x + C ⇒ y = 5 + C e2x.
Q13. Separable rational in x
dy/dx = 1/[x(1 + x)]
Solution: Partial fractions: 1/x − 1/(1 + x). Integrate ⇒ y = ln|x| − ln|1 + x| + C = ln|x/(1 + x)| + C.
Q14. Linear, constant coeff
dy/dx − 4y = 8
Solution: I.F. = e−4x. Then d( y e−4x)/dx = 8 e−4x. Integrate ⇒ y = −2 + C e4x.
Q15. Linear, variable coeff
dy/dx + (2/x) y = x, x > 0
Solution: I.F. = x2. Then d(x2 y)/dx = x3 ⇒ x2y = x4/4 + C ⇒ y = x2/4 + C/x2.
Q16. Linear + IC
dy/dx + y = ex, y(0)=2
Solution: I.F. = ex. Then d( y ex)/dx = e2x ⇒ y ex = e2x/2 + C. Use IC ⇒ C = 3/2. Hence y = (1/2)ex + (3/2)e−x.
Q17. Homogeneous (y = v x)
dy/dx = (y + x)/y
Solution: y = v x ⇒ v + x v' = (v + 1)/v ⇒ x v' = (1 − v2)/v. Then v/(1 − v2) dv = dx/x ⇒ ln|1 − v2| = −2 ln|x| + C ⇒ x2 − y2 = C.
Q18. Homogeneous with IC
dy/dx = (x − 2y)/(x + y), y(1)=1
Solution: Put y = v x ⇒ v + x v' = (1 − 2v)/(1 + v) ⇒ x v' = (1 − 3v − v2)/(1 + v). Separate and integrate (partial fractions) to obtain implicit relation (y + x)2 = C x (x + 3y). Apply (x,y)=(1,1) ⇒ C=1. Hence (y + x)2 = x(x + 3y).
Q19. Exactness test
(2xy + y2) dx + (x2 + 2xy) dy = 0
Solution: M = 2xy + y2, N = x2 + 2xy. My = 2x + 2y = Nx. Exact.
Q20. Solve exact
(2xy + y2) dx + (x2 + 2xy) dy = 0
Solution: Potential φ: integrate M in x ⇒ φ = x2y + x y2 + g(y). Match φy=N ⇒ g'(y)=0. Solution: x2y + x y2 = C.
Q21. Exact directly
(y + 2x) dx + (x + 2y) dy = 0
Solution: Exact. φ = x y + x2 + y2 = C.
Q22. Bernoulli
y' + (2/x) y = x3 y2, x>0
Solution: Let v = y−1. Then v' − (2/x) v = −x3. I.F. = x−2. So d(v x−2)/dx = −x ⇒ v = −(1/2) x4 + C x2. Hence 1/y = C x2 − x4/2.
Q23. Clairaut
y = x (dy/dx) + 3
Solution: Put p = dy/dx. Then y = xp + 3. Differentiate: y' = p = p + x dp/dx ⇒ x dp/dx = 0 ⇒ p constant. General solution: y = p x + 3. Envelope (singular): eliminate p from y = px + 3 and x = 0 gives y = 3.
Q24. Orthogonal trajectories (lines)
Family: y = m x
Solution: Slope = y/x. Orthogonal slope = −x/y. DE: y dy = −x dx ⇒ x2 + y2 = C.
Q25. Orthogonal trajectories (circles)
Family: x2 + y2 = 2 a x
Solution: Differentiate: 2x + 2y y' = 2a ⇒ y' = (a − x)/y. Replace a = (x2 + y2)/(2x). Then y' = (y2 − x2)/(2xy). Orthogonal slope = −2xy/(y2 − x2). Integrate ⇒ y/x = C ⇒ lines through origin.
Q26. Logistic-type
dy/dx = k y (M − y)
Solution: dy/[y(M − y)] = k dx. Partial fractions ⇒ (1/M)(ln|y| − ln|M − y|) = kx + C ⇒ y = M /(1 + C e−k M x).
Q27. Decay + half-life
dy/dt = −λ y
Solution: y = y0 e−λ t. Half-life T1/2 = (ln 2)/λ.
Q28. Mixing tank
Volume constant V, rate r, inflow conc c
Solution: dy/dt = r c − r(y/V). Linear ⇒ y = c V + C e−(r/V)t.
Q29. Newton cooling
dT/dt = −k (T − Ta)
Solution: T(t) − Ta = (T0 − Ta) e−k t.
Q30. Form DE from solution
y = A e2x + B e−2x
Solution: y'' = 4y. Required DE: y'' − 4y = 0.
Q31. Form DE for circle
x2 + y2 = a2
Solution: Differentiate: 2x + 2y y' = 0 ⇒ x + y y' = 0.
Q32. Verify by substitution
Check y = x ln x solves x y' − y = x.
Solution: y' = ln x + 1. LHS = x(ln x + 1) − x ln x = x. Verified.
Q33. Linear with trig P(x)
y' + (tan x) y = sin x
Solution: I.F. = e^{∫ tan x dx} = sec x. Then d(y sec x)/dx = tan x. Integrate ⇒ y = cos x (−ln|cos x| + C).
Q34. Exact quadratic form
(2x − y) dx + (−x + 2y) dy = 0
Solution: Exact. Potential φ = x2 − x y + y2 = C.
Q35. Bernoulli simple
y' + y = y2
Solution: y' = y2 − y. Separate: dy/[y(y − 1)] = dx. PF ⇒ ln|y − 1| − ln|y| = x + C ⇒ y = 1/(1 − C ex).
Q36. Separable with trig
y' = y cot x
Solution: dy/y = cot x dx ⇒ ln|y| = ln|sin x| + C ⇒ y = C sin x.
The NCERT Solutions for Class 12 Maths Chapter 9 Differential Equations is an essential part of the Calculus unit, which carry around 35 marks in final CBSE Class 12 Board exams. This chapter has six exercises and also one miscellaneous exercise to help students get deep understanding of the basic concepts. These differential equations class 12 ncert solutions chapter 9 are given in step-by-step format to make learning easier.
Adifferential equation is an equation that contain derivative of a dependent variable with respect to one or more independent variables. The order of a differential equation tells the highest order derivative present, and its degree shows the power of that highest derivative (only if it is a polynomial). The differential equations ncert solutions explain how to find both general and particular solutions depending on the number of arbitrary constants involved.
Students also learn how to form a differential equation from a given function by differentiating and removing the constants. One important method, known as variable separable method, is used for equations where the variables x and y can be separated — terms with y go with dy, and terms with x go with dx.
These ncert solutions class 12 differential equations help students in board exam as well as in competitive exams like JEE Exam.
No courses found
Chapter 9 focuses on understanding relations between functions and their derivatives and how to solve equations that involve them.
They help students grasp key mathematical methods step-by-step and prepare well for CBSE Class 12 Board exams and competitive tests.
Students can easily download differential equations class 12 ncert solutions pdf from trusted Infinity Learn educational website or Infinity Learn study apps.
Yes, these differential equations NCERT solutions follow the latest CBSE Syllabus Class 12 Maths, making them perfect for board exam practice.
Start by learning basic formulas, then practice NCERT examples, and finally solve additional exercises from ncert solutions class 12 differential equations for better revision.