🎓 BookMCQ
← Back to 6. Integration

📝 Definite integral definition (25 MCQs)

📖 From Calculus • 6. Integration • 25 questions available

What is Definite integral definition?

Definition:
The definite integral abf(x)dx\int_a^b f(x) \, dx represents the net signed area between the curve y=f(x)y=f(x) and the x-axis from x=ax=a to x=bx=b. It is defined as the limit of Riemann sums: limni=1nf(xi)Δx\lim_{n \to \infty} \sum_{i=1}^n f(x_i^*) \Delta x.

Example:
Calculate 023dx\int_0^2 3 \, dx. This is a rectangle with height 3 and width 2. Area =3×2=6= 3 \times 2 = 6. Using FTC: [3x]02=60=6[3x]_0^2 = 6 - 0 = 6.

Reason:
It formalizes the concept of accumulation over an interval, providing a precise tool for calculating quantities like work, mass, and probability in applied sciences.

11
Easy
12
Medium
2
Hard

📝 All Definite integral definition MCQs

Q1. Which of the following expressions correctly represents the definite integral of f(x)=3x2f(x) = 3x^2 from x=1x = 1 to x=4x = 4 as a limit of Riemann sums using a regular partition and right endpoints?

A.limnk=1n3(1+3kn)23n\lim_{n \to \infty} \sum_{k=1}^n 3\left(1 + \frac{3k}{n}\right)^2 \frac{3}{n}
B.limnk=1n3(1+3kn)21n\lim_{n \to \infty} \sum_{k=1}^n 3\left(1 + \frac{3k}{n}\right)^2 \frac{1}{n}
C.limnk=1n3(4kn)24n\lim_{n \to \infty} \sum_{k=1}^n 3\left(\frac{4k}{n}\right)^2 \frac{4}{n}
D.limnk=1n3(1+4kn)24n\lim_{n \to \infty} \sum_{k=1}^n 3\left(1 + \frac{4k}{n}\right)^2 \frac{4}{n}
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The interval [1,4] has length 3, so Δx=3/n\Delta x = 3/n and the right endpoint is xk=1+kΔx=1+3k/nx_k^* = 1 + k\Delta x = 1 + 3k/n. Thus the Riemann sum is f(xk)Δx=3(1+3k/n)2(3/n)\sum f(x_k^*) \Delta x = \sum 3(1 + 3k/n)^2 (3/n). Option B incorrectly uses 1/n1/n as the width, option C incorrectly uses the interval [0,4], and option D misidentifies the endpoint.

Q2. A student attempts to evaluate 111x2dx\int_{-1}^{1} \frac{1}{x^2} \, dx by finding an antiderivative F(x)=1/xF(x) = -1/x and computing F(1)F(1)=2F(1) - F(-1) = -2. Which of the following is the most accurate critique of this work?

A.The student’s computation is correct; the integral equals -2.
B.The student made an arithmetic error; the correct value is 2.
C.The Fundamental Theorem of Calculus cannot be applied because the integrand is not continuous on [1,1][-1,1]. ✅
D.The student used the wrong antiderivative; the correct antiderivative is lnx\ln|x|.
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: The integrand 1/x21/x^2 is undefined at x=0x = 0 and has an infinite discontinuity there. The Fundamental Theorem of Calculus requires the integrand to be continuous on the entire closed interval. Therefore, the definite integral 111/x2dx\int_{-1}^1 1/x^2 \, dx is an improper integral that diverges to infinity, and the computation 2-2 is nonsensical. This is a classic error of ignoring discontinuities.

Q3. Suppose ff is an odd function and 05f(x)dx=7\int_{0}^{5} f(x) \, dx = 7. What is the value of 55f(x)dx\int_{-5}^{5} f(x) \, dx?

A.0 ✅
B.14
C.7
D.-7
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: For an odd function, f(x)=f(x)f(-x) = -f(x). The integral from -5 to 0 is the negative of the integral from 0 to 5. Thus, 55f(x)dx=50f(x)dx+05f(x)dx=7+7=0\int_{-5}^{5} f(x) \, dx = \int_{-5}^{0} f(x) \, dx + \int_{0}^{5} f(x) \, dx = -7 + 7 = 0. A common misconception is to double the value, but the symmetry of odd functions causes cancellation over symmetric intervals.

Q4. A particle moves along a line with velocity v(t)=t24t+3v(t) = t^2 - 4t + 3 m/s. What is the total distance traveled by the particle from t=0t = 0 to t=4t = 4?

