PARIKSHA SUTRA

HomePractice › Class 12 › Maths

Integrals MCQs

Class 12 Maths — questions with answers and worked explanations.

20 free questions Class 12 Maths Answers + explanations No sign-up

These questions are drawn from the Pariksha Sutra question bank for Integrals, part of the Class 12 Maths syllabus. Each one shows the correct answer and, where a method helps, the working behind it.

Read the question, decide your answer before looking, then check the explanation — that is what turns practice into marks. If a question catches you out, the explanation is the part worth re-reading.

Questions

Question 1
The value of integral 1 dx is:
  1. 0
  2. x^2/2 + C
  3. x + C
  4. 1 + C
Answer: x + C
Explanation

∫1 dx means find a function whose derivative is 1.

The derivative of x is 1, so x is an antiderivative of the integrand.

Since indefinite integrals are defined up to an arbitrary constant, add C.

Hence ∫1 dx = x + C.

Question 2
integral 1/(1 + x^2) dx equals:
  1. tan^-1(x) + C
  2. sin^-1(x) + C
  3. cot^-1(x) + C
  4. log|1+x^2| + C
Answer: tan^-1(x) + C
Explanation

Recall the derivative of arctan x is 1/(1+x²).

Integrate both sides: ∫1/(1+x²)dx = arctan x + C.

Other listed antiderivatives differentiate to different functions (e.g., d/dx sin⁻¹x = 1/√(1−x²)).

Thus the correct antiderivative is tan⁻¹(x) + C.

Question 3
integral 2x cos(x^2) dx equals:
  1. cos(x^2) + C
  2. -sin(x^2) + C
  3. 2 sin(x^2) + C
  4. sin(x^2) + C
Answer: sin(x^2) + C
Explanation

Let u = x², then du = 2x dx, so the integral becomes ∫cos u du.

Integrating cos u gives sin u + C.

Replace u with x² to obtain sin(x²) + C, which matches the given answer.

Question 4
integral (2x)/(1 + x^4) dx equals:
  1. (1/2) tan^-1(x^2) + C
  2. tan^-1(x^2) + C
  3. log|1 + x^4| + C
  4. sin^-1(x^2) + C
Answer: tan^-1(x^2) + C
Explanation

Let u = x², then du = 2x dx, so the integral becomes ∫ du/(1+u²).

The antiderivative of 1/(1+u²) is arctan u.

Replace u by x² to get arctan(x²) + C, which matches the given answer. tan^-1(x^2) + C

Question 5
integral log x dx equals:
  1. x log x - x + C
  2. (log x)^2/2 + C
  3. log x - x + C
  4. x log x + x + C
Answer: x log x - x + C
Explanation

∫log x dx set u=log x ⇒ du=dx/x, so write ∫log x·dx = ∫log x·x·(dx/x)=∫x·log x·(dx/x).

Integrate by parts: let A=log x (so dA=dx/x) and dB=x dx (so B=x²/2). Then ∫log x dx = x·log x−∫x·(dx/x)=x·log x−∫dx = x·log x−x + C.

Thus the antiderivative is x log x−x+C.

Question 6
In partial fractions, 1/((x-1)(x+2)) = A/(x-1) + B/(x+2). The value of A is:
  1. -1/2
  2. 1/3
  3. -1/3
  4. 1
Answer: 1/3
Explanation

Multiply both sides by (x‑1)(x+2): 1 = A(x+2) + B(x‑1).

Set x = 1 to eliminate B: 1 = A(1+2) ⇒ A = 1/3.

Thus the coefficient A equals 1/3, matching the given answer.

Question 7
The value of integral from 0 to 1 of x^2 dx is:
  1. 1
  2. 1/3
  3. 1/2
  4. 2/3
Answer: 1/3
Explanation

∫₀¹ x² dx = [x³/3]₀¹

Evaluate the antiderivative at the limits: (1³/3) – (0³/3)

= 1/3 – 0 = 1/3

Hence the correct answer is 1/3.

Question 8
integral 1/sqrt(1 - x^2) dx equals:
  1. cos^-1(x) + C
  2. sec^-1(x) + C
  3. tan^-1(x) + C
  4. sin^-1(x) + C
Answer: sin^-1(x) + C
Explanation

Recall the derivative of arcsin x: d/dx[sin⁻¹x]=1/√(1−x²).

Since the integrand is exactly this derivative, the antiderivative is sin⁻¹x plus a constant.

Thus ∫1/√(1−x²)dx = sin⁻¹x + C.

sin⁻¹(x) + C.

Question 9
integral 1/(x^2 + 9) dx equals:
  1. (1/9) tan^-1(x/3) + C
  2. (1/3) sin^-1(x/3) + C
  3. (1/3) tan^-1(x/3) + C
  4. 3 tan^-1(x/3) + C
Answer: (1/3) tan^-1(x/3) + C
Explanation

Recall ∫dx/(a²+x²)= (1/a) tan⁻¹(x/a)+C.

Here a²=9 so a=3, giving ∫dx/(x²+9)= (1/3) tan⁻¹(x/3)+C.

Thus the correct choice is (1/3) tan⁻¹(x/3) + C.

Question 10
integral cos x/(1 + sin x) dx equals:
  1. -log|1 + sin x| + C
  2. sin x + C
  3. tan^-1(sin x) + C
  4. log|1 + sin x| + C
Answer: log|1 + sin x| + C
Explanation

Rewrite the integrand as cos x dx/(1+sin x).

Let u=1+sin x ⇒ du=cos x dx, so the integral becomes ∫du/u.

Integrating gives ln|u|+C, and substituting back u=1+sin x yields log|1+sin x|+C.

Question 11
integral x sin x dx equals:
  1. -x cos x + sin x + C
  2. -x cos x - sin x + C
  3. x cos x - sin x + C
  4. x cos x + sin x + C
Answer: -x cos x + sin x + C
Explanation

Use integration by parts: let u = x, dv = sin x dx → du = dx, v = –cos x.

∫x sin x dx = u·v – ∫v du = (x)(–cos x) – ∫(–cos x)dx = –x cos x + ∫cos x dx.

∫cos x dx = sin x, so the result is –x cos x + sin x + C, which matches the first option.

Question 12
integral 1/((x - 1)(x - 2)) dx equals:
  1. log|(x-1)(x-2)| + C
  2. log|(x - 2)/(x - 1)| + C
  3. log|(x - 1)/(x - 2)| + C
  4. tan^-1(x) + C
Answer: log|(x - 2)/(x - 1)| + C
Explanation

Write 1/[(x‑1)(x‑2)] as partial fractions: 1/[(x‑1)(x‑2)]=A/(x‑1)+B/(x‑2).

Solve A(x‑2)+B(x‑1)=1 → (A+B)x‑(2A+ B)=1, so A+B=0 and –(2A+ B)=1 → A=–1, B=1.

Thus ∫1/[(x‑1)(x‑2)]dx =∫[–1/(x‑1)+1/(x‑2)]dx = –ln|x‑1|+ln|x‑2|+C = ln|(x‑2)/(x‑1)|+C.

Question 13
integral (x^2 + 1)/((x - 1)) dx equals:
  1. x^2/2 + 2 log|x - 1| + C
  2. x^2/2 + x + 2 log|x - 1| + C
  3. x^2/2 - x + 2 log|x - 1| + C
  4. x^2/2 + x + log|x - 1| + C
Answer: x^2/2 + x + 2 log|x - 1| + C
Explanation

Rewrite integrand by polynomial division: (x^2+1)/(x-1)=x+1+2/(x-1).

Integrate termwise: ∫x dx = x^2/2, ∫1 dx = x, ∫2/(x-1) dx = 2 ln|x‑1|.

Combine the antiderivatives and add constant C.

Thus the integral equals x^2/2 + x + 2 log|x‑1| + C.

Question 14
The value of integral from -1 to 1 of x^3 dx is:
  1. 0
  2. 1
  3. 2
  4. 1/2
Answer: 0
Explanation

∫_{-1}^{1} x^3 dx = [x^4/4]_{-1}^{1}

Evaluate at the limits: (1^4/4) – ((-1)^4/4) = (1/4) – (1/4) = 0

Since x^3 is an odd function, the area on [-1,0] cancels that on [0,1].

Hence the integral equals 0.

Question 15
integral x^n dx (n not equal to -1) equals:
  1. x^(n+1)/(n+1) + C
  2. n x^(n-1) + C
  3. x^n/n + C
  4. x^(n-1)/(n-1) + C
Answer: x^(n+1)/(n+1) + C
Explanation

Apply the power rule for integration: ∫x^k dx = x^{k+1}/(k+1) + C provided k ≠ –1.

Here the integrand is x^n, so k = n.

Since n ≠ –1, the antiderivative is x^{n+1}/(n+1) + C, which matches the given answer.

Question 16
integral a^x dx (a > 0, a not equal to 1) equals:
  1. a^x + C
  2. x a^(x-1) + C
  3. a^x/log a + C
  4. a^x log a + C
Answer: a^x/log a + C
Explanation

Recall that ∫a^x dx is of the form ∫e^{x\ln a}dx.

Write a^x = e^{(\ln a)x} and integrate: ∫e^{(\ln a)x}dx = e^{(\ln a)x}/(\ln a)+C.

Replace e^{(\ln a)x} by a^x to obtain a^x/(\ln a)+C.

Thus the integral equals a^x/log a + C.

Question 17
integral (2x + 1)/(x^2 + x + 1) dx equals:
  1. tan^-1(x) + C
  2. (1/2) log|x^2 + x + 1| + C
  3. log|x^2 + x + 1| + C
  4. 2 log|x^2 + x + 1| + C
Answer: log|x^2 + x + 1| + C
Explanation

Write denominator as D = x^2+x+1, then D' = 2x+1 which is exactly the numerator.

∫(2x+1)/D dx = ∫ D'/D dx.

Integral of D'/D is ln|D| + C.

Hence the result is log|x^2 + x + 1| + C.

Question 18
integral sin^3 x cos x dx equals:
  1. (cos^4 x)/4 + C
  2. (sin^4 x)/4 + C
  3. (sin^3 x)/3 + C
  4. (sin^4 x) + C
Answer: (sin^4 x)/4 + C
Explanation

Let u = sin x, then du = cos x dx.

The integral becomes ∫u³ du = u⁴/4 + C.

Replace u by sin x to get (sin⁴ x)/4 + C, which matches the given answer.

Question 19
integral x log x dx equals:
  1. (x^2/2) log x - x^2/2 + C
  2. x^2 log x - x^2 + C
  3. (x^2/2) log x - x^2/4 + C
  4. (x^2/2) log x + x^2/4 + C
Answer: (x^2/2) log x - x^2/4 + C
Explanation

Use integration by parts: let u = log x, dv = x dx.

Then du = (1/x)dx and v = x²/2.

∫x log x dx = (x²/2)·log x – ∫(x²/2)·(1/x)dx = (x²/2)·log x – ∫x/2 dx.

∫x/2 dx = x²/4, so the result is (x²/2) log x – x²/4 + C.

(x²/2) log x - x²/4 + C

Question 20
integral 1/(x^2 - 1) dx equals:
  1. (1/2) log|(x - 1)/(x + 1)| + C
  2. (1/2) log|(x + 1)/(x - 1)| + C
  3. tan^-1(x) + C
  4. log|x^2 - 1| + C
Answer: (1/2) log|(x - 1)/(x + 1)| + C
Explanation

Factor denominator: x^2−1=(x−1)(x+1).

Write 1/(x^2−1)=A/(x−1)+B/(x+1) and solve A+B=0, A−B=1 ⇒ A=½, B=−½.

Integrate termwise: ∫½·dx/(x−1)−½·dx/(x+1)=½ ln|x−1|−½ ln|x+1|+C.

Combine logs: (1/2) ln|(x−1)/(x+1)|+C.

50 more questions on this chapter

The full chapter test is timed, gives an All-India rank and a subject-wise breakdown of where you lost marks.

See the test series →

Other chapters

Hydrocarbons Ray Optics and Optical Instruments Organic Chemistry – Some Basic Principles and Techniques Structure of Atom Chemical Thermodynamics Equilibrium Some Basic Concepts of Chemistry Electrochemistry Chemical Bonding and Molecular Structure Laws of Motion Chemical Kinetics Wave Optics Electrostatic Potential and Capacitance Current Electricity Moving Charges and Magnetism Aldehydes, Ketones and Carboxylic Acids Principles of Inheritance and Variation Human Health and Disease Biotechnology: Principles and Processes Solutions Coordination Compounds Molecular Basis of Inheritance Cell: The Unit of Life Trigonometric Functions Limits and Derivatives Complex Numbers and Quadratic Equations Sequences and Series Probability Mental Maths practice