Question 1 of 25
A biologist observes that a population of yeast cells is growing in a nutrient broth.
To determine the population's growth rate at the exact moment it reaches 50,000 cells, what is the most appropriate calculus-based approach?
AP Calculus AB
Practice Test 7 for AP Calculus AB: real questions and explanations from the Varsity Tutors practice-test pool.
0%
0 / 25 answered
Question 1 of 25
A biologist observes that a population of yeast cells is growing in a nutrient broth.
To determine the population's growth rate at the exact moment it reaches 50,000 cells, what is the most appropriate calculus-based approach?
Question Navigator
A biologist observes that a population of yeast cells is growing in a nutrient broth.
To determine the population's growth rate at the exact moment it reaches 50,000 cells, what is the most appropriate calculus-based approach?
Explanation: The instantaneous growth rate cannot be measured directly. It must be determined by the limiting process of calculus. This involves finding the trend of average growth rates as the time interval for the measurement is made infinitesimally small around the moment of interest.
Let A(x)=ln((x−2)2+5). What is A′(x)?
Explanation: A(x) = ln((x−2)2+5), outer ln(u), u=(x−2)2+5. Derivative: u1⋅2(x−2). Inner quadratic. Omission: Missing 2(x−2). Some treat as ln(x). Pattern: Logs of quadratics chain the quadratic derivative.
A function u satisfies limx→5u(x)=7, but u(5) is not defined. Is u continuous at 5, and why?
Explanation: For continuity at x = 5, we need three conditions: (1) u(5) exists, (2) lim[x→5] u(x) exists, and (3) lim[x→5] u(x) = u(5). We're told that lim[x→5] u(x) = 7, so condition (2) is satisfied. However, we're also told that u(5) is not defined, which means condition (1) fails immediately. Without u(5) existing, there's no value to compare with the limit, so condition (3) cannot be satisfied either. Therefore, u is not continuous at x = 5. A common mistake is thinking that if the limit exists, we can just define the function value to make it continuous—but the question asks about the given function, not a modified version. Continuity checklist: ✗ Function defined at point, ✓ Limit exists, ✗ Limit equals function value.
A bacteria culture grows at rate B′(t)=6 mg/hr for 0≤t≤1 and B′(t)=0 for 1≤t≤4. Total change?
Explanation: This problem uses accumulation reasoning to find the total change in bacteria mass from a piecewise constant rate function. The total change equals the sum of integrals over each interval with different growth rates. For 0 ≤ t ≤ 1: ∫6 dt = 6t evaluated from 0 to 1 gives 6 mg of growth. For 1 ≤ t ≤ 4: ∫0 dt = 0, meaning no additional growth occurs. The total change is 6 + 0 = 6 mg. Choice A (24 mg) might tempt students who multiply 6 mg/hr by the entire 4-hour period, not recognizing that growth stops after t = 1. For piecewise rate functions, integrate each piece only over its specified interval, as the accumulation depends on both the rate value and the duration.
Given ∫58s(x)dx=−3, what is ∫85(21s(x))dx?
Explanation: This problem combines the constant multiple rule and reversal property of definite integrals. Given ∫58s(x)dx=−3, we need ∫8521s(x)dx. By the reversal property, ∫8521s(x)dx=−∫5821s(x)dx. Using the constant multiple rule, ∫5821s(x)dx=21∫58s(x)dx=21(−3)=−23. Therefore, ∫8521s(x)dx=−(−23)=23. A common mistake is applying only one property, giving either −23 or −6. Always apply properties systematically: factor out constants, then handle limit reversals.
At x=−14, g′(−14)=0 and g′′(−14)<0; what does the Second Derivative Test imply?
Explanation: The Second Derivative Test determines critical point nature through concavity analysis at those points. Since g′(−14)=0 establishes a critical point and g′′(−14)<0 indicates negative concavity, the function is concave down at x=−14. Concave down behavior at a critical point forms a hill-shaped curve, indicating a local maximum. Choice A could confuse students who think negative signs correspond to minimums, but negative second derivative specifically means downward concavity (maximum). Apply this test when you have verified both the critical point condition and the sign of the second derivative.
A particle has acceleration a(t)=2t with v(0)=0 and x(0)=0. What is the displacement on [0,2]?
Explanation: This problem tests the skill of using integrals to reason about motion, specifically finding displacement from acceleration through double integration. v(t) = ∫0 to t 2s ds = t², then displacement = ∫0 to 2 s² ds = [s³/3] from 0 to 2 = 8/3. This connects acceleration to velocity to position. The process accumulates changes hierarchically. A tempting distractor like 4 might come from integrating acceleration directly without finding velocity first, but that skips a step. A transferable strategy is to interpret the definite integral of velocity as the net area under the curve, representing displacement.
A function is d(x)=sin(3x+7). What is d′(x)?
Explanation: Sine of square root needs chain rule. Outer sin(u), u = √(3x + 7), derivative cos(u), inner u' = (1/2)(3x + 7)^{-1/2} * 3 = 3/(2 √(3x + 7)). d'(x) = cos(√(3x + 7)) * 3/(2 √(3x + 7)). Common omission: missing 1/2 or 3. Incorrect exponent handling. Spot trig of radical linear and layer chain. This transfers to root composites.
A differentiable function S(t) models savings. Which expression represents the instantaneous rate savings changes at t=0?
Explanation: This question involves interpreting derivative notation in the context of savings rate change. When S(t) models savings as a function of time, the instantaneous rate at which savings changes at t=0 is the derivative S'(0). This notation represents how savings changes instantaneously with respect to time at that specific moment. In financial contexts, this represents the instantaneous savings rate or the rate of accumulation/depletion at t=0. Choice A represents the average rate of change of savings between t=0 and t=1, which doesn't capture the instantaneous behavior specifically at t=0. For financial rates and instantaneous changes, use derivative notation to capture precise rates at specific times.
What is the correct volume integral setup if the base is bounded by y=sinx and y=0 on [0,π] with square cross sections perpendicular to the x-axis?
Explanation: This problem requires using the method of cross-sectional volumes to find the volume of a solid with square cross sections. The base of the solid is the region bounded by y = sin x and y = 0 on [0, π]. For cross sections perpendicular to the x-axis, the side length of each square is the vertical distance between the curves, which is sin x. Therefore, the area of each cross section is (sin x)². Integrating this area function from 0 to π gives the volume as ∫ from 0 to π of (sin x)² dx. A tempting distractor is choice A, which forgets to square the side length and computes the area under the sine curve instead. In general, when modeling volumes with known cross sections, identify the axis of integration, determine the varying dimension of the cross section as a function of the integration variable, compute the area function, and integrate over the appropriate limits.
A diffusion model uses ∫x2+10x+291dx. Which is an antiderivative?
Explanation: The key skill here is completing the square as preparatory algebra for integrating rational functions with quadratic denominators. For the integrand 1/(x² + 10x + 29), the quadratic does not factor over the reals since the discriminant is negative. Completing the square rewrites it as (x + 5)² + 4, which matches the form u² + a² with a = 2. This enables the use of the integral formula ∫ du/(u² + a²) = (1/a) arctan(u/a) + C, resulting in (1/2) arctan((x + 5)/2) + C. A tempting distractor is ln(x² + 10x + 29) + C, but it fails because logarithmic antiderivatives apply to factorable quadratics, not this irreducible case. Always compute the discriminant of the quadratic denominator first; if negative, complete the square and apply the arctangent formula for accurate integration.
Let y be defined by ey+xy=4. Which differentiation procedure is needed to find dxdy?
Explanation: This problem involves selecting the differentiation procedure for finding dxdy when y is defined implicitly by ey+xy=4. Since y cannot be easily isolated as an explicit function of x, implicit differentiation is required. This involves differentiating both sides with respect to x, treating y as a function of x. The term ey requires the chain rule (giving eydxdy), and the term xy requires the product rule (giving y+xdxdy). Neither quotient rule alone nor explicit function methods apply to this implicit relationship. When you have an equation mixing x and y terms where y cannot be isolated, implicit differentiation with appropriate subsidiary rules is necessary.
Let s be continuous on [4,8] with s(4)=11 and s(8)=15. What must occur?
Explanation: The Intermediate Value Theorem (IVT) for continuous s on [4, 8] with s(4) = 11 and s(8) = 15 guarantees values between 11 and 15. Since 11 < 14 < 15, there exists c in [4, 8] with s(c) = 14, and as 14 ≠ 11, 14 ≠ 15, c is in (4, 8). This applies even with same-sign positive endpoints. A common error is thinking same signs prevent guarantees, but IVT focuses on the range. Selecting 16 or 10, outside the range, is incorrect. Transferable IVT checklist: 1. Confirm the function is continuous on [a, b]. 2. Verify k is between f(a) and f(b). 3. If yes, there exists c in [a, b] with f(c) = k; if k is strictly between and ≠ f(a), ≠ f(b), then c is in (a, b).
An antiderivative of u(x) is U(x)=cosx−2x. Compute ∫π/2πu(x)dx.
Explanation: This question requires applying the Fundamental Theorem of Calculus Part 2 to evaluate a definite integral when given an antiderivative. Since U(x) = cos x - 2x is an antiderivative of u(x), we find ∫[π/2 to π] u(x)dx by computing U(π) - U(π/2). Evaluating: U(π) = cos(π) - 2π = -1 - 2π and U(π/2) = cos(π/2) - 2(π/2) = 0 - π = -π, so U(π) - U(π/2) = -1 - 2π - (-π) = -1 - π. Option A, U(π/2) - U(π), would give 1 + π, which has the wrong sign due to incorrect ordering. Always apply FTC Part 2 as F(upper) - F(lower) to maintain the correct orientation.
Let A(t) be the area of a growing stain. Which quantity is the instantaneous rate of area change at t=5?
Explanation: The instantaneous rate of area change at t=5 is the derivative of area with respect to time, measuring exactly how fast the stain is growing at that moment. Choice D correctly represents this with limh→0hA(5+h)−A(5), which is the limit definition of the derivative at t=5. Choices B and C calculate average rates of growth over various intervals, while choices A and E compute area differences without dividing by time, giving square units rather than square units per time. A common mistake is thinking that the change over one time unit, like A(5)−A(4), approximates the instantaneous rate, but this is still an average over that interval. Remember: instantaneous rates require limits to capture the exact rate at a single instant, while any calculation over a finite interval yields an average rate.
The relation xy+yx=10 defines y implicitly. What is dxdy at a general point (x,y)?
Explanation: This problem requires implicit differentiation to find dxdy for the relation xy+yx=10. Differentiating both sides gives y+x(2y1)dxdy+xdxdy+y(2x1)=0, using product and chain rules for each term. The dxdy terms are (2yx)dxdy+xdxdy, grouped, while −y−2xy is on the other side. Solving yields −2yx+xy+2xy, matching the form. Choice B is tempting if someone forgets the xdxdy term, omitting it in the denominator. To recognize implicit differentiation, look for roots or other functions mixing x and y implicitly.
Let m(x)=sec(2x). What is m′(x)?
Explanation: m(x) = √(sec(2x)) = [sec(2x)]^{1/2}. Chain: (1/2) [sec(2x)]^{-1/2} · sec(2x) tan(2x) · 2 = sec(2x) tan(2x) / √(sec(2x)). Multiple chains for sec and 2x. Omission: Forgetting the 2. Some miss tan. Pattern: Roots of trig with multiples layer chains.
A function is j(x)=ln(x2+21). What is j′(x)?
Explanation: Log of reciprocal polynomial uses properties. j(x) = -ln(x^2 + 2), j'(x) = - (2x)/(x^2 + 2). Outer ln, inner 1/(x^2 + 2), but property simplifies. Common omission: sign error from reciprocal. Missing 2x. Identify log of inverse and use negative log then differentiate. This pattern aids in denominator logs.
The number of books checked out is B(t) after t hours. Interpret B′(2)=35.
Explanation: This question requires interpreting library circulation rates in practical contexts. The derivative B'(2) = 35 represents the instantaneous rate of change of books checked out at t = 2 hours. Since B(t) represents books and t is in hours, B'(2) has units of books per hour. The positive value indicates books are being checked out. Therefore, at t = 2 hours, books checked out are increasing at 35 books per hour. Common errors include confusing the derivative with total books checked out (choice A) or using incorrect time units (choice E states per minute). The strategy is to interpret positive derivatives as rates of activity or process completion while preserving the correct temporal units.
For f(x)=⎩⎨⎧x+2,2,2−x,x<0x=0x>0, does f′(0) exist, and why?
Explanation: This question assesses the connection between differentiability and continuity in AP Calculus AB, analyzing piecewise linear functions. For this f(x), it is continuous at x=0 with value 2 matching both limits. However, the left-hand derivative is 1, while the right-hand is -1, creating a corner. This difference means f'(0) does not exist. A tempting distractor might say yes because of continuity, but slopes must match. Remember this differentiability checklist: verify continuity at the point, then check that left- and right-hand derivatives exist and are equal.
For D(t)=−5t4+0t3+8t2−7, what is D′(t)?
Explanation: Using linearity, differentiate D(t) = -5t^4 + 0t^3 + 8t^2 - 7 term by term. Derivative of -5t^4 is -20t^3, of 0t^3 is 0, of 8t^2 is 16t, of -7 is 0. Thus, D'(t) = -20t^3 + 16t. A common misuse is treating zero-coefficient terms as contributing, though they don't. Sign handling in leading terms is critical. For such functions, apply sum rules and power rule systematically via linearity.
Let s(x)=x3−2 and s(2)=6. Find (s−1)′(6).
Explanation: This problem tests the skill of differentiating inverse functions. The derivative of the inverse function at a point a is given by 1 over the derivative of the original function at b, where s(b) = a. Here, s(2) = 6, so b = 2 and a = 6. Compute s'(x) = 3x², so s'(2) = 12, thus (s⁻¹)'(6) = 1/12. A tempting distractor is A, 12, which might be chosen if one forgets to take the reciprocal, but that gives the slope of the tangent to s, not to s⁻¹. To solve similar problems, always remember that the derivatives of a function and its inverse are reciprocals at corresponding points.
Let f be continuous on [−1,1] with f(−1)=2 and f(1)=2; which statement must be true?
Explanation: This problem applies the Extreme Value Theorem to determine what must be guaranteed for continuous functions on closed intervals with specific endpoint conditions. Since f is continuous on the closed interval [−1,1], the EVT unconditionally guarantees that f must attain both an absolute maximum value and an absolute minimum value somewhere on this interval. The condition that f(−1)=f(1)=2 provides information about the endpoint values but doesn't change the fundamental EVT guarantee or prevent the existence of absolute extrema. Equal endpoint values simply mean both endpoints have the same function value - they could both be absolute extrema, neither could be, or one could be depending on the function's interior behavior. Choice E incorrectly suggests equal endpoint values prevent absolute extrema. The core EVT truth: continuous function on closed interval always has absolute maximum and minimum values.
If A(5)=0 and A′(5)=2, use local linearity at 5 to approximate A(5.4).
Explanation: This problem tests linearization near x = 5. For A(5) = 0 and A'(5) = 2, A(5.4) ≈ 0 + 2(0.4) = 0.8. Conceptually, it's building from zero with positive slope. Common mistake: Using Δx = 4. Mistake: Subtracting instead. Strategy: Start from f(a) and add the scaled derivative.
A model for distance is d(t)=2t8−3t2+5t4. What is d′(t)?
Explanation: This problem requires applying the power rule to a polynomial with terms out of order. The power rule states that d/dt[t^n] = nt^(n-1). For d(t) = 2t^8 - 3t^2 + 5t^4, we differentiate each term independently: the derivative of 2t^8 is 2·8t^7 = 16t^7, the derivative of -3t^2 is -3·2t^1 = -6t, and the derivative of 5t^4 is 5·4t^3 = 20t^3. Therefore, d'(t) = 16t^7 - 6t + 20t^3. Choice E incorrectly differentiates the last term as 5t^4 instead of 20t^3, keeping the original term unchanged. When differentiating polynomials, treat each term separately and don't be distracted by their order in the expression.