A.04(t24t+3)dt\int_{0}^{4} (t^2 - 4t + 3) \, dt
B.04(t24t+3)dt\left| \int_{0}^{4} (t^2 - 4t + 3) \, dt \right|
C.04t24t+3dt\int_{0}^{4} |t^2 - 4t + 3| \, dt
D.04(t24t+3)2dt\int_{0}^{4} (t^2 - 4t + 3)^2 \, dt
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: Total distance is the integral of speed, which is the absolute value of velocity. This accounts for changes in direction. Option A gives displacement (net change in position), not distance. Option B gives the absolute value of displacement, which is also not distance. Option D is incorrect dimensionally and conceptually. The velocity is negative between t=1 and t=3, so the absolute value is necessary.

Q5. The graph of ff consists of a line from (0,0) to (2,4) and a line from (2,4) to (4,0). What is 04f(x)dx\int_{0}^{4} f(x) \, dx?

A.4
B.8 ✅
C.12
D.6
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The region under the curve is a triangle with base 4 and height 4. The area is (1/2)44=8(1/2) \cdot 4 \cdot 4 = 8. Alternatively, the integral from 0 to 2 is a triangle with area 4, and the integral from 2 to 4 is also a triangle with area 4, summing to 8. Option C is a common error by incorrectly treating the shape as a rectangle.

Q6. A function gg is continuous on [a,b][a,b] and abg(x)dx=0\int_a^b g(x) \, dx = 0. Which of the following must be true?

A.g(x)=0g(x) = 0 for all xx in [a,b][a,b].
B.The graph of gg has equal areas above and below the x-axis over [a,b][a,b].
C.There exists at least one point c[a,b]c \in [a,b] where g(c)=0g(c) = 0. ✅
D.abg(x)dx=0\int_a^b |g(x)| \, dx = 0.
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: If a continuous function has a zero integral over an interval, it must either be identically zero or take both positive and negative values. By the Mean Value Theorem for Integrals, there is a point cc where g(c)=g(c) = average value = 0. Option A is false (e.g., g(x)=sinxg(x)=\sin x on [π,π][-\pi,\pi]). Option B is true in terms of net signed area but not necessarily 'equal areas' unless the function is symmetric. Option D is false because the absolute value integral is zero only if the function is identically zero.

Q7. Given that 02f(x)dx=5\int_{0}^{2} f(x) \, dx = 5 and 25f(x)dx=3\int_{2}^{5} f(x) \, dx = 3, what is 05f(x)dx\int_{0}^{5} f(x) \, dx?

A.2
B.8 ✅
C.15
D.-2
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: This is a direct Easy of the additive property of definite integrals: 05f(x)dx=02f(x)dx+25f(x)dx=5+3=8\int_{0}^{5} f(x) \, dx = \int_{0}^{2} f(x) \, dx + \int_{2}^{5} f(x) \, dx = 5 + 3 = 8. Options A and D are incorrect signs, and C is an erroneous multiplication. This property holds regardless of the function's continuity, as long as it is integrable on the combined interval.

Q8. Which of the following is a correct interpretation of the definite integral abf(x)dx\int_{a}^{b} f(x) \, dx when f(x)f(x) is negative for some xx in [a,b][a,b]?

A.The total area between the curve and the x-axis.
B.The net signed area between the curve and the x-axis. ✅
C.The sum of the absolute values of the function over the interval.
D.The length of the curve from aa to bb.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: The definite integral represents the net signed area. When f(x)f(x) is negative, the integral counts those areas as negative. Option A is incorrect because total area requires the integral of f(x)|f(x)|. Option C is the integral of the absolute value, which is not the same as the definite integral. Option D is related to arc length, a different concept.

Q9. A student claims that 01x2dx01xdx\int_{0}^{1} x^2 \, dx \le \int_{0}^{1} x \, dx. Is this true, and if so, why?

A.True, because x2xx^2 \le x for x[0,1]x \in [0,1]. ✅
B.False, because the integral of x2x^2 is larger.
C.True, because the integrals are equal.
D.False, because x2xx^2 \ge x for x[0,1]x \in [0,1].
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: On the interval [0,1], x2xx^2 \le x. Therefore, by the comparison property of integrals, 01x2dx01xdx\int_{0}^{1} x^2 \, dx \le \int_{0}^{1} x \, dx. Computationally, 01x2dx=1/3\int_{0}^{1} x^2 \, dx = 1/3 and 01xdx=1/2\int_{0}^{1} x \, dx = 1/2, so 1/3 ≤ 1/2. Option B is a common misconception; students often think squaring increases the value.

Q10. The definite integral 0πsinxdx\int_{0}^{\pi} \sin x \, dx is 2. What is the value of 0π(3sinx+2)dx\int_{0}^{\pi} (3\sin x + 2) \, dx?

