Differential Equations — Class 12 MCQs with Answers
Class 12 CBSE Mathematics · Chapter 9
90 practice questions · 30 Easy · 30 Medium · 30 Hard · Updated
Practise the most important Class 12 CBSE Mathematics questions from Chapter 9, "Differential Equations". You get 9 timed quizzes made from 90 NCERT-based MCQs, with answers and explanations. The questions are split into 30 Easy, 30 Medium and 30 Hard. Warm up on the basics, then move on to the exam-level questions that set top scorers in CBSE & Maharashtra HSC Board exams, JEE Main, MHT-CET and JEE Advanced apart.
To score well in "Differential Equations", focus on fast problem-solving, formula recall and step-by-step working. Each MCQ here is timed and uses exam-style marking (+4 correct, −1 wrong, 0 skipped). This trains you to stay accurate under time pressure, as real papers need. Every question has a short explanation, so a wrong answer becomes a quick lesson. It is the fastest way to fix gaps before a test.
Use this chapter for focused revision. Start with the Easy set to check your basics on Differential Equations, then move to Medium and Hard to practise applying them. Your accuracy, streaks and XP save automatically. This chapter also adds to your overall Class 12 Mathematics mastery score. 14 sample questions are solved in full below, with the answer and a worked explanation. Sign in free to start practising.
Key concepts: Differential Equations (Class 12 Mathematics)
A differential equation relates a function to its derivatives. The chapter defines order and degree, distinguishes general from particular solutions, and solves the three first-order types — variable separable, homogeneous (via y = vx) and linear (via an integrating factor) — with growth, decay and cooling as applications.
- Differential equation
- An equation involving an unknown function and its derivatives, e.g. dy/dx + y = eˣ; solving it recovers the function.
- Order of a DE
- The order of the highest derivative present; d²y/dx² + dy/dx + y = 0 is order 2.
- Degree of a DE
- The power of the highest-order derivative once the equation is made polynomial in its derivatives (free of radicals).
- General vs particular solution
- A general solution of an order-n equation carries n arbitrary constants; initial conditions fix them to give a particular solution.
Differential Equations — important questions & MCQs with answers (Class 12 Mathematics)
14 solved questions from this chapter's difficulty levels, each with its answer and explanation. The other 76 are timed and scored when you sign in.
- Q1Easy
Order of d²y/dx² + dy/dx + y = 0:
A.3B.1C.2✓ CorrectD.0Answer: C. 2
Explanation: Order is the highest derivative present, not the number of terms. Here d²y/dx² appears, so order = 2 — don't stop at dy/dx and call it order 1.
- Q2Easy
dy/dx = y type of equation:
A.Linear onlyB.Variable separable✓ CorrectC.BernoulliD.ExactAnswer: B. Variable separable
Explanation: dy/dx = y separates cleanly into dy/y = dx, with only y-terms on one side and only dx on the other — that split is the defining test for variable separable.
- Q3Easy
A differential equation is:
A.Only involves integersB.Algebraic equationC.An equation containing derivatives of dependent variable✓ CorrectD.Linear functionAnswer: C. An equation containing derivatives of dependent variable
Explanation: A differential equation must contain derivatives of a dependent variable with respect to an independent one — a plain algebraic equation with no derivative term doesn't qualify.
- Q4Easy
A solution of DE is:
A.Random functionB.A function y = f(x) that satisfies the equation✓ CorrectC.Always polynomialD.Always trigonometricAnswer: B. A function y = f(x) that satisfies the equation
Explanation: A solution of a DE is any function y = f(x) that, when substituted back with its derivatives, satisfies the equation identically — it need not be polynomial or trigonometric.
- Q5Easy
Variable separable DE has form:
A.f(x, y) = 0B.y = f(x)C.dy/dx = constantD.f(x) dx = g(y) dy✓ CorrectAnswer: D. f(x) dx = g(y) dy
Explanation: Variable separable means every x-term (with dx) can be gathered on one side and every y-term (with dy) on the other: f(x) dx = g(y) dy, ready to integrate independently.
- Q6Easy
Linear DE of 1st order has form:
A.dy = dxB.dy/dx = yC.y' = constantD.dy/dx + P(x) y = Q(x)✓ CorrectAnswer: D. dy/dx + P(x) y = Q(x)
Explanation: The standard first-order linear form is dy/dx + P(x)y = Q(x), where both P and Q can depend on x — dy/dx = y is just the special case P = −1, Q = 0.
- Q7Medium
Degree of (dy/dx)² + 3 dy/dx + y = 0:
A.3B.1C.2✓ CorrectD.0Answer: C. 2
Explanation: Degree is the power of the highest derivative once the equation is polynomial in derivatives. dy/dx is squared here, so degree = 2 — don't confuse it with the order, which is 1.
- Q8Medium
Linear DE dy/dx + Py = Q has integrating factor:
A.e^xB.e^(∫P dx)✓ CorrectC.P·QD.Q/PAnswer: B. e^(∫P dx)
Explanation: For dy/dx + Py = Q, multiplying by e^(∫P dx) turns the left side into the exact derivative d(y·IF)/dx, letting you integrate directly — plain eˣ only works if P = 1.
- Q9Medium
DE for exponential growth: dy/dt = ky (k > 0). Solution:
A.y = 1/y₀B.y = ktC.y = e^tD.y = y₀ e^(kt)✓ CorrectAnswer: D. y = y₀ e^(kt)
Explanation: dy/dt = ky separates to dy/y = k dt; integrating from the initial value y₀ gives y = y₀e^(kt) — the constant k sits in the exponent, driving growth when k > 0.
- Q10Medium
Solve dy/dx = (1 + y²)/(1 + x²):
A.tan⁻¹ y = tan⁻¹ x + C✓ CorrectB.y = x + CC.y = (1 + x²)/(1 + y²)D.y = arctan xAnswer: A. tan⁻¹ y = tan⁻¹ x + C
Explanation: Separating gives dy/(1+y²) = dx/(1+x²), and both sides integrate to inverse tangents: tan⁻¹y = tan⁻¹x + C — don't mistake this for a linear relation like y = x + C.
- Q11Medium
Solve dy/dx + y = eˣ:
A.y = e^(2x)B.y = eˣC.y = (eˣ + C)/eˣ · ... actually y = (e^(2x))/2 · e^(−x) + C e^(−x)✓ CorrectD.Cannot solveAnswer: C. y = (eˣ + C)/eˣ · ... actually y = (e^(2x))/2 · e^(−x) + C e^(−x)
Explanation: IF = eˣ turns the left side into d(eˣy)/dx = e^(2x); integrating gives eˣy = e^(2x)/2 + C, so y = eˣ/2 + Ce^(−x) — always divide back by the IF at the end.
- Q12Hard
A homogeneous DE is solved by substitution:
A.y = 0B.y = e^xC.y = sin xD.y = vx✓ CorrectAnswer: D. y = vx
Explanation: A homogeneous DE has dy/dx depending only on the ratio y/x, so substituting y = vx (dy/dx = v + x·dv/dx) turns it into a separable equation in v and x.
- Q13Hard
Find DE whose general solution is y = A cos x + B sin x:
A.d²y/dx² − y = 0B.dy/dx + y = 0C.d²y/dx² + y = 0✓ CorrectD.dy/dx − y = 0Answer: C. d²y/dx² + y = 0
Explanation: Differentiating y = A cos x + B sin x twice gives y'' = −A cos x − B sin x = −y, so d²y/dx² + y = 0 — this eliminates both A and B at once.
- Q14Hard
Solve dy/dx = xy / (1 + x²):
A.y = ln(1 + x²)B.y = 1 + xC.y = √(1 + x²)D.y² = C(1 + x²)✓ CorrectAnswer: D. y² = C(1 + x²)
Explanation: Separating gives dy/y = x/(1+x²) dx; integrating gives ln y = (1/2)ln(1+x²) + C, so squaring clears the half-power to give y² = C(1+x²).
Start this chapter free
You have 14 solved above. Sign in with Google (no card needed). You get 1 Easy + 1 Medium quiz on every chapter during your 30-day trial. After that, you keep 1 Easy quiz on every chapter, free for good, plus the full key-concept notes, formulas & exam tips.
This chapter has 90 questions (30 Easy · 30 Medium · 30 Hard), with timed scoring and instant feedback. The rest unlock with the ₹999/year plan.
Start this chapter free →Differential Equations — FAQs
What are the key concepts in Class 12 Mathematics Differential Equations?+
A differential equation relates a function to its derivatives. The chapter defines order and degree, distinguishes general from particular solutions, and solves the three first-order types — variable separable, homogeneous (via y = vx) and linear (via an integrating factor) — with growth, decay and cooling as applications. Key ideas include Differential equation, Order of a DE, Degree of a DE, General vs particular solution.
What does Class 12 Mathematics Chapter 9 (Differential Equations) cover on XamBaaz?+
It has 90 NCERT-based MCQs on "Differential Equations": 30 Easy, 30 Medium and 30 Hard. Together they make 9 timed quizzes, and you never get the same set twice. Every question has an instant explanation. They help you prepare for CBSE & Maharashtra HSC Board exams, JEE Main, MHT-CET and JEE Advanced.
Are these "Differential Equations" questions free to practise?+
Yes. Sign in with Google to practise "Differential Equations" free. Full unlimited access is ₹999/year on a launch offer until 1 December 2026. No chapter is charged separately.
How should I revise "Differential Equations" for the exam?+
Start with the Easy quiz to check your basics, then try Medium and Hard to practise applying them. There are 9 timed quizzes on this chapter, so you can come back for a fresh set instead of one you have seen. Read each explanation, retry the questions you miss, and track your accuracy until it stays high.
Are these "Differential Equations" MCQs available with answers?+
Yes. 14 sample questions are shown here in full, each with the correct option and a step-by-step "Why" explanation. Sign in free with Google to start practising, with instant scoring.
Is there negative marking in the "Differential Equations" quizzes?+
Yes. The timed quizzes use exam-style marking: +4 for a right answer, −1 for a wrong one and 0 for a skip, the same negative marking as JEE Main and JEE Advanced. MHT-CET and CBSE board papers have no negative marking. Our mocks for those are scored their way.
What are the important questions from Differential Equations (Class 12 Mathematics)?+
The questions that matter most test Differential equation, Order of a DE, Degree of a DE, General vs particular solution. This page shows 14 solved important MCQs with answers and explanations; all 90 questions on the chapter are available as timed quizzes once you sign in.
Is there an online quiz for Differential Equations?+
Yes — Class 12 Mathematics Differential Equations has timed online quizzes at Easy, Medium and Hard levels, with instant scoring and a worked explanation on every question. The first quiz on the chapter is free.
