Quiz Tweek Logo

Integrals MCQ Set-1

March 26, 2026

Integrals MCQ Set-1 πŸ“˜

Did you know? Start with an engaging hook explaining why this topic matters.

Why Integrals Are a High-Scoring Chapter 🎯

For Class 12 CBSE Boards, integrals usually carry 10–14 marks directly, and sometimes even more when combined with applications of integrals. For competitive exams like JEE Main and JEE Advanced, at least 1–3 questions almost every year come from definite or indefinite integrals.

In other words:

  • Master the basic formulas β†’ many MCQs become β€œone-step questions”.
  • Understand substitution and by-parts β†’ tricky integrals simplify immediately.
  • Use properties of definite integrals β†’ save time and avoid heavy calculations.

This article is built around Integrals MCQ Set-1 and is designed to strengthen your concepts so that MCQs feel like quick brain exercises instead of long calculations.


Snapshot of Key Integral Types 🧠

Quick Concept Table (Learn These First) πŸ“‹

Type of IntegralStandard Result (Concept)Typical MCQ Pattern
Power of x∫ xⁿ dxDirect formula application
Exponential∫ eˣ dx, ∫ aˣ dxSubstitute and compare with options
Trigonometric∫ sin x dx, ∫ cos x dx, etc.Sign confusion, formula mix-ups
Rational (1/x type)∫ 1/x dx, ∫ 1/(x²+1) dxLog vs tan⁻¹ identification
Substitution-based∫ f(g(x)) g'(x) dxSpot derivative of inner function
Integration by parts∫ (product of functions) dxChoose first function wisely
Definite integralsβˆ«β‚α΅‡ f(x) dxApply limits, properties, symmetry

Core Formula Bank for MCQs 🧾

You should be able to recall these within 2–3 seconds. Write them on a small sheet and revise daily.

Basic Power Rule

For any real number nβ‰ βˆ’1n \ne -1:

∫xn dx=xn+1n+1+C\int x^n \, dx = \frac{x^{n+1}}{n+1} + C

Special case:

∫1x dx=ln⁑∣x∣+C\int \frac{1}{x} \, dx = \ln|x| + C

Exponential and Logarithmic

∫ex dx=ex+C\int e^x \, dx = e^x + C ∫ax dx=axln⁑a+C\int a^x \, dx = \frac{a^x}{\ln a} + C ∫ln⁑x dx=xln⁑xβˆ’x+C\int \ln x \, dx = x \ln x - x + C

Trigonometric Integrals

∫sin⁑x dx=βˆ’cos⁑x+C\int \sin x \, dx = -\cos x + C ∫cos⁑x dx=sin⁑x+C\int \cos x \, dx = \sin x + C ∫sec⁑2x dx=tan⁑x+C\int \sec^2 x \, dx = \tan x + C ∫csc⁑2x dx=βˆ’cot⁑x+C\int \csc^2 x \, dx = -\cot x + C ∫sec⁑xtan⁑x dx=sec⁑x+C\int \sec x \tan x \, dx = \sec x + C ∫csc⁑xcot⁑x dx=βˆ’csc⁑x+C\int \csc x \cot x \, dx = -\csc x + C

Important Standard Forms

∫1x2+a2 dx=1atanβ‘βˆ’1(xa)+C\int \frac{1}{x^2 + a^2} \, dx = \frac{1}{a} \tan^{-1} \left( \frac{x}{a} \right) + C ∫1a2βˆ’x2 dx=sinβ‘βˆ’1(xa)+C\int \frac{1}{\sqrt{a^2 - x^2}} \, dx = \sin^{-1} \left( \frac{x}{a} \right) + C

MCQ-Friendly Example 1: Direct Use of Formula βœ…

Question: Evaluate

∫x4 dx\int x^4 \, dx

and identify the correct option.

Step-by-step thinking

  1. Compare with power rule integral ∫xndx\int x^n dx.
  2. Here, n=4β‰ βˆ’1n = 4 \ne -1, so direct formula applies.

Using the rule:

∫x4 dx=x4+14+1+C=x55+C\int x^4 \, dx = \frac{x^{4+1}}{4+1} + C = \frac{x^5}{5} + C

MCQ Tip: If options differ only in power or denominator, check:

  • New power should be 1 more than original (here 5).
  • Denominator should be same as new power (here 5).

MCQ-Friendly Example 2: Substitution Pattern 🧩

Question: Evaluate

∫cos⁑(3x) dx\int \cos(3x) \, dx

Step-by-step approach

  1. Inner function: 3x3x
    Its derivative: 33 (a constant).
  2. Rewrite using substitution idea:

Let u=3xu = 3x so du=3dxdu = 3 dx or dx=13dudx = \frac{1}{3} du.

Then,

∫cos⁑(3x) dx=∫cos⁑(u)β‹…13 du\int \cos(3x) \, dx = \int \cos(u) \cdot \frac{1}{3} \, du =13∫cos⁑(u) du= \frac{1}{3} \int \cos(u) \, du =13sin⁑(u)+C= \frac{1}{3} \sin(u) + C

Substituting back u=3xu = 3x:

∫cos⁑(3x) dx=13sin⁑(3x)+C\int \cos(3x) \, dx = \frac{1}{3} \sin(3x) + C

Common MCQ trap: Many options may include sin⁑(3x)\sin(3x) but with wrong coefficient like 1 or 3. Always check the factor arising from derivative of inner function.


Quick Revision Box: Substitution Heuristic βš™οΈ

  • If integral looks like ∫f(g(x))gβ€²(x)dx\int f(g(x)) g'(x) dx, think substitution.
  • Steps:
    • Choose u=g(x)u = g(x).
    • Compute du=gβ€²(x)dxdu = g'(x) dx.
    • Replace all xx terms by uu.
  • After integration in terms of uu, substitute back.

This trick is heavily used in JEE Main and Class 12 MCQs for algebraic, trigonometric, and exponential integrals.


Example 3: Integration by Parts (Product of Functions) 🧩

Question (Conceptual MCQ Style):
Which of the following integrals is best evaluated using integration by parts?

  1. ∫ (x² + 1) dx
  2. ∫ x e^x dx
  3. ∫ (x³ + 4x) dx
  4. ∫ e^x dx

Correct answer: 2. ∫ x e^x dx

Because it’s a product of algebraic (x) and exponential (e^x) functions.

Demonstration of Integration by Parts

We know, for functions u(x)u(x) and v(x)v(x):

∫uv′ dx=uvβˆ’βˆ«vu′ dx\int u v' \, dx = u v - \int v u' \, dx

For

∫xex dx\int x e^x \, dx
  • Choose u=xu = x (algebraic, easier to differentiate).
  • Choose vβ€²=exv' = e^x, so v=exv = e^x.

Then:

∫xex dx=xexβˆ’βˆ«exβ‹…1 dx\int x e^x \, dx = x e^x - \int e^x \cdot 1 \, dx =xexβˆ’ex+C= x e^x - e^x + C =ex(xβˆ’1)+C= e^x (x - 1) + C

MCQ Strategy: Even if full steps are not required in exams, you should be able to:

  • Quickly identify the method (here: by parts).
  • Recall final pattern: product with exponential often gives answer of form e^x times a polynomial.

Definite Integrals and Their Properties πŸ”

Definite integrals are favorites in CBSE Boards and JEE because they test both calculation and concept of area.

Basic Definition

If F(x)F(x) is an antiderivative of f(x)f(x), then:

∫abf(x) dx=F(b)βˆ’F(a)\int_a^b f(x) \, dx = F(b) - F(a)

Powerful Properties for MCQs

  1. Reversal of limits
∫abf(x) dx=βˆ’βˆ«baf(x) dx\int_a^b f(x) \, dx = - \int_b^a f(x) \, dx
  1. Addition property
∫abf(x) dx=∫acf(x) dx+∫cbf(x) dx\int_a^b f(x) \, dx = \int_a^c f(x) \, dx + \int_c^b f(x) \, dx
  1. Symmetry about origin (odd function)

If f(βˆ’x)=βˆ’f(x)f(-x) = - f(x) (odd function):

βˆ«βˆ’aaf(x) dx=0\int_{-a}^a f(x) \, dx = 0
  1. Symmetry about y-axis (even function)

If f(βˆ’x)=f(x)f(-x) = f(x) (even function):

βˆ«βˆ’aaf(x) dx=2∫0af(x) dx\int_{-a}^a f(x) \, dx = 2 \int_0^a f(x) \, dx

Example 4: Using Symmetry to Save Time ⏱️

Question: Evaluate

βˆ«βˆ’22x3 dx\int_{-2}^{2} x^3 \, dx

Quick recognition

Function: f(x)=x3f(x) = x^3.

Check symmetry:

  • f(βˆ’x)=(βˆ’x)3=βˆ’x3=βˆ’f(x)f(-x) = (-x)^3 = -x^3 = -f(x) β†’ odd function.

Apply property:

βˆ«βˆ’aaf(x) dx=0forΒ oddΒ f(x)\int_{-a}^a f(x) \, dx = 0 \quad \text{for odd } f(x)

So,

βˆ«βˆ’22x3 dx=0\int_{-2}^{2} x^3 \, dx = 0

Exam angle: In JEE and CBSE MCQs, such questions appear with big-looking integrals but vanish using properties. Recognizing odd/even nature can save 2–3 minutes.


Example 5: Standard Definite Integral Evaluation πŸ“

Question: Evaluate

∫0Ο€/2sin⁑x dx\int_0^{\pi/2} \sin x \, dx

Steps

  1. Find the indefinite integral:
∫sin⁑x dx=βˆ’cos⁑x+C\int \sin x \, dx = -\cos x + C
  1. Apply limits 0 to Ο€/2\pi/2:
∫0Ο€/2sin⁑x dx=[βˆ’cos⁑x]0Ο€/2\int_0^{\pi/2} \sin x \, dx = \left[-\cos x \right]_0^{\pi/2} =(βˆ’cos⁑π2)βˆ’(βˆ’cos⁑0)= \left( -\cos \frac{\pi}{2} \right) - \left( -\cos 0 \right) =(βˆ’0)βˆ’(βˆ’1)=1= ( -0 ) - ( -1 ) = 1

So the answer is 1.

MCQ Pattern: Often paired with similar integrals:

  • βˆ«β‚€^{Ο€/2} cos x dx = 1
  • βˆ«β‚€^{Ο€/2} sinΒ²x dx and βˆ«β‚€^{Ο€/2} cosΒ²x dx = Ο€/4

Common Mistakes to Avoid in Integrals MCQs ⚠️

1. Losing the Constant of Integration (+C)

In indefinite integrals, always append + C.

  • While MCQs usually incorporate C in options, sometimes two options differ only by a constant; ignoring C may confuse you.

2. Wrong Use of Power Rule at n = -1

For integral of 1/x:

  • Some students blindly apply power rule and write x⁰/0 which is undefined.
  • Always remember: when power is -1, the integral becomes log.

Correct:

∫1x dx=ln⁑∣x∣+C\int \frac{1}{x} \, dx = \ln|x| + C

3. Mixing Up Trigonometric Integrals

Confusions like:

  • ∫ secΒ²x dx is tan x, not sec x.
  • ∫ sec x tan x dx is sec x, not tan x.

Create a small flashcard to revise these daily.

4. Wrong Substitution Differential

If you take u=3x+1u = 3x + 1, then du=3dxdu = 3 dx, not dx. Forgetting to adjust for constants leads to incorrect answers.


Integrals in CBSE vs JEE: How Deep to Go? πŸŽ“

For CBSE Class 12 Boards

  • Focus on standard integrals, substitution, by parts, and straightforward definite integrals.
  • Show proper working in subjective questions, but practice MCQs to gain speed and confidence.
  • NCERT examples and exercises are essential; many board MCQs are directly based on them.

For JEE Main / JEE Advanced

  • Strong emphasis on:
    • Properties of definite integrals
    • Symmetry and substitution tricks
    • Integration of complicated-looking expressions by clever simplification
  • Many questions are β€œconceptual MCQs” where you don’t fully integrate but compare forms or use symmetry.

Mini Practice Drill (Self-Check) πŸ“

Try these quickly (mentally if you can):

  1. Evaluate:
∫(3x2+4) dx\int (3x^2 + 4) \, dx
  1. Evaluate:
∫e2x dx\int e^{2x} \, dx
  1. Evaluate:
βˆ«βˆ’11(x2+1) dx\int_{-1}^{1} (x^2 + 1) \, dx
  1. Decide method only (no full solution):
    ∫ x cos x dx β†’ ?

Answers (Check Yourself)

  1. Use power rule and constant rule:
∫3x2 dx=x3\int 3x^2 \, dx = x^3 ∫4 dx=4x\int 4 \, dx = 4x

So,

∫(3x2+4) dx=x3+4x+C\int (3x^2 + 4) \, dx = x^3 + 4x + C
  1. For ∫ e^{2x} dx: treat 2x as inner function.

Let u=2xu = 2x, du=2dxdu = 2 dx, so dx=du/2dx = du/2.

So,

∫e2x dx=12e2x+C\int e^{2x} \, dx = \frac{1}{2} e^{2x} + C
  1. For βˆ«β‚‹β‚ΒΉ (xΒ² + 1) dx:

Split:

βˆ«βˆ’11x2 dx+βˆ«βˆ’111 dx\int_{-1}^{1} x^2 \, dx + \int_{-1}^{1} 1 \, dx
  • xΒ² is even β†’ use property:
βˆ«βˆ’11x2 dx=2∫01x2 dx=2β‹…133=23\int_{-1}^{1} x^2 \, dx = 2 \int_0^{1} x^2 \, dx = 2 \cdot \frac{1^3}{3} = \frac{2}{3}
  • βˆ«β‚‹β‚ΒΉ 1 dx = (1 - (-1)) = 2

Total:

23+2=23+63=83\frac{2}{3} + 2 = \frac{2}{3} + \frac{6}{3} = \frac{8}{3}
  1. ∫ x cos x dx β†’ product of algebraic and trigonometric β†’ integration by parts.

How to Tackle Integrals MCQ Set-1 Effectively πŸš€

Here’s a 3-step strategy while practicing any integrals MCQ set:

  1. Round 1 – Direct Formula Questions First

    • Solve all questions that use basic formulas or standard results.
    • Do not spend more than 30–40 seconds per question in this round.
  2. Round 2 – Method Identification

    • For remaining questions, ask:
      • Is it substitution?
      • Is it by parts?
      • Do definite integral properties apply?
    • Just deciding the method usually unlocks the problem.
  3. Round 3 – Error Review

    • Revisit questions you got wrong or took too long.
    • Identify which step confused you:
      • Wrong formula?
      • Incorrect substitution differential?
      • Sign error in trig functions?

Over time, you will start seeing patterns and can answer many integrals MCQs without writing full steps, which is crucial under exam time pressure.


Last-Minute Integral Checklist for Exams βœ…

Before your Class 12 board exam or JEE attempt, ensure you can:

  • Write all standard integrals without looking at notes.
  • Instantly recognize odd/even functions to apply definite integral properties.
  • Decide between substitution and integration by parts in under 10 seconds.
  • Handle basic trigonometric integrals without mixing up signs or functions.
  • Evaluate simple definite integrals with limits quickly and accurately.

If any of these feel shaky, revise that part with 5–10 MCQs focused only on that subtopic.


Ready to Test Your Understanding? πŸ”

Strengthen everything you’ve just revised by attempting focused multiple-choice questions from the chapter.

πŸš€ Start "Integrals" Quiz Now

Related Quizzes

Test your knowledge with these related quizzes.