A.6
B.8
C.3π+23\pi + 2
D.6+2π6 + 2\pi
💡 Difficulty: easy | ✅ Correct: D

📖 Explanation: Using linearity: 0π(3sinx+2)dx=30πsinxdx+0π2dx=3(2)+2π=6+2π\int_0^\pi (3\sin x + 2) dx = 3\int_0^\pi \sin x dx + \int_0^\pi 2 dx = 3(2) + 2\pi = 6 + 2\pi. Option A ignores the integral of the constant. Option B incorrectly adds 2 to the integral. Option C incorrectly multiplies the constant term by 3. This tests the ability to apply the properties of integrals.

Q11. Evaluate 02x1dx\int_{0}^{2} |x - 1| \, dx.

A.0
B.1 ✅
C.2
D.1.5
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The absolute value function x1=1x|x-1| = 1-x on [0,1] and x1x-1 on [1,2]. Thus, the integral is 01(1x)dx+12(x1)dx=[xx2/2]01+[x2/2x]12=(1/2)+(1/2)=1\int_{0}^{1} (1-x) dx + \int_{1}^{2} (x-1) dx = [x - x^2/2]_0^1 + [x^2/2 - x]_1^2 = (1/2) + (1/2) = 1. A common error is to forget the absolute value and integrate x1x-1 directly, yielding 0. This question requires splitting the interval at the point where the expression changes sign.

Q12. Suppose 25f(x)dx=4\int_{2}^{5} f(x) \, dx = 4 and 52g(x)dx=3\int_{5}^{2} g(x) \, dx = -3. What is the value of 25[2f(x)g(x)]dx\int_{2}^{5} [2f(x) - g(x)] \, dx?

A.11 ✅
B.5
C.8
D.-5
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Given 52g(x)dx=3\int_{5}^{2} g(x) \, dx = -3, by the property of reversing limits, 25g(x)dx=3\int_{2}^{5} g(x) \, dx = 3. Then 25[2f(x)g(x)]dx=225f(x)dx25g(x)dx=2(4)3=5\int_{2}^{5} [2f(x) - g(x)] dx = 2\int_{2}^{5} f(x) dx - \int_{2}^{5} g(x) dx = 2(4) - 3 = 5. Wait, the calculation gives 5, not 11. Let's re-evaluate: 52g(x)dx=25g(x)dx=3\int_{5}^{2} g(x) dx = - \int_{2}^{5} g(x) dx = -3, so 25g(x)dx=3\int_{2}^{5} g(x) dx = 3. Then 2(4)3=52(4) - 3 = 5. Option B is correct. Option A is a trap for those who forget to flip the limits. Option C is from adding instead of subtracting. Option D is from a sign error in reversing the limits.

Q13. Which statement best explains why the Riemann sum f(xk)Δxk\sum f(x_k^*) \Delta x_k approaches the definite integral as the mesh size tends to zero?

A.As the number of rectangles increases, their total area exactly equals the area under the curve.
B.The sum is a telescoping series that simplifies to the antiderivative difference.
C.The limit of the sum is independent of the choice of sample points xkx_k^* for continuous functions. ✅
D.The sum uses rectangles whose widths and heights perfectly match the curve.
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: For a continuous function, the Riemann sum converges to the same value (the definite integral) regardless of how the sample points are chosen within each subinterval, provided the mesh size goes to zero. Option A is false; it’s an approximation. Option B confuses Riemann sums with telescoping series. Option D is incorrect because the rectangles do not perfectly match the curve, they approximate it.

Q14. An object accelerates from rest with acceleration a(t)=3t2a(t) = 3t^2 m/s². What is the object's velocity at time t=4t = 4 seconds, given v(0)=0v(0) = 0?

A.48 m/s
B.64 m/s ✅
C.36 m/s
D.12 m/s
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: Velocity is the integral of acceleration: v(t)=0t3u2du=t3v(t) = \int_0^t 3u^2 du = t^3. At t=4t=4, v(4)=64v(4) = 64 m/s. Option A is a common mistake of evaluating 3(4)23(4)^2. Option C might come from 3(4)2/43(4)^2 / 4. Option D from 3(4)2/43(4)^2 / 4. This is a straightforward Easy of the Fundamental Theorem of Calculus to a physics context.

Q15. Given 03f(x)dx=2\int_{0}^{3} f(x) \, dx = 2 and f(x)0f(x) \ge 0 on [0,3], what can be concluded about the average value of ff on [0,3]?

