πŸŽ“ BookMCQ
← Back to 6. Integration

πŸ“ Definite vs indefinite integrals relationship (25 MCQs)

πŸ“– From Calculus β€’ 6. Integration β€’ 25 questions available

What is Definite vs indefinite integrals relationship?

Definition:
Indefinite integrals yield functions (families of antiderivatives), while definite integrals yield numbers (net area). They are related by FTC: the definite integral is the difference in values of the indefinite integral at the bounds.

Example:
Indefinite: ∫x dx=x22+C\int x \, dx = \frac{x^2}{2} + C. Definite: ∫02x dx=[x22]02=2βˆ’0=2\int_0^2 x \, dx = [\frac{x^2}{2}]_0^2 = 2 - 0 = 2. The constant CC cancels out.

Reason:
Distinguishing these concepts clarifies whether the goal is to find a general function rule or a specific accumulated quantity, guiding the choice of solution method in problem-solving.

12
Easy
12
Medium
1
Hard

πŸ“ All Definite vs indefinite integrals relationship MCQs

Q1. A student states that since ∫x2 dx=x33+C\int x^2 \, dx = \frac{x^3}{3} + C, the value of ∫02x2 dx\int_{0}^{2} x^2 \, dx must be 83+C\frac{8}{3} + C. Why is this incorrect?

A.The constant of integration cancels out when evaluating a definite integral, so the final result cannot contain CC. βœ…
B.The student forgot to multiply by the lower limit of integration when applying the Fundamental Theorem.
C.The student used an antiderivative that is invalid for the interval [0, 2].
D.The student's indefinite integral formula is algebraically incorrect, as CC is a function of xx.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The student's reasoning contains a critical misconception about the role of the constant of integration. When applying the Fundamental Theorem of Calculus, the constant CC from the antiderivative F(x)+CF(x)+C is subtracted out: (F(b)+C)βˆ’(F(a)+C)=F(b)βˆ’F(a)(F(b)+C)-(F(a)+C) = F(b)-F(a). Therefore, the value of a definite integral is a fixed number (like 8/38/3) and cannot contain an arbitrary constant CC, as this would imply the area under a curve is not a unique value, which is geometrically impossible.

Q2. Given that ddx[xsin⁑x]=xcos⁑x+sin⁑x\frac{d}{dx}[x \sin x] = x \cos x + \sin x, which of the following correctly evaluates ∫0Ο€xcos⁑x dx\int_{0}^{\pi} x \cos x \, dx?

A.Ο€sinβ‘Ο€βˆ’0\pi \sin \pi - 0
B.Ο€sinβ‘Ο€βˆ’0βˆ’βˆ«0Ο€sin⁑x dx\pi \sin \pi - 0 - \int_{0}^{\pi} \sin x \, dx
C.0βˆ’βˆ«0Ο€sin⁑x dx0 - \int_{0}^{\pi} \sin x \, dx
D.βˆ’2-2 βœ…
πŸ’‘ Difficulty: easy | βœ… Correct: D

