🎓 BookMCQ
← Back to 6. Integration

📝 Fundamental theorem of calculus part 1 (24 MCQs)

📖 From Calculus • 6. Integration • 24 questions available

What is Fundamental theorem of calculus part 1?

Definition:
FTC Part 1 states that if ff is continuous on [a,b], then the function g(x)=axf(t)dtg(x) = \int_a^x f(t) \, dt is continuous on [a,b] and differentiable on (a,b), with g(x)=f(x)g'(x) = f(x). It links differentiation and integration.

Example:
Let g(x)=0xt2dtg(x) = \int_0^x t^2 \, dt. Then g(x)=x2g'(x) = x^2. Direct check: g(x)=x3/3g(x) = x^3/3, derivative is x2x^2. Confirmed.

Reason:
This theorem guarantees that every continuous function has an antiderivative, establishing the existence of integrals and providing a method to differentiate functions defined by integrals.

5
Easy
12
Medium
7
Hard

📝 All Fundamental theorem of calculus part 1 MCQs

Q1. A student attempts to evaluate 121x2dx\int_{-1}^{2} \frac{1}{x^2} \, dx by finding an antiderivative F(x)=1xF(x) = -\frac{1}{x} and computing F(2)F(1)=1.5F(2) - F(-1) = -1.5. The student concludes the area is negative. What is the fundamental error?

A.The antiderivative is incorrect because ddx(1x)=1x2\frac{d}{dx}(-\frac{1}{x}) = \frac{1}{x^2} for all xx. ✅
B.The Fundamental Theorem of Calculus cannot be applied because f(x)f(x) is not continuous on the interval [1,2][-1, 2].
C.The upper limit of integration must be greater than the lower limit for the theorem to apply.
D.The student forgot to include the constant of integration, which would make the result positive.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The Fundamental Theorem of Calculus requires the integrand f(x)f(x) to be continuous on the entire closed interval [a,b][a, b]. Here, f(x)=1x2f(x) = \frac{1}{x^2} has an infinite discontinuity at x=0x = 0, which lies within [1,2][-1, 2]. Thus, the theorem's conditions are violated, and the computation is invalid. The negative result is a consequence of this misEasy, not a valid area.

Q2. A particle moves along a line with velocity v(t)=3t212t+9v(t) = 3t^2 - 12t + 9. Which definite integral correctly computes the displacement of the particle from t=0t=0 to t=4t=4?

A.043t212t+9dt\int_0^4 |3t^2 - 12t + 9| \, dt
B.04(3t212t+9)dt\int_0^4 (3t^2 - 12t + 9) \, dt
C.[t36t2+9t]04\left[ t^3 - 6t^2 + 9t \right]_0^4
D.Both B and C
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The displacement of a particle is the net change in position, which is the integral of its velocity function v(t)v(t) over the time interval. By the Fundamental Theorem of Calculus, this integral is equal to the difference of the antiderivative s(t)=t36t2+9ts(t) = t^3 - 6t^2 + 9t evaluated at the limits. Option A calculates the total distance traveled, not displacement, as it integrates the absolute value of velocity.

Q3. Given f(x)f(x) is continuous, which of the following is the most accurate statement about the relationship between ddxaxf(t)dt\frac{d}{dx} \int_a^x f(t) \, dt and f(x)f(x)?

A.They are always equal for all xx in the domain of ff. ✅
B.They are equal only if f(x)f(x) is a polynomial.
C.They are equal for all xx where ff is continuous.
D.They are unrelated functions.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This is a direct restatement of the Fundamental Theorem of Calculus Part 2 (which is often presented as Part 1 in some texts). It states that the derivative of an integral with a variable upper limit is the integrand evaluated at that limit, provided the integrand is continuous. This theorem establishes the inverse relationship between differentiation and integration.

Q4. Which of the following is a necessary condition for the direct Easy of the Fundamental Theorem of Calculus Part 1 to evaluate abf(x)dx\int_a^b f(x) \, dx?

