Let . For what positive value of does have a local minimum?
Opening subject page...
Loading your content
AP Calculus BC Quiz
Practice Fundamental Theorem Of Calculus Accumulation Functions in AP Calculus BC with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
Question 1 / 20
0 of 20 answered
Let F(x)=∫0xt2+1t2−3dt. For what positive value of x does F(x) have a local minimum?
This quiz focuses on Fundamental Theorem Of Calculus Accumulation Functions, giving you a quick way to practice the rules, question types, and explanations that matter most for AP Calculus BC.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
Let F(x)=∫0xt2+1t2−3dt. For what positive value of x does F(x) have a local minimum?
Explanation: To find a local minimum of F(x), we analyze the first derivative, F′(x). By the Fundamental Theorem of Calculus, F′(x)=x2+1x2−3. A local minimum can occur at a critical point where F′(x) changes from negative to positive. Set F′(x)=0: x2+1x2−3=0⟹x2−3=0⟹x=±3. Since we are looking for a positive value of x, we consider x=3. The denominator x2+1 is always positive. For 0<x<3, x2−3 is negative, so F′(x)<0. For x>3, x2−3 is positive, so F′(x)>0. Since F′(x) changes from negative to positive at x=3, F(x) has a local minimum there.
Let F(x)=∫0x(t−1)2(t−5)dt. At what value of x does F have a local minimum?
Explanation: To find local extrema of F, we examine its derivative, F′(x). By the Fundamental Theorem of Calculus, F′(x)=(x−1)2(x−5). Critical points occur when F′(x)=0, which are at x=1 and x=5. For a local minimum, F′(x) must change from negative to positive. The term (x−1)2 is always non-negative. The sign of F′(x) is determined by the term (x−5). For x<5, F′(x)<0. For x>5, F′(x)>0. Therefore, a local minimum occurs at x=5. At x=1, the derivative does not change sign.
Let h(x)=∫1xe−t2/2dt. For what open interval is the graph of h(x) concave up?
Explanation: The concavity of h(x) is determined by the sign of its second derivative, h′′(x). First, we find h′(x)=e−x2/2 using the Fundamental Theorem of Calculus. Then, we differentiate again to find h′′(x): h′′(x)=dxd(e−x2/2)=e−x2/2⋅(−x). The graph of h(x) is concave up when h′′(x)>0. Since e−x2/2 is always positive, we need −x>0, which implies x<0. So, the interval is (−∞,0).
A function g(x) is defined such that g′(x)=sin(x2) and g(0)=4. Which of the following is an expression for g(x)?
Explanation: By the Fundamental Theorem of Calculus, if g′(x)=f(x), then g(x)=g(a)+∫axf(t)dt. Here, f(x)=sin(x2), a=0, and g(0)=4. So, g(x)=4+∫0xsin(t2)dt.
A bacteria culture grows at rate g(t)=e2t. If P(x)=∫−1xg(t)dt, what is P′(x)?
Explanation: This problem requires applying the first part of the Fundamental Theorem of Calculus (FTC Part 1), which states that if P(x) is defined as the integral from a constant to x of g(t)dt, then P′(x) equals g(x). Here, P(x) accumulates the growth rate g(t)=e2t from t=-1 to t=x, so its derivative P′(x) should simply be the integrand evaluated at x, which is e2x. FTC Part 1 works because the derivative of the accumulated population up to x is precisely the growth rate at that point x. This is like how the rate of change of total bacteria at time x is exactly the growth rate at that instant. A tempting distractor is choice B, e2t, but it fails because it doesn't replace the dummy variable t with the upper limit x, leaving it in terms of t instead of expressing the derivative as a function of x. To recognize FTC Part 1 problems, look for a function defined as an integral with a variable upper limit and a request for its derivative, which will always be the integrand with t swapped for x.
If G(x)=∫5x(3t−4)etdt models accumulated growth, what is G′(x)?
Explanation: This problem requires applying the Fundamental Theorem of Calculus Part 1 to find the instantaneous rate of growth. Given G(x) = ∫₅ˣ (3t-4)eᵗ dt, the FTC Part 1 tells us that G'(x) equals the integrand evaluated at x, which gives us (3x-4)eˣ. The derivative of an accumulation function is simply the integrand with the dummy variable t replaced by the upper limit x. Choice C incorrectly retains the dummy variable t, failing to evaluate at the upper limit. Choice D attempts to differentiate the integrand rather than evaluate it. When you see a derivative of an integral where x appears only in the limits, apply FTC Part 1 by substituting the upper limit into the integrand.
A particle’s velocity is v(t)=t2sint. If A(x)=∫0xv(t)dt, what is A′(x)?
Explanation: This problem requires applying the Fundamental Theorem of Calculus Part 1, which states that the derivative of an accumulation function equals the integrand evaluated at the upper limit. Since A(x) = ∫₀ˣ v(t) dt where v(t) = t²sin t, we have A'(x) = v(x) = x²sin x. The FTC Part 1 tells us that when we differentiate an integral with respect to its upper limit, we simply substitute that upper limit into the integrand. Choice A incorrectly suggests the derivative is the integral itself, failing to apply the FTC. To recognize FTC Part 1 problems, look for derivatives of integrals where the variable appears only in the limits of integration.
A tank’s accumulated inflow is V(x)=∫0x1+t4dt. What is V′(x)?
Explanation: This problem requires applying the first part of the Fundamental Theorem of Calculus (FTC Part 1) to find the derivative of an accumulation function. The FTC Part 1 states that if V(x)=∫constantxf(t)dt, then V′(x)=f(x), provided f is continuous at x. Here, the integrand f(t)=1+t4, so V′(x)=1+x4. This is because the instantaneous rate of inflow at x equals the integrand evaluated at x. A tempting distractor is choice E, which looks like the integral of the derivative of the integrand, but that misapplies differentiation under the integral sign and ignores FTC's direct result. To recognize FTC Part 1 problems, look for questions asking for the derivative of a function defined as a definite integral with a variable upper limit.
A phone’s battery drains at rate d(t)=t+1t. If B(x)=∫1xd(t)dt, what is B′(x)?
Explanation: This problem requires applying the first part of the Fundamental Theorem of Calculus (FTC Part 1), which states that if B(x) is defined as the integral from a constant to x of d(t)dt, then B′(x) equals d(x). Here, B(x) accumulates the drain rate d(t)=t+1t from t=1 to t=x, so its derivative B′(x) should simply be the integrand evaluated at x, which is x+1x. FTC Part 1 works because the derivative of the accumulated battery drain up to x is precisely the drain rate at that point x. This is like how the rate of change of total drain at time x is exactly the drainage rate at that instant. A tempting distractor is choice B, t+1t, but it fails because it doesn't replace the dummy variable t with the upper limit x, leaving it in terms of t instead of expressing the derivative as a function of x. To recognize FTC Part 1 problems, look for a function defined as an integral with a variable upper limit and a request for its derivative, which will always be the integrand with t swapped for x.
A river’s flow rate is f(t)=1−t. Let R(x)=∫−1xf(t)dt. What is R′(x)?
Explanation: This problem requires applying the first part of the Fundamental Theorem of Calculus (FTC Part 1), which states that if R(x) is defined as the integral from a constant to x of f(t) dt, then R'(x) equals f(x). Here, R(x) accumulates the flow rate f(t) = √(1-t) from t=-1 to t=x, so its derivative R'(x) should simply be the integrand evaluated at x, which is √(1-x). FTC Part 1 works because the derivative of the accumulated volume up to x is precisely the flow rate at that point x. This is like how the rate of change of total water flowed at time x is exactly the flow rate at that instant. A tempting distractor is choice B, √(1-t), but it fails because it doesn't replace the dummy variable t with the upper limit x, leaving it in terms of t instead of expressing the derivative as a function of x. To recognize FTC Part 1 problems, look for a function defined as an integral with a variable upper limit and a request for its derivative, which will always be the integrand with t swapped for x.
A car’s distance is D(t)=∫5tln(x)dx. What is D′(t)?
Explanation: This problem demonstrates the Fundamental Theorem of Calculus Part 1 for finding the derivative of an accumulation function. Given D(t)=∫5tln(x)dx, we want D′(t). By FTC Part 1, when we differentiate an integral with respect to its upper limit, we get the integrand evaluated at that limit. Thus, D′(t)=ln(t), which is the integrand with x replaced by t. Choice B (t1) is the derivative of ln(t), which students might select if they incorrectly differentiate the result, but FTC Part 1 only requires substitution. When differentiating ∫atf(x)dx, the result is f(t)—no additional differentiation needed.
A car’s acceleration is a(t)=t+4. If V(x)=∫2xa(t)dt, what is V′(x)?
Explanation: This problem requires applying the first part of the Fundamental Theorem of Calculus (FTC Part 1), which states that if V(x) is defined as the integral from a constant to x of a(t) dt, then V'(x) equals a(x). Here, V(x) accumulates the acceleration a(t) = √(t+4) from t=2 to t=x, so its derivative V'(x) should simply be the integrand evaluated at x, which is √(x+4). FTC Part 1 works because the derivative of the accumulated velocity up to x is precisely the acceleration at that point x. This is like how the rate of change of speed at time x is exactly the acceleration at that instant. A tempting distractor is choice D, √(t+4), but it fails because it doesn't replace the dummy variable t with the upper limit x, leaving it in terms of t instead of expressing the derivative as a function of x. To recognize FTC Part 1 problems, look for a function defined as an integral with a variable upper limit and a request for its derivative, which will always be the integrand with t swapped for x.
A machine’s output rate is q(t)=ln(t+5). Let O(x)=∫0xq(t)dt. What is O′(x)?
Explanation: This problem requires applying the first part of the Fundamental Theorem of Calculus (FTC Part 1), which states that if O(x) is defined as the integral from a constant to x of q(t) dt, then O'(x) equals q(x). Here, O(x) accumulates the output rate q(t) = ln(t+5) from t=0 to t=x, so its derivative O'(x) should simply be the integrand evaluated at x, which is ln(x+5). FTC Part 1 works because the derivative of the accumulated output up to x is precisely the output rate at that point x. This is like how the rate of change of total output at time x is exactly the production rate at that instant. A tempting distractor is choice C, ln(t+5), but it fails because it doesn't replace the dummy variable t with the upper limit x, leaving it in terms of t instead of expressing the derivative as a function of x. To recognize FTC Part 1 problems, look for a function defined as an integral with a variable upper limit and a request for its derivative, which will always be the integrand with t swapped for x.
A runner’s speed is v(t)=sint+t. Let S(x)=∫0xv(t)dt. What is S′(x)?
Explanation: This problem requires applying the first part of the Fundamental Theorem of Calculus (FTC Part 1), which states that if S(x) is defined as the integral from a constant to x of v(t) dt, then S'(x) equals v(x). Here, S(x) accumulates the speed v(t) = sin t + t from t=0 to t=x, so its derivative S'(x) should simply be the integrand evaluated at x, which is sin x + x. FTC Part 1 works because the derivative of the accumulated distance up to x is precisely the speed at that point x. This is like how the rate of change of position at time x is exactly the velocity at that instant. A tempting distractor is choice D, sin t + t, but it fails because it doesn't replace the dummy variable t with the upper limit x, leaving it in terms of t instead of expressing the derivative as a function of x. To recognize FTC Part 1 problems, look for a function defined as an integral with a variable upper limit and a request for its derivative, which will always be the integrand with t swapped for x.
A spring’s force varies as F(t)=t3−2. If W(x)=∫−2xF(t)dt, what is W′(x)?
Explanation: This problem requires applying the first part of the Fundamental Theorem of Calculus (FTC Part 1), which states that if W(x) is defined as the integral from a constant to x of F(t) dt, then W'(x) equals F(x). Here, W(x) accumulates the force F(t) = t³ - 2 from t=-2 to t=x, so its derivative W'(x) should simply be the integrand evaluated at x, which is x³ - 2. FTC Part 1 works because the derivative of the accumulated work up to x is precisely the force at that point x. This is like how the rate of change of total work at position x is exactly the force at that instant. A tempting distractor is choice B, t³ - 2, but it fails because it doesn't replace the dummy variable t with the upper limit x, leaving it in terms of t instead of expressing the derivative as a function of x. To recognize FTC Part 1 problems, look for a function defined as an integral with a variable upper limit and a request for its derivative, which will always be the integrand with t swapped for x.
A tank’s net inflow rate is r(t)=t2+3t. If A(x)=∫1xr(t)dt, what is A′(x)?
Explanation: This problem requires applying the first part of the Fundamental Theorem of Calculus (FTC Part 1), which states that if A(x) is defined as the integral from a constant to x of r(t) dt, then A'(x) equals r(x). Here, A(x) accumulates the net inflow rate r(t) = t² + 3t from t=1 to t=x, so its derivative A'(x) should simply be the integrand evaluated at x, which is x² + 3x. FTC Part 1 works because the derivative of the accumulated area under the curve r(t) up to x is precisely the height of the function at that point x. This is like how the rate of change of total water in the tank at time x is exactly the inflow rate at that instant. A tempting distractor is choice E, t² + 3t, but it fails because it doesn't replace the dummy variable t with the upper limit x, leaving it in terms of t instead of expressing the derivative as a function of x. To recognize FTC Part 1 problems, look for a function defined as an integral with a variable upper limit and a request for its derivative, which will always be the integrand with t swapped for x.
Let F(x)=∫−2x1+t41dt. What is F′(x)?
Explanation: This problem demonstrates the Fundamental Theorem of Calculus Part 1, which connects accumulation functions to their rate functions. Since F(x) = ∫−2x1+t41dt, applying FTC Part 1 gives us F'(x) = 1+x41. The theorem states that differentiating an integral with respect to its upper limit yields the integrand evaluated at that upper limit. We replace the dummy variable t with x to get our answer. Choice B incorrectly keeps the dummy variable t, while choice D mistakenly tries to differentiate the integrand using the chain rule. To apply FTC Part 1 correctly, identify that x appears only as an integration limit, then substitute x for the dummy variable in the integrand.
Define P(x)=∫3xt2+9tdt as accumulated work. What is P′(x)?
Explanation: This problem requires applying the first part of the Fundamental Theorem of Calculus (FTC Part 1) to find the derivative of an accumulation function. The FTC Part 1 states that if P(x) = ∫ from a constant lower limit to x of f(t) dt, then P'(x) = f(x), provided f is continuous at x. For this, f(t) = t / √(t² + 9), so P'(x) = x / √(x² + 9). This principle shows the derivative is the integrand substituted with x. A tempting distractor is choice E, which integrates an expression resembling the derivative of the integrand, but that confuses FTC with unnecessary differentiation. To recognize FTC Part 1 problems, look for questions asking for the derivative of a function defined as a definite integral with a variable upper limit.
Let G(x)=∫5xsin(t2)dt represent accumulated change. What is G′(x)?
Explanation: This problem requires applying the first part of the Fundamental Theorem of Calculus (FTC Part 1) to find the derivative of an accumulation function. The FTC Part 1 states that if G(x) = ∫ from a constant lower limit to x of f(t) dt, then G'(x) = f(x), provided f is continuous at x. The integrand is f(t) = sin(t²), so G'(x) = sin(x²). This means the derivative captures the integrand's value at the upper limit x. A tempting distractor is choice E, which is the integral of the chain rule derivative of the integrand, but FTC Part 1 simply evaluates the original integrand at x without further differentiation. To recognize FTC Part 1 problems, look for questions asking for the derivative of a function defined as a definite integral with a variable upper limit.
Let A(x)=∫2x(t3−4t+1)dt model accumulated net change. What is A′(x)?
Explanation: This problem requires applying the first part of the Fundamental Theorem of Calculus (FTC Part 1) to find the derivative of an accumulation function. The FTC Part 1 states that if A(x) = ∫ from a constant lower limit to x of f(t) dt, then A'(x) = f(x), provided f is continuous at x. In this case, the integrand f(t) = t³ - 4t + 1, so replacing t with x gives A'(x) = x³ - 4x + 1. This works because the derivative of the accumulated area up to x is the height of the function at x. A tempting distractor is choice E, which is the integral of the derivative of the integrand, but that incorrectly applies the chain rule and does not follow FTC Part 1. To recognize FTC Part 1 problems, look for questions asking for the derivative of a function defined as a definite integral with a variable upper limit.