| Study Guides
AP · Constant, sum, difference, and constant multiple rules · 14 min read · Updated 2026-05-10

Constant, sum, difference, and constant multiple rules — AP Calculus BC Study Guide

For: AP Calculus BC candidates sitting AP Calculus BC.

Covers: The constant rule, constant multiple rule, sum rule, and difference rule for differentiation, derivative notation conventions, algebraic differentiation of polynomial combinations, and application to linear rate of change problems.

You should already know: The limit definition of the derivative, basic limit evaluation rules, algebraic manipulation of polynomial functions.

A note on the practice questions: All worked questions in the "Practice Questions" section below are original problems written by us in the AP Calculus BC style for educational use. They are not reproductions of past College Board / Cambridge / IB papers and may differ in wording, numerical values, or context. Use them to practise the technique; cross-check with official mark schemes for grading conventions.


1. What Is Constant, sum, difference, and constant multiple rules?

This collection of rules are the first algebraic differentiation tools you will learn, replacing the tedious limit definition of the derivative for routine derivative calculations. Per the AP Calculus BC Course and Exam Description (CED), this content falls within Unit 2: Differentiation: Definition and Fundamental Properties, which accounts for 10–12% of the total AP exam score. These rules are tested in both multiple-choice (MCQ) and free-response (FRQ) sections, almost always as a foundational step in larger problems (e.g., finding tangent lines, critical points, or related rates) rather than as a standalone question. The core idea is that differentiation is a linear operation, meaning it follows linear rules for constants, sums, differences, and constant multiples, so we can differentiate term-by-term instead of working from first principles every time. Synonyms sometimes used for this collection are the “linearity properties of differentiation.” Even for more complex functions like products, quotients, or composites, you will rely on these basic rules to simplify your work after applying other differentiation techniques.

2. The Constant Rule

The constant rule is the simplest differentiation rule, and it follows directly from the geometric and intuitive meaning of the derivative. The derivative of a function at a point is the slope of the tangent line at that point, which measures the instantaneous rate of change of the function. A constant function (where is any fixed real number) does not change as changes, so its rate of change is always zero. Geometrically, the graph of is a horizontal line, which has a constant slope of zero. We can confirm this with the limit definition of the derivative: $$ f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h} = \lim_{h \to 0} \frac{c - c}{h} = \lim_{h \to 0} 0 = 0 $$ In Leibniz notation, the constant rule is written as .

Worked Example

Find .

  1. Confirm that the expression being differentiated is a constant with respect to . and are both fixed real numbers, so their difference is also a constant independent of .
  2. Recall the constant rule for differentiation: for any constant .
  3. Substitute into the rule.
  4. The final result is .

Exam tip: If you see a constant written as a non-alphabetic symbol like , , or , do not treat it as a variable unless the problem explicitly says it is a function of . All fixed constants have derivative 0.

3. The Constant Multiple Rule

The constant multiple rule describes what happens when you scale a differentiable function by a fixed constant . The rule states that the derivative of a constant multiple of a function is equal to the constant multiple of the derivative of the function. Formally, for any constant and differentiable function : $$ \frac{d}{dx}\left[c \cdot f(x)\right] = c \cdot \frac{d}{dx}\left[f(x)\right] $$ We can derive this directly from the limit definition of the derivative by factoring out the constant from the limit, which is allowed by basic limit properties: $$ \lim_{h \to 0} \frac{c f(x+h) - c f(x)}{h} = c \cdot \lim_{h \to 0} \frac{f(x+h) - f(x)}{h} = c f'(x) $$ Intuitively, if you scale a function vertically by a factor of , every tangent line to the function also scales vertically by , so the slope (derivative) of the tangent line scales by the same factor.

Worked Example

Given that is a differentiable function with , find .

  1. Identify that we have a constant multiple of a differentiable function, with constant and inner function .
  2. Apply the constant multiple rule: .
  3. Substitute and the given derivative of : .
  4. Distribute the constant to simplify the final result: .

Exam tip: Always carry the negative sign through when your constant multiple is negative. A common mistake is dropping the negative when simplifying, which is an easy point deduction on FRQs.

4. The Sum and Difference Rules

The sum and difference rules extend linearity to combinations of two or more differentiable functions. The sum rule states that the derivative of a sum of two differentiable functions is the sum of their individual derivatives. The difference rule states that the derivative of a difference of two differentiable functions is the difference of their individual derivatives. Formally: $$ \frac{d}{dx}\left[f(x) + g(x)\right] = \frac{d}{dx}\left[f(x)\right] + \frac{d}{dx}\left[g(x)\right] \quad \text{(Sum Rule)} $$ $$ \frac{d}{dx}\left[f(x) - g(x)\right] = \frac{d}{dx}\left[f(x)\right] - \frac{d}{dx}\left[g(x)\right] \quad \text{(Difference Rule)} $$ These rules extend to any finite number of terms, which means we can differentiate any polynomial term-by-term. Intuitively, the total rate of change of a combination of quantities is the sum (or difference) of the individual rates of change. For example, if your total distance traveled is the sum of distance driven and distance walked, your total speed is the sum of your driving speed and walking speed.

Worked Example

Find the derivative of , using the fact that for any constant .

  1. Split the function into individual terms using the sum and difference rules: .
  2. Apply the constant multiple rule to each non-constant term: .
  3. Apply the power rule to each power of and the constant rule to the final term: .
  4. Simplify by multiplying constants to get the final derivative: .