A.f(x)f(x) must be differentiable on (a,b)(a, b). ✅
B.f(x)f(x) must be continuous on [a,b][a, b].
C.f(x)f(x) must be non-negative on [a,b][a, b].
D.f(x)f(x) must be a polynomial.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The Fundamental Theorem of Calculus Part 1 guarantees that if ff is continuous on the closed interval [a,b][a, b], then the definite integral can be evaluated using any antiderivative FF such that F' = f. While differentiability of the antiderivative is implied, the core condition for the integrand is continuity. Options C and D are not required for the theorem's Easy.

Q5. Let F(x)=2xt3+1dtF(x) = \int_2^x \sqrt{t^3 + 1} \, dt. Which of the following correctly describes the behavior of F(x)F(x) at x=0x = 0?

A.F(0)F(0) is negative. ✅
B.F'(0) = 0
C.F'(0) = 1
D.F(x)F(x) is undefined at x=0x = 0.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: By the Fundamental Theorem of Calculus, F'(x) = \sqrt{x^3 + 1}. Evaluating this at x=0x=0 gives F'(0) = \sqrt{0^3 + 1} = 1. The value of F(0)F(0) is 20t3+1dt\int_2^0 \sqrt{t^3+1} \, dt, which is negative because the integral is from 2 down to 0, but the question asks about the derivative. The function is well-defined for all real xx as the integrand is continuous everywhere.

Q6. A student claims that if f(x)f(x) is continuous and abf(x)dx=0\int_a^b f(x) \, dx = 0, then f(x)f(x) must be identically zero on [a,b][a, b]. Which of the following is the best counterexample to disprove this claim?

A.f(x)=xf(x) = x on [1,1][-1, 1]
B.f(x)=sinxf(x) = \sin x on [0,π][0, \pi]
C.f(x)=x2f(x) = x^2 on [1,2][-1, 2]
D.f(x)=cosxf(x) = \cos x on [0,π/2][0, \pi/2]
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The statement is false. The definite integral being zero implies that the net signed area is zero, which can happen if the positive and negative areas cancel out. For example, 11xdx=0\int_{-1}^1 x \, dx = 0 even though f(x)=xf(x)=x is not identically zero. A function can be positive over some parts of the interval and negative over others, leading to a net area of zero without the function being zero everywhere.

Q7. Which of the following is the correct evaluation of 02x1dx\int_0^2 |x - 1| \, dx using the Fundamental Theorem of Calculus?

A.[(x1)22]02=0\left[ \frac{(x-1)^2}{2} \right]_0^2 = 0
B.01(x1)dx+12(x1)dx=1\int_0^1 -(x-1) \, dx + \int_1^2 (x-1) \, dx = 1
C.02(x1)dx=0\int_0^2 (x-1) \, dx = 0
D.01(x1)dx12(x1)dx=1\int_0^1 (x-1) \, dx - \int_1^2 (x-1) \, dx = 1
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The absolute value function must be split at the point where the expression inside changes sign, which is x=1x=1. On [0,1][0,1], x10x-1 \le 0, so x1=(x1)|x-1| = -(x-1). On [1,2][1,2], x10x-1 \ge 0, so x1=x1|x-1| = x-1. The integral then becomes 01(x1)dx+12(x1)dx=[xx2/2]01+[x2/2x]12=(1/2)+(1/2)=1\int_0^1 -(x-1) \, dx + \int_1^2 (x-1) \, dx = [x - x^2/2]_0^1 + [x^2/2 - x]_1^2 = (1/2) + (1/2) = 1. Option B correctly splits the integral. Option A is incorrect because (x1)22\frac{(x-1)^2}{2} is only an antiderivative of x1x-1, not x1|x-1|.

Q8. Given the graph of y=f(t)y = f(t) which is piecewise linear, what is the value of ddx0xf(t)dt\frac{d}{dx} \int_0^x f(t) \, dt at x=2x=2?

