πŸŽ“ BookMCQ
← Back to 6. Integration

πŸ“ Differentiating integrals with variable limits (24 MCQs)

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

What is Differentiating integrals with variable limits?

Definition:
If F(x)=∫a(x)b(x)f(t) dtF(x) = \int_{a(x)}^{b(x)} f(t) \, dt, then Fβ€²(x)=f(b(x))bβ€²(x)βˆ’f(a(x))aβ€²(x)F'(x) = f(b(x))b'(x) - f(a(x))a'(x). This generalizes FTC Part 1 using the Chain Rule for both upper and lower limits.

Example:
F(x)=∫xx2etdtF(x) = \int_x^{x^2} e^t dt. Derivative: ex2(2x)βˆ’ex(1)=2xex2βˆ’exe^{x^2}(2x) - e^x(1) = 2xe^{x^2} - e^x.

Reason:
This rule is crucial for problems where integration bounds depend on the variable, common in probability theory and advanced physics applications.

12
Easy
10
Medium
2
Hard

πŸ“ All Differentiating integrals with variable limits MCQs

Q1. A student computes the derivative of F(x)=∫0x2et2 dtF(x) = \int_{0}^{x^2} e^{t^2} \, dt as ex2e^{x^2}. What error did the student make?

A.They forgot to evaluate the integrand at the upper limit.
B.They applied the chain rule incorrectly by not multiplying by the derivative of x2x^2. βœ…
C.They integrated et2e^{t^2} incorrectly.
D.They used the lower limit instead of the upper limit.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: The student correctly identified that the derivative of an integral with a variable upper limit is the integrand evaluated at that limit, but they forgot the chain rule. The correct derivative is 2xex42x e^{x^4}, as per the formula F'(x) = f(g(x))g'(x). This is a classic and common error, making it a good conceptual check for the chain rule's Easy in this context.

Q2. Find the derivative of F(x)=∫x1cos⁑(t2) dtF(x) = \int_{x}^{1} \cos(t^2) \, dt.

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

πŸ“– Explanation: To differentiate an integral with a variable lower limit and a constant upper limit, we use the property \frac{d}{dx} \int_{g(x)}^{a} f(t)dt = -f(g(x))g'(x). Applying this, F'(x) = -\cos(x^2) \cdot 1 = -\cos(x^2). This question tests the understanding of how to handle limits and the negative sign that comes from reversing the limits of integration.

Q3. If F(x)=∫2xx2t3+1 dtF(x) = \int_{2x}^{x^2} \sqrt{t^3 + 1} \, dt, what is F'(x)?

A.2xx6+1βˆ’28x3+12x\sqrt{x^6 + 1} - 2\sqrt{8x^3 + 1}
B.x6+1βˆ’28x3+1\sqrt{x^6 + 1} - 2\sqrt{8x^3 + 1}
C.2xx6+1βˆ’28x3+12x\sqrt{x^6 + 1} - 2\sqrt{8x^3 + 1} βœ…
D.2xx6+1βˆ’28x3+12x\sqrt{x^6 + 1} - 2\sqrt{8x^3 + 1}
πŸ’‘ Difficulty: easy | βœ… Correct: C

πŸ“– Explanation: This problem requires applying the formula \frac{d}{dx} \int_{g(x)}^{h(x)} f(t)dt = f(h(x))h'(x) - f(g(x))g'(x). Substituting f(t)=t3+1f(t) = \sqrt{t^3 + 1}, h(x)=x2h(x)=x^2, and g(x)=2xg(x)=2x, we get F'(x) = \sqrt{(x^2)^3 + 1} \cdot 2x - \sqrt{(2x)^3 + 1} \cdot 2. This simplifies to 2xx6+1βˆ’28x3+12x\sqrt{x^6 + 1} - 2\sqrt{8x^3 + 1}.

Q4. What is the derivative of F(x)=∫0sin⁑xln⁑(1+t) dtF(x) = \int_{0}^{\sin x} \ln(1+t) \, dt at x=Ο€/2x = \pi/2?

A.00
B.11
C.ln⁑2\ln 2 βœ…
D.ln⁑(1+sin⁑x)\ln(1+\sin x)
πŸ’‘ Difficulty: easy | βœ… Correct: C

