AP Calculus AB Quiz: Derivative Rules Of Constant Sum Difference
Practice Derivative Rules Of Constant Sum Difference in AP Calculus AB with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
What this quiz covers
This quiz focuses on Derivative Rules Of Constant Sum Difference, giving you a quick way to practice the rules, question types, and explanations that matter most for AP Calculus AB.
How to use this quiz
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.
All questions
Question 1
If f(x)=5x3−2x2+x−9, what is f′(x)?
15x2−4x+1 (correct answer)
15x2−4x
5x2−2x+1
15x2−4x+1−9
Explanation: To find the derivative of f(x), we apply the power rule, sum/difference rule, and constant rule to each term. The derivative of 5x3 is 15x2. The derivative of −2x2 is −4x. The derivative of x is 1. The derivative of the constant −9 is 0. Combining these gives f′(x)=15x2−4x+1.
Question 2
If h(x)=f(x)+g(x), where f and g are differentiable functions, and the line tangent to the graph of f at x=3 is y=2x−1 and the line tangent to the graph of g at x=3 is y=−x+7, what is h′(3)?
1 (correct answer)
3
6
9
Explanation: The derivative of a function at a point is the slope of the tangent line at that point. From the equation of the tangent line to f, y=2x−1, the slope is 2. So, f′(3)=2. From the equation of the tangent line to g, y=−x+7, the slope is -1. So, g′(3)=−1. Using the sum rule for derivatives, h′(x)=f′(x)+g′(x). Therefore, h′(3)=f′(3)+g′(3)=2+(−1)=1.
Question 3
Let f(t)=9t3−2t2−6t+1. What is f′(t)?
27t2−4t−6 (correct answer)
27t3−4t2−6t
9t3−2t2−6t+1
9t2−2t−6
27t2−4t−5
Explanation: Linearity rules allow us to handle the sum and differences in f(t) by differentiating individually with the constant multiple rule. For f(t) = 9t^3 - 2t^2 - 6t + 1, apply the power rule to every term. The derivative of 9t^3 is 27t^2, of -2t^2 is -4t, of -6t is -6, and of 1 is 0. Therefore, f'(t) = 27t^2 - 4t - 6, corresponding to choice A. A common rule misuse is applying the power rule without multiplying by the exponent, e.g., t^3 to t^2 instead of 3t^2. Another is ignoring negative signs in differences. A transferable strategy is to process each term with d/dx (c xn) = c n x^{n-1}, remember constants vanish, and maintain sign integrity in the final expression.
Question 4
Let f(x)=x4−8x3+10x−1. What is f′′(x)?
12x2−48x (correct answer)
4x3−24x2+10
24x−48
12x2−48x+10
Explanation: To find the second derivative, we first find the first derivative. f′(x)=4x3−24x2+10. Then, we differentiate f′(x) to find f′′(x). f′′(x)=dxd(4x3−24x2+10)=12x2−48x.
Question 5
If f(x)=4sin(x)−ex+1, what is the value of f′(0)?
3 (correct answer)
4
−1
0
Explanation: First, find the derivative of the function: f′(x)=dxd(4sin(x)−ex+1)=4cos(x)−ex. Next, evaluate the derivative at x=0: f′(0)=4cos(0)−e0=4(1)−1=3.
Question 6
What is the slope of the line tangent to the graph of y=4x5−7x3+2 at x=−1?
−1 (correct answer)
41
1
−41
Explanation: The slope of the tangent line is the value of the derivative at the given point. First, find the derivative: dxdy=dxd(4x5−7x3+2)=20x4−21x2. Now, evaluate the derivative at x=−1: 20(−1)4−21(−1)2=20(1)−21(1)=20−21=−1.
Question 7
If g(x)=2x4x3−8x for x=0, what is g′(x)?
4x (correct answer)
2x−4
4x−4
212x2−8
Explanation: For x=0, we can simplify the expression for g(x) before differentiating. g(x)=2x4x3−2x8x=2x2−4. Now, we can easily find the derivative: g′(x)=dxd(2x2−4)=4x.
Question 8
Let f(x)=3x2−7 and g(x)=5x+2. If h(x)=2f(x)−3g(x)+4, what is h′(x)?
12x−15 (correct answer)
6x−15
12x−11
6x−11
Explanation: Using the constant multiple, sum, and difference rules: h(x)=2(3x2−7)−3(5x+2)+4=6x2−14−15x−6+4=6x2−15x−16. Therefore, h′(x)=12x−15. Choice B incorrectly uses coefficient 6 instead of 12 for the x term. Choice C forgets the −3g(x) term in the constant. Choice D makes both errors.
Question 9
If F(x)=αf(x)+βg(x)+γ where α, β, γ are nonzero constants, and it's known that F′(x)=0 for all x, which of the following must be true?
f(x)=g(x)=0 for all x
f′(x)=g′(x)=0 for all x
αf′(x)+βg′(x)=0 for all x (correct answer)
α=β=γ=0
Explanation: Since F′(x)=αf′(x)+βg′(x)+0=αf′(x)+βg′(x) (the derivative of constant γ is 0), and F′(x)=0 for all x, we must have αf′(x)+βg′(x)=0 for all x. Choice A confuses functions with their derivatives. Choice B is too restrictive; the individual derivatives need not be zero. Choice D contradicts the given that the constants are nonzero.
Question 10
If y=2x2−πx+e+31, then dxdy equals:
22x−π+231
22x−π+e
22x−π (correct answer)
2x−π+e
Explanation: Using the power rule and constant rule: dxd[2x2]=2⋅2x=22x, dxd[−πx]=−π, and dxd[e+31]=0 since both e and 31 are constants. Choice A incorrectly differentiates the constant 31. Choice B incorrectly keeps e as non-zero. Choice D uses wrong coefficient for x2 term and keeps constant e.
Question 11
Let F(x)=3x3−4x2+5x−6. What is the derivative F′(x)?
9x2−8x+5 (correct answer)
9x3−8x2+5x
3x3−4x2+5x−6
3x2−8x+5
9x2−8x−6
Explanation: Linearity rules allow independent differentiation of terms in F(x) = 3x^3 - 4x^2 + 5x - 6. Derivative of 3x^3 is 9x^2, of -4x^2 is -8x, of 5x is 5, of -6 is 0. Thus, F'(x) = 9x^2 - 8x + 5. A common misuse is subtracting instead of adding derivatives in sums. Constants are often incorrectly included. Decompose using linearity and apply power rule to each term for accuracy.
Question 12
Let G(x)=−6x2+13x−15. What is the derivative G′(x)?
−12x+13 (correct answer)
−12x2+13x
−6x2+13x−15
−6x+13
−12x−15
Explanation: The sum and difference rules of linearity allow term-by-term differentiation of polynomials. For G(x) = -6x^2 + 13x - 15, derivative of -6x^2 is -12x, of 13x is 13, and of -15 is 0. Thus, G'(x) = -12x + 13. A common misuse is including the constant's derivative as nonzero, like adding -15. Signs on linear terms must be preserved accurately. For quadratic functions, use linearity to differentiate each power separately, ensuring constants are ignored.
Question 13
A function is y(t)=13t2+4t+9. What is y′(t)?
26t+4 (correct answer)
26t2+4t
13t2+4t+9
13t+4
26t+9
Explanation: Linearity rules facilitate term-by-term differentiation for y(t) = 13t^2 + 4t + 9. Derivative of 13t^2 is 26t, of 4t is 4, of +9 is 0. Thus, y'(t) = 26t + 4. A common misuse is including the constant in the derivative, like adding 9. Linear terms are sometimes overlooked. For quadratics, apply sum rules and power rule individually to each term.
Question 14
Let N(x)=5x4+7x3−14x+9. What is N′(x)?
20x3+21x2−14 (correct answer)
20x4+21x3−14x
5x4+7x3−14x+9
5x3+21x2−14
20x3+21x2+9
Explanation: Linearity rules facilitate term-by-term differentiation for N(x) with sums and multiples. For N(x) = 5x^4 + 7x^3 - 14x + 9, use the power rule. The derivative of 5x^4 is 20x^3, of 7x^3 is 21x^2, of -14x is -14, and of 9 is 0. Therefore, N'(x) = 20x^3 + 21x^2 - 14, which is choice A. A common misuse is forgetting multiplication for cubic terms. Some include constants. A transferable strategy is to sequence terms, apply d/dx (c xn) = c n x^{n-1}, and combine using linearity.
Question 15
The function f(x)=k1g1(x)+k2g2(x)+k3g3(x) where k1=3, k2=−2, k3=5, g1′(x)=4x, g2′(x)=−x2, and g3′(x)=7. What is f′(x)?
12x+2x2−35
12x+2x2+35 (correct answer)
12x−2x2+35
12x−2x2−35
Explanation: When you encounter a function that's a linear combination of other functions, you're dealing with one of calculus's most fundamental properties: the linearity of derivatives. The derivative of a sum equals the sum of derivatives, and constants can be factored out.To find f′(x), you need to differentiate each term separately. Since f(x)=3g1(x)−2g2(x)+5g3(x), we have:f′(x)=3g1′(x)−2g2′(x)+5g3′(x)Substituting the given derivatives:
f′(x)=3(4x)−2(−x2)+5(7)f′(x)=12x+2x2+35This matches answer choice B.Let's examine why the other options are incorrect:Choice A (12x+2x2−35) incorrectly makes the constant term negative, likely from mishandling k3⋅g3′(x)=5⋅7=35.Choice C (12x−2x2+35) makes the x2 term negative, suggesting confusion about the double negative: k2⋅g2′(x)=(−2)⋅(−x2)=+2x2.Choice D (12x−2x2−35) combines both errors from A and C, getting both the x2 and constant terms wrong.Study tip: When differentiating linear combinations, work systematically through each term and pay extra attention to signs. Double negatives are common sources of error—when you see (−2)×(−x2), remember that negative times negative equals positive.
Question 16
The position of a particle moving along the x-axis is given by p(t)=t3−6t2+5 for time t≥0. What is the velocity of the particle at the instant its acceleration is zero?
−12 (correct answer)
2
−11
0
Explanation: The velocity function is the first derivative of the position function: v(t)=p′(t)=3t2−12t. The acceleration function is the second derivative of the position function: a(t)=p′′(t)=6t−12. To find when the acceleration is zero, set a(t)=0: 6t−12=0, which gives t=2. To find the velocity at this time, substitute t=2 into the velocity function: v(2)=3(2)2−12(2)=3(4)−24=12−24=−12.
Question 17
What is the derivative of f(x)=(2x−3)2?
8x−12 (correct answer)
2(2x−3)
4x−6
8x
Explanation: First, expand the expression for f(x): f(x)=(2x−3)(2x−3)=4x2−6x−6x+9=4x2−12x+9. Now, differentiate the expanded polynomial term by term: f′(x)=dxd(4x2−12x+9)=8x−12.
Question 18
A rate function is r(t)=−9t4+10t2+7t−3. What is r′(t)?
−36t3+20t+7 (correct answer)
−36t4+20t2+7t
−9t4+10t2+7t−3
−9t3+20t+7
−36t3+20t−3
Explanation: The rate function uses linearity rules to differentiate terms independently with differences and multiples. For r(t) = -9t^4 + 10t^2 + 7t - 3, use the power rule. The derivative of -9t^4 is -36t^3, of 10t^2 is 20t, of 7t is 7, and of -3 is 0. Therefore, r'(t) = -36t^3 + 20t + 7, which is choice A. Common misuse is forgetting to multiply by the power for even degrees. Some keep the constant. A transferable strategy is to apply d/dx (c xn) = c n x^{n-1} to each, preserve signs from differences, and ignore constants in the sum.
Question 19
For S(x)=10x5−5x4+4x3−1, what is S′(x)?
50x4−20x3+12x2 (correct answer)
50x5−20x4+12x3
10x5−5x4+4x3−1
10x4−20x3+12x2
50x4−5x3+12x2
Explanation: The linearity of differentiation allows us to compute the derivative of a polynomial by differentiating each term separately and respecting constant multiples. For S(x) = 10x^5 - 5x^4 + 4x^3 - 1, apply the power rule to each term: the derivative of ax^n is a n x^{n-1}. Thus, the derivative of 10x^5 is 50x^4, of -5x^4 is -20x^3, of 4x^3 is 12x^2, and the constant -1 has derivative 0. Therefore, S'(x) = 50x^4 - 20x^3 + 12x^2. A common misuse is forgetting that the derivative of a constant is zero, leading to incorrectly including terms like -1 in the derivative. Another error is mishandling the constant multiple, such as not multiplying the coefficient by the exponent. For differentiating polynomials, always break down into individual terms, apply the power rule with linearity, and confirm constants vanish.
Question 20
Let y(x)=11x9+3x5−x+8. What is y′(x)?
99x8+15x4−1 (correct answer)
99x9+15x5−x
11x9+3x5−x+8
11x8+15x4−1
99x8+15x5−1
Explanation: Linearity of differentiation supports separate term handling for y(x) with sum and constant multiple rules. For y(x) = 11x^9 + 3x^5 - x + 8, apply the power rule. The derivative of 11x^9 is 99x^8, of 3x^5 is 15x^4, of -x is -1, and of 8 is 0. So, y'(x) = 99x^8 + 15x^4 - 1, matching choice A. A common rule misuse is incorrect coefficient calculation for high powers like 11*9=99. Another is deriving -x as 0. A transferable strategy is to compute large coefficients accurately, apply d/dx (c xn) = c n x^{n-1}, and assemble using linearity.