A.The area under the curve from 0 to 2. ✅
B.The value of f(2)f(2).
C.The slope of the secant line from (0,0) to (2, F(2)).
D.The derivative of the integrand at t=2t=2.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The Fundamental Theorem of Calculus Part 2 states that ddxaxf(t)dt=f(x)\frac{d}{dx} \int_a^x f(t) \, dt = f(x). Therefore, the derivative of the integral function F(x)=0xf(t)dtF(x) = \int_0^x f(t) \, dt at any point xx is simply the value of the integrand ff at that point. This is independent of the areas or slopes; it directly evaluates the function defining the area's rate of change.

Q9. Two functions are defined as F(x)=0xt2dtF(x) = \int_0^x t^2 \, dt and G(x)=0xt2dt+5G(x) = \int_0^x t^2 \, dt + 5. What is the relationship between their derivatives?

A.F'(x) = G'(x)
B.F'(x) = G'(x) - 5
C.F'(x) = G'(x) + 5
D.The derivatives are unrelated.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: By the Fundamental Theorem of Calculus, both F(x)F(x) and G(x)G(x) are antiderivatives of f(x)=x2f(x) = x^2. The derivative of any antiderivative of a function is that function itself. Adding a constant to a function does not change its derivative. Therefore, F'(x) = x^2 and G'(x) = x^2, so the derivatives are equal.

Q10. Which of the following integrals is correctly evaluated using the Fundamental Theorem of Calculus?

A.0πsinxdx=2\int_0^{\pi} \sin x \, dx = 2
B.111xdx=0\int_{-1}^1 \frac{1}{x} \, dx = 0
C.121x2dx=12\int_1^2 \frac{1}{x^2} \, dx = -\frac{1}{2}
D.01exdx=e\int_0^1 e^x \, dx = e
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: 0πsinxdx=[cosx]0π=cos(π)(cos(0))=(1)(1)=1+1=2\int_0^{\pi} \sin x \, dx = [-\cos x]_0^{\pi} = -\cos(\pi) - (-\cos(0)) = -(-1) - (-1) = 1 + 1 = 2. This is correct. Option B is incorrect because 1x\frac{1}{x} is not continuous on [1,1][-1, 1]. Option C is incorrect: 12x2dx=[x1]12=1/2(1)=1/2\int_1^2 x^{-2} dx = [-x^{-1}]_1^2 = -1/2 - (-1) = 1/2. Option D is incorrect: 01exdx=e1e0=e1\int_0^1 e^x dx = e^1 - e^0 = e - 1.

Q11. What is the derivative of g(x)=x25costdtg(x) = \int_{x^2}^{5} \cos t \, dt?

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

📖 Explanation: To find g'(x), we use the property that x25costdt=5x2costdt\int_{x^2}^{5} \cos t \, dt = - \int_{5}^{x^2} \cos t \, dt. Then, by the Fundamental Theorem of Calculus and the Chain Rule, g'(x) = -\frac{d}{dx} \int_5^{x^2} \cos t \, dt = -\cos(x^2) \cdot (2x) = -2x \cos(x^2). The lower limit is constant, and the upper limit is a function of xx, requiring the chain rule. Option A ignores the chain rule and the reversed limits.

Q12. If F(x)=0xf(t)dtF(x) = \int_0^x f(t) \, dt where f(t)f(t) is the function graphed below, at which point(s) does F(x)F(x) have a local maximum?

A.At the point where f(x)f(x) is greatest. ✅
B.Where f(x)f(x) changes from positive to negative.
C.Where f(x)f(x) changes from negative to positive.
D.At x=0x=0.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: F'(x) = f(x). A local maximum of FF occurs where its derivative changes from positive to negative, which is a sign change of f(x)f(x) from positive to negative. The points where f(x)f(x) is greatest are just the largest values of the derivative, not necessarily extrema of FF. A sign change from negative to positive indicates a local minimum of FF.

Q13. A student uses the Fundamental Theorem to find 131x2dx=lnx213=ln(1)ln(1)=0\int_1^3 \frac{1}{x-2} \, dx = \ln|x-2| \big|_1^3 = \ln(1) - \ln(1) = 0. What is the most significant issue with this evaluation?

A.The natural logarithm of a negative number is undefined for the upper limit. ✅
B.The antiderivative lnx2\ln|x-2| is not differentiable at x=2x=2, which lies inside the interval of integration.
C.The student should have used a u-substitution.
D.The answer should be positive because the function is positive on the interval.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The integrand f(x)=1x2f(x) = \frac{1}{x-2} has a vertical asymptote at x=2x=2, which is within the interval of integration [1,3][1, 3]. The function is not continuous on this interval, so the Fundamental Theorem of Calculus cannot be applied directly. The antiderivative lnx2\ln|x-2| is not defined (and its derivative is not f(x)f(x)) at x=2x=2. The result 0 is misleading and incorrect, as the improper integral would diverge.

Q14. If 02f(x)dx=5\int_0^2 f(x) \, dx = 5 and 25f(x)dx=2\int_2^5 f(x) \, dx = -2, what is 05f(x)dx\int_0^5 f(x) \, dx?

A.7
B.3
C.-7
D.-3 ✅
💡 Difficulty: easy | ✅ Correct: D

📖 Explanation: The definite integral is additive over adjacent intervals. This property can be stated as acf(x)dx=abf(x)dx+bcf(x)dx\int_a^c f(x) \, dx = \int_a^b f(x) \, dx + \int_b^c f(x) \, dx. Applying this property, 05f(x)dx=02f(x)dx+25f(x)dx=5+(2)=3\int_0^5 f(x) \, dx = \int_0^2 f(x) \, dx + \int_2^5 f(x) \, dx = 5 + (-2) = 3. This is a fundamental property that follows from the Riemann sum definition or the Fundamental Theorem.

Q15. A particle moves with velocity v(t)=2t4v(t) = 2t - 4. What is the total distance traveled by the particle from t=0t=0 to t=3t=3?

A.03(2t4)dt=3\int_0^3 (2t-4) \, dt = -3
B.02(42t)dt+23(2t4)dt=5\int_0^2 (4-2t) \, dt + \int_2^3 (2t-4) \, dt = 5
C.032t4dt=5\int_0^3 |2t-4| \, dt = 5
D.Both B and C
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The total distance traveled is the integral of speed, which is the absolute value of velocity: 032t4dt\int_0^3 |2t-4| \, dt. The velocity changes sign at t=2t=2. So, the integral is 02(42t)dt+23(2t4)dt=[4tt2]02+[t24t]23=(84)+(912)(48)=4+(3)(4)=5\int_0^2 (4-2t) \, dt + \int_2^3 (2t-4) \, dt = [4t - t^2]_0^2 + [t^2 - 4t]_2^3 = (8-4) + (9-12) - (4-8) = 4 + (-3) - (-4) = 5. Therefore, both B and C are correct expressions for the total distance. Option A calculates the displacement, which is -3.

Q16. Given F(x)=1x11+t2dtF(x) = \int_1^{x} \frac{1}{1+t^2} \, dt, what is the value of F'(1)?

A.π4\frac{\pi}{4}
B.12\frac{1}{2}
C.00
D.11
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The Fundamental Theorem of Calculus states that F'(x) = \frac{1}{1+x^2}. Therefore, F'(1) = \frac{1}{1+1^2} = \frac{1}{2}. The value π/4\pi/4 is the value of F(1)F(1), which is 1111+t2dt=0\int_1^1 \frac{1}{1+t^2} \, dt = 0. It is important to distinguish between the function's value and its derivative. This question tests the direct Easy of the theorem.

Q17. What is limh01h22+het2dt\lim_{h \to 0} \frac{1}{h} \int_2^{2+h} e^{t^2} \, dt?

A.e4e^4
B.2e42e^4
C.e41e^4 - 1
D.00
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: This limit is the definition of the derivative of the function F(x)=2xet2dtF(x) = \int_2^x e^{t^2} \, dt at the point x=2x=2. By the Fundamental Theorem of Calculus, F'(x) = e^{x^2}. Therefore, the limit is F'(2) = e^{2^2} = e^4. This question connects the limit definition of the derivative with the Fundamental Theorem, requiring recognition of the derivative form.

Q18. A curve y=f(x)y = f(x) passes through the point (1,3)(1, 3). If f'(x) = 2x, what is the value of f(4)f(4) using the Fundamental Theorem?

A.f(4)=f(1)+142xdx=3+15=18f(4) = f(1) + \int_1^4 2x \, dx = 3 + 15 = 18
B.f(4)=142xdx=15f(4) = \int_1^4 2x \, dx = 15
C.f(4)=f(1)142xdx=315=12f(4) = f(1) - \int_1^4 2x \, dx = 3 - 15 = -12
D.f(4)=042xdx=16f(4) = \int_0^4 2x \, dx = 16
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The Fundamental Theorem of Calculus gives \int_1^4 f'(x) \, dx = f(4) - f(1). Therefore, f(4) = f(1) + \int_1^4 f'(x) \, dx = 3 + \int_1^4 2x \, dx. Evaluating the integral: 142xdx=[x2]14=161=15\int_1^4 2x \, dx = [x^2]_1^4 = 16 - 1 = 15. Thus, f(4)=3+15=18f(4) = 3 + 15 = 18. This is a classic Easy of the theorem to reconstruct a function from its derivative and an initial condition.

Q19. Which of the following statements about the evaluation of abf(x)dx\int_a^b f(x) \, dx via the Fundamental Theorem is false?

A.The theorem requires f(x)f(x) to be continuous on [a,b][a, b]. ✅
B.Any antiderivative F(x)F(x) of f(x)f(x) can be used.
C.The result F(b)F(a)F(b) - F(a) is independent of the choice of antiderivative.
D.The theorem is only applicable if f(x)f(x) is non-negative on [a,b][a, b].
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The Fundamental Theorem of Calculus does not require the integrand f(x)f(x) to be non-negative. If f(x)f(x) is negative on some parts of the interval, the definite integral computes the net signed area. The theorem applies to continuous functions (or more generally, integrable functions with an antiderivative). The other statements are true: continuity is a key condition, any antiderivative works, and the result is independent of the constant of integration.

Q20. A student evaluates 01x2dx\int_0^1 x^2 \, dx by using the Riemann sum and then compares it to the result from the Fundamental Theorem. Which method correctly expresses the limit of the Riemann sum as the definite integral?

A.limni=1n(in)21n\lim_{n \to \infty} \sum_{i=1}^n \left( \frac{i}{n} \right)^2 \frac{1}{n}
B.limni=1n(i1n)21n\lim_{n \to \infty} \sum_{i=1}^n \left( \frac{i-1}{n} \right)^2 \frac{1}{n}
C.limni=1n(in)2\lim_{n \to \infty} \sum_{i=1}^n \left( \frac{i}{n} \right)^2
D.Both A and B
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Both the left endpoint sum (Option B) and the right endpoint sum (Option A) for a continuous function will converge to the same definite integral 01x2dx\int_0^1 x^2 \, dx as nn \to \infty. The Fundamental Theorem then provides a way to evaluate this limit exactly: 01x2dx=[x3/3]01=1/3\int_0^1 x^2 \, dx = [x^3/3]_0^1 = 1/3. This shows the connection between the Riemann sum definition and the Fundamental Theorem as a tool for exact evaluation.

Q21. Let F(x)=0xt3dtF(x) = \int_0^x t^3 \, dt and G(x)=0xt3dt+2G(x) = \int_0^x t^3 \, dt + 2. What is the relationship between F(x)F(x) and G(x)G(x) and the function f(x)=x3f(x) = x^3?

