πŸŽ“ BookMCQ
← Back to 6. Integration

πŸ“ Functions defined by integrals FTC (26 MCQs)

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

What is Functions defined by integrals FTC?

Definition:
Functions defined by integrals, such as F(x)=∫axf(t) dtF(x) = \int_a^x f(t) \, dt, are differentiable if ff is continuous. FTC Part 1 ensures Fβ€²(x)=f(x)F'(x) = f(x), allowing analysis of such functions' behavior using derivatives.

Example:
Let F(x)=∫0xsin⁑(t2)dtF(x) = \int_0^x \sin(t^2) dt. Then Fβ€²(x)=sin⁑(x2)F'(x) = \sin(x^2). Critical points occur when sin⁑(x2)=0\sin(x^2)=0, i.e., x2=nΟ€x^2 = n\pi.

Reason:
This enables studying non-elementary functions (like Fresnel integrals) by analyzing their derivatives, providing insights into their maxima, minima, and concavity.

8
Easy
15
Medium
3
Hard

πŸ“ All Functions defined by integrals FTC MCQs

Q1. The Fresnel sine function is defined as S(x)=∫0xsin⁑(Ο€t22) dtS(x) = \int_{0}^{x} \sin\left(\frac{\pi t^2}{2}\right)\,dt. What is the instantaneous rate of change of S(x)S(x) at x=2x = 2?

A.sin⁑(2Ο€)\sin(2\pi) βœ…
B.sin⁑(Ο€)\sin(\pi)
C.sin⁑(4Ο€)\sin(4\pi)
D.cos⁑(2Ο€)\cos(2\pi)
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The Fundamental Theorem of Calculus Part 2 states that S'(x) = \sin\left(\frac{\pi x^2}{2}\right). Substituting x=2x=2 gives sin⁑(Ο€β‹…42)=sin⁑(2Ο€)\sin\left(\frac{\pi \cdot 4}{2}\right) = \sin(2\pi). This tests whether students can correctly apply the theorem rather than attempting to evaluate the integral itself, which is impossible using elementary functions.

Q2. Consider the function F(x)=∫0xeβˆ’t2 dtF(x) = \int_{0}^{x} e^{-t^2}\,dt. Which statement about F(x)F(x) is true?

A.F(x)F(x) is an elementary function
B.F(x)F(x) is always positive for x>0x > 0 βœ…
C.F(x)F(x) has a relative maximum at x=0x=0
D.F(x)F(x) is decreasing on (0,∞)(0, \infty)
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: The integrand eβˆ’t2e^{-t^2} is positive for all tt, so the integral from 0 to xx is positive for x>0x>0. By the FTC, F'(x) = e^{-x^2} > 0, so FF is increasing, not decreasing. F(0)=0F(0)=0, so x=0x=0 is an absolute minimum, not a maximum. The function is not elementary as it cannot be expressed using elementary functions.

Q3. A student claims that the function G(x)=∫2x1t dtG(x) = \int_{2}^{x} \frac{1}{t}\,dt is the same as ln⁑x\ln x. What is the error in this reasoning?

A.The student forgot the constant of integration
B.The student used the wrong lower limit
C.The student confused dtdt with dxdx
D.The function should be ln⁑xβˆ’ln⁑2\ln x - \ln 2 βœ…
πŸ’‘ Difficulty: medium | βœ… Correct: D

πŸ“– Explanation: The integral ∫2x1t dt=[ln⁑t]2x=ln⁑xβˆ’ln⁑2\int_{2}^{x} \frac{1}{t}\,dt = [\ln t]_{2}^{x} = \ln x - \ln 2. The student's claim would only be true if the lower limit was 1. This error highlights the importance of the lower limit of integration when defining functions via integrals. The constant difference is ln⁑2\ln 2, not an arbitrary integration constant.

Q4. The error function is defined as erf(x)=2Ο€βˆ«0xeβˆ’t2 dt\text{erf}(x) = \frac{2}{\sqrt{\pi}} \int_{0}^{x} e^{-t^2}\,dt. Which of the following is the correct derivative of erf(x)\text{erf}(x)?

