XamBaaz

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.
8 more key concepts, 7 formulas, exam tips free with sign-in.

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.

  1. Q1Easy

    Order of d²y/dx² + dy/dx + y = 0:

    A.3
    B.1
    C.2✓ Correct
    D.0

    Answer: 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.

  2. Q2Easy

    dy/dx = y type of equation:

    A.Linear only
    B.Variable separable✓ Correct
    C.Bernoulli
    D.Exact

    Answer: 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.

  3. Q3Easy

    A differential equation is:

    A.Only involves integers
    B.Algebraic equation
    C.An equation containing derivatives of dependent variable✓ Correct
    D.Linear function

    Answer: 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.

  4. Q4Easy

    A solution of DE is:

    A.Random function
    B.A function y = f(x) that satisfies the equation✓ Correct
    C.Always polynomial
    D.Always trigonometric

    Answer: 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.

  5. Q5Easy

    Variable separable DE has form:

    A.f(x, y) = 0
    B.y = f(x)
    C.dy/dx = constant
    D.f(x) dx = g(y) dy✓ Correct

    Answer: 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.

  6. Q6Easy

    Linear DE of 1st order has form:

    A.dy = dx
    B.dy/dx = y
    C.y' = constant
    D.dy/dx + P(x) y = Q(x)✓ Correct

    Answer: 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.

  7. Q7Medium

    Degree of (dy/dx)² + 3 dy/dx + y = 0:

    A.3
    B.1
    C.2✓ Correct
    D.0

    Answer: 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.

  8. Q8Medium

    Linear DE dy/dx + Py = Q has integrating factor:

    A.e^x
    B.e^(∫P dx)✓ Correct
    C.P·Q
    D.Q/P

    Answer: 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.

  9. Q9Medium

    DE for exponential growth: dy/dt = ky (k > 0). Solution:

    A.y = 1/y₀
    B.y = kt
    C.y = e^t
    D.y = y₀ e^(kt)✓ Correct

    Answer: 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.

  10. Q10Medium

    Solve dy/dx = (1 + y²)/(1 + x²):

    A.tan⁻¹ y = tan⁻¹ x + C✓ Correct
    B.y = x + C
    C.y = (1 + x²)/(1 + y²)
    D.y = arctan x

    Answer: 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.

  11. 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)✓ Correct
    D.Cannot solve

    Answer: 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.

  12. Q12Hard

    A homogeneous DE is solved by substitution:

    A.y = 0
    B.y = e^x
    C.y = sin x
    D.y = vx✓ Correct

    Answer: 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.

  13. Q13Hard

    Find DE whose general solution is y = A cos x + B sin x:

    A.d²y/dx² − y = 0
    B.dy/dx + y = 0
    C.d²y/dx² + y = 0✓ Correct
    D.dy/dx − y = 0

    Answer: 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.

  14. Q14Hard

    Solve dy/dx = xy / (1 + x²):

    A.y = ln(1 + x²)
    B.y = 1 + x
    C.y = √(1 + x²)
    D.y² = C(1 + x²)✓ Correct

    Answer: 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.

More Class 12 Mathematics chapters

Class 12 — other subjects

← All Class 12 Mathematics chapters
🦅 One new exam question every day on InstagramFollow @xambaaz