Exam tip: When differentiating polynomials, always work term by term to avoid missing any terms or incorrectly combining constants. Even if you can do it in your head, writing down term-by-term differentiation reduces errors on exam day.

5. Common Pitfalls (and how to avoid them)

  • Wrong move: Differentiating the constant as , treating it like the variable . Why: is written with a Greek letter that looks like a variable, so students confuse it with the independent variable . Correct move: Always confirm if a symbol represents a fixed constant or a variable before differentiating; all fixed constants (, , , etc.) have derivative 0.
  • Wrong move: For , writing instead of , dropping the negative sign when applying the constant multiple rule. Why: Students often focus on differentiating the function and forget to carry the negative sign from the original constant multiple. Correct move: Write the constant multiple (including negative sign) outside the derivative of the function before you differentiate, so the sign is not lost.
  • Wrong move: For , writing instead of , differentiating the constant term as 1. Why: Students incorrectly extend the rule to all constant terms, confusing the constant with the variable . Correct move: Remind yourself that any term without the independent variable is a constant, so its derivative is 0, not 1.
  • Wrong move: When applying the difference rule to , writing instead of , because the negative sign is only applied to the coefficient and not the power rule step. Why: Students misapply signs when multiple terms are subtracted, leading to incorrect exponents or coefficients. Correct move: Assign the correct sign to each term before differentiating, so is a single term with constant multiple , which is carried through the entire differentiation step.
  • Wrong move: Extending the constant multiple rule to when is inside the function argument, not a multiple of the whole function. Why: Students confuse the constant multiple rule (scaling the entire function vertically) with the constant coefficient inside a composite function, which requires the chain rule. Correct move: Only apply the constant multiple rule when the constant is multiplied by the entire function; if the constant multiplies inside the function, you must use the chain rule.

6. Practice Questions (AP Calculus BC Style)

Question 1 (Multiple Choice)

If , what is ? A) B) C) D)

Worked Solution: We first recognize that is a constant (-2) multiplied by a polynomial, so we apply the constant multiple rule first. By the constant multiple rule: . Next, apply the sum and difference rules to split the derivative into term-by-term calculations: . Applying the power rule and constant rule gives , , . Substituting back and simplifying: . The correct answer is B.


Question 2 (Free Response)

Let , where and are non-zero constants. (a) Use the constant, constant multiple, sum, and difference rules to find in terms of , , and . (b) Given that and , find the values of and . (c) Find the slope of the line tangent to at .

Worked Solution: (a) Split the function into terms using the sum and difference rules: Apply the constant multiple rule to the first two terms and the constant rule to the last term:

(b) Substitute the given derivative values to create a system of equations: For : For : Subtract the first equation from the second: . Substitute back to get . Final result: , .

(c) The slope of the tangent line at equals . Substitute into : . The slope of the tangent line at is .


Question 3 (Application / Real-World Style)

The total monthly profit for a small business selling custom mugs is given by , where is profit in dollars, and is the number of mugs sold per month. Use the differentiation rules from this chapter to find the marginal profit function , and calculate the marginal profit when 2000 mugs are sold. Explain what your result means in context.

Worked Solution: Differentiate term by term using the sum, difference, and constant multiple rules: $$ \begin{align*} P'(n) &= \frac{d}{dn}[-0.002n^2] + \frac{d}{dn}[12n] - \frac{d}{dn}[1500] \ &= -0.002 \cdot \frac{d}{dn}[n^2] + 12 \cdot \frac{d}{dn}[n] - 0 \ &= -0.002(2n) + 12(1) = -0.004n + 12 \end{align*} $$ Substitute to find the marginal profit: . In context, this means that when the business has already sold 2000 mugs in a month, selling one additional mug will increase their total monthly profit by approximately 4 dollars.

7. Quick Reference Cheatsheet

Category Formula Notes
Constant Rule is any fixed real constant; applies to all constants, including , , and fixed coefficients.
Constant Multiple Rule Only applies when the constant multiplies the entire function; use chain rule for constants inside the function argument.
Sum Rule Extends to any finite number of summed terms; works for all differentiable functions .
Difference Rule Equivalent to sum rule with applied to ; preserves the sign of each term.
Combined Linearity Rule Combines constant multiple, sum, and difference rules into a single formula for linear combinations.
Term-by-Term Differentiation (Polynomials) Applies to all polynomials; the constant term drops out because its derivative is 0.

8. What's Next

The constant, sum, difference, and constant multiple rules are the foundational linearity properties that make all further differentiation techniques possible. Almost every derivative calculation you do for the rest of the course will rely on these rules to simplify your final result, whether you are working with products, quotients, composites, or transcendental functions. Next, you will apply these basic rules alongside the power rule to differentiate any polynomial quickly, before moving on to more advanced rules for products, quotients, and composite functions. Without mastering these basic rules, you will struggle with sign errors, constant errors, and missing terms in all subsequent differentiation work, which leads to easy point deductions on exam questions. These rules also underpin integration rules later in the course, since integration reverses differentiation and shares the same linearity properties.

Power Rule for Differentiation Product and Quotient Rules The Chain Rule Linearity of Integration

← Back to topic

Stuck on a specific question?
Snap a photo or paste your problem — Ollie (our AI tutor) walks through it step-by-step with diagrams.
Try Ollie free →