Question 1 of 25
Which integral represents area between (right) and (left) on ?
AP Calculus BC
Practice Test 6 for AP Calculus BC: real questions and explanations from the Varsity Tutors practice-test pool.
0%
0 / 25 answered
Question 1 of 25
Which integral represents area between x=10−y (right) and x=2y2 (left) on 0≤y≤2?
Question Navigator
Which integral represents area between x=10−y (right) and x=2y2 (left) on 0≤y≤2?
Explanation: This problem practices dy area setups. Integral of right minus left. Right: x = 10 - y, left: x = 2y², so (10 - y) - 2y². From 0 to 2. Choice A subtracts wrong, negative. Compare at y=1.
A particle moves with r(t)=⟨t2−1,3t⟩ for 0≤t≤2; what is its speed at t=1?
Explanation: This problem involves analyzing the motion of a particle using parametric equations. To find the speed, first compute the velocity vector by differentiating each component of the position vector r(t)=⟨t2−1,3t⟩ with respect to t, yielding v(t)=⟨2t,3⟩. Then, evaluate the velocity at t = 1 to get v(1)=⟨2,3⟩. The speed is the magnitude of this velocity vector, calculated as 22+32=4+9=13. A tempting distractor is 13, which arises from adding the squared components without taking the square root, thus confusing speed with the square of the magnitude. A transferable motion-analysis strategy is to always differentiate position to get velocity and then compute its magnitude for speed in parametric equations.
If f(x)=7−3x gives concentration, what is f′(x)?
Explanation: This problem requires the chain rule to differentiate a square root function. The function f(x) = √(7 - 3x) = (7 - 3x)^(1/2) has an outer function g(u) = u^(1/2) and an inner function u = 7 - 3x. By the chain rule, f'(x) = (1/2)u^(-1/2) · u'(x) = (1/2)(7 - 3x)^(-1/2) · (-3) = -3/(2√(7 - 3x)). Option B shows 3/(2√(7 - 3x)), missing the negative sign from the derivative of (7 - 3x). Always pay attention to the sign when differentiating expressions with subtraction, as the chain rule preserves these signs through multiplication.
A decay model uses h(x)=e−x for x≥0; does ∫0∞h(x)dx converge, and to what value?
Explanation: Evaluating improper integrals involves determining whether they converge and finding their value if they do, often by taking limits. To assess ∫ from 0 to ∞ of e^{-x} dx, express it as the limit as b approaches infinity of the integral from 0 to b. The antiderivative is -e^{-x}, so evaluate lim_{b→∞} [-e^{-b} + e^{0}] which is 0 + 1 = 1. Thus, the integral converges to 1. A tempting distractor might be to think it converges to 0 because e^{-∞}=0, but forgetting the +1 from the lower bound leads to that error. A general strategy for improper integrals with exponential decay is to recognize their rapid convergence and compute limits directly.
Let f(x)=x3 and g(x)=x2. Which setup gives total area between the curves on [0,1]?
Explanation: This problem requires multi-interval area reasoning to compute the total area between curves that intersect multiple times. The curves f(x) = x³ and g(x) = x² intersect at x = 0 and 1, with g(x) above f(x) throughout (0, 1), so no internal crossing requires splitting beyond the single interval [0, 1]. Since they touch at endpoints and g > f inside, we integrate g - f = x² - x³ over [0, 1]. No further splitting is needed as the top function remains consistent. A tempting distractor like choice A fails because it integrates f - g, which is negative throughout, giving a negative value instead of positive total area. To find areas between intersecting curves generally, always locate intersection points, test which function is greater in each subinterval, and integrate the positive difference in each.
Given L(x)=2x4+1x3−5, what is the horizontal asymptote as x→∞?
Explanation: This problem involves finding limits at infinity to determine horizontal asymptotes. For L(x) = (x³ - 5)/(2x⁴ + 1), numerator degree 3 less than denominator 4, so horizontal asymptote y = 0 as x approaches infinity. Denominator dominates. Same for both directions. A tempting distractor is y = 1/2, misusing leading coefficients. To find horizontal asymptotes of rational functions, compare the degrees of the numerator and denominator and, if the numerator's degree is lower, the asymptote is y = 0.
Compute x→0limx3sin(2x)−2sinx for a third-order comparison near zero.
Explanation: This limit problem requires L'Hôpital's Rule to evaluate an indeterminate form. As x approaches 0, sin(2x) - 2 sin(x) approaches 0 - 0 = 0 and x^3 approaches 0, yielding 0/0. Derivatives: 2 cos(2x) - 2 cos(x) over 3x^2, still 0/0 (21 - 21=0); again: -4 sin(2x) + 2 sin(x) over 6x, still 0/0; again: -8 cos(2x) + 2 cos(x) over 6 = (-81 + 21)/6 = -6/6 = -1. Repeated application is needed due to persistent indeterminacy. A tempting distractor is 0, from direct substitution without accounting for higher derivatives. To recognize indeterminate forms like 0/0, always plug in the limit value to check if both numerator and denominator approach 0 or infinity.
Let u(x)={ln(x),0,x>0x≤0. What type of discontinuity occurs at x=0?
Explanation: This problem involves analyzing the piecewise function u(x) where u(x) = ln(x) for x > 0 and u(x) = 0 for x ≤ 0. As x approaches 0 from the right, ln(x) approaches -∞ because the natural logarithm of positive numbers approaching zero becomes increasingly negative without bound. From the left, u(x) = 0 for all x ≤ 0, so lim(x→0⁻) u(x) = 0. Since the right-hand limit approaches -∞ while the left-hand limit is finite, this creates an infinite discontinuity at x = 0. A jump discontinuity would require both one-sided limits to be finite. When analyzing logarithmic functions near their domain boundaries, remember that ln(x) → -∞ as x → 0⁺.
Which integral gives the volume when the region between y=ex and y=1 on [0,ln3] is revolved about the x-axis?
Explanation: This problem requires the washer method for revolution around the x-axis. The washer method uses π∫[R(x)]² - [r(x)]² dx, where R(x) is the outer radius and r(x) is the inner radius. On [0, ln 3], we need to determine which function is farther from the x-axis. Since e⁰ = 1 and e^(ln 3) = 3, the exponential function y = e^x starts at 1 and increases to 3, while y = 1 is constant. Therefore, e^x ≥ 1 throughout the interval, making e^x the outer radius and 1 the inner radius. The correct integral is π∫₀^(ln 3)[(e^x)² - (1)²]dx. Choice D incorrectly uses (e^x - 1)², squaring the difference instead of taking the difference of squares. When using washers, always square each function separately—this represents the areas of the outer and inner circles whose difference gives the washer area.
The height of a plant, H(t), in centimeters, is a differentiable function of time t in days. Measurements are recorded as follows: H(10)=20, H(12)=24, and H(15)=33.
Which of the following is the best estimate of the growth rate H′(12) in centimeters per day?
Explanation: To get the best estimate for H′(12), we should average the rates of change from the intervals on either side of t=12. The backward difference (rate on [10,12]) is 12−10H(12)−H(10)=224−20=2. The forward difference (rate on [12,15]) is 15−12H(15)−H(12)=333−24=3. The best estimate is the average of these two rates: 22+3=2.5 cm/day.
A velocity integral is ∫tanxsec2xdx; which technique is most appropriate?
Explanation: Selecting an appropriate integration technique requires identifying substitution opportunities with trigonometric functions. The integrand tanxsec2x can be rewritten as tanxsec2x, where the numerator sec2x is the derivative of tanx. Using substitution u=tanx gives du=sec2xdx, transforming the integral to ∫u1du=ln∣u∣+C. Trigonometric substitution isn't needed when a simpler algebraic substitution works. When the numerator is the derivative of the denominator (or a constant multiple), substitution using the denominator expression is the most efficient approach.
For s(x)=x−2x3−8 when x=2, which expression represents limx→2s(x)?
Explanation: This question tests the skill of defining limits and using limit notation. The expression \lim_{x\to2} s(x)=12 is correct because simplifying s(x) to x^2 + 2x + 4 for x≠2 yields 12 at x=2, indicating the limit. As x nears 2, values approach 12 despite the hole. This notation denotes the approaching value accurately. A tempting distractor is B, s(2)=12, but s(2) is undefined, confusing limit with function value. To check limit notation, use → for approach, simplify expressions where possible, and verify the limit value algebraically.
In a physics model, accumulated drift is ∑n=1∞(n+1)n+11. Use the integral test for convergence.
Explanation: This problem applies the integral test to determine series convergence. The integrand (x+1)x+11=(x+1)3/21 suggests the substitution u=x+1. Then ∫1∞(x+1)3/21dx=∫2∞u3/21du=[−u2]2∞=0−(−22)=2. Since the integral converges to a finite value, the series converges by the integral test. Choice C incorrectly suggests the antiderivative is ln(x+1), which would be correct for ∫x+11dx but not for our integral with the additional x+1 factor. When dealing with expressions like (x+a)p where p<−1, the integral test shows convergence.
The cost function is C(x)=7x4−5x2+9. What is the third derivative C(3)(x)?
Explanation: This problem tests your ability to find higher-order derivatives, specifically the third derivative of a cost function. Given C(x) = 7x^4 - 5x^2 + 9, we differentiate step by step: C′(x)=28x3−10x, C′′(x)=84x2−10, and C′′′(x)=168x. Choice B (84x2−10) might seem correct if you stop at the second derivative, a common mistake when tracking multiple differentiations. For polynomial functions, the nth derivative eliminates all terms of degree less than n, which is why the constant and x^2 terms vanish by the third derivative.
If ∫−31f(x)dx=2 and ∫−31g(x)dx=−5, what is ∫−31(3f(x)−2g(x))dx?
Explanation: This problem tests the properties of definite integrals, specifically the linearity property for sums and scalar multiples. The integral of 3f(x) - 2g(x) from -3 to 1 is 3 times the integral of f minus 2 times the integral of g over the same interval. Given integral of f is 2 and g is -5, this computes to 3×2−2×(−5)=6+10=16. Thus, the value is 16. A tempting distractor is 4, which might come from mistakenly adding instead of properly applying the coefficients. Remember this transferable checklist for definite integral properties: verify interval additivity, apply linearity for constants and sums, reverse limits with a negative sign, and consider even or odd function symmetries when applicable.
For g(x)=12x3−5x+7x2, what is g′(x)?
Explanation: Finding g'(x) requires applying the power rule to each term, but first we should rewrite g(x) = 12x^3 - 5x + 7x^2 in standard form. The power rule states that the derivative of x^n is nx^(n-1). Differentiating term by term: 12x^3 becomes 36x^2, 7x^2 becomes 14x, and -5x becomes -5. Choice B incorrectly calculates the derivative of 7x^2 as 7x instead of 14x, forgetting to multiply by the exponent. When applying the power rule, always multiply the coefficient by the current exponent before reducing the exponent by 1.
A curve is defined by x=tant and y=sect; what is dx2d2y in terms of t?
Explanation: This problem requires finding the second derivative for trigonometric parametric equations involving tangent and secant. We have dtdx=sec2t and dtdy=secttant, so dxdy=sec2tsecttant=secttant=costsint⋅cost=sint. Differentiating with respect to t gives dtd(sint)=cost. Therefore, dx2d2y=sec2tcost=cost⋅cos2t=cos3t=sec3t1. Choice D might tempt students who make an error with the reciprocal relationships. The key insight is recognizing that dxdy simplifies to sint, making the second derivative calculation straightforward.
Use the ratio test to determine convergence of ∑n=1∞n!n4.
Explanation: This problem requires applying the ratio test to a series with polynomial numerator and factorial denominator. For ∑n=1∞n!n4, we calculate anan+1=n4/n!(n+1)4/(n+1)!=n4⋅(n+1)!(n+1)4⋅n!=n4(n+1)(n+1)4=n4(n+1)3=n1⋅(nn+1)3. As n→∞, this approaches 0<1, so the series converges. Choice B incorrectly suggests the limit is infinity and divergence, missing that factorial growth dominates polynomial growth. Factorials in denominators almost always lead to convergence.
For x>0, minimize f(x)=x25+x. What value of x minimizes f?
Explanation: Solving optimization problems is a key skill in AP Calculus BC, involving finding maximum or minimum values of a function subject to constraints. For f(x)=x25+x for x>0, compute f′(x)=−x225+1=0, giving x=5. The second derivative f′′(x)=x350>0 for x>0 confirms a minimum. As x approaches 0 or infinity, f increases. A tempting distractor is x=25, but it gives higher value than at x=5. A transferable optimization-solving strategy is to express the quantity as a function of one variable, find critical points by setting the derivative to zero, evaluate at critical points and endpoints, and use tests to confirm the extremum.
A continuous function u on [−3,1] satisfies u(−3)=0.5 and u(1)=2.5. Does IVT guarantee a solution to u(x)=1?
Explanation: This question tests your ability to apply the Intermediate Value Theorem with decimal values. The IVT states that if f is continuous on [a,b] and k is between f(a) and f(b), then f(c) = k for some c in [a,b]. Here, u is continuous on [-3,1] with u(-3) = 0.5 and u(1) = 2.5, and we want u(x) = 1. Since 0.5 < 1 < 2.5, the value 1 is between u(-3) and u(1), so IVT guarantees a solution exists. Choice D incorrectly thinks IVT requires the product u(-3)u(1) < 0, but that condition is only needed when seeking zeros—for general values, we just need the target between endpoints. The IVT checklist: (1) continuous on closed interval, (2) target value between endpoint function values—both conditions are met here.
If s′(1)=0 and s′′(1)=−4, how is the critical point at x=1 classified?
Explanation: The Second Derivative Test is a method to classify critical points of a function by examining the sign of the second derivative at those points. At x=1, s'(1)=0 marks a critical point, and s''(1)=-4, negative, shows concave down. This suggests a hilltop shape, indicating a local maximum at x=1. The negative value ensures the function decreases on both sides. A tempting distractor is choice D, which claims s''(1)<0 implies concave up, but it actually means concave down. To apply the Second Derivative Test effectively, always ensure the first derivative is zero and check if the second derivative is non-zero; if it is zero, switch to the First Derivative Test for classification.
A telescope correction uses ∑n=1∞(−1)n+1n2−11. Does it converge?
Explanation: The skill being tested here is the Alternating Series Test for convergence. The test applies to series of the form ∑(−1)n+1bn where bn>0, bn decreases monotonically, and limbn=0. These conditions guarantee the series converges by bounding the partial sums. However, for ∑(−1)n+1n2−11, the term at n=1 is undefined due to division by zero, so the series cannot converge. A tempting distractor is choice B, which claims convergence by AST, but it fails because the series isn't even defined for all terms. A transferable strategy for alternating series is to ensure all terms are well-defined before applying any convergence test.
Which integral gives the volume if the base is 0≤x≤3, 0≤y≤2x, with right-triangle cross sections perpendicular to x?
Explanation: This problem involves finding the volume when cross sections perpendicular to the x-axis are right triangles. The base region has 0 ≤ x ≤ 3 and 0 ≤ y ≤ 2x, so at each x-value, the base width is 2x. For right triangle cross sections with legs equal to the base width, both legs have length 2x. The area of a right triangle is (1/2) × base × height = (1/2)(2x)(2x) = (1/2)(2x)². Choice D incorrectly omits the factor of 1/2 from the triangle area formula. The transferable strategy is that for isosceles right triangles with legs equal to the base width w, the area is (1/2)w².
The temperature T, in degrees Celsius, of a chemical reaction is a differentiable function of time t, in minutes. At time t=5 minutes, the temperature is 40∘C. At time t=5.5 minutes, the temperature is 48∘C.
Based on this information, which of the following is the best estimate for the rate of change of the temperature, in degrees Celsius per minute, at time t=5 minutes?
Explanation: The rate of change of the temperature at t=5 can be estimated by the average rate of change over the interval [5,5.5]. T′(5)≈5.5−5T(5.5)−T(5)=0.548−40=0.58=16 degrees Celsius per minute.
An electrical signal is modeled by V(t)=ln((t2+4)3). Which technique is most appropriate to find V′(t)?
Explanation: Selecting the appropriate differentiation technique is a key skill in calculus, ensuring efficiency and accuracy in finding derivatives. For V(t) = ln((t² + 4)^3), using the chain rule with properties of logarithms is most appropriate because simplifying to 3 ln(t² + 4) first allows easy differentiation with the chain rule on the inner function. This approach leverages the logarithm power rule to reduce complexity before applying the derivative. It results in V'(t) = 3 * (1/(t² + 4)) * 2t, which is clean and direct. Differentiating using the product rule would be misguided since the function isn't a product after simplification. Consider logarithmic properties to simplify expressions before differentiation, especially with exponents inside logs, for a more streamlined process.