Question 1 of 25
Velocity is positive and decreasing at ; which statement about acceleration at is correct?
AP Calculus AB
Practice Test 9 for AP Calculus AB: real questions and explanations from the Varsity Tutors practice-test pool.
0%
0 / 25 answered
Question 1 of 25
Velocity is positive and decreasing at t=5; which statement about acceleration at t=5 is correct?
Question Navigator
Velocity is positive and decreasing at t=5; which statement about acceleration at t=5 is correct?
Explanation: This straight-line motion problem connects velocity behavior to acceleration using derivative relationships. When velocity is positive and decreasing at t=5, we have v(5)>0 and v′(5)<0. Since acceleration is the derivative of velocity, a(5)=v′(5)<0, so acceleration is negative. Students might think positive velocity means positive acceleration, but decreasing velocity always means negative acceleration. The key motion analysis strategy is that acceleration equals the derivative of velocity, so decreasing velocity always indicates negative acceleration.
For a curve y=f(x), what does h→0limhf(2+h)−f(2) represent?
Explanation: The limit given is the derivative f′(2), which is the slope of the tangent at x=2, choice B, representing instantaneous rate, unlike average which is secant slope over an interval. Choice A is average over [0,2], and choice C is secant for fixed h. A common confusion is mistaking net change (choice E) or y-intercept (choice D) for the rate. The limit makes it instantaneous. For comparison, link limits to tangents for instantaneous and fixed intervals to secants in curve analyses.
A function satisfies dxdy=xy. What is the general solution for x=0?
Explanation: This problem requires solving a differential equation using separation of variables. For dy/dx = y/x with x ≠ 0, separate as dy/y = dx/x, assuming y ≠ 0. Integrate: ln|y| = ln|x| + C. Simplify to y = C x. The distractor y = x + C fails by suggesting addition instead of the proportional solution from logs. To recognize separable equations, look for the form dy/dx = f(x) g(y), which allows rewriting as (1/g(y)) dy = f(x) dx for integration.
Let J(t)=−t6+16t2−3t+4. What is J′(t)?
Explanation: Linearity rules enable us to differentiate sums and differences term by term, pulling out constants. For J(t) = -t^6 + 16t^2 - 3t + 4, differentiate each part: derivative of -t^6 is -6t^5, of 16t^2 is 32t, of -3t is -3, and of +4 is 0. Thus, J'(t) = -6t^5 + 32t - 3. A common rule misuse is neglecting to reduce the exponent by 1 while multiplying by the original exponent, resulting in incorrect powers or coefficients. Signs must be carefully preserved during differentiation. To select rules effectively, recognize polynomials and use the sum/difference rule combined with the constant multiple and power rules term by term.
Which integral gives the volume when the region under y=x2 from x=0 to x=2 is revolved about the x-axis?
Explanation: This problem uses the disc method for revolving around the x-axis. When rotating the region under y = x² from x = 0 to x = 2 around the x-axis, we form circular discs perpendicular to the x-axis. Each disc has radius equal to the y-value at that x-position, which is x², so the disc's area is π(x²)². The volume is found by integrating these disc areas: π∫₀²(x²)²dx = π∫₀²x⁴dx. Choice A incorrectly uses π∫₀²x²dx, forgetting that we need to square the radius function when finding the area of each disc. The key principle: disc method around the x-axis requires π times the square of the function, not just π times the function.
A circular bracelet’s radius decreases at 0.05 cm/s when r=20 cm; how fast is its area changing?
Explanation: This problem demonstrates area rate change for a decreasing circular radius. Given A = πr² and dr/dt = -0.05 cm/s (negative for decreasing) when r = 20 cm, taking the derivative: dA/dt = 2πr(dr/dt) = 2π(20)(-0.05) = -2π cm²/s. The negative sign correctly indicates the area is decreasing as the bracelet contracts. Students might forget the negative sign or miscalculate the coefficient.
Let u be continuous on [a,b]. If u has no critical points in (a,b), which statement must be true?
Explanation: This question explores where absolute extrema must occur when there are no interior critical points. If u has no critical points in (a,b), then u has no points where u'(x)=0 or u'(x) doesn't exist in the open interval. By the EVT, u (being continuous on [a,b]) must have absolute extrema, and since these can only occur at critical points or endpoints, they must occur at x=a or x=b. Choice A incorrectly concludes u must be constant, but u could be strictly increasing or decreasing. The extrema location principle: absolute extrema occur at critical points or endpoints; no interior critical points means extrema must be at endpoints.
Let Q(x)=ln(1+sin(x2)). What is Q′(x)?
Explanation: For Q(x) = ln(1 + sin(x²)), chain rule. Outer ln(t), derivative 1/t, t = 1 + sin(x²). t' = cos(x²) * 2x. Thus, Q'(x) = (1/(1 + sin(x²))) * 2x cos(x²). A common omission is missing 2x. Recognize logs of summed trig with inner quadratic and chain accordingly.
Define g(x)=∫0x1+cost1dt where defined. What is g′(x)?
Explanation: This problem requires applying the Fundamental Theorem of Calculus Part 1 to find the derivative of an accumulation function. The function g(x) is defined as the integral from 0 to x of 1/(1+cos t) dt, which accumulates the area under the curve of the integrand from a fixed lower limit to a variable upper limit x. According to FTC Part 1, the derivative g'(x) is simply the integrand evaluated at t = x, so g'(x) = 1/(1+cos x). This holds because differentiating the integral with respect to the upper limit effectively adds the integrand's value at that point, reversing the integration process. A tempting distractor is choice B, which is actually the derivative of choice A and might be selected if someone mistakenly differentiates the result further. To recognize FTC Part 1 applications, look for functions defined as integrals with a variable upper limit and constant lower limit, where the derivative is the integrand at x.
A function g has g′(−2)=0 and g′′(−2)<0. What can be concluded about x=−2?
Explanation: This question tests the Second Derivative Test for classifying critical points. We have g'(-2) = 0, establishing a critical point at x = -2. Since g''(-2) < 0, the Second Derivative Test tells us that g has a local maximum at x = -2 because the function is concave down there. The negative second derivative means the graph curves downward like an upside-down U, creating a peak at x = -2. Choice B incorrectly associates negative concavity with a minimum, which is a common sign error. For the AP exam, memorize: f''(c) < 0 means concave down and local max; f''(c) > 0 means concave up and local min.
For r(x)=(x−3)34, which limit expression matches the behavior of r(x) as x→3−?
Explanation: For r(x) = 4/(x-3)³, we analyze the behavior as x approaches 3 from the left (x→3⁻). When x is slightly less than 3, the denominator (x-3) is a small negative number. Since we're cubing this negative value, (x-3)³ remains negative. The fraction becomes 4/(small negative) = large negative value. Therefore, lim[x→3⁻] r(x) = -∞ correctly represents this behavior. A common error is forgetting that odd powers preserve the sign of negative numbers, unlike even powers. Another mistake is writing r(3) = -∞, which incorrectly suggests the function has a value at x = 3. Notation checklist: Pay attention to the power of the denominator, verify signs carefully for odd vs even powers, and use proper limit notation.
For y=x3−x and y=0 on [−1,1], which setup gives the total area between the curves?
Explanation: This problem requires multi-interval area reasoning to compute the total area between curves that intersect multiple times. The curve y = x³ - x intersects y = 0 at x = -1, 0, 1, dividing [-1, 1] into subintervals. In [-1, 0], the cubic is above the x-axis, as at x = -0.5, (-0.5)³ - (-0.5) = 0.375 > 0. In [0, 1], it is below, as at x = 0.5, (0.5)³ - 0.5 = -0.375 < 0, necessitating a split for positive area. A tempting distractor like choice A fails because it computes net signed area, allowing positive and negative regions to cancel. To handle such problems generally, always solve for intersection points, test a point in each subinterval to determine the upper function, and integrate the difference accordingly in each piece.
For y=x2−1 and y=0 on [−2,2], which setup gives the total area between curves?
Explanation: This problem requires multi-interval area reasoning to compute the total area between curves that intersect. The interval must be split at x=-1 and x=1 because those are where y=x^2-1 crosses y=0 within [-2,2]. From -2 to -1, y=x^2-1 is above y=0 since x^2-1>0 for |x|>1. From -1 to 1, y=0 is above y=x^2-1 since x^2-1<0. From 1 to 2, y=x^2-1 is above y=0 again. One tempting distractor, such as choice A, fails because it computes the net area, allowing positive and negative regions to cancel out. A transferable strategy is to always locate all intersection points, divide the interval accordingly, and in each subinterval integrate the absolute difference by subtracting the bottom function from the top function.
A ball’s height is h(t)=16t−4t2 for 0≤t≤4. What is the average height on [0,4]?
Explanation: This question asks for the average value of the height function h(t). The average value of h(t) = 16t - 4t² on [0,4] is (1/4)∫[0 to 4] (16t - 4t²)dt = (1/4)[8t² - 4t³/3] from 0 to 4 = (1/4)(128 - 256/3) = (1/4)(128/3) = 32/3. Choice D shows the correct formula setup but doesn't evaluate it. The correct answer is the numerical result E = 32/3.
Given y2sinx+xcosy=2, what is dxdy at a general point (x,y)?
Explanation: This problem involves implicit differentiation of y²sin x + x cos y = 2. For y²sin x, we use the product rule: y²·cos x + sin x·2y·dy/dx. For x cos y, we get x·(-sin y)·dy/dx + cos y·1. Setting up: y²cos x + 2y sin x·dy/dx - x sin y·dy/dx + cos y = 0. Collecting dy/dx terms: dy/dx(2y sin x - x sin y) = -y²cos x - cos y. Therefore, dy/dx = (-y²cos x - cos y)/(2y sin x - x sin y). Choice B has a plus sign in the denominator (2y sin x + x sin y), which is incorrect—the negative sign comes from differentiating cos y. Remember: when differentiating products involving both x and y, apply the product rule carefully and track the signs from derivatives of trigonometric functions.
A function J is continuous on [−5,−1] with J(−5)=6 and J(−1)=2. Does the Mean Value Theorem guarantee a c with J′(c)=−1?
Explanation: The Mean Value Theorem requires J to be continuous on [-5,-1] and differentiable on (-5,-1). Since these conditions are satisfied, MVT guarantees there exists c in (-5,-1) where J'(c) equals the average rate of change. Computing: (J(-1)-J(-5))/(-1-(-5)) = (2-6)/4 = -4/4 = -1. Therefore, MVT does guarantee a point where J'(c) = -1. A common misconception is that negative x-values prevent MVT application, but the theorem works on any interval where continuity and differentiability conditions are met. The location of the interval on the x-axis is irrelevant to MVT's validity.
During a test, f(x)=arccos(4x) gives an angle reading. What is f′(x)?
Explanation: This requires differentiating arccos with a composite argument. The derivative of arccos(u) is -1/√(1-u²), noting the negative sign that distinguishes it from arcsin. With u = 4x and the chain rule: f'(x) = -1/√(1-(4x)²) · d/dx(4x) = -1/√(1-(4x)²) · 4 = -4/√(1-(4x)²). Option A incorrectly has a positive sign, forgetting that arccos has a negative derivative unlike arcsin. Remember the mnemonic: arccos goes down (negative derivative) while arcsin goes up (positive derivative).
A bank account satisfies dtdA=rA with r=0. Which is the general solution?
Explanation: This problem involves solving an exponential differential equation representing compound interest. When we have dtdA=rA with r=0, the account balance changes at a rate proportional to its current amount. This proportional relationship characterizes compound interest, where larger balances earn proportionally more (if r>0) or lose proportionally more (if r<0). The standard solution to dtdy=ky is y=Cekt, so we get A(t)=Cert. Choice A represents simple interest (linear growth), but compound interest requires the exponential relationship from proportional rates. To recognize compound interest models: when the rate of change is proportional to the current balance (dtdA=rA), the solution is always exponential.
Which definite integral matches ∑m=120cos(π+10mπ)(10π)?
Explanation: This problem requires converting ∑m=120cos(π+10mπ)(10π) to integral form. The argument π+10mπ tells us the x-values where we evaluate cosine. As m goes from 1 to 20, these values range from π+10π=1011π to π+1020π=3π. With Δx=10π and 20 rectangles, the interval spans 20×10π=2π, so we integrate from 1011π−10π=π to 3π. The integrand is simply cosx evaluated at these points. Choice C incorrectly keeps the linear expression inside the cosine function, not recognizing that π+10mπ specifies where to evaluate cosine. To convert any trigonometric Riemann sum, identify the evaluation points from the argument expression and integrate the base trig function over that domain.
If x2+cosy=xy, what is dxdy in terms of x and y?
Explanation: This problem uses implicit differentiation on x² + cos(y) = xy. Differentiating gives 2x - sin(y)·dy/dx = x·dy/dx + y, where the chain rule is applied to cos(y) and the product rule to xy. Rearranging to collect dy/dx terms yields -sin(y)·dy/dx - x·dy/dx = y - 2x, which factors as dy/dx(-sin(y) - x) = y - 2x. Since -sin(y) - x = -(x + sin(y)), we get dy/dx = (y - 2x)/(x + sin(y)). Choice B has the numerator reversed as 2x - y, which would result from a sign error when moving the 2x term. The recognition strategy is to carefully track negative signs, especially with trigonometric derivatives.
A cyclist’s power output is p(t) watts at time t seconds. What does ∫0120p(t)dt represent?
Explanation: This problem tests interpreting definite integrals as accumulation in applied contexts. Since p(t) represents power output in watts (joules per second), the definite integral ∫₀¹²⁰ p(t)dt accumulates power over time to give total energy expended. The units verify this: watts × seconds = watt-seconds = joules, confirming the integral represents total energy from t=0 to t=120. Choice C incorrectly suggests average power in watt-seconds, but average power would have units of watts, not watt-seconds. When power (energy/time) is integrated over time, the result is total energy—a key principle in physics applications.
For U(x)={x2+2,11,x=−3x=−3, is U continuous at x=−3, and why?
Explanation: Continuity at a point requires that the function is defined at that point, the limit exists as x approaches that point, and the limit equals the function's value there. For U(x) at x = -3, U(-3) = 11 is defined, and the limit is lim (x² + 2) = 11, which matches U(-3), so it is continuous. A common omission is forgetting to check if the limit equals the redefined value at the point, as the piecewise definition might suggest a hole otherwise. Here, since the limit of the quadratic equals the given value, continuity holds. Remember, redefining a function at a single point can make it continuous if it fills the hole correctly. To verify continuity at any point a, use this checklist: ensure f(a) is defined, compute lim_{x→a} f(x) and confirm it exists, then check if lim_{x→a} f(x) = f(a).
If w(x)=cot(πx), what is w′(x)?
Explanation: This problem requires differentiating cotangent with a linear argument involving π, testing reciprocal trig derivatives and chain rule precision. The derivative of cot(u) is -csc²(u)·u', and for w(x) = cot(πx), we have u = πx, giving u' = π. Thus w'(x) = -csc²(πx)·π = -π·csc²(πx). A common error would be confusing cotangent's derivative with tangent's and writing π·sec²(πx), but cotangent derivatives always involve cosecant squared, not secant squared. Remember to treat π as a constant coefficient when applying the chain rule, just like any other numerical coefficient.
A differentiable function L(x) gives light intensity. Which expression represents the slope of L at x=1?
Explanation: This question requires interpreting derivative notation in the context of light intensity slope. When L(x) gives light intensity as a function of some variable x, the slope of L at x=1 represents the derivative L′(1). This notation shows the instantaneous rate of change of light intensity with respect to x at that point, which geometrically corresponds to the slope of the tangent line to the graph of L at x=1. The slope of a function at a point is precisely its derivative at that point. Choice B represents the average rate of change between x=1 and x=2, which gives the slope of a secant line, not the slope of the function itself at x=1. For slopes of curves (functions), use derivative notation to get the instantaneous slope rather than average rates.
A differentiable f has f′(1)=0 and f′′(1)>0; classify the point x=1.
Explanation: The Second Derivative Test uses concavity information to classify the type of critical point present. With f′(1)=0 confirming a critical point and f′′(1)>0 indicating positive concavity, the function exhibits upward curvature at x=1. Upward concavity at a critical point creates a valley-like shape, establishing a local minimum. Choice B might mislead students who link positive direction with maximums, but positive second derivative specifically describes the upward curvature of minimums. Remember to confirm both critical point existence and definitive second derivative sign before classification.