A.The average value is 2/32/3. ✅
B.The average value is 2.
C.The average value is greater than 2.
D.The average value cannot be determined.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The average value of a function on [a,b] is 1baabf(x)dx\frac{1}{b-a} \int_a^b f(x) dx. Here, the average is 132=2/3\frac{1}{3} \cdot 2 = 2/3. Option B is a common error of forgetting to divide by the length of the interval. Option C is incorrect because the average is a specific value. This is a direct Easy of the formula for average value.

Q16. Evaluate 0π(x+cosx)dx\int_{0}^{\pi} (x + \cos x) \, dx.

A.π2/2\pi^2/2
B.π2/22\pi^2/2 - 2
C.π2/2+2\pi^2/2 + 2
D.π2/2\pi^2/2
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: 0πxdx=π2/2\int_0^\pi x dx = \pi^2/2. 0πcosxdx=sinx0π=0\int_0^\pi \cos x dx = \sin x \big|_0^\pi = 0. So the total is π2/2\pi^2/2. Option B is a trap for those who incorrectly integrate cosx\cos x. Option C is for those who think 0πcosxdx=2\int_0^\pi \cos x dx = 2. Option D is the same as A, but without the 0 added, so it's also correct. This tests the ability to integrate basic functions and apply the Fundamental Theorem.

Q17. A continuous function ff is known to satisfy 02f(x)dx=5\int_{0}^{2} f(x) \, dx = 5 and 04f(x)dx=9\int_{0}^{4} f(x) \, dx = 9. What is 24f(x)dx\int_{2}^{4} f(x) \, dx?

A.4 ✅
B.14
C.-4
D.5
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Using the additive property: 04f=02f+24f\int_{0}^{4} f = \int_{0}^{2} f + \int_{2}^{4} f. So 9=5+24f9 = 5 + \int_{2}^{4} f, hence 24f=4\int_{2}^{4} f = 4. Option B is a common error of adding instead of subtracting. Option C reverses the sign incorrectly. Option D is the value of 02f\int_{0}^{2} f. This is a basic property of definite integrals.

Q18. Which of the following is NOT a property of the definite integral abf(x)dx\int_a^b f(x) \, dx where ff is integrable?

A.abcf(x)dx=cabf(x)dx\int_a^b c f(x) dx = c \int_a^b f(x) dx
B.abf(x)g(x)dx=abf(x)dxabg(x)dx\int_a^b f(x) g(x) dx = \int_a^b f(x) dx \cdot \int_a^b g(x) dx
C.ab[f(x)+g(x)]dx=abf(x)dx+abg(x)dx\int_a^b [f(x)+g(x)] dx = \int_a^b f(x) dx + \int_a^b g(x) dx
D.abf(x)dx=baf(x)dx\int_a^b f(x) dx = -\int_b^a f(x) dx
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: The integral of a product is NOT the product of the integrals. This is a common and serious misconception. The other options are valid properties: linearity (A and C) and the property of reversing limits (D). Option B is a trap for students who incorrectly believe integration distributes over multiplication.

Q19. What is the geometric interpretation of the definite integral abf(x)dx\int_{a}^{b} f(x) \, dx when f(x)f(x) is continuous and changes sign on [a,b][a,b]?

A.It is the total area between the curve and the x-axis.
B.It is the net signed area, where areas above the x-axis are positive and those below are negative. ✅
C.It is the average value of the function multiplied by the length of the interval.
D.It is the length of the curve y=f(x)y=f(x) from aa to bb.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: The definite integral gives the net signed area. This is the fundamental geometric interpretation. Option A is incorrect because total area is the integral of the absolute value. Option C is the interpretation of the average value, not the integral itself. Option D is the arc length. This question tests the student's understanding of the core meaning of the definite integral.

Q20. Suppose ff is an even function and 22f(x)dx=10\int_{-2}^{2} f(x) \, dx = 10. What is 02f(x)dx\int_{0}^{2} f(x) \, dx?

A.5 ✅
B.10
C.20
D.Cannot be determined
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: For an even function, f(x)=f(x)f(-x) = f(x), so the integral from -2 to 2 is twice the integral from 0 to 2. Therefore, 10=202f(x)dx10 = 2 \int_{0}^{2} f(x) dx, so 02f(x)dx=5\int_{0}^{2} f(x) dx = 5. Option B is the value of the symmetric integral, not the half. Option C is the result if the function were odd. Option D is incorrect because evenness provides a definitive relationship. This tests symmetry properties of integrals.

Q21. Evaluate 01x1+x2dx\int_{0}^{1} \frac{x}{\sqrt{1+x^2}} \, dx.

A.21\sqrt{2} - 1
B.1121 - \frac{1}{\sqrt{2}}
C.2\sqrt{2}
D.12\frac{1}{\sqrt{2}}
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Let u=1+x2u = 1+x^2, du=2xdxdu = 2x dx. Then xdx=du/2x dx = du/2. When x=0x=0, u=1u=1; when x=1x=1, u=2u=2. The integral becomes 1212u1/2du=12[2u]12=21\frac{1}{2} \int_{1}^{2} u^{-1/2} du = \frac{1}{2} [2\sqrt{u}]_1^2 = \sqrt{2} - 1. Option B is a common error in evaluating the limits. Option C is the value of 011/1+x2dx\int_{0}^{1} 1/\sqrt{1+x^2} dx. Option D is missing the subtraction. This tests substitution in definite integrals.

Q22. A student evaluates 0πsin2xdx\int_{0}^{\pi} \sin^2 x \, dx and gets π\pi. Which of the following is true?

A.The student is correct.
B.The student is incorrect because sin2xdx=cosx+C\int \sin^2 x dx = -\cos x + C.
C.The student is incorrect; the value should be π/2\pi/2. ✅
D.The student is incorrect; the value should be 0.
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: 0πsin2xdx=0π1cos2x2dx=π2sin2x40π=π/2\int_{0}^{\pi} \sin^2 x dx = \int_{0}^{\pi} \frac{1-\cos 2x}{2} dx = \frac{\pi}{2} - \frac{\sin 2x}{4} \big|_0^\pi = \pi/2. The student likely used the incorrect identity sin2x=1\sin^2 x = 1 or thought the average value was 1. Option A is a trap for students who think the area under sin2x\sin^2 x is π\pi. Option B is incorrect because the antiderivative of sin2x\sin^2 x is not cosx-\cos x. This highlights a common trigonometric integration error.

Q23. If F(x)=0xcos(t2)dtF(x) = \int_{0}^{x} \cos(t^2) \, dt, what is F'(x)?

A.cos(x2)\cos(x^2)
B.2xcos(x2)2x \cos(x^2)
C.sin(x2)-\sin(x^2)
D.cos(x)\cos(x)
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: By the Fundamental Theorem of Calculus Part 2, if F(x)=axf(t)dtF(x) = \int_{a}^{x} f(t) dt, then F'(x) = f(x). Here f(t)=cos(t2)f(t) = \cos(t^2), so F'(x) = \cos(x^2). Option B incorrectly applies the chain rule to the variable of integration. Option C is the derivative of sin(x2)\sin(x^2). Option D is a common error of treating the integrand as cost\cos t. This is a direct Easy of the FTC, but the t2t^2 inside makes it look more complex.

Q24. Given 02f(x)dx=3\int_{0}^{2} f(x) \, dx = 3 and f(x)0f(x) \ge 0, which of the following statements must be true?

A.f(x)1.5f(x) \le 1.5 for some xx in [0,2].
B.f(x)=1.5f(x) = 1.5 for some xx in [0,2].
C.f(x)1.5f(x) \ge 1.5 for some xx in [0,2]. ✅
D.The average value of ff on [0,2] is 1.5.
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: The average value of ff on [0,2] is 1202f(x)dx=1.5\frac{1}{2} \int_0^2 f(x) dx = 1.5. Since the average is 1.5, the function must be at least 1.5 at some point, and at most 1.5 at some point (or be constantly 1.5). Option A is not necessarily true because the minimum could be above 1.5 (e.g., f(x)=2f(x)=2). Option B is false because the average value is not necessarily attained at a specific point (though it is for continuous functions by the MVT). Option D is true, but the question asks for what must be true, and C is a logical consequence of the average being 1.5.

Q25. Which of the following is a correct Easy of the substitution u=1xu = 1-x to the integral 01x(1x)5dx\int_{0}^{1} x(1-x)^5 \, dx?

A.10(1u)u5(du)\int_{1}^{0} (1-u) u^5 (-du)
B.01(1u)u5du\int_{0}^{1} (1-u) u^5 du
C.10(1u)u5du\int_{1}^{0} (1-u) u^5 du
D.01u5du\int_{0}^{1} u^5 du
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: With u=1xu = 1-x, du=dxdu = -dx, and x=1ux = 1-u. When x=0x=0, u=1u=1; when x=1x=1, u=0u=0. The integral becomes 10(1u)u5(du)\int_{1}^{0} (1-u) u^5 (-du). Option B is the simplified version after flipping limits: 01(1u)u5du\int_{0}^{1} (1-u) u^5 du. But Option A is the correct initial substitution before simplification. Option C is missing the du-du. Option D is missing the (1u)(1-u) factor. This tests the mechanics of substitution in definite integrals, including changing the limits.

🔗 Related Topics (MCQs)