A.Both FF and GG are antiderivatives of ff. ✅
B.Only FF is an antiderivative of ff.
C.Only GG is an antiderivative of ff.
D.Neither are antiderivatives of ff.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The Fundamental Theorem of Calculus states that F(x)=0xt3dtF(x) = \int_0^x t^3 \, dt is an antiderivative of f(x)=x3f(x) = x^3. Adding a constant to any antiderivative yields another antiderivative. Therefore, both F(x)F(x) and G(x)=F(x)+2G(x) = F(x) + 2 are antiderivatives of x3x^3, differing only by a constant. This illustrates the general solution to an antiderivative problem.

Q22. A common error is to evaluate 02(x1)2dx\int_0^2 (x-1)^2 \, dx by finding the antiderivative and then claiming the area is zero because the function is symmetric about x=1x=1. What is the correct evaluation?

A.[(x1)33]02=0\left[ \frac{(x-1)^3}{3} \right]_0^2 = 0
B.02(x1)2dx=23\int_0^2 (x-1)^2 \, dx = \frac{2}{3}
C.02(x1)2dx=2\int_0^2 (x-1)^2 \, dx = 2
D.02(x1)2dx=83\int_0^2 (x-1)^2 \, dx = \frac{8}{3}
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The antiderivative of (x1)2(x-1)^2 is (x1)33\frac{(x-1)^3}{3}. The definite integral is [(x1)33]02=(1)33(1)33=13(13)=23\left[ \frac{(x-1)^3}{3} \right]_0^2 = \frac{(1)^3}{3} - \frac{(-1)^3}{3} = \frac{1}{3} - \left( -\frac{1}{3} \right) = \frac{2}{3}. The function is always non-negative, so the area cannot be zero. The symmetry argument fails because the curve is not symmetric about the x-axis; it's a parabola shifted and the area under it is positive. The correct Easy of the theorem gives 2/32/3.

Q23. The function f(x)f(x) is defined as f(x)=xf(x) = x for x[0,1]x \in [0,1] and f(x)=2xf(x) = 2-x for x(1,2]x \in (1,2]. What is 02f(x)dx\int_0^2 f(x) \, dx?

A.12\frac{1}{2}
B.11
C.22
D.32\frac{3}{2}
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Since the integrand is defined piecewise, the integral over [0,2][0,2] must be split at the point where the definition changes, which is x=1x=1. 02f(x)dx=01xdx+12(2x)dx\int_0^2 f(x) \, dx = \int_0^1 x \, dx + \int_1^2 (2-x) \, dx. Using the Fundamental Theorem: [x2/2]01+[2xx2/2]12=(1/20)+(42)(21/2)=1/2+23/2=1[x^2/2]_0^1 + [2x - x^2/2]_1^2 = (1/2 - 0) + (4-2) - (2-1/2) = 1/2 + 2 - 3/2 = 1. This is the net area under the piecewise linear function, which forms a triangle of base 2 and height 1.

Q24. If F(x)=0xf(t)dtF(x) = \int_0^x f(t) \, dt and F(2)=5F(2) = 5, what is the best interpretation of F(2)F(2)?

A.The value of f(2)f(2). ✅
B.The rate of change of the area at x=2x=2.
C.The net area under f(t)f(t) from t=0t=0 to t=2t=2.
D.The slope of the tangent line to FF at x=2x=2.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: By definition, F(x)=0xf(t)dtF(x) = \int_0^x f(t) \, dt represents the net signed area between the curve y=f(t)y = f(t) and the t-axis from 0 to xx. Therefore, F(2)F(2) is the net area from 0 to 2. The derivative F'(x) = f(x), so f(2)f(2) is the rate of change of the area (the slope of FF), not the area itself. Option B and D refer to f(2)f(2), not F(2)F(2).

🔗 Related Topics (MCQs)