πŸ“– Explanation: The derivative is F'(x) = \ln(1+\sin x) \cdot \cos x. At x=Ο€/2x = \pi/2, this becomes ln⁑(1+1)β‹…cos⁑(Ο€/2)=ln⁑2β‹…0=0\ln(1+1) \cdot \cos(\pi/2) = \ln 2 \cdot 0 = 0. The common mistake is to stop at ln⁑(1+sin⁑x)\ln(1+\sin x), but the chain rule factor cos⁑x\cos x makes the final value zero at this specific point, testing careful evaluation.

Q5. The graph of f(t)f(t) is a semicircle of radius 2 above the t-axis from t=βˆ’2t=-2 to t=2t=2. If F(x)=∫0xf(t)dtF(x) = \int_{0}^{x} f(t)dt, what is the best description of F'(x) on the interval (0,2)?

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

πŸ“– Explanation: By the Fundamental Theorem of Calculus, F'(x) = f(x). The graph of ff is the upper semicircle, so on (0,2), f(x)f(x) is positive but decreasing (the curve slopes downward toward zero). This question moves from symbolic to graphical interpretation, requiring the student to visualize the function and describe its behavior on an interval.

Q6. Let ff be a continuous, even function. For F(x)=∫0xf(t)dtF(x) = \int_{0}^{x} f(t)dt, which statement is true?

A.F(x)F(x) is an even function.
B.F(x)F(x) is an odd function. βœ…
C.F(x)F(x) is always increasing.
D.F(x)F(x) is always positive.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: If ff is even (f(βˆ’t)=f(t)f(-t)=f(t)), then F(βˆ’x)=∫0βˆ’xf(t)dt=βˆ’βˆ«0xf(βˆ’u)du=βˆ’βˆ«0xf(u)du=βˆ’F(x)F(-x) = \int_{0}^{-x} f(t)dt = -\int_{0}^{x} f(-u)du = -\int_{0}^{x} f(u)du = -F(x). Thus, FF is odd. This tests the interplay between function properties (even/odd) and integration, a higher-level conceptual link.

Q7. Find ddx[∫ln⁑xxdtt]\frac{d}{dx} \left[ \int_{\ln x}^{x} \frac{dt}{t} \right].

A.1xβˆ’1ln⁑xβ‹…1x\frac{1}{x} - \frac{1}{\ln x} \cdot \frac{1}{x}
B.1xβˆ’1ln⁑x\frac{1}{x} - \frac{1}{\ln x}
C.1xβˆ’1xln⁑x\frac{1}{x} - \frac{1}{x \ln x} βœ…
D.1x+1xln⁑x\frac{1}{x} + \frac{1}{x \ln x}
πŸ’‘ Difficulty: easy | βœ… Correct: C

πŸ“– Explanation: Using the formula f(h(x))h'(x) - f(g(x))g'(x) with f(t)=1/tf(t)=1/t, h(x)=xh(x)=x, g(x)=ln⁑xg(x)=\ln x, we get F'(x) = \frac{1}{x} \cdot 1 - \frac{1}{\ln x} \cdot \frac{1}{x} = \frac{1}{x} - \frac{1}{x \ln x}. This combines logarithmic differentiation with the integral differentiation rule.

Q8. Given F(x)=∫1x2f(t)dtF(x) = \int_{1}^{x^2} f(t)dt, which statement about F''(x) is correct?

A.F''(x) = f'(x^2) \cdot 2x
B.F''(x) = f(x^2) \cdot 2 + 2x f'(x^2) \cdot 2x
C.F''(x) = 2x f'(x^2)
D.F''(x) = 2 f(x^2) + 4x^2 f'(x^2) βœ…
πŸ’‘ Difficulty: medium | βœ… Correct: D

πŸ“– Explanation: First, F'(x) = 2x f(x^2). Then, to find F''(x), we must use the product rule and the chain rule: F''(x) = 2f(x^2) + 2x f'(x^2) \cdot 2x = 2f(x^2) + 4x^2 f'(x^2). This is a multi-step problem testing differentiation rules beyond the first derivative.

Q9. A student claims ddx∫0xsin⁑(t2)dt=sin⁑(x2)\frac{d}{dx} \int_{0}^{x} \sin(t^2)dt = \sin(x^2). Is the student correct, and if not, why?

A.Yes, the student is correct. βœ…
B.No, the derivative is 2xcos⁑(x2)2x \cos(x^2).
C.No, the derivative is cos⁑(x2)\cos(x^2).
D.No, the derivative is 2xsin⁑(x2)2x \sin(x^2).
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The student is absolutely correct. The Fundamental Theorem of Calculus Part 2 states that F'(x) = f(x) for F(x)=∫axf(t)dtF(x) = \int_{a}^{x} f(t)dt. The chain rule is not needed here because the upper limit is just xx, not a function of xx. This problem tests the ability to distinguish between the simple and chain-rule cases.

Q10. Find lim⁑hβ†’01h∫22+heβˆ’t2dt\lim_{h \to 0} \frac{1}{h} \int_{2}^{2+h} e^{-t^2} dt.

A.eβˆ’4e^{-4} βœ…
B.2eβˆ’42e^{-4}
C.00
D.eβˆ’4e^{-4}
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This limit is, by definition, the derivative of F(x)=∫2xeβˆ’t2dtF(x) = \int_{2}^{x} e^{-t^2}dt at x=2x=2. By the Fundamental Theorem of Calculus, F'(2) = e^{-2^2} = e^{-4}. This requires recognizing the limit definition of the derivative within the context of integrals, connecting limit and integral concepts.

Q11. Find the derivative of F(x)=∫x2x311+t2dtF(x) = \int_{x^2}^{x^3} \frac{1}{1+t^2} dt.

A.3x21+x6βˆ’2x1+x4\frac{3x^2}{1+x^6} - \frac{2x}{1+x^4} βœ…
B.11+x6βˆ’11+x4\frac{1}{1+x^6} - \frac{1}{1+x^4}
C.3x21+x6+2x1+x4\frac{3x^2}{1+x^6} + \frac{2x}{1+x^4}
D.3x21+x6βˆ’2x1+x4\frac{3x^2}{1+x^6} - \frac{2x}{1+x^4}
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Applying the formula \frac{d}{dx} \int_{g(x)}^{h(x)} f(t)dt = f(h(x))h'(x) - f(g(x))g'(x), we get 11+(x3)2β‹…3x2βˆ’11+(x2)2β‹…2x=3x21+x6βˆ’2x1+x4\frac{1}{1+(x^3)^2} \cdot 3x^2 - \frac{1}{1+(x^2)^2} \cdot 2x = \frac{3x^2}{1+x^6} - \frac{2x}{1+x^4}. This is a direct, one-step Easy of the standard formula.

Q12. Let F(x)=∫0x21+t3dtF(x) = \int_{0}^{x^2} \sqrt{1+t^3} dt. What is F'(1)?

A.22
B.2\sqrt{2}
C.222\sqrt{2} βœ…
D.323\sqrt{2}
πŸ’‘ Difficulty: easy | βœ… Correct: C

πŸ“– Explanation: Here, F'(x) = 2x\sqrt{1+(x^2)^3} = 2x\sqrt{1+x^6}. Evaluating at x=1x=1: F'(1) = 2(1)\sqrt{1+1} = 2\sqrt{2}. This combines the derivative rule with evaluation, a standard but essential multi-step process.

Q13. Given F(x)=βˆ«βˆ’xxsin⁑(t2)dtF(x) = \int_{-x}^{x} \sin(t^2) dt, find F'(x).

A.2xsin⁑(x2)2x \sin(x^2)
B.2sin⁑(x2)2 \sin(x^2) βœ…
C.00
D.sin⁑(x2)βˆ’sin⁑(x2)=0\sin(x^2) - \sin(x^2) = 0
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: Using the property ddxβˆ«βˆ’xxf(t)dt=f(x)β‹…1βˆ’f(βˆ’x)β‹…(βˆ’1)=f(x)+f(βˆ’x)\frac{d}{dx} \int_{-x}^{x} f(t)dt = f(x) \cdot 1 - f(-x) \cdot (-1) = f(x) + f(-x). Since f(t)=sin⁑(t2)f(t)=\sin(t^2) is even, f(x)+f(βˆ’x)=2f(x)=2sin⁑(x2)f(x)+f(-x)=2f(x)=2\sin(x^2). This question combines the derivative rule with the property of even functions.

Q14. A particle's position is given by s(t)=∫0tcos⁑(u2)dus(t) = \int_{0}^{t} \cos(u^2) du. What is its acceleration?

A.βˆ’sin⁑(t2)-\sin(t^2)
B.βˆ’sin⁑(t2)β‹…2t-\sin(t^2) \cdot 2t βœ…
C.cos⁑(t2)\cos(t^2)
D.βˆ’2tsin⁑(t2)-2t \sin(t^2)
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: Velocity is s'(t) = \cos(t^2). Acceleration is the derivative of velocity: a(t)=βˆ’sin⁑(t2)β‹…2t=βˆ’2tsin⁑(t2)a(t) = -\sin(t^2) \cdot 2t = -2t \sin(t^2). This frames the mathematical concept within a physics model, requiring an extra step of differentiation after finding the velocity.

Q15. For F(x)=∫xxcos⁑(t2)dtF(x) = \int_{\sqrt{x}}^{x} \cos(t^2) dt, which of the following is NOT a correct step in finding the derivative?

A.F'(x) = \cos(x^2) - \cos(x) \cdot \frac{1}{2\sqrt{x}} βœ…
B.F'(x) = \cos(x^2) - \frac{1}{2\sqrt{x}} \cos(x)
C.F'(x) = \cos(x^2) - \frac{\cos(\sqrt{x}^2)}{2\sqrt{x}}
D.F'(x) = \cos(x^2) - \frac{\cos(x)}{2\sqrt{x}}
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The correct derivative is cos⁑(x2)β‹…1βˆ’cos⁑((x)2)β‹…12x=cos⁑(x2)βˆ’cos⁑(x)2x\cos(x^2) \cdot 1 - \cos((\sqrt{x})^2) \cdot \frac{1}{2\sqrt{x}} = \cos(x^2) - \frac{\cos(x)}{2\sqrt{x}}. Option A incorrectly uses cos⁑(x)\cos(x) instead of cos⁑(x)β‹…12x\cos(x) \cdot \frac{1}{2\sqrt{x}}, missing the chain rule factor for the lower limit.

Q16. Find ddx[∫1exln⁑t dt]\frac{d}{dx} \left[ \int_{1}^{e^x} \ln t \, dt \right].

A.exe^x
B.ln⁑(ex)\ln(e^x)
C.xexx e^x
D.ln⁑(ex)β‹…ex=xex\ln(e^x) \cdot e^x = x e^x βœ…
πŸ’‘ Difficulty: easy | βœ… Correct: D

πŸ“– Explanation: Let F(x)=∫1exln⁑t dtF(x) = \int_{1}^{e^x} \ln t \, dt. Then F'(x) = \ln(e^x) \cdot e^x = x e^x. This tests the chain rule with an exponential upper limit, requiring careful Easy of both parts.

Q17. If F(x)=∫0xf(t)dtF(x) = \int_{0}^{x} f(t)dt and the graph of ff is a straight line with negative slope from (0,2) to (2,0), on which interval is F(x)F(x) concave down?

A.-1
B.-12
C.-2 βœ…
D.FF is never concave down.
πŸ’‘ Difficulty: easy | βœ… Correct: C

πŸ“– Explanation: F''(x) = f'(x). Since the graph of ff is a line with a negative slope over the entire interval (0,2), f'(x) is negative for all xx in (0,2). Therefore, FF is concave down on the entire interval (0,2).

Q18. A function F(x)=∫0xf(t)dtF(x) = \int_{0}^{x} f(t)dt is given. If F(2)=5F(2)=5 and F'(x)=x^2, what is the value of ∫02f(t)dt\int_{0}^{2} f(t)dt?

A.5 βœ…
B.83\frac{8}{3}
C.83+5\frac{8}{3} + 5
D.Cannot be determined.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: By the Fundamental Theorem of Calculus, ∫02f(t)dt=F(2)βˆ’F(0)\int_{0}^{2} f(t)dt = F(2) - F(0). Since F(0)=∫00f(t)dt=0F(0) = \int_{0}^{0} f(t)dt = 0, the integral equals F(2)=5F(2) = 5. The given derivative is a distractor; the value is directly given by the property of the integral.

Q19. Find the derivative of F(x)=∫xx2dt1+t2F(x) = \int_{x}^{x^2} \frac{dt}{\sqrt{1+t^2}}.

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

πŸ“– Explanation: Applying the general formula: F'(x) = f(x^2) \cdot 2x - f(x) \cdot 1 = \frac{2x}{\sqrt{1+x^4}} - \frac{1}{\sqrt{1+x^2}}. This is a straightforward Easy of the formula.

Q20. Let F(x)=∫cos⁑xsin⁑xet2dtF(x) = \int_{\cos x}^{\sin x} e^{t^2} dt. What is F'(\pi/4)?

A.e1/2β‹…22+e1/2β‹…22=2ee^{1/2} \cdot \frac{\sqrt{2}}{2} + e^{1/2} \cdot \frac{\sqrt{2}}{2} = \sqrt{2e}
B.e1/2β‹…22βˆ’e1/2β‹…22=0e^{1/2} \cdot \frac{\sqrt{2}}{2} - e^{1/2} \cdot \frac{\sqrt{2}}{2} = 0 βœ…
C.e1/2β‹…22+e1/2β‹…22=2e1/2e^{1/2} \cdot \frac{\sqrt{2}}{2} + e^{1/2} \cdot \frac{\sqrt{2}}{2} = \sqrt{2} e^{1/2}
D.e1/2β‹…22βˆ’e1/2β‹…22=0e^{1/2} \cdot \frac{\sqrt{2}}{2} - e^{1/2} \cdot \frac{\sqrt{2}}{2} = 0
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: F'(x) = e^{(\sin x)^2} \cos x - e^{(\cos x)^2} (-\sin x) = e^{\sin^2 x} \cos x + e^{\cos^2 x} \sin x. At x=Ο€/4x=\pi/4, sin⁑x=cos⁑x=2/2\sin x = \cos x = \sqrt{2}/2, so F'(\pi/4) = e^{1/2} \cdot \frac{\sqrt{2}}{2} + e^{1/2} \cdot \frac{\sqrt{2}}{2} = \sqrt{2} e^{1/2}. This requires evaluating trig functions and simplifying.

Q21. If F(x)=∫12xt3dtF(x) = \int_{1}^{2x} t^3 dt, which is larger, F'(1) or F(1)F(1)?

A.F'(1) is larger. βœ…
B.F(1)F(1) is larger.
C.They are equal.
D.Cannot be determined.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: F(x)=[t44]12x=16x44βˆ’14=4x4βˆ’14F(x) = \left[ \frac{t^4}{4} \right]_{1}^{2x} = \frac{16x^4}{4} - \frac{1}{4} = 4x^4 - \frac{1}{4}. So F(1)=4βˆ’0.25=3.75F(1) = 4 - 0.25 = 3.75. Also, F'(x) = 16x^3, so F'(1) = 16. Since 16 > 3.75, F'(1) is larger. This combines integration, differentiation, and comparison.

Q22. What is ddx[∫xx21+t4dt]\frac{d}{dx} \left[ \int_{x}^{x^2} \sqrt{1+t^4} dt \right] at x=1x = 1?

A.0
B.222\sqrt{2}
C.22βˆ’2=22\sqrt{2} - \sqrt{2} = \sqrt{2} βœ…
D.2\sqrt{2}
πŸ’‘ Difficulty: easy | βœ… Correct: C

πŸ“– Explanation: F'(x) = \sqrt{1+x^8} \cdot 2x - \sqrt{1+x^4} \cdot 1. At x=1x=1: F'(1) = \sqrt{2} \cdot 2 - \sqrt{2} \cdot 1 = \sqrt{2}. This is a direct Easy but requires careful evaluation and simplification at the specific point.

Q23. If F(x)=∫0x2sin⁑(t2)dtF(x) = \int_{0}^{x^2} \sin(t^2) dt, then F'''(0) is:

A.0 βœ…
B.2
C.-2
D.4
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: F'(x) = 2x \sin(x^4). F''(x) = 2\sin(x^4) + 8x^4 \cos(x^4). F'''(x) = 8x^3 \cos(x^4) + 32x^3 \cos(x^4) - 32x^7 \sin(x^4) = 40x^3 \cos(x^4) - 32x^7 \sin(x^4). Evaluating at x=0x=0 gives 0. This is a complex, multi-step differentiation problem testing higher-order derivatives.

Q24. A student tries to evaluate lim⁑xβ†’0∫0x2cos⁑(t)dtx2\lim_{x \to 0} \frac{\int_{0}^{x^2} \cos(t) dt}{x^2} using L'HΓ΄pital's rule. What is the result?

A.12\frac{1}{2}
B.1 βœ…
C.0
D.The limit does not exist.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: The numerator is F(x)=∫0x2cos⁑tdtF(x) = \int_{0}^{x^2} \cos t dt. As xβ†’0x \to 0, both numerator and denominator tend to 0. Applying L'HΓ΄pital's rule gives \lim_{x \to 0} \frac{F'(x)}{2x} = \lim_{x \to 0} \frac{2x \cos(x^2)}{2x} = \lim_{x \to 0} \cos(x^2) = 1. This problem tests the correct Easy of L'HΓ΄pital's rule combined with the integral derivative.

πŸ”— Related Topics (MCQs)