Fiveable

♾️AP Calculus AB/BC Unit 2 Review

QR code for AP Calculus AB/BC practice questions

2.6 Derivative Rules: Constant, Sum, Difference, and Constant Multiple

2.6 Derivative Rules: Constant, Sum, Difference, and Constant Multiple

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

These derivative rules let you differentiate polynomials fast: the derivative of a constant is zero, sums and differences split apart term by term, and constant multiples pull out front. Combine them with the power rule to find the derivative of any polynomial function quickly. For AP Calculus, use these rules to show clean term-by-term work before moving into tangent lines, motion, and optimization.

Why This Matters for the AP Calculus Exam

Most derivatives you take on the AP Calculus exam start with these rules. Polynomials show up everywhere, from finding tangent line slopes to locating critical points to setting up motion problems, and you need to differentiate them without slowing down.

These rules support exam thinking in a few ways:

  • On multiple-choice questions, you can differentiate a polynomial in one clean pass.
  • On free-response questions, clear term-by-term work shows the structure behind your answer, which matters for clear, complete solutions.
  • In later units, you will reuse these rules constantly when analyzing increasing/decreasing behavior, concavity, and instantaneous rates of change.

Getting comfortable with these rules now means you spend exam time on the harder reasoning, not the basic differentiation.

Key Takeaways

  • The derivative of a constant is always 0, since a constant function never changes.
  • The sum and difference rules let you differentiate each term separately, then add or subtract the results.
  • The constant multiple rule lets you factor a constant out front: ddx[cg(x)]=cg(x)\frac{d}{dx}[c \cdot g(x)] = c \cdot g'(x).
  • These rules combine with the power rule to differentiate any polynomial term by term.
  • Watch signs and coefficients carefully, since most polynomial mistakes are small arithmetic or notation slips.
  • Notation like f(x)f'(x) or dydx\frac{dy}{dx} should stay consistent through your work.

Key Derivative Rules

Before going further, make sure you are solid on the power rule, since you will combine it with these rules constantly. Review the power rule if you need a refresher.

The Constant Rule

The derivative of a constant is always zero. If f(x)=cf(x) = c, where cc is a constant, then f(x)=0f'(x) = 0.

For example, the derivative of f(x)=3f(x) = 3 is f(x)=0f'(x) = 0. A constant function is a flat horizontal line, so its slope is zero everywhere.

The Sum Rule

The derivative of a sum is the sum of the derivatives. If f(x)=g(x)+h(x)f(x) = g(x) + h(x), then f(x)=g(x)+h(x)f'(x) = g'(x) + h'(x).

Take f(x)=2x+3f(x) = 2x + 3. The derivative of 2x2x is 22, and by the constant rule the derivative of 33 is 00. Adding gives 2+0=22 + 0 = 2, so f(x)=2f'(x) = 2.

The Difference Rule

The derivative of a difference is the difference of the derivatives. If f(x)=g(x)h(x)f(x) = g(x) - h(x), then f(x)=g(x)h(x)f'(x) = g'(x) - h'(x).

This works just like the sum rule, with subtraction instead of addition. For f(x)=2x3f(x) = 2x - 3, you get 20=22 - 0 = 2.

The Constant Multiple Rule

The derivative of a constant times a function is the constant times the derivative. If f(x)=cg(x)f(x) = c \cdot g(x), then f(x)=cg(x)f'(x) = c \cdot g'(x).

You can see this when the derivative of 2x2x is 21=22 \cdot 1 = 2. The coefficient stays put and multiplies the derivative of the rest.

Practice Problems

Work through these to lock in the rules.

Example 1

Find the derivative of f(x)=2x2+2f(x) = 2x^2 + 2.

The plus sign tells you to use the sum rule.

Step 1: Split into two pieces. Here g(x)=2x2g(x) = 2x^2 and h(x)=2h(x) = 2.

Step 2: Differentiate each piece and add. g(x)=4xg'(x) = 4x and h(x)=0h'(x) = 0, so f(x)=4x+0=4xf'(x) = 4x + 0 = 4x.

Example 2

Find the derivative of f(x)=100f(x) = 100.

Since 100100 is a constant, the constant rule gives f(x)=0f'(x) = 0.

Example 3

Find the derivative of f(x)=5(5x+10)f(x) = 5(5x + 10).

The constant multiple rule fits here.

Step 1: Identify the constant and the function. Here c=5c = 5 and g(x)=5x+10g(x) = 5x + 10.

Step 2: Differentiate g(x)g(x) and multiply by the constant. g(x)=5g'(x) = 5, so f(x)=55=25f'(x) = 5 \cdot 5 = 25.

Example 4

Find the derivative of f(x)=3x36xf(x) = 3x^3 - 6x.

Step 1: Split using the difference rule. Here g(x)=3x3g(x) = 3x^3 and h(x)=6xh(x) = 6x.

Step 2: Differentiate each piece and subtract. g(x)=9x2g'(x) = 9x^2 and h(x)=6h'(x) = 6, so f(x)=9x26f'(x) = 9x^2 - 6.

Combining the Power Rule with These Rules