A.2Ο€eβˆ’x\frac{2}{\sqrt{\pi}} e^{-x}
B.2Ο€eβˆ’x2\frac{2}{\sqrt{\pi}} e^{-x^2} βœ…
C.2Ο€βˆ«0xeβˆ’t2 dt\frac{2}{\sqrt{\pi}} \int_{0}^{x} e^{-t^2}\,dt
D.2Ο€xeβˆ’x2\frac{2}{\sqrt{\pi}} x e^{-x^2}
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: The derivative of an integral with a constant lower limit and a variable upper limit is found by substituting the upper limit into the integrand. Since the constant factor 2Ο€\frac{2}{\sqrt{\pi}} multiplies the integral, the derivative is 2Ο€eβˆ’x2\frac{2}{\sqrt{\pi}} e^{-x^2}. Option B correctly applies the FTC, while other options confuse the integrand or forget the chain rule.

Q5. Given H(x)=∫0x2cos⁑(t) dtH(x) = \int_{0}^{x^2} \cos(t)\,dt, what is H'(x)?

A.cos⁑(x2)\cos(x^2)
B.2xcos⁑(x2)2x\cos(x^2) βœ…
C.cos⁑(x2)βˆ’1\cos(x^2) - 1
D.sin⁑(x2)\sin(x^2)
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: This requires applying the chain rule to the FTC. The upper limit is g(x)=x2g(x) = x^2, so H'(x) = \cos(g(x)) \cdot g'(x) = \cos(x^2) \cdot 2x. Students often forget the chain rule and incorrectly choose option A. This tests the understanding of differentiating functions defined by integrals with variable limits.

Q6. Let F(x)=∫1xsin⁑tt dtF(x) = \int_{1}^{x} \frac{\sin t}{t}\,dt. Which of the following is NOT a correct statement?

A.F'(x) = \frac{\sin x}{x}
B.F(x)F(x) is differentiable on (0,∞)(0, \infty)
C.The function F(x)F(x) is an elementary function βœ…
D.F''(x) = \frac{x\cos x - \sin x}{x^2}
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: The function F(x)=∫1xsin⁑tt dtF(x) = \int_{1}^{x} \frac{\sin t}{t}\,dt is the sine integral, a non-elementary function. It is differentiable by the FTC on its domain (0,∞)(0, \infty), and its derivative is sin⁑xx\frac{\sin x}{x}. The second derivative can be computed by differentiating sin⁑xx\frac{\sin x}{x}. Only the claim that it is elementary is false.

Q7. A particle's velocity is given by v(t)=∫0tcos⁑(s2) dsv(t) = \int_{0}^{t} \cos(s^2)\,ds. What is the particle's acceleration at t=Ο€t = \sqrt{\pi}?

A.βˆ’1-1
B.00
C.11 βœ…
D.cos⁑(Ο€)\cos(\pi)
πŸ’‘ Difficulty: easy | βœ… Correct: C

πŸ“– Explanation: Acceleration a(t) = v'(t). By the FTC, v'(t) = \cos(t^2). At t=Ο€t = \sqrt{\pi}, a=cos⁑(Ο€)=βˆ’1a = \cos(\pi) = -1. This problem connects the concept of derivatives of integral-defined functions to physics, requiring students to apply the FTC in a modeling context. Option B is a common distractor if one assumes acceleration is zero.

Q8. Which of the following is a valid antiderivative of f(x)=ln⁑xf(x) = \ln x?

A.∫1xln⁑t dt\int_{1}^{x} \ln t\,dt
B.xln⁑xβˆ’xx\ln x - x
C.xln⁑x+Cx\ln x + C
D.Both B and C βœ…
πŸ’‘ Difficulty: medium | βœ… Correct: D

πŸ“– Explanation: An antiderivative of ln⁑x\ln x is xln⁑xβˆ’x+Cx\ln x - x + C. Option A is a definite integral, not an antiderivative (it is a specific number for a given x). Option B is a valid antiderivative, and Option C represents its general family. This question tests the distinction between definite integrals, indefinite integrals, and the fundamental theorem's Easy to find antiderivatives.

Q9. The graph of y=f(t)y = f(t) is shown. Which statement about F(x)=∫0xf(t) dtF(x) = \int_{0}^{x} f(t)\,dt is correct? (Assume graph shows a positive function on (0,2) and negative on (2,4))

A.F(x)F(x) is increasing on (2,4)
B.F(x)F(x) has a local maximum at x=2x=2 βœ…
C.F(x)F(x) is concave down on (0,2)
D.F(x)F(x) is always positive on (0,4)
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: If f(t)f(t) changes from positive to negative at x=2x=2, then F'(x) = f(x) changes sign from positive to negative, so FF has a local maximum at x=2x=2. FF decreases where ff is negative, so (2,4) is decreasing. Concavity depends on f'(x), not directly from the sign of f. This requires interpreting the behavior of an integral-defined function based on its derivative.

Q10. Let F(x)=∫0x11+t2 dtF(x) = \int_{0}^{x} \frac{1}{1+t^2}\,dt and G(x)=∫0x11+t2 dt+3G(x) = \int_{0}^{x} \frac{1}{1+t^2}\,dt + 3. Which statement is correct?

A.F(x)F(x) and G(x)G(x) are both antiderivatives of 11+x2\frac{1}{1+x^2}
B.F'(x) = G'(x)
C.G(x)=F(x)+3G(x) = F(x) + 3
D.All of the above βœ…
πŸ’‘ Difficulty: medium | βœ… Correct: D

πŸ“– Explanation: Since F'(x) = \frac{1}{1+x^2} and G'(x) = F'(x) + 0, both are antiderivatives. By definition, G(x)=F(x)+3G(x) = F(x) + 3. This consolidates the understanding that adding a constant to an integral-defined function produces another function with the same derivative, illustrating the general antiderivative concept.

Q11. A common mistake is to write ∫0xf(t) dt=F(x)βˆ’F(0)\int_{0}^{x} f(t)\,dt = F(x) - F(0). What is the correct interpretation of F(0)F(0)?

A.It is the constant of integration
B.It represents the value of the original function at x=0x=0
C.It is the area from 0 to 0
D.All of the above βœ…
πŸ’‘ Difficulty: medium | βœ… Correct: D

πŸ“– Explanation: F(0)=∫00f(t) dt=0F(0) = \int_{0}^{0} f(t)\,dt = 0. It is often thought of as the 'constant' that disappears when evaluating a definite integral, but here it's a specific value from the antiderivative. This clarifies the relationship between definite and indefinite integrals and the role of the lower limit. Mistaking it for an arbitrary constant is a common misconception.

Q12. The function L(x)=∫1x1t dtL(x) = \int_{1}^{x} \frac{1}{t}\,dt is defined for x>0x > 0. Which of the following is the most accurate description of L(x)L(x)?

A.It is a continuous function
B.It is differentiable on (0,∞)(0, \infty)
C.It is the natural logarithm function
D.All of the above βœ…
πŸ’‘ Difficulty: hard | βœ… Correct: D

πŸ“– Explanation: The integral ∫1x1t dt\int_{1}^{x} \frac{1}{t}\,dt is the definition of the natural logarithm. By the FTC, it is differentiable (and therefore continuous) on its domain. Options A, B, and C are all correct characterizations. This question tests the foundational definition of logarithms via integrals and the resulting properties.

Q13. For F(x)=∫0xcos⁑(t2) dtF(x) = \int_{0}^{x} \cos(t^2)\,dt, what is the limit lim⁑xβ†’0F(x)x\lim_{x \to 0} \frac{F(x)}{x}?

A.00
B.11
C.cos⁑(0)\cos(0) βœ…
D.βˆ’1-1
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: By the definition of the derivative and the FTC, \lim_{x \to 0} \frac{F(x) - F(0)}{x} = F'(0) = \cos(0^2) = 1. Since F(0)=0F(0)=0, this limit is exactly F'(0). This problem combines the definition of the derivative with the FTC, testing a deeper understanding of both concepts. Options A and D are common misconceptions.

Q14. A population model uses P(t)=1000+∫0t5001+s2 dsP(t) = 1000 + \int_{0}^{t} \frac{500}{1+s^2}\,ds. What is the population growth rate at t=1t = 1?

A.500500
B.250250
C.500500 people per year
D.250250 people per year βœ…
πŸ’‘ Difficulty: easy | βœ… Correct: D

πŸ“– Explanation: The growth rate is P'(t) = \frac{500}{1+t^2}. At t=1t=1, P'(1) = 250. This is an Easy problem that requires differentiating the integral-defined function and interpreting the result in a real-world context (people per year). Students must also handle the units correctly, recognizing that the derivative gives a rate.

Q15. Which of the following functions is a valid antiderivative of f(x)=ex2f(x) = e^{x^2}?

A.∫0xet2 dt\int_{0}^{x} e^{t^2}\,dt βœ…
B.12xex2\frac{1}{2x} e^{x^2}
C.ex2+Ce^{x^2} + C
D.∫ex2 dx\int e^{x^2}\,dx
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The function F(x)=∫0xet2 dtF(x) = \int_{0}^{x} e^{t^2}\,dt has derivative ex2e^{x^2} by the FTC, so it is an antiderivative. This is a key Easy of Part 2 of the FTC, showing that even when an antiderivative cannot be expressed in elementary terms, it can be defined as an integral. Option A is the correct conceptual representation of an antiderivative.

Q16. You are evaluating ddx∫x1sin⁑(t3) dt\frac{d}{dx}\int_{x}^{1} \sin(t^3)\,dt. What is the correct first step?

A.sin⁑(1)βˆ’sin⁑(x3)\sin(1) - \sin(x^3)
B.βˆ’sin⁑(x3)-\sin(x^3) βœ…
C.sin⁑(x3)\sin(x^3)
D.∫x1cos⁑(t3) dt\int_{x}^{1} \cos(t^3)\,dt
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: The integral limits need to be reversed or the property of definite integrals applied. The derivative is βˆ’sin⁑(x3)-\sin(x^3). This is a common error because students often forget to apply the negative sign when the variable is in the lower limit. Correct Easy is: ddx∫x1f(t) dt=βˆ’f(x)\frac{d}{dx}\int_{x}^{1} f(t)\,dt = -f(x).

Q17. The function F(x)=∫0xf(t) dtF(x) = \int_{0}^{x} f(t)\,dt represents the area under a curve y=f(t)y=f(t). If f(t)f(t) is negative on (0,2)(0,2), what is true about F(x)F(x) on that interval?

A.F(x)F(x) is increasing
B.F(x)F(x) is negative and decreasing
C.F(x)F(x) is decreasing βœ…
D.F(x)F(x) is constant
πŸ’‘ Difficulty: easy | βœ… Correct: C

πŸ“– Explanation: If f(t)f(t) is negative, then F&#039;(x) = f(x) < 0, so F(x)F(x) is decreasing. The value of F(x)F(x) will be negative (since integrating negative values yields a negative cumulative area), but the question specifically asks about its behavior, which is decreasing. This interprets the geometric meaning of the derivative of an area function.

Q18. Let F(x)=∫0x1+t2 dtF(x) = \int_{0}^{x} \sqrt{1+t^2}\,dt. What is F&#039;&#039;(x)?

A.1+x2\sqrt{1+x^2}
B.x1+x2\frac{x}{\sqrt{1+x^2}} βœ…
C.2x1+x22x\sqrt{1+x^2}
D.11+x2\frac{1}{\sqrt{1+x^2}}
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: F&#039;(x) = \sqrt{1+x^2}. The second derivative is the derivative of this, which is x1+x2\frac{x}{\sqrt{1+x^2}}. This question requires applying the FTC to find the first derivative and then differentiating again. It tests understanding of higher-order derivatives of integral-defined functions. Option A is a common mistake if one forgets to differentiate the derivative.

Q19. A student defines a new function F(x)=∫0xsin⁑(t) dtF(x) = \int_{0}^{x} \sin(t)\,dt and states that the area under y=sin⁑ty=\sin t from 0 to xx is βˆ’1-1 when x=Ο€x = \pi. What is the error?

A.The student misinterpreted the lower limit
B.The area is always positive, but the integral gives signed area βœ…
C.The student used radians incorrectly
D.The integral is cos⁑xβˆ’1\cos x - 1
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: The definite integral ∫0Ο€sin⁑t dt=2\int_{0}^{\pi} \sin t\,dt = 2, which is positive. The student's conclusion of βˆ’1-1 is incorrect. The integral gives the net signed area. While the total positive area from 0 to Ο€\pi is 2. The error lies in not evaluating the integral correctly or misunderstanding signed vs. total area.

Q20. Which of the following is a correct interpretation of F(x)=∫axf(t) dtF(x) = \int_{a}^{x} f(t)\,dt?

A.F(x)F(x) is the antiderivative of ff that passes through (a,0)(a, 0)
B.F(x)F(x) is the antiderivative of ff with constant C=βˆ’F(a)C = -F(a)
C.F(x)F(x) is the cumulative net area from aa to xx
D.All of the above βœ…
πŸ’‘ Difficulty: hard | βœ… Correct: D

πŸ“– Explanation: By the FTC, F(x)F(x) is indeed the antiderivative of f(x)f(x) with F(a)=∫aaf(t) dt=0F(a) = \int_{a}^{a} f(t)\,dt = 0. Any other antiderivative G(x)=F(x)+CG(x) = F(x) + C will have G(a)=CG(a) = C. Therefore, F(x)=G(x)βˆ’G(a)F(x) = G(x) - G(a), so the constant is C=βˆ’F(a)C = -F(a). It is also the cumulative net area. This question ties together the multiple interpretations of a function defined by an integral.

Q21. The function F(x)=∫0x11+t4 dtF(x) = \int_{0}^{x} \frac{1}{1+t^4}\,dt is known to be bounded. Why?

A.The integrand is always positive
B.The integrand is continuous on [0,∞)[0,\infty)
C.The integrand approaches 0 as tβ†’βˆžt \to \infty
D.All of the above βœ…
πŸ’‘ Difficulty: medium | βœ… Correct: D

πŸ“– Explanation: The integrand is positive, continuous, and lim⁑tβ†’βˆž11+t4=0\lim_{t\to\infty} \frac{1}{1+t^4}=0. This implies the improper integral converges, so F(x)F(x) is bounded above. This is a conceptual question that uses the properties of the integral-defined function to reason about its behavior at infinity. It requires synthesizing multiple facts about the integrand to make a global statement.

Q22. If F(x)=∫0xcos⁑(t) dtF(x) = \int_{0}^{x} \cos(t)\,dt, what is the equation of the tangent line to F(x)F(x) at x=Ο€x = \pi?

A.y=0y = 0
B.y=βˆ’x+Ο€y = -x + \pi βœ…
C.y=Ο€y = \pi
D.y=βˆ’xy = -x
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: F&#039;(x) = \cos x, so F&#039;(\pi) = -1. F(Ο€)=∫0Ο€cos⁑t dt=0F(\pi) = \int_{0}^{\pi} \cos t\,dt = 0. The tangent line is yβˆ’0=βˆ’1(xβˆ’Ο€)y - 0 = -1(x - \pi), or y=βˆ’x+Ο€y = -x + \pi. This problem combines the FTC with finding tangent lines, requiring students to find both the function value and the derivative at a point.

Q23. A common mistake is to evaluate ddx∫0x2sin⁑(t) dt\frac{d}{dx}\int_{0}^{x^2} \sin(t)\,dt as sin⁑(x2)\sin(x^2). What is the missing factor?

A.22
B.2x2x βœ…
C.xx
D.sin⁑(x2)\sin(x^2)
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: The derivative is sin⁑(x2)β‹…2x\sin(x^2) \cdot 2x. The missing factor is 2x2x, which comes from the chain rule. This is a classic error in applying the FTC with variable limits. The question targets this specific misconception by making the incorrect answer a tempting distractor and asking to identify the missing piece.

Q24. Consider the function F(x)=∫1x1t dtF(x) = \int_{1}^{x} \frac{1}{t}\,dt. Without calculating directly, what is F(e3)F(e^3)?

A.11
B.22
C.33 βœ…
D.ee
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: F(x)=ln⁑xF(x) = \ln x. Therefore, F(e3)=ln⁑(e3)=3F(e^3) = \ln(e^3) = 3. This question tests whether students recognize the integral as the definition of the natural logarithm. It avoids direct computation, focusing on the fundamental relationship between the integral and the logarithmic function. Option C is the correct conceptual answer.

Q25. For the Fresnel cosine function C(x)=∫0xcos⁑(Ο€t22) dtC(x) = \int_{0}^{x} \cos\left(\frac{\pi t^2}{2}\right)\,dt, at what values of xx does C(x)C(x) have a relative extremum?

A.2n+1\sqrt{2n+1} for integers nn βœ…
B.4n+1\sqrt{4n+1} for integers nn
C.x=0x = 0 only
D.2n\sqrt{2n} for integers nn
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Relative extrema of C(x)C(x) occur when C&#039;(x) = \cos\left(\frac{\pi x^2}{2}\right) = 0. This occurs when Ο€x22=Ο€2+nΟ€\frac{\pi x^2}{2} = \frac{\pi}{2} + n\pi, so x2=1+2nx^2 = 1 + 2n, and x=2n+1x = \sqrt{2n+1}. This question demands solving the derivative equation, interpreting the trigonometric condition, and correctly identifying all critical points. It's a Easy problem.

Q26. A function is defined as F(x)=∫0xf(t) dtF(x) = \int_{0}^{x} f(t)\,dt. If the graph of ff is a straight line passing through the origin with slope 2, what is F(x)F(x)?

A.x2x^2 βœ…
B.12x2\frac{1}{2}x^2
C.2x2x
D.x2+Cx^2 + C
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: If f(t)=2tf(t) = 2t, then F(x)=∫0x2t dt=[t2]0x=x2F(x) = \int_{0}^{x} 2t\,dt = [t^2]_{0}^{x} = x^2. This requires finding the function from its derivative's geometric description, applying the FTC, and evaluating the integral. It connects geometry, algebra, and calculus concepts to determine the specific function.

πŸ”— Related Topics (MCQs)