2. Differentiation(COLON) Definition and Fundamental Properties

Derivative Rules: Constant, Sum, Difference, And Constant Multiple

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

Introduction

In AP Calculus BC, one of the first big ideas about derivatives is that you do not always need to use the limit definition every time. students, once you understand the meaning of a derivative, you can use rules to find derivatives faster and with less work ✨. In this lesson, you will learn the derivative rules for constants, sums, differences, and constant multiples. These rules are the foundation for almost every derivative you will compute later in calculus.

Learning goals

By the end of this lesson, students will be able to:

  • Explain what the rules for constant, sum, difference, and constant multiple mean.
  • Use these rules to find derivatives of algebraic expressions.
  • Understand how these rules connect to the definition of the derivative.
  • See why these rules are important for more advanced differentiation topics.
  • Apply these rules accurately in AP Calculus BC-style problems.

A derivative describes how a function changes at a point. If a function represents distance, its derivative represents velocity. If a function represents profit, its derivative represents the rate of change of profit. The rules in this lesson let us differentiate many expressions by breaking them into parts. That makes calculus much more manageable πŸ“˜.

The derivative of a constant function

Let’s start with the simplest possible function: a constant function. A constant function has the same output for every input, such as $f(x)=7$ or $g(x)=-3$.

The derivative of a constant function is always $0$ because the graph is a horizontal line. A horizontal line has slope $0$, so the rate of change is zero everywhere.

If $f(x)=c$, where $c$ is any constant, then

$$f'(x)=0$$

This is true for every value of $x$.

Why this makes sense

Using the limit definition of the derivative,

$$f'(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$$

if $f(x)=c$, then $f(x+h)=c$ and $f(x)=c$, so the numerator becomes $c-c=0$. That gives

$$f'(x)=\lim_{h\to 0}\frac{0}{h}=0$$

This shows that the constant rule is not just a shortcut; it follows directly from the definition.

Example

If $f(x)=12$, then

$$f'(x)=0$$

If $g(x)=-5$, then

$$g'(x)=0$$

No matter what constant you choose, the derivative is zero. This is a very important starting point because it will help with all the other rules.

The sum rule

The sum rule says that the derivative of a sum is the sum of the derivatives. If

$$h(x)=f(x)+g(x)$$

then

$$h'(x)=f'(x)+g'(x)$$

This means you can differentiate each part separately and then add the results.

Why this rule works

The derivative measures change. If two functions are added together, their changes also combine. The rate of change of the total is the sum of the rates of change of each part. This is why the rule is so natural.

Example 1

Suppose

$$h(x)=x^3+x^2$$

Then use the sum rule:

  • The derivative of $x^3$ is $3x^2$.
  • The derivative of $x^2$ is $2x$.

So,

$$h'(x)=3x^2+2x$$

Example 2

If

$$p(x)=\sin(x)+e^x$$

then

$$p'(x)=\cos(x)+e^x$$

Each function is handled separately, then the results are added. This works for polynomials, trig functions, exponential functions, and many combinations of functions.

The difference rule

The difference rule is closely related to the sum rule. If

$$h(x)=f(x)-g(x)$$

then

$$h'(x)=f'(x)-g'(x)$$

The derivative of a difference is the difference of the derivatives.

Why this rule works

Subtracting one quantity from another changes the total rate of change in the same way that adding a negative quantity does. In fact,

$$f(x)-g(x)=f(x)+(-g(x))$$

So the difference rule is really a special case of the sum rule and constant multiple rule together.

Example 1

If

$$q(x)=x^4-x$$

then

$$q'(x)=4x^3-1$$

Example 2

If

$$r(x)=\cos(x)-x^5$$

then

$$r'(x)=-\sin(x)-5x^4$$

Notice that the minus sign stays in place while each function is differentiated separately.

Common mistake to avoid

Do not try to subtract the functions first in a way that changes the rule. The derivative of a difference is not the same as the difference of the inputs; it is the difference of the derivatives. Keep the structure of the function clear, and then apply the rule carefully βœ….

The constant multiple rule

The constant multiple rule says that if a function is multiplied by a constant, the derivative is multiplied by the same constant. If