On the AP Calculus exam, you will often need several rules at once to differentiate a polynomial. Use this approach:

  1. Differentiate each term using the power rule.
  2. Add or subtract the term derivatives according to the original function's signs.

Polynomial Example 1

Differentiate f(x)=3x42x3+5x27x+9f(x) = 3x^4 - 2x^3 + 5x^2 - 7x + 9.

Step 1: Apply the power rule to each term.

ddx(3x4)=43x41=12x3\frac{d}{dx} (3x^4) = 4 \cdot 3x^{4-1} = 12x^3

ddx(2x3)=3(2)x31=6x2\frac{d}{dx} (-2x^3) = 3 \cdot (-2)x^{3-1} = -6x^2

ddx(5x2)=25x21=10x\frac{d}{dx} (5x^2) = 2 \cdot 5x^{2-1} = 10x

ddx(7x)=1(7)x11=7\frac{d}{dx} (-7x) = 1 \cdot (-7)x^{1-1} = -7

For the last term, 99 is a constant, so ddx(9)=0\frac{d}{dx} (9) = 0.

Step 2: Combine the terms.

f(x)=12x36x2+10x7f'(x) = 12x^3 - 6x^2 + 10x - 7

Polynomial Example 2

Differentiate g(x)=2x53x4+6x3g(x) = 2x^5 - 3x^4 + 6x^3.

Step 1: Apply the power rule to each term.

ddx(2x5)=52x51=10x4\frac{d}{dx} (2x^5) = 5 \cdot 2x^{5-1} = 10x^4

ddx(3x4)=4(3)x41=12x3\frac{d}{dx} (-3x^4) = 4 \cdot (-3)x^{4-1} = -12x^3

ddx(6x3)=36x31=18x2\frac{d}{dx} (6x^3) = 3 \cdot 6x^{3-1} = 18x^2

Step 2: Combine the terms.

g(x)=10x412x3+18x2g'(x) = 10x^4 - 12x^3 + 18x^2

How to Use This on the AP Calculus Exam

MCQ

When you see a polynomial, differentiate it in one pass: drop each power by one, multiply by the old exponent and any coefficient, and turn constants into zero. Double-check signs on negative terms, since that is the most common spot to lose a point.

Free Response

Show your differentiation clearly so the structure of your work is visible. If you differentiate 3x42x33x^4 - 2x^3, writing the intermediate step 12x36x212x^3 - 6x^2 makes your reasoning easy to follow. Keep notation consistent, using f(x)f'(x) or dydx\frac{dy}{dx} throughout, and avoid dropping parentheses on negative coefficients.

Common Trap

A constant term differentiates to 00, but a constant coefficient on a variable term stays. For example, in 5x5x the 55 remains as the derivative, while the standalone +9+9 becomes 00. Mixing these up changes your whole answer.

Common Misconceptions

  • The derivative of a constant is zero, not the constant itself. The derivative of 99 is 00, not 99.
  • The constant multiple rule keeps the coefficient. The derivative of 5x35x^3 is 15x215x^2, not x2x^2. You multiply, you do not drop, the coefficient.
  • Sums and differences differentiate term by term, but you cannot do the same with products. The product of two functions needs the product rule, which comes later.
  • A constant coefficient on a variable term is not the same as a constant term. In 7x7x, the 77 stays attached to the derivative; only a standalone constant goes to zero.
  • The exponent drops by exactly one each time. For 7x-7x, the power goes from 11 to 00, leaving 7-7, not 00.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

constant multiple rule

A derivative rule stating that the derivative of a constant times a function equals the constant times the derivative of the function.

derivative

The instantaneous rate of change of a function at a specific point, representing the slope of the tangent line to the function at that point.

difference rule

A derivative rule stating that the derivative of a difference of functions equals the difference of their individual derivatives.

polynomial function

A function composed of terms with non-negative integer exponents and real coefficients.

power rule

A derivative rule stating that the derivative of x^n is n·x^(n-1), where n is a constant.

sum rule

A derivative rule stating that the derivative of a sum of functions equals the sum of their individual derivatives.

Frequently Asked Questions

What derivative rules are in AP Calculus 2.6?

Topic 2.6 covers the constant rule, sum rule, difference rule, and constant multiple rule. You use these with the power rule to differentiate polynomial functions term by term.

What is the derivative of a constant?

The derivative of a constant is 0. A constant function does not change, so its graph is horizontal and its slope is zero everywhere.

What is the sum rule for derivatives?

The sum rule says the derivative of a sum is the sum of the derivatives: if f(x) = g(x) + h(x), then f'(x) = g'(x) + h'(x). The difference rule works the same way with subtraction.

What is the constant multiple rule?

The constant multiple rule says a constant coefficient stays in front when you differentiate: d/dx[cg(x)] = c g'(x). For example, the derivative of 5x^3 is 15x^2, not x^2.

How do you differentiate a polynomial term by term?

Apply the power rule to each variable term, keep coefficients using the constant multiple rule, add or subtract according to the original signs, and turn standalone constants into 0.

What is the most common mistake with these derivative rules?

The most common mistakes are dropping coefficients, forgetting that standalone constants become 0, or changing signs when using the difference rule. Write each term derivative clearly before combining.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →