What is Differentiating integrals with variable limits?
Definition: If F(x)=β«a(x)b(x)βf(t)dt, then 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.
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)=β«0x2βet2dt as ex2. 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 x2. β
C.They integrated et2 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 2xex4, 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)=β«x1βcos(t2)dt.
A.βcos(x2) β
B.cos(x2)
C.2xcos(x2)
D.β2xcos(x2)
π‘ 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)=β«2xx2βt3+1βdt, what is F'(x)?
A.2xx6+1ββ28x3+1β
B.x6+1ββ28x3+1β
C.2xx6+1ββ28x3+1β β
D.2xx6+1ββ28x3+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+1β, h(x)=x2, and g(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+1β.
Q4. What is the derivative of F(x)=β«0sinxβln(1+t)dt at x=Ο/2?
A.0
B.1
C.ln2 β
D.ln(1+sinx)
π‘ Difficulty: easy | β Correct: C
π Explanation: The derivative is F'(x) = \ln(1+\sin x) \cdot \cos x. At x=Ο/2, this becomes ln(1+1)β cos(Ο/2)=ln2β 0=0. The common mistake is to stop at ln(1+sinx), but the chain rule factor cosx makes the final value zero at this specific point, testing careful evaluation.
Q5. The graph of f(t) is a semicircle of radius 2 above the t-axis from t=β2 to t=2. If F(x)=β«0xβ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 f is the upper semicircle, so on (0,2), 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 f be a continuous, even function. For F(x)=β«0xβf(t)dt, which statement is true?
A.F(x) is an even function.
B.F(x) is an odd function. β
C.F(x) is always increasing.
D.F(x) is always positive.
π‘ Difficulty: medium | β Correct: B
π Explanation: If f is even (f(βt)=f(t)), then F(βx)=β«0βxβf(t)dt=ββ«0xβf(βu)du=ββ«0xβf(u)du=βF(x). Thus, F is odd. This tests the interplay between function properties (even/odd) and integration, a higher-level conceptual link.
Q7. Find dxdβ[β«lnxxβtdtβ].
A.x1ββlnx1ββ x1β
B.x1ββlnx1β
C.x1ββxlnx1β β
D.x1β+xlnx1β
π‘ Difficulty: easy | β Correct: C
π Explanation: Using the formula f(h(x))h'(x) - f(g(x))g'(x) with f(t)=1/t, h(x)=x, g(x)=lnx, 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)=β«1x2βf(t)dt, which statement about F''(x) is correct?
π 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 dxdββ«0xβsin(t2)dt=sin(x2). Is the student correct, and if not, why?
A.Yes, the student is correct. β
B.No, the derivative is 2xcos(x2).
C.No, the derivative is cos(x2).
D.No, the derivative is 2xsin(x2).
π‘ 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)=β«axβf(t)dt. The chain rule is not needed here because the upper limit is just x, not a function of x. This problem tests the ability to distinguish between the simple and chain-rule cases.
Q10. Find limhβ0βh1ββ«22+hβeβt2dt.
A.eβ4 β
B.2eβ4
C.0
D.eβ4
π‘ Difficulty: medium | β Correct: A
π Explanation: This limit is, by definition, the derivative of F(x)=β«2xβeβt2dt at x=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)=β«x2x3β1+t21βdt.
A.1+x63x2ββ1+x42xβ β
B.1+x61ββ1+x41β
C.1+x63x2β+1+x42xβ
D.1+x63x2ββ1+x42xβ
π‘ 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 1+(x3)21ββ 3x2β1+(x2)21ββ 2x=1+x63x2ββ1+x42xβ. This is a direct, one-step Easy of the standard formula.
Q12. Let F(x)=β«0x2β1+t3βdt. What is F'(1)?
A.2
B.2β
C.22β β
D.32β
π‘ Difficulty: easy | β Correct: C
π Explanation: Here, F'(x) = 2x\sqrt{1+(x^2)^3} = 2x\sqrt{1+x^6}. Evaluating at x=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)=β«βxxβsin(t2)dt, find F'(x).
A.2xsin(x2)
B.2sin(x2) β
C.0
D.sin(x2)βsin(x2)=0
π‘ Difficulty: hard | β Correct: B
π Explanation: Using the property dxdββ«βxxβf(t)dt=f(x)β 1βf(βx)β (β1)=f(x)+f(βx). Since f(t)=sin(t2) is even, f(x)+f(βx)=2f(x)=2sin(x2). This question combines the derivative rule with the property of even functions.
Q14. A particle's position is given by s(t)=β«0tβcos(u2)du. What is its acceleration?
A.βsin(t2)
B.βsin(t2)β 2t β
C.cos(t2)
D.β2tsin(t2)
π‘ 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). This frames the mathematical concept within a physics model, requiring an extra step of differentiation after finding the velocity.
Q15. For F(x)=β«xβxβcos(t2)dt, which of the following is NOT a correct step in finding the derivative?
π Explanation: The correct derivative is cos(x2)β 1βcos((xβ)2)β 2xβ1β=cos(x2)β2xβcos(x)β. Option A incorrectly uses cos(x) instead of cos(x)β 2xβ1β, missing the chain rule factor for the lower limit.
Q16. Find dxdβ[β«1exβlntdt].
A.ex
B.ln(ex)
C.xex
D.ln(ex)β ex=xex β
π‘ Difficulty: easy | β Correct: D
π Explanation: Let F(x)=β«1exβlntdt. 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)=β«0xβf(t)dt and the graph of f is a straight line with negative slope from (0,2) to (2,0), on which interval is F(x) concave down?
A.-1
B.-12
C.-2 β
D.F is never concave down.
π‘ Difficulty: easy | β Correct: C
π Explanation:F''(x) = f'(x). Since the graph of f is a line with a negative slope over the entire interval (0,2), f'(x) is negative for all x in (0,2). Therefore, F is concave down on the entire interval (0,2).
Q18. A function F(x)=β«0xβf(t)dt is given. If F(2)=5 and F'(x)=x^2, what is the value of β«02βf(t)dt?
A.5 β
B.38β
C.38β+5
D.Cannot be determined.
π‘ Difficulty: medium | β Correct: A
π Explanation: By the Fundamental Theorem of Calculus, β«02βf(t)dt=F(2)βF(0). Since F(0)=β«00βf(t)dt=0, the integral equals F(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)=β«xx2β1+t2βdtβ.
A.1+x4β2xββ1+x2β1β β
B.1+x4β1ββ1+x2β1β
C.1+x4β2xβ+1+x2β1β
D.1+x4β2xββ1+x2β1β
π‘ 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)=β«cosxsinxβet2dt. What is F'(\pi/4)?
A.e1/2β 22ββ+e1/2β 22ββ=2eβ
B.e1/2β 22βββe1/2β 22ββ=0 β
C.e1/2β 22ββ+e1/2β 22ββ=2βe1/2
D.e1/2β 22βββe1/2β 22ββ=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=Ο/4, sinx=cosx=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)=β«12xβt3dt, which is larger, F'(1) or F(1)?
A.F'(1) is larger. β
B.F(1) is larger.
C.They are equal.
D.Cannot be determined.
π‘ Difficulty: hard | β Correct: A
π Explanation:F(x)=[4t4β]12xβ=416x4ββ41β=4x4β41β. So F(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 dxdβ[β«xx2β1+t4βdt] at x=1?
A.0
B.22β
C.22ββ2β=2β β
D.2β
π‘ Difficulty: easy | β Correct: C
π Explanation:F'(x) = \sqrt{1+x^8} \cdot 2x - \sqrt{1+x^4} \cdot 1. At x=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)=β«0x2βsin(t2)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=0 gives 0. This is a complex, multi-step differentiation problem testing higher-order derivatives.
Q24. A student tries to evaluate limxβ0βx2β«0x2βcos(t)dtβ using L'HΓ΄pital's rule. What is the result?
A.21β
B.1 β
C.0
D.The limit does not exist.
π‘ Difficulty: medium | β Correct: B
π Explanation: The numerator is F(x)=β«0x2βcostdt. As xβ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.