$$h(x)=c\,f(x)$$

then

$$h'(x)=c\,f'(x)$$

where $c$ is a constant.

Why this rule works

A constant just scales the output of the function. If the function is stretched vertically by a factor of $c$, then the slope at every point is also scaled by the same factor. That is why the derivative keeps the constant outside.

Example 1

If

$$f(x)=5x^3$$

then

$$f'(x)=5\cdot 3x^2=15x^2$$

Example 2

If

$$g(x)=-2\sqrt{x}$$

then

$$g'(x)=-2\cdot \frac{1}{2\sqrt{x}}=-\frac{1}{\sqrt{x}}$$

Example 3

If

$$m(x)=\frac{1}{3}\,\tan(x)$$

then

$$m'(x)=\frac{1}{3}\sec^2(x)$$

The constant multiple rule is essential because many functions in calculus are written with coefficients. Without this rule, you would have to rewrite every expression in a much less efficient way.

Putting the rules together

Most real derivative problems use more than one rule at once. That is why it is important to recognize the structure of an expression before differentiating it.

Consider

$$f(x)=3x^4-2x^2+7$$

You can differentiate term by term:

  • The derivative of $3x^4$ is $12x^3$.
  • The derivative of $-2x^2$ is $-4x$.
  • The derivative of $7$ is $0$.

So,

$$f'(x)=12x^3-4x$$

This example uses the constant multiple rule, the difference rule, and the constant rule all at once.

Another example

Let

$$g(x)=4\sin(x)+x^2-9$$

Then

$$g'(x)=4\cos(x)+2x-0$$

So,

$$g'(x)=4\cos(x)+2x$$

This is a typical AP Calculus BC style derivative problem because it tests whether you can break a function into simpler pieces and apply the correct rules quickly.

Why these rules matter in calculus

These four rules are more than just memorized formulas. They are the beginning of a larger system for differentiation. Later, you will learn more rules such as the product rule, quotient rule, and chain rule. But even those advanced rules rely on the same core idea: derivatives describe how functions change, and the derivative rules help us organize that change.

These basic rules also connect to the concept of differentiability. If a function is differentiable, then its derivative exists at a point. The rules in this lesson help you compute derivatives for functions that are built from simpler differentiable functions. In that way, these rules support the broader goal of understanding the derivative as a function, not just as a number at one point.

For example, if a function is made from polynomials, trigonometric functions, exponentials, and constants, these rules let you differentiate it step by step. That is one reason they appear so early in AP Calculus BC 🎯.

Conclusion

students, the derivative rules for constants, sums, differences, and constant multiples are some of the most important tools in calculus. The derivative of a constant is $0$. The derivative of a sum is the sum of the derivatives. The derivative of a difference is the difference of the derivatives. The derivative of a constant multiple is the constant times the derivative.

These rules are simple, but they are powerful. They let you move from the definition of the derivative to efficient calculation. They also prepare you for later topics in differentiation, where you will combine these ideas with more advanced rules. If you can recognize each rule and apply it correctly, you will be much more successful with AP Calculus BC derivative problems.

Study Notes

  • A constant function like $f(x)=c$ has derivative $f'(x)=0$.
  • The sum rule says $\frac{d}{dx}[f(x)+g(x)]=f'(x)+g'(x)$.
  • The difference rule says $\frac{d}{dx}[f(x)-g(x)]=f'(x)-g'(x)$.
  • The constant multiple rule says $\frac{d}{dx}[c\,f(x)]=c\,f'(x)$.
  • These rules can be combined in one problem.
  • Derivatives measure rate of change, so these rules describe how rates of change combine.
  • Always differentiate each term carefully and keep constants outside when possible.
  • The derivative of a constant term in an expression is always $0$.
  • These rules are foundational for later topics like the product rule, quotient rule, and chain rule.
  • In AP Calculus BC, recognizing structure is often the fastest path to the correct derivative.

Practice Quiz

5 questions to test your understanding

Derivative Rules: Constant, Sum, Difference, And Constant Multiple β€” AP Calculus BC | A-Warded