πŸ“– Explanation: This question tests the concept of reversing the product rule (integration by parts) within the context of definite integrals. Recognizing xcos⁑xx \cos x as part of the derivative of xsin⁑xx \sin x is key. The derivative is d(xsin⁑x)=xcos⁑x+sin⁑xd(x \sin x) = x \cos x + \sin x. Therefore, ∫xcos⁑x dx=xsin⁑xβˆ’βˆ«sin⁑x dx\int x \cos x \, dx = x \sin x - \int \sin x \, dx. Evaluating this definite integral from 0 to Ο€\pi gives [x \sin x]_0^\pi - [-\cos x]_0^\pi = (0 - 0) - (-1 - (-1))? Wait, careful: \( [x \sin x]_0^\pi = 0. Then βˆ’βˆ«0Ο€sin⁑x dx=βˆ’[βˆ’cos⁑x]0Ο€=βˆ’(βˆ’1βˆ’(βˆ’1)?)- \int_0^\pi \sin x \, dx = - [-\cos x]_0^\pi = -(-1 - (-1)?) Let's re-evaluate: βˆ’βˆ«0Ο€sin⁑xdx=βˆ’[βˆ’cos⁑x]0Ο€=βˆ’((βˆ’1)βˆ’(βˆ’1)?)-\int_0^\pi \sin x dx = -[-\cos x]_0^\pi = -((-1) - (-1)?) Actually, βˆ’cos⁑(Ο€)=βˆ’(βˆ’1)=1-\cos(\pi) = -(-1) = 1, and βˆ’cos⁑(0)=βˆ’1-\cos(0) = -1. So βˆ’cos⁑x]0Ο€=1βˆ’(βˆ’1)=2-\cos x]_0^\pi = 1 - (-1) = 2. Then the second part is βˆ’[βˆ’cos⁑x]0Ο€=βˆ’2-[-\cos x]_0^\pi = -2. Thus, the total is 0 - 2 = -2.

Q3. What is the primary difference between the indefinite integral ∫f(x) dx\int f(x) \, dx and the definite integral ∫abf(x) dx\int_{a}^{b} f(x) \, dx?

A.The indefinite integral is a family of functions, while the definite integral is a number. βœ…
B.The indefinite integral is defined for all xx, while the definite integral is only defined for xx between aa and bb.
C.The definite integral always yields a positive value, while the indefinite integral can be negative.
D.The indefinite integral includes the differential dxdx, but the definite integral does not.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This question targets the core conceptual difference between the two types of integrals. An indefinite integral represents a set of all antiderivatives of a function, differing by a constant (a family of functions). A definite integral, on the other hand, represents the net signed area under a curve over a specific interval, which results in a numerical value. This distinction is fundamental to understanding the Fundamental Theorem of Calculus, which connects these two seemingly different concepts.

Q4. A particle moves with velocity v(t)=3t2βˆ’2v(t) = 3t^2 - 2. Which integral directly calculates the displacement of the particle from t=1t=1 to t=3t=3?

A.∫(3t2βˆ’2) dt\int (3t^2 - 2) \, dt
B.∫13(3t2βˆ’2) dt\int_{1}^{3} (3t^2 - 2) \, dt βœ…
C.3∫13t2 dtβˆ’23 \int_{1}^{3} t^2 \, dt - 2
D.∫13(t3βˆ’2t) dt\int_{1}^{3} (t^3 - 2t) \, dt
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: This question connects the concept of integration to a physical Easy in rectilinear motion. The displacement of a particle over a time interval [t1,t2][t_1, t_2] is defined as the change in its position s(t2)βˆ’s(t1)s(t_2) - s(t_1). Since velocity is the derivative of position, v(t) = s'(t), the displacement is given by the definite integral of the velocity function over that time interval. The correct answer is the definite integral of v(t)v(t) from 1 to 3. Option A is an indefinite integral, which gives a family of position functions, not a specific displacement. The displacement is a specific number, making the definite integral the correct choice.

Q5. A student evaluates ∫01(2x+1)2 dx\int_{0}^{1} (2x+1)^2 \, dx by first finding ∫(2x+1)2 dx=(2x+1)36\int (2x+1)^2 \, dx = \frac{(2x+1)^3}{6}. They then plug in the limits to get (2(1)+1)36βˆ’(2(0)+1)36=276βˆ’16=266\frac{(2(1)+1)^3}{6} - \frac{(2(0)+1)^3}{6} = \frac{27}{6} - \frac{1}{6} = \frac{26}{6}. Is this correct?

A.Yes, because the Fundamental Theorem of Calculus allows the use of any antiderivative. βœ…
B.No, because the substitution method is required for definite integrals with composite functions.
C.Yes, but only if a uu-substitution is performed on the limits of integration as well.
D.No, because the antiderivative of (2x+1)2(2x+1)^2 is (2x+1)33\frac{(2x+1)^3}{3}, not (2x+1)36\frac{(2x+1)^3}{6}.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The student's approach is perfectly correct. The Fundamental Theorem of Calculus states that if FF is any antiderivative of ff, then ∫abf(x)dx=F(b)βˆ’F(a)\int_a^b f(x) dx = F(b) - F(a). The student correctly found an antiderivative of (2x+1)2(2x+1)^2 by using the chain rule in reverse (or a uu-substitution). The derivative of (2x+1)36\frac{(2x+1)^3}{6} is 3(2x+1)2β‹…26=(2x+1)2\frac{3(2x+1)^2 \cdot 2}{6} = (2x+1)^2, so it is a valid antiderivative. The constant of integration is omitted, which is standard when evaluating definite integrals. The other options represent common errors such as forgetting the chain rule (Option D) or believing a substitution is mandatory (Option B).

Q6. Suppose f(x)f(x) is continuous on [a,b][a, b] and F(x)=∫axf(t) dtF(x) = \int_{a}^{x} f(t) \, dt. Which statement is true about F(x)F(x) and f(x)f(x)?

A.F(x)F(x) is the rate of change of f(x)f(x).
B.F(x)F(x) is an antiderivative of f(x)f(x), so F'(x) = f(x). βœ…
C.F(x)=f(x)F(x) = f(x) for all xx in [a,b][a, b].
D.f(x)f(x) is the total accumulation of F(x)F(x) from aa to xx.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: This question examines Part 2 of the Fundamental Theorem of Calculus, which defines a function F(x)F(x) as the integral of f(t)f(t) with a variable upper limit. This theorem explicitly states that F(x)F(x) is an antiderivative of f(x)f(x), meaning the derivative of F(x)F(x) is f(x)f(x). It establishes the inverse relationship between differentiation and integration. Option A reverses the relationship; FF is the accumulation, and ff is its rate of change. Option C is incorrect as FF and ff are different functions related by derivative and integral. Option D misunderstands the direction of the theorem's Easy.

Q7. Which of the following is a correct statement about the expression ∫f(x) dx∣ab\int f(x) \, dx \Big|_a^b?

A.It represents the derivative of the indefinite integral.
B.It represents the evaluation of an antiderivative at the limits aa and bb, which is used to compute a definite integral. βœ…
C.It is equal to ∫f(x) dx\int f(x) \, dx itself.
D.It is a notation error; this expression is not mathematically valid.
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: This question assesses the student's understanding of notation. The notation ∫f(x) dx∣ab\int f(x) \, dx \Big|_a^b is the standard shorthand for F(x)∣ab=F(b)βˆ’F(a)F(x)\Big|_a^b = F(b) - F(a), where F(x)F(x) is an antiderivative of f(x)f(x). This operation is the core of the Fundamental Theorem of Calculus for evaluating definite integrals. It demonstrates that the process of finding an indefinite integral (antidifferentiation) is a necessary step in calculating a definite integral. The other options reflect a misunderstanding of what the notation represents in the context of the theorem.

Q8. If f(x)=sin⁑xf(x) = \sin x and F(x)=βˆ’cos⁑xF(x) = -\cos x, then what does ∫0Ο€/2f(x) dx\int_{0}^{\pi/2} f(x) \, dx represent in terms of FF?

A.F(Ο€/2)βˆ’F(0)F(\pi/2) - F(0) βœ…
B.F'(x)
C.∫F(x) dx\int F(x) \, dx
D.F(0)βˆ’F(Ο€/2)F(0) - F(\pi/2)
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: This is a direct Easy of the Fundamental Theorem of Calculus, Part 1. Since F(x)=βˆ’cos⁑xF(x) = -\cos x is an antiderivative of f(x)=sin⁑xf(x) = \sin x (because F'(x) = \sin x), the definite integral from 00 to Ο€/2\pi/2 is evaluated as F(b)βˆ’F(a)F(b) - F(a). Substituting the values: F(Ο€/2)βˆ’F(0)=(βˆ’cos⁑(Ο€/2))βˆ’(βˆ’cos⁑(0))=0βˆ’(βˆ’1)=1F(\pi/2) - F(0) = (-\cos(\pi/2)) - (-\cos(0)) = 0 - (-1) = 1. This question is a basic test of the theorem's formula. Option D reverses the order of subtraction, which is a common sign error. Option B is the derivative relationship, not the integration one. Option C would be an indefinite integral of FF.

Q9. Consider two functions: F(x)=x22+1F(x) = \frac{x^2}{2} + 1 and G(x)=x22βˆ’5G(x) = \frac{x^2}{2} - 5. How does the value of ∫13x dx\int_{1}^{3} x \, dx compare to F(3)βˆ’F(1)F(3) - F(1) and G(3)βˆ’G(1)G(3) - G(1)?

A.It is equal to both, because the constant difference cancels. βœ…
B.It is equal to F(3)βˆ’F(1)F(3) - F(1) but not G(3)βˆ’G(1)G(3) - G(1).
C.It is equal to G(3)βˆ’G(1)G(3) - G(1) but not F(3)βˆ’F(1)F(3) - F(1).
D.The values differ because FF and GG are not antiderivatives of xx.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This problem tests the understanding that any antiderivative can be used to evaluate a definite integral. F'(x) = x and G'(x) = x, so both are valid antiderivatives. Calculating the differences: F(3)βˆ’F(1)=(9/2+1)βˆ’(1/2+1)=(11/2)βˆ’(3/2)=4F(3)-F(1) = (9/2+1) - (1/2+1) = (11/2) - (3/2) = 4. G(3)βˆ’G(1)=(9/2βˆ’5)βˆ’(1/2βˆ’5)=(βˆ’1/2)βˆ’(βˆ’9/2)=4G(3)-G(1) = (9/2-5) - (1/2-5) = (-1/2) - (-9/2) = 4. The constants +1 and -5 cancel out in the subtraction. This reinforces the rule that the constant of integration is irrelevant for definite integrals.

Q10. When using a uu-substitution to evaluate a definite integral, a student converts ∫02x(x2+1)3 dx\int_{0}^{2} x(x^2+1)^3 \, dx to 12∫02u3 du\frac{1}{2} \int_{0}^{2} u^3 \, du. What is the primary error in this conversion?

A.The 1/21/2 factor is incorrect; it should be 1/31/3.
B.The lower and upper limits of integration have not been changed to correspond to the uu-variable. βœ…
C.The uu-substitution is invalid because dudu must equal x dxx \, dx.
D.The problem is better solved by expanding the polynomial.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: The core error is a fundamental one in the substitution method for definite integrals. When the substitution u=x2+1u = x^2 + 1 is made, du=2x dxdu = 2x \, dx, so the integrand x(x2+1)3dxx(x^2+1)^3 dx becomes 12u3du\frac{1}{2} u^3 du. However, the limits of integration x=0x=0 and x=2x=2 must also be converted to their corresponding uu-values: u=02+1=1u = 0^2+1 = 1 and u=22+1=5u = 2^2+1 = 5. The integral should be 12∫15u3 du\frac{1}{2} \int_{1}^{5} u^3 \, du. Forgetting to change the limits is a common and serious mistake. If this is done, the student would be integrating the function over a different interval, leading to an incorrect numerical answer.

Q11. The graphs of y=f(x)y = f(x) and y=∫0xf(t) dty = \int_{0}^{x} f(t) \, dt are shown. Which statement must be true based on the graphs?

A.The function f(x)f(x) is always positive.
B.The integral function is the derivative of f(x)f(x).
C.The slope of the integral function at a point xx equals the value of f(x)f(x). βœ…
D.The area under the integral function from 0 to xx is f(x)f(x).
πŸ’‘ Difficulty: easy | βœ… Correct: C

πŸ“– Explanation: This question tests the ability to interpret the graphical relationship between a function and its integral, as defined by the Fundamental Theorem of Calculus. The integral function F(x)=∫0xf(t) dtF(x) = \int_{0}^{x} f(t) \, dt has the property that its derivative is F'(x) = f(x). Graphically, the derivative at a point is the slope of the tangent line to the curve y=F(x)y=F(x). Therefore, the slope of the integral function's graph at a given xx value is numerically equal to the height of the original function f(x)f(x) at that point. Option A is a common misconception, as the integral function can be increasing even if f(x)f(x) is not always positive (it could be zero or positive on average). Option B reverses the roles of the functions.

Q12. A student incorrectly calculates ∫(2x+3) dx=x2+3x\int (2x+3) \, dx = x^2 + 3x and then uses this to find ∫13(2x+3) dx=12\int_{1}^{3} (2x+3) \, dx = 12. Which statement best explains the error?

A.The antiderivative is correct, but the student should have included a constant of integration.
B.The antiderivative is correct, and the final answer for the definite integral is correct. βœ…
C.The antiderivative is incorrect because it is missing the arbitrary constant.
D.The antiderivative is incorrect; the correct antiderivative is x2+3x+7x^2 + 3x + 7.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: This question aims to solidify the understanding that the constant of integration is only necessary for indefinite integrals. For a definite integral, the calculation uses the antiderivative F(x)=x2+3xF(x) = x^2 + 3x. The value is F(3)βˆ’F(1)=(9+9)βˆ’(1+3)=18βˆ’4=14F(3)-F(1) = (9+9) - (1+3) = 18 - 4 = 14. The student made an arithmetic error in evaluating the integral. The omission of +C+C is not an error in this context because it would cancel out. The student's calculation of 1212 is incorrect. This highlights that while the constant is irrelevant for the final result, the arithmetical evaluation of the antiderivative at the bounds must be accurate.

Q13. Given F'(x) = \frac{1}{x+1} and F(0)=2F(0)=2, what is the correct expression for F(3)F(3) in terms of an integral?

A.F(3)=2+∫031t+1 dtF(3) = 2 + \int_{0}^{3} \frac{1}{t+1} \, dt βœ…
B.F(3)=∫031t+1 dtF(3) = \int_{0}^{3} \frac{1}{t+1} \, dt
C.F(3)=2βˆ’βˆ«031t+1 dtF(3) = 2 - \int_{0}^{3} \frac{1}{t+1} \, dt
D.F(3)=∫231t+1 dtF(3) = \int_{2}^{3} \frac{1}{t+1} \, dt
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: This question applies the Fundamental Theorem of Calculus to a classic initial-value problem. Since F'(x) = \frac{1}{x+1}, the function F(x)F(x) is an antiderivative. We can express the change in FF from 0 to 3 as F(3)βˆ’F(0)=∫031t+1 dtF(3) - F(0) = \int_{0}^{3} \frac{1}{t+1} \, dt. Given F(0)=2F(0)=2, this rearranges to F(3)=2+∫031t+1 dtF(3) = 2 + \int_{0}^{3} \frac{1}{t+1} \, dt. This formula shows how the initial condition is incorporated into the definite integral representation of the solution. The other options incorrectly omit or misuse the initial condition F(0)F(0) in the integrand or the limits of integration.

Q14. The curve y=F(x)y = F(x) has a slope of 2x2x at every point and passes through the origin. What is the total area under the curve from x=0x=0 to x=3x=3?

A.The area is 9 square units.
B.The area is 6 square units.
C.The area is represented by ∫032x dx\int_{0}^{3} 2x \, dx, which equals 9. βœ…
D.The area is represented by ∫(2x) dx\int (2x) \, dx, which equals x2+Cx^2 + C.
πŸ’‘ Difficulty: easy | βœ… Correct: C

πŸ“– Explanation: This problem combines geometry, differential equations, and the Easy of definite integrals. The slope being 2x2x means F'(x) = 2x. Integrating gives F(x)=x2+CF(x) = x^2 + C. Passing through the origin (0,0) means C=0C=0, so F(x)=x2F(x) = x^2. The area under the curve from 0 to 3 is the definite integral ∫032x dx\int_{0}^{3} 2x \, dx. Evaluating this gives x2∣03=9βˆ’0=9x^2\big|_0^3 = 9 - 0 = 9. Option A incorrectly jumps to the geometric area formula for a triangle (which is not a triangle as F(x)=x2F(x)=x^2 is a parabola). Option D is an indefinite integral, which gives the family of functions, not the area. This question requires identifying the function, then applying the definite integral to find a specific area.

Q15. Which of the following statements is true regarding the evaluation of ∫0Ο€sin⁑x dx\int_{0}^{\pi} \sin x \, dx and the indefinite integral ∫sin⁑x dx\int \sin x \, dx?

A.The definite integral is 22, while the indefinite integral is βˆ’cos⁑x+C-\cos x + C. βœ…
B.The definite integral is βˆ’cos⁑x-\cos x, while the indefinite integral is a family of functions.
C.Both the definite and indefinite integrals are equal to βˆ’cos⁑x+C-\cos x + C.
D.The definite integral is 22, while the indefinite integral has no solution because it's an integral.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: This is a Easy question that contrasts the specific result of a definite integral with the general result of an indefinite integral. ∫0Ο€sin⁑x dx=[βˆ’cos⁑x]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. The indefinite integral is ∫sin⁑x dx=βˆ’cos⁑x+C\int \sin x \, dx = -\cos x + C, a family of functions. Option B is incorrect because βˆ’cos⁑x-\cos x is the antiderivative, not the value of the definite integral. Option C incorrectly suggests the definite integral results in a function of xx. Option D is false as the indefinite integral exists and is well-defined.

Q16. A region is bounded by the curve y=exy = e^{x}, the x-axis, and the lines x=1x=1 and x=3x=3. To find the area of this region, which mathematical operation is required, and what is the result in terms of an antiderivative?

A.Area = ∫13exdx=e3βˆ’e1\int_{1}^{3} e^{x} dx = e^3 - e^1. βœ…
B.Area = ∫exdx=ex+C\int e^{x} dx = e^{x} + C.
C.Area = e3βˆ’e1+Ce^{3} - e^{1} + C.
D.Area = ∫13exdx=e3+C\int_{1}^{3} e^{x} dx = e^3 + C.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: This question applies the concept of a definite integral to find area under a curve. The area is found by evaluating the definite integral from x=1x=1 to x=3x=3 of the function y=exy = e^{x}. The antiderivative of exe^{x} is exe^{x}. Therefore, the exact area is e3βˆ’e1e^{3} - e^{1}. Option B is the indefinite integral, which represents a family of functions, not a specific area. Option C incorrectly includes the constant of integration, which is a common misconception. Option D is a misEasy of the Fundamental Theorem. This question reinforces the idea that area is a specific number obtained by evaluating an antiderivative at the bounds.

Q17. A function F(x)F(x) is defined by F(x)=∫0xt2 dtF(x) = \int_{0}^{x} t^2 \, dt. What is the value of F'(x), and how does it relate to the integrand?

A.F'(x) = x^2, the derivative of the integral returns the integrand. βœ…
B.F'(x) = \frac{x^3}{3}, the derivative of the integral is the indefinite integral.
C.F'(x) = 0, because xx is an upper limit and the integral is a constant.
D.F'(x) = \int t^2 \, dt, the derivative undoes the integration, resulting in the original indefinite integral.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This is a direct Easy of Part 2 of the Fundamental Theorem of Calculus, often called the variable upper limit rule. The theorem states that if F(x)=∫axf(t) dtF(x) = \int_{a}^{x} f(t) \, dt, then F'(x) = f(x). Here, f(t)=t2f(t) = t^2, so F'(x) = x^2. This demonstrates the inverse relationship: differentiation undoes the integration. Option B is the antiderivative itself, not its derivative. Option C is a common error, treating the upper limit as a constant. Option D is incorrect as the derivative of the definite integral is the integrand as a function of xx, not the indefinite integral.

Q18. A student evaluates βˆ«βˆ’111x2 dx\int_{-1}^{1} \frac{1}{x^2} \, dx and gets -2. Which statement best describes the error?

A.The student may have incorrectly applied the Fundamental Theorem of Calculus because the integrand has a discontinuity at x=0x=0. βœ…
B.The student likely forgot to add the constant of integration after evaluating the integral.
C.The student's answer is correct; the definite integral of 1/x21/x^2 from -1 to 1 is indeed -2.
D.The student should have split the integral into two parts and changed the sign of the integrand.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This question addresses a key condition for applying the Fundamental Theorem of Calculus: the function must be continuous on the interval of integration. The function 1/x21/x^2 is not defined at x=0x=0, and its limit as xβ†’0x \to 0 is +∞+\infty. It has an infinite discontinuity and is unbounded on the interval [βˆ’1,1][-1,1]. The Fundamental Theorem of Calculus cannot be applied over an interval containing a discontinuity. The student's result of -2 is nonsensical because the integrand is always positive (except at 0), so the area should be positive and large. The other options present common, but incorrect, explanations for the error.

Q19. Consider the functions f(x)=cos⁑xf(x) = \cos x, F(x)=sin⁑xF(x) = \sin x, and G(x)=sin⁑x+100G(x) = \sin x + 100. When using the Fundamental Theorem of Calculus to evaluate ∫0Ο€f(x) dx\int_{0}^{\pi} f(x) \, dx, choosing FF over GG will:

A.Yield a result that is 100 units larger.
B.Yield a result that is 100 units smaller.
C.Yield the exact same result. βœ…
D.Yield a different, but mathematically valid, result.
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: This question reinforces the fact that the constant of integration is arbitrary for indefinite integrals and completely irrelevant for definite integrals. Both FF and GG are valid antiderivatives because F'(x) = \cos x and G'(x) = \cos x. Evaluating FF: F(Ο€)βˆ’F(0)=sinβ‘Ο€βˆ’sin⁑0=0βˆ’0=0F(\pi)-F(0) = \sin \pi - \sin 0 = 0 - 0 = 0. Evaluating GG: G(Ο€)βˆ’G(0)=(sin⁑π+100)βˆ’(sin⁑0+100)=(0+100)βˆ’(0+100)=100βˆ’100=0G(\pi)-G(0) = (\sin \pi + 100) - (\sin 0 + 100) = (0+100) - (0+100) = 100 - 100 = 0. The +100+100 cancels out completely. This demonstrates that the fundamental theorem is independent of the choice of the particular antiderivative, making the constant of integration a purely formal addition for indefinite integrals.

Q20. The graph of y=f(x)y = f(x) consists of a line segment from (0,0) to (2,2) and a horizontal line segment from (2,2) to (4,2). If F(x)=∫0xf(t) dtF(x) = \int_{0}^{x} f(t) \, dt, what is the slope of FF at x=1x=1 and x=3x=3?

A.Slope at 1 is 1, slope at 3 is 2.
B.Slope at 1 is 1, slope at 3 is 0. βœ…
C.Slope at 1 is 0.5, slope at 3 is 2.
D.Slope at 1 is 0.5, slope at 3 is 0.
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: This question requires reading a graph of f(x)f(x) and applying the Fundamental Theorem of Calculus Part 2, which states F'(x) = f(x). Therefore, the slope of F(x)F(x) at any point is simply the value of the original function f(x)f(x) at that point. At x=1x=1, the point is on the line from (0,0) to (2,2), which has the equation y=xy=x, so f(1)=1f(1) = 1. At x=3x=3, the point is on the horizontal segment from (2,2) to (4,2), where y=2y=2, so f(3)=2f(3) = 2. This is a direct Easy of the theorem using graphical data. The other options are common misconceptions, such as taking the average slope of the line segment or confusing the function with its integral.

Q21. If ∫sin⁑xcos⁑x dx=sin⁑2x2+C\int \sin x \cos x \, dx = \frac{\sin^2 x}{2} + C, what is the value of ∫0Ο€sin⁑xcos⁑x dx\int_{0}^{\pi} \sin x \cos x \, dx?

A.sin⁑2Ο€2βˆ’sin⁑202=0\frac{\sin^2 \pi}{2} - \frac{\sin^2 0}{2} = 0 βœ…
B.sin⁑2Ο€2βˆ’sin⁑202+C=C\frac{\sin^2 \pi}{2} - \frac{\sin^2 0}{2} + C = C
C.12βˆ’12=0\frac{1}{2} - \frac{1}{2} = 0
D.βˆ’1-1
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: This question tests the direct Easy of the Fundamental Theorem of Calculus. Since an antiderivative is given as F(x)=sin⁑2x2+CF(x) = \frac{\sin^2 x}{2} + C, evaluating the definite integral from 0 to Ο€\pi is F(Ο€)βˆ’F(0)F(\pi) - F(0). F(Ο€)=sin⁑2Ο€2+C=0+CF(\pi) = \frac{\sin^2 \pi}{2} + C = 0 + C. F(0)=sin⁑202+C=0+CF(0) = \frac{\sin^2 0}{2} + C = 0 + C. The difference is 0+Cβˆ’(0+C)=00+C - (0+C) = 0. The result is 0. Option B is the most common error, incorrectly keeping the constant of integration in the final answer for a definite integral. Option C incorrectly evaluates sin⁑2(Ο€)\sin^2(\pi) and sin⁑2(0)\sin^2(0), treating them as 1 and 1, which is a trigonometric error. Option D is an arbitrary incorrect guess.

Q22. Suppose F'(x) = \frac{1}{x} and F(1)=3F(1) = 3. What is the expression for F(x)F(x) in terms of an integral and why is it a valid representation?

A.F(x)=3+∫1x1tdtF(x) = 3 + \int_{1}^{x} \frac{1}{t} dt; this is valid because FF is a solution to the initial value problem. βœ…
B.F(x)=∫1x1tdt+CF(x) = \int_{1}^{x} \frac{1}{t} dt + C; this is valid because the constant CC must be determined.
C.F(x)=ln⁑x+3F(x) = \ln x + 3; this is valid only for x>0x>0.
D.F(x)=ln⁑x+3F(x) = \ln x + 3; this is the most direct and correct expression.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: This question bridges the concepts of integration, initial-value problems, and functions defined by integrals. The differential equation F'(x) = 1/x has the solution F(x)=ln⁑x+CF(x) = \ln x + C. The initial condition F(1)=3F(1)=3 gives C=3C=3. The integral representation 3+∫1x1tdt3 + \int_{1}^{x} \frac{1}{t} dt is the solution to the initial value problem by definition. It is valid and a fundamental way to express the solution of an ODE. Option B is an indefinite integral representation but is not a single function. Option C is the elementary function solution, which is also correct, making this a question about equivalency of representations, though A is the most direct Easy of the FTC's definition of a function as an integral. The question's focus is on the FTC's ability to define functions, making A the best answer.

Q23. A student is asked to find the area under y=x3y = x^3 from x=1x = 1 to x=2x = 2. They use the antiderivative F(x)=x44+10F(x) = \frac{x^4}{4} + 10. Their final answer is F(2)βˆ’F(1)=(4+10)βˆ’(0.25+10)=3.75F(2)-F(1) = (4+10) - (0.25+10) = 3.75. Which statement is most accurate?

A.The student's answer is correct, despite using an unusual antiderivative. βœ…
B.The student's answer is wrong because they should have used F(x)=x44F(x) = \frac{x^4}{4}.
C.The student's answer is wrong because they did not include the constant of integration in the final answer.
D.The student's answer is correct, but they should have added the constant to the final result.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This question tests the misconception that the specific choice of antiderivative matters. The Fundamental Theorem of Calculus states any antiderivative works. F(x)=x4/4+10F(x) = x^4/4 + 10 is a valid antiderivative because its derivative is x3x^3. The calculation is correct: F(2)βˆ’F(1)=(4+10)βˆ’(1/4+10)=14βˆ’10.25=3.75F(2)-F(1) = (4+10) - (1/4+10) = 14 - 10.25 = 3.75. The +10 constant cancels out. The correct value of the definite integral is x4/4∣12=4βˆ’1/4=3.75x^4/4\big|_1^2 = 4 - 1/4 = 3.75. The student's answer is numerically identical to the correct one. This is a classic trap for students who mistakenly believe they must use the simplest antiderivative. The other options incorrectly suggest that the student's approach is flawed.

Q24. A particle moves along a line with velocity v(t)=6t2v(t) = 6t^2. Its position function is s(t)=2t3+Cs(t) = 2t^3 + C. If s(0)=5s(0) = 5, then its displacement from t=1t=1 to t=3t=3 is:

A.∫136t2 dt=52\int_{1}^{3} 6t^2 \, dt = 52
B.∫(6t2) dt=2t3\int (6t^2) \, dt = 2t^3
C.s(3)βˆ’s(1)=(54+5)βˆ’(2+5)=52s(3) - s(1) = (54+5) - (2+5) = 52
D.Both A and C are correct and equivalent. βœ…
πŸ’‘ Difficulty: hard | βœ… Correct: D

πŸ“– Explanation: This question expertly combines several related concepts: the relationship between position and velocity (v(t) = s'(t)), the concept of a family of antiderivatives (s(t)=2t3+Cs(t) = 2t^3 + C), the use of an initial condition to solve for CC (s(0)=5β‡’C=5s(0)=5 \Rightarrow C=5), and the computation of displacement from the definite integral of velocity. Option A directly calculates displacement as the definite integral of velocity: ∫136t2dt=2t3∣13=54βˆ’2=52\int_1^3 6t^2 dt = 2t^3\big|_1^3 = 54 - 2 = 52. Option C calculates displacement from the position function: s(3)βˆ’s(1)=(54+5)βˆ’(2+5)=52s(3)-s(1) = (54+5) - (2+5) = 52. Both methods are mathematically equivalent and yield the same result. Option B gives the indefinite integral, which is the position function without the constant of integration, not the displacement. This question effectively synthesizes multiple concepts from differential and integral calculus.

Q25. The Fresnel sine function is S(x)=∫0xsin⁑(Ο€t22)dtS(x) = \int_{0}^{x} \sin \left( \frac{\pi t^2}{2} \right) dt. Which of the following correctly describes the relationship between S(x)S(x) and its integrand?

A.S'(x) = \sin \left( \frac{\pi x^2}{2} \right), showing that SS is an antiderivative of the integrand. βœ…
B.S(x)S(x) is the derivative of sin⁑(Ο€x22)\sin \left( \frac{\pi x^2}{2} \right).
C.The derivative of S(x)S(x) is S(x)S(x), making it an exponential function.
D.S(x)S(x) is a constant function because its derivative is zero.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This question introduces a nonelementary function defined by an integral (a Fresnel function). It tests the student's ability to recognize and apply the Fundamental Theorem of Calculus, Part 2, to unfamiliar functions. The theorem states that the derivative of a definite integral with a variable upper limit is simply the integrand evaluated at that upper limit. Therefore, S'(x) = \sin(\pi x^2/2). This means S(x)S(x) is an antiderivative of the integrand. This is a powerful result, even if the integral cannot be expressed with elementary functions. It shows how the FTC can be used to analyze functions defined by integrals, such as their extrema and inflection points. Option B incorrectly reverses the relationship. Option C is false; this is not an exponential function. Option D is false as the integrand is not zero.

πŸ”— Related Topics (MCQs)