XamBaaz

Application of Integrals — Class 12 MCQs with Answers

Class 12 CBSE Mathematics · Chapter 8

90 practice questions · 30 Easy · 30 Medium · 30 Hard · Updated

Practise the most important Class 12 CBSE Mathematics questions from Chapter 8, "Application of Integrals". 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 "Application of Integrals", 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 Application of Integrals, 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: Application of Integrals (Class 12 Mathematics)

Definite integrals measure plane areas. The chapter finds the area under a curve as ∫y dx, the area about the y-axis as ∫x dy, the area between two curves as ∫(upper − lower), and the standard areas of circles, semicircles, parabolas and ellipses — after sketching the region and locating limits from intersection points.

Area under a curve
For y = f(x) ≥ 0 between x = a and x = b, the area is ∫ₐᵇ y dx; the definite integral is the region's area.
Area about the y-axis
When integrating along y, area = ∫_c^d x dy, expressing x as a function of y between the y-limits.
Region below the x-axis
There ∫y dx is negative, so the geometric area is its absolute value; split the interval at points where f changes sign.
Area between two curves
Between x = a and x = b with f ≥ g, area = ∫ₐᵇ (f(x) − g(x)) dx, the upper curve minus the lower.
7 more key concepts, 8 formulas, exam tips free with sign-in.

Application of Integrals — 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

    Area under y=f(x) from a to b (f≥0):

    A.∫ₐᵇ f(x) dx✓ Correct
    B.f(b)−f(a)
    C.f'(x)
    D.(b−a)·f(a)

    Answer: A. ∫ₐᵇ f(x) dx

    Explanation: ∫ₐᵇ f(x) dx sums thin vertical strips f(x)·dx across the interval — that IS the area. Subtracting the two endpoint values of f itself confuses the function with its antiderivative and gives a different number.

  2. Q2Easy

    Area under y = f(x) from x = a to x = b (f ≥ 0):

    A.∫_a^b f(x) dx✓ Correct
    B.∫ f(x) dx
    C.f(b) − f(a)
    D.b − a

    Answer: A. ∫_a^b f(x) dx

    Explanation: A definite integral with both limits, ∫_a^b f(x) dx, gives the exact area under a nonnegative curve; dropping the limits leaves only a family of antiderivatives, and b − a alone ignores the curve's height entirely.

  3. Q3Easy

    Area between y = f(x) and y = g(x) with f ≥ g:

    A.∫_a^b (f(x) − g(x)) dx✓ Correct
    B.∫ f(x) − g(x)
    C.f(a) − g(a)
    D.f(b) − g(b)

    Answer: A. ∫_a^b (f(x) − g(x)) dx

    Explanation: With f above g on [a,b], area = ∫_a^b (f(x) − g(x)) dx — always upper curve minus lower curve, integrated over the whole interval, not just evaluated at the endpoints.

  4. Q4Easy

    Area of circle x² + y² = r²:

    A.4πr²
    B.2πr
    C.
    D.πr²✓ Correct

    Answer: D. πr²

    Explanation: Same standard result as any circle: enclosed area is πr², independent of how the boundary is traced. Confusing this with circumference 2πr is the usual slip.

  5. Q5Easy

    Area of upper semicircle of x² + y² = 4:

    A.π
    B.
    C.✓ Correct
    D.

    Answer: C.

    Explanation: The upper semicircle of x²+y²=4 has radius 2, so its area is half the full circle: ½×π×2² = 2π. Forgetting the ½ gives the tempting full-circle value 4π instead.

  6. Q6Easy

    Area enclosed by y² = 4ax and its latus rectum (x = a):

    A.4a²
    B.(8a²)/3✓ Correct
    C.
    D.4a²/3

    Answer: B. (8a²)/3

    Explanation: For y²=4ax, the upper half has height 2√(ax); doubling for the lower half and integrating, area = 2∫₀ᵃ2√(ax)dx = (8/3)a². This latus-rectum area is a standard result worth memorising directly.

  7. Q7Medium

    Area of circle x²+y²=r²:

    A.4πr²
    B.2πr
    C.
    D.πr²✓ Correct

    Answer: D. πr²

    Explanation: A circle's enclosed area is πr² — memorise it as the base geometric result; integrating 2∫₀ʳ√(r²−x²)dx reproduces the same value but is unnecessary busywork for a full circle.

  8. Q8Medium

    Area bounded by y = x, x-axis, and x = 4 equals:

    A.16
    B.4
    C.2
    D.8✓ Correct

    Answer: D. 8

    Explanation: The region under y=x from 0 to 4 is a right triangle with base 4 and height 4, so area = ½×4×4 = 8. Using the full rectangle base×height instead of halving it gives the distractor 16.

  9. Q9Medium

    Area between y = x² and y = 4x:

    A.4
    B.8
    C.32/3✓ Correct
    D.16

    Answer: C. 32/3

    Explanation: Between x=0 and 4, the line y=4x lies above the parabola y=x², so area = ∫₀⁴(4x−x²)dx = [2x²−x³/3]₀⁴ = 32−64/3 = 32/3. Subtracting the curves in the wrong order flips the sign entirely.

  10. Q10Medium

    The area of the region enclosed by the circle x² + y² = 16 is:

    A.256π
    B.16π✓ Correct
    C.
    D.

    Answer: B. 16π

    Explanation: The radius is 4, so the area is π × 16 = 16π square units.

  11. Q11Medium

    Area enclosed by y = √(4 − x²) (upper semicircle):

    A.4
    B.
    C.π
    D.✓ Correct

    Answer: D.

    Explanation: y=√(4−x²) traces the upper semicircle of radius 2, so its area is half the full circle: ½×π×2² = 2π. Squaring the radius before taking half is where the 4π distractor sneaks in.

  12. Q12Hard

    If part of curve is below x-axis, total area is found by:

    A.Ignoring the part
    B.Splitting and taking absolute values✓ Correct
    C.Negating once
    D.Doubling

    Answer: B. Splitting and taking absolute values

    Explanation: Where the curve dips below the x-axis, the definite integral there comes out negative even though the enclosed region has real area, so you must split at every x-axis crossing and add the absolute value of each piece. Skipping the split lets pieces cancel.

  13. Q13Hard

    The area under y = √x from x = 0 to x = 4 is:

    A.8/3
    B.4
    C.32/3
    D.16/3✓ Correct

    Answer: D. 16/3

    Explanation: The integral of √x is 2x^(3/2)/3, which at 4 gives 16/3 square units.

  14. Q14Hard

    The area between the curves y = x² and y = x³ from x = 0 to x = 1 is:

    A.1/12✓ Correct
    B.1/6
    C.1/4
    D.1/3

    Answer: A. 1/12

    Explanation: On this interval x² lies above x³, and the integral of x² − x³ is 1/3 − 1/4 = 1/12.

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 →

Application of Integrals — FAQs

What are the key concepts in Class 12 Mathematics Application of Integrals?+

Definite integrals measure plane areas. The chapter finds the area under a curve as ∫y dx, the area about the y-axis as ∫x dy, the area between two curves as ∫(upper − lower), and the standard areas of circles, semicircles, parabolas and ellipses — after sketching the region and locating limits from intersection points. Key ideas include Area under a curve, Area about the y-axis, Region below the x-axis, Area between two curves.

What does Class 12 Mathematics Chapter 8 (Application of Integrals) cover on XamBaaz?+

It has 90 NCERT-based MCQs on "Application of Integrals": 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 "Application of Integrals" questions free to practise?+

Yes. Sign in with Google to practise "Application of Integrals" free. Full unlimited access is ₹999/year on a launch offer until 1 December 2026. No chapter is charged separately.

How should I revise "Application of Integrals" 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 "Application of Integrals" 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 "Application of Integrals" 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 Application of Integrals (Class 12 Mathematics)?+

The questions that matter most test Area under a curve, Area about the y-axis, Region below the x-axis, Area between two curves. 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 Application of Integrals?+

Yes — Class 12 Mathematics Application of Integrals 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