Question 1 of 25
Which slope field corresponds to (with )?
AP Calculus AB
Practice Test 11 for AP Calculus AB: real questions and explanations from the Varsity Tutors practice-test pool.
0%
0 / 25 answered
Question 1 of 25
Which slope field corresponds to dxdy=yx (with y=0)?
Question Navigator
Which slope field corresponds to dxdy=yx (with y=0)?
Explanation: This question requires sketching the slope field for dy/dx = x/y with y ≠ 0. The function is undefined along y = 0 (x-axis), creating a horizontal asymptote in the slope field. Slopes are zero when x = 0 (y-axis). The sign of slopes matches the sign of x/y: positive when x and y have the same sign (quadrants I and III), negative when they have opposite signs (quadrants II and IV). This creates a pattern where slopes become very steep as y approaches zero. Choice A incorrectly reverses the roles of x and y in determining zeros versus undefined behavior. For rational functions x/y, the x-axis is undefined while the y-axis gives zero slopes.
A particle’s acceleration is a(t)=4 (m/s2) with v(0)=−1 (m/s). What is v(2)?
Explanation: This problem tests using integrals to find velocity from acceleration. Since acceleration is the derivative of velocity, we integrate to find velocity: v(t)=v(0)+∫0ta(s)ds. With constant acceleration a(t)=4 and v(0)=−1, we get v(2)=−1+∫024dt=−1+4t∣02=−1+8=7 m/s. Students choosing B might forget to include the initial velocity and only compute the change in velocity. Remember that integrating acceleration gives the change in velocity, which must be added to the initial velocity to find the final velocity.
For a process, q(x)=ln(sin(4x)). What is q′(x)?
Explanation: This logarithmic function of a sine requires chain rule application. Outer ln(u), u = sin(4x), derivative 1/u, inner u' = cos(4x) * 4. Thus, q'(x) = (4 cos(4x)) / sin(4x). Common omission: missing the 4 from the argument of sine. Students often forget it's cotangent times 4, not just cot. Recognize log of trig with linear argument and apply chain fully. This pattern helps in similar derivatives, ensuring complete calculations.
For a function f, which statement best characterizes the instantaneous rate of change at x=1?
Explanation: The instantaneous rate of change at x=1 describes how rapidly f(x) is changing at that exact point. Choice C correctly identifies this as the slope of the tangent line at x=1, which geometrically captures the instantaneous rate. Choice A describes the average rate of change over the interval [1,2], telling us the overall trend between those points but not the specific rate at x=1. Choice B gives the function value itself, not a rate of change. Choice D calculates the average rate from x=0 to x=1. Choice E gives the total change over a 2-unit interval, not a rate. The fundamental distinction: instantaneous rates use tangent lines (limits), while average rates use secant lines (difference quotients).
If ∫−21u(x)dx=−6, what is ∫−21(32u(x))dx?
Explanation: This question assesses the skill of applying properties of definite integrals. The scalar 2/3 factors out, giving (2/3) * -6 = -4. This property applies directly to the given integral. No other adjustments are needed. A tempting distractor is -9, which uses 3/2 instead of 2/3. When working with definite integrals, remember this checklist: additivity over adjacent intervals, scalar multiples factor out, reversing limits adds a negative sign, and constants integrate to the constant times the interval length.
A fish population’s growth rate is G(t) fish/month, t months after stocking. What does ∫36G(t)dt represent?
Explanation: This question tests the interpretation of definite integrals as accumulation in population biology contexts. The function G(t) represents the fish population's growth rate in fish per month, and integrating this rate from t=3 to t=6 months gives the total increase in fish population during this time period. Since growth rate × time = total population change, ∫₃⁶ G(t)dt calculates the net number of fish added to the population between month 3 and month 6 after stocking. Choice D incorrectly suggests the integral gives an average growth rate, but that would require dividing by the time interval (3 months). The units support our interpretation: (fish/month) × months = fish, confirming the integral measures net fish population increase.
The derivative s′(x) is positive for x<3 and negative for x>3. Where does s have a local extremum?
Explanation: This problem involves the First Derivative Test to identify local extrema based on the sign of the derivative. The First Derivative Test states that a local maximum occurs where the derivative changes from positive to negative. In this case, s'(x) is positive for x<3 and negative for x>3, indicating a sign change from positive to negative at x=3. This confirms a local maximum at x=3, as the function increases before and decreases after this point. A tempting distractor is choice A, which suggests a local minimum at x=3, but that would require a change from negative to positive, which does not occur here. Remember, to apply this test effectively, always check for sign changes around critical points where the derivative is zero or undefined.
If f′(x)=(x+3)2(x−2)(x−7), on which interval(s) is f increasing?
Explanation: This problem requires finding where f is increasing, meaning where f'(x) = (x-2)(x-7)/(x+3)² > 0. The numerator zeros are x = 2 and x = 7, and there's a vertical asymptote at x = -3. Since (x+3)² is always positive (where defined), the sign of f'(x) depends only on (x-2)(x-7). Testing intervals: for x < -3, both factors in the numerator are negative, so f'(x) > 0; for -3 < x < 2, still both negative, so f'(x) > 0; for 2 < x < 7, (x-2) > 0 and (x-7) < 0, so f'(x) < 0; for x > 7, both positive, so f'(x) > 0. A common mistake is thinking the squared denominator might change the analysis, but squared terms never change sign. The key is recognizing that f increases on (-∞,-3) ∪ (-3,2) ∪ (7,∞), which simplifies to (-∞,2) ∪ (7,∞) excluding x = -3.
For Q, Q′(x)<0 on (−3,−2) and Q′(x)>0 on (−2,−1). Where does Q have a local minimum?
Explanation: This problem assesses the First Derivative Test. The First Derivative Test determines local extrema by examining sign changes in the first derivative around critical points. If f' changes from negative to positive at a point, it indicates a local minimum there. If it changes from positive to negative, it indicates a local maximum, and no sign change means no extremum. In this case, at x=-2, Q' changes from negative on (-3,-2) to positive on (-2,-1), confirming a local minimum. A tempting distractor is choice A, which claims a local maximum at x=-2, but this fails because the sign change is from negative to positive, not positive to negative. To apply this generally, always identify points where the derivative might be zero and check the signs immediately to the left and right for extrema.
A function L is continuous on [2,12] with L(2)=1 and L(12)=21. Does the Mean Value Theorem guarantee a c with L′(c)=2?
Explanation: The Mean Value Theorem requires L to be continuous on [2,12] and differentiable on (2,12). Since these conditions are met, MVT guarantees there exists c in (2,12) where L'(c) equals the average rate of change. The average rate of change is (L(12)-L(2))/(12-2) = (21-1)/10 = 20/10 = 2. Therefore, MVT does guarantee a point where L'(c) = 2. A common error is thinking MVT requires polynomial functions, but the theorem applies to any function meeting the continuity and differentiability conditions. Whether the function is polynomial, exponential, trigonometric, or other types is irrelevant - only the continuity and differentiability conditions matter.
Set up the washer-method integral for volume when the region between y=cosx+4 and y=2 on [0,π/2] is revolved about the x-axis.
Explanation: This problem uses the washer method for revolving around the x-axis. We must compare the distances of both functions from the x-axis. The function y = cos x + 4 varies: at x = 0, cos(0) + 4 = 5; at x = π/2, cos(π/2) + 4 = 4. The horizontal line y = 2 is constant. Since cos x ∈ [0,1] on [0,π/2], we have cos x + 4 ∈ [4,5], which means cos x + 4 > 2 throughout the interval. Therefore, y = cos x + 4 forms the outer radius and y = 2 forms the inner radius. The washer formula gives π∫[(cos x + 4)² - 2²]dx. Choice B incorrectly subtracts in the wrong order. Remember: for washers, always subtract inner² from outer² to ensure positive volume.
Find the washer-method integral when the region between y=x+1+2 and y=2x+1 on [0,3] is revolved about the x-axis.
Explanation: The washer method calculates volumes when revolving regions between curves around an axis, creating washers with outer and inner radii. Here, revolving around the x-axis, the radii are the y-values of the curves. Compare the functions: √(x + 1) + 2 > x/2 + 1 on [0,3], so outer radius is √(x + 1) + 2, inner is x/2 + 1. Thus, the integral is π ∫ from 0 to 3 of [(√(x + 1) + 2)^2 - (x/2 + 1)^2] dx. A tempting distractor is choice D, which squares the difference, mistaking the washer method for a disk with radius equal to the height difference, ignoring the varying distances from the axis. For any washer method setup, checklist: confirm the axis, identify outer and inner functions relative to the axis, ensure outer > inner, set up π ∫ (outer^2 - inner^2) d(variable perpendicular to axis), with limits where the region exists.
Let c(x)={0,1,x<3x≥3. What type of discontinuity does c have at x=3?
Explanation: This function has a jump discontinuity at x = 3. The left-hand limit is lim(x→3⁻) 0 = 0, while the right-hand limit is lim(x→3⁺) 1 = 1, and c(3) = 1. Since both one-sided limits exist but are unequal (0 ≠ 1), this creates a jump discontinuity. The function jumps from 0 on the left to 1 on the right at x = 3. Students might think this is continuous because c(3) equals the right-hand limit, but continuity requires both one-sided limits to be equal. To identify jump discontinuities: verify that both one-sided limits exist but have different values.
A Norman window is a rectangle topped by a semicircle; total perimeter is 12 m. What should be maximized?
Explanation: This question tests the skill of setting up optimization problems by identifying the quantity to be maximized for a window with fixed perimeter. The Norman window consists of a rectangle topped by a semicircle, with a total perimeter of 12 m, so the objective is to maximize the area of the window to allow the most light. The perimeter includes the rectangular sides and the semicircular arc, constraining the dimensions. We express the area (rectangular plus semicircular) in terms of one variable using this perimeter constraint. A tempting distractor is choice A, the total perimeter of the window, but this is fixed at 12 m and not what we maximize. In optimization problems for shapes with fixed perimeters, always formulate the area as the objective function and apply the perimeter constraint to optimize light or space.
A model uses F(x)=csc(7x). What is F′(x)?
Explanation: This problem tests the skill of differentiating reciprocal trigonometric functions, specifically the cosecant function. The function is F(x) = csc(7x), so let u = 7x with u' = 7. The derivative of csc(u) is -csc(u) cot(u) multiplied by u', resulting in -7 csc(7x) cot(7x). This scales by the constant 7. A tempting distractor is choice C, which forgets the 7 from the chain rule. When differentiating composite trigonometric functions, always multiply by the derivative of the inner function to apply the chain rule correctly.
A boat’s fuel consumption rate is F(t) liters/hour, t hours after departure. What does ∫03F(t)dt represent?
Explanation: This problem tests the interpretation of definite integrals as accumulation in fuel consumption contexts. The integrand F(t) represents the boat's fuel consumption rate in liters per hour, and integrating this rate over the time interval from t=0 to t=3 hours gives the total amount of fuel consumed during the first 3 hours after departure. The integral ∫₀³ F(t)dt accumulates all fuel used throughout this period. Choice C is a common distractor because it mentions "average fuel consumed per hour," but that would be (1/3)∫₀³ F(t)dt, not the integral itself. The units verify our interpretation: (liters/hour) × hours = liters, confirming the integral measures total fuel consumed.
What integral gives the volume if the base is bounded by y=1 and y=sinx on 0≤x≤π, with equilateral triangular cross sections perpendicular to the x-axis?
Explanation: This problem involves computing the volume of a solid with equilateral triangular cross-sections perpendicular to the x-axis, a key skill in understanding non-rectangular cross-sections. The side length of each triangle is the vertical distance between the curves y=1 and y=sin x, which is 1 - sin x. The area of an equilateral triangle is (√3/4) s², where s = 1 - sin x. Therefore, the area simplifies to (√3/4) (1 - sin x)². The volume is the integral of this area from x=0 to x=π. A common mistake is to use (√3/4) (1 - sin x), as in choice B, which forgets to square the side length. Remember, for any cross-section shape, determine the base length, apply the area formula correctly, and integrate along the perpendicular axis.
The rate of sand added is s(t)=13−6t5. Which is an antiderivative of s(t)?
Explanation: This problem tests finding antiderivatives of functions containing constants and polynomial terms. To integrate s(t) = 13 - 6t⁵, we integrate each term: the constant 13 becomes 13t, and -6t⁵ becomes -6t⁶/6 = -t⁶. The antiderivative is 13t - t⁶ + C. Choice B (13t - 6t⁶ + C) incorrectly keeps the coefficient -6 when integrating -6t⁵, forgetting to divide by the new exponent 6. The fundamental rule is that integrating axⁿ always requires dividing by (n+1), which ensures that differentiation of the result returns the original function.
Find the washer-method setup for the volume when the region between y=x2 and y=4 on [−2,2] is revolved about y=1.
Explanation: This problem requires the washer method with rotation about the horizontal line y = 1, which is not the x-axis. When revolving about y = 1, we measure distances from this axis: the outer radius is from y = 1 up to the constant y = 4, giving R = 4 - 1 = 3, while the inner radius is from y = 1 up to the parabola y = x², giving r = x² - 1. The washer formula becomes V = π∫[R² - r²]dx = π∫[(4-1)² - (x²-1)²]dx from -2 to 2. Choice B incorrectly uses 4² - (x²)², failing to shift both functions by subtracting 1 from their y-values. The key strategy for washers about y = k is to replace every y-value with (y - k) to measure distances from the new axis.
A function is r(x)=7+3x. Find limx→6r(x) using limit laws.
Explanation: This linear function with a fractional coefficient is continuous everywhere. Using direct substitution: limx→6r(x)=7+36=7+2=9. We apply the sum rule for limits, evaluating each term separately: the constant term gives 7, and the rational term gives 36=2. A common error would be arithmetic mistakes in the fraction division or not recognizing this as a continuous function. The key strategy is to identify continuous functions and apply direct substitution, treating each term according to the appropriate limit law.
A function P satisfies P(−1)=5 and P′(−1)=2. Approximate P(−1.2) using linearization.
Explanation: Local linearity, key in AP Calculus AB, uses derivatives for tangent approximations. Given P(-1) = 5 and P'(-1) = 2, P(x) ≈ 5 + 2*(x + 1). For x = -1.2, 5 + 2*(-0.2) = 4.6. Conceptually, it estimates based on local slope. Mistakes often involve Δx calculation with negatives. Formula: f(x) ≈ f(a) + f'(a)(x - a). Strategy: Parenthesize (x - a) to prevent errors.
A circular logo has diameter increasing at 0.8 cm/s when d=10 cm; how fast is the area changing then?
Explanation: This problem applies area rate change using diameter for a circle. Given A = π(d/2)² = πd²/4 and dd/dt = 0.8 cm/s when d = 10 cm, taking the derivative: dA/dt = π(d/2)(dd/dt) = π(10/2)(0.8) = π(5)(0.8) = 4π cm²/s. This demonstrates how diameter-based formulations affect the derivative calculation compared to radius-based approaches.
A rancher has 200 ft of fencing for three sides of a rectangle against a wall. Which width x maximizes area A(x)=x(200−2x)?
Explanation: This fence optimization problem requires maximizing area with a perimeter constraint. The area function A(x) = x(200-2x) = 200x - 2x² has derivative A'(x) = 200 - 4x. Setting A'(x) = 0 gives 200 - 4x = 0, so x = 50. Since A''(x) = -4 < 0, this critical point maximizes the area. The choice x = 100 would use all fencing for width, leaving no fencing for the length, resulting in zero area. For rectangular optimization problems with one side against a wall, the optimal width is typically one-fourth of the total fencing available.
A continuous function p on [0,10] has critical points x=3,9. If p(0)=2,p(3)=7,p(9)=1,p(10)=4, where is the absolute maximum?
Explanation: The Candidates Test is a method in calculus to find the absolute maximum and minimum values of a continuous function on a closed interval. To apply this test, first identify all critical points within the interval where the derivative is zero or undefined. Then, evaluate the function at these critical points and at the endpoints of the interval. By comparing these function values, you can determine the absolute extrema, as they must occur at one of these candidate points. A tempting distractor is choice D, at x=0, because p(0)=2 might seem like a starting point, but the maximum is p(3)=7 at a critical point. Always remember the transferable candidates checklist: identify the closed interval, find critical points, evaluate the function at endpoints and critical points, and compare all values to locate the extrema.
A function satisfies dxdy=x4y. What is the general solution for x=0?
Explanation: This problem requires solving a differential equation using separation of variables. Given dy/dx = 4y/x for x ≠ 0, separate as dy/y = 4 dx/x, assuming y ≠ 0. Integrate to ln|y| = 4 ln|x| + C. This yields y = C x^4. The choice y = 4 ln|x| + C is incorrect as it doesn't exponentiate to solve for y. 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.