2. Differentiation(COLON) Definition and Fundamental Properties

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

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

Introduction

students, this lesson teaches four of the most important derivative rules in AP Calculus AB: the constant rule, the sum rule, the difference rule, and the constant multiple rule. These rules let you find derivatives quickly without going back to the limit definition every time. They are the foundation for more advanced differentiation, because almost every function you will study can be built from simpler pieces. ๐Ÿš€

Learning goals

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

  • explain what each rule means in simple language,
  • use the rules correctly to differentiate functions,
  • connect these rules to the idea of differentiability and continuity,
  • recognize how these rules fit into the broader study of derivatives,
  • justify answers using AP Calculus reasoning.

A derivative measures how a function changes. If a function describes distance, its derivative describes velocity. If a function describes cost, its derivative describes how fast the cost changes. The rules in this lesson help you find those rates of change efficiently. ๐Ÿ“ˆ

The big idea behind derivative rules

The derivative is defined by a limit:

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

That definition is powerful, but it can be slow to use directly. The derivative rules come from the properties of limits and tell us how derivatives behave when functions are added, subtracted, or multiplied by constants.

These rules work because differentiation is a linear process. That means it preserves addition and constant multiplication. In simpler words, if you break a function into smaller parts, you can differentiate each part separately and then combine the results.

For example, if

$$f(x)=x^2+3x-5,$$

you do not need the full limit definition for every term. Instead, you can differentiate term by term using the rules in this lesson. This is one of the main reasons calculus becomes much more manageable. ๐Ÿ˜Š

The constant rule

The constant rule says that the derivative of any constant function is $0$.

If

$$f(x)=c,$$

where $c$ is a constant, then

$$f'(x)=0.$$

Why? A constant function never changes. Its graph is a horizontal line, so the slope is always $0$.

Using the limit definition,

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

This rule is important because constants appear everywhere. For example, in

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

the derivative of $-9$ is $0$.

Example 1

Find the derivative of

$$f(x)=12.$$

Because $f(x)$ is constant,

$$f'(x)=0.$$

Example 2

Find the derivative of

$$g(x)=-3.$$

Again, the function is constant, so

$$g'(x)=0.$$

This may seem simple, but it is essential. Without this rule, every algebraic derivative would be harder to simplify.

The sum rule

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

If

$$f(x)=u(x)+v(x),$$

then

$$f'(x)=u'(x)+v'(x).$$

This rule works because limits distribute over addition. It lets you differentiate each part of a function separately.

Think of a budget with two expenses: food and transportation. If the total expense changes, you can understand that change by adding the change in each category. The same idea works with derivatives. ๐Ÿ’ก

Example 1

Differentiate

$$f(x)=x^3+x^2.$$

Using the sum rule,

$$f'(x)=\frac{d}{dx}(x^3)+\frac{d}{dx}(x^2).$$

Now differentiate each term:

$$f'(x)=3x^2+2x.$$

Example 2

Differentiate

$$g(x)=\sin x+e^x.$$

Using the sum rule,

$$g'(x)=\frac{d}{dx}(\sin x)+\frac{d}{dx}(e^x).$$

So,

$$g'(x)=\cos x+e^x.$$

The sum rule is especially useful when functions have many terms. It lets you keep the work organized and avoids mistakes.

The difference rule

The difference rule says that the derivative of a difference is the difference of the derivatives.

If

$$f(x)=u(x)-v(x),$$

then

$$f'(x)=u'(x)-v'(x).$$

This rule is closely related to the sum rule. In fact, subtraction is just addition of a negative, so the difference rule follows naturally from the constant multiple rule too.

Example 1

Differentiate

$$f(x)=x^4-2x.$$

Apply the rule term by term:

$$f'(x)=\frac{d}{dx}(x^4)-\frac{d}{dx}(2x).$$

So,

$$f'(x)=4x^3-2.$$

Example 2

Differentiate

$$g(x)=\ln x-\frac{1}{x}.$$

Using the difference rule,

$$g'(x)=\frac{d}{dx}(\ln x)-\frac{d}{dx}\left(\frac{1}{x}\right).$$

Thus,

$$g'(x)=\frac{1}{x}-\left(-\frac{1}{x^2}\right)=\frac{1}{x}+\frac{1}{x^2}.$$

The difference rule helps you handle functions with subtraction without changing the structure of the expression. That is useful on tests, because writing the work clearly makes it easier to check. ๐Ÿ“

The constant multiple rule

The constant multiple rule says that a constant factor can be pulled outside the derivative.

If

$$f(x)=c\cdot u(x),$$

then

$$f'(x)=c\cdot u'(x).$$

This means multiplying a function by a constant also multiplies its derivative by the same constant.

Why does this work? A constant just scales the function vertically, and that scaling also scales the slope by the same factor.

Example 1

Differentiate

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

Use the constant multiple rule:

$$f'(x)=5\frac{d}{dx}(x^3).$$

So,

$$f'(x)=15x^2.$$

Example 2

Differentiate

$$g(x)=-2\cos x.$$

Apply the rule:

$$g'(x)=-2\frac{d}{dx}(\cos x).$$

Since

$$\frac{d}{dx}(\cos x)=-\sin x,$$

you get

$$g'(x)=2\sin x.$$

Example 3

Differentiate

$$h(x)=\frac{1}{3}x^5.$$

Then

$$h'(x)=\frac{1}{3}\cdot 5x^4=\frac{5}{3}x^4.$$

This rule is often used together with the others. A polynomial like

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

requires the constant multiple rule, the sum rule, the difference rule, and the constant rule all at once.

Putting the rules together

Most AP Calculus problems do not ask for one rule alone. Instead, they combine several rules in one expression.

Suppose

$$f(x)=4x^3-6x+11.$$

Differentiate term by term:

$$f'(x)=4\frac{d}{dx}(x^3)-6\frac{d}{dx}(x)+\frac{d}{dx}(11).$$

Now simplify:

$$f'(x)=12x^2-6+0,$$

so

$$f'(x)=12x^2-6.$$

Notice how each rule played a role:

  • $4$ stayed as a constant multiple,
  • subtraction was handled by the difference rule,
  • $11$ became $0$ by the constant rule.

Another example

Differentiate

$$p(x)=2x^4+3x^2-9x+5.$$

Using the rules,

$$p'(x)=8x^3+6x-9.$$

That is exactly how most polynomial derivatives are found in AP Calculus AB.

Connection to differentiability and continuity

These rules help you compute derivatives, but they also connect to bigger ideas in calculus. If a function is built from parts that are differentiable, then the sum, difference, and constant multiple are also differentiable.

For example, polynomials are differentiable everywhere because they are made from powers of $x$, constants, sums, differences, and constant multiples. This is one reason polynomial functions are especially friendly in calculus.

Also remember: if a function is differentiable at a point, then it is continuous at that point. So these rules do more than help with arithmeticโ€”they support the study of smoothness and motion.

However, not every continuous function is differentiable. A corner or cusp can stop a derivative from existing. The rules in this lesson do not fix a function that already has a sharp turn, but they do let you handle smooth pieces efficiently.

Conclusion

students, the derivative rules for constants, sums, differences, and constant multiples are the starting tools for almost everything else in differentiation. The constant rule gives $0$ for unchanged functions. The sum and difference rules let you differentiate term by term. The constant multiple rule lets you keep numerical factors outside the derivative. Together, these rules make calculus faster, clearer, and more useful in real situations like physics, economics, and data modeling. ๐ŸŽฏ

If you remember one main idea, remember this: differentiation is linear. That is why these rules work, and that is why they appear so often in AP Calculus AB.

Study Notes

  • The derivative of a constant function $f(x)=c$ is $f'(x)=0$.
  • The sum rule says $\frac{d}{dx}[u(x)+v(x)]=u'(x)+v'(x)$.
  • The difference rule says $\frac{d}{dx}[u(x)-v(x)]=u'(x)-v'(x)$.
  • The constant multiple rule says $\frac{d}{dx}[c\cdot u(x)]=c\cdot u'(x)$.
  • These rules come from the linearity of limits and derivatives.
  • Use the rules together to differentiate polynomials and other sums of functions.
  • A derivative describes rate of change and slope of a tangent line.
  • If a function is differentiable at a point, then it is continuous at that point.
  • Polynomials are differentiable everywhere because they are made from differentiable pieces.
  • Always simplify carefully, especially when a negative sign is part of a difference.

Practice Quiz

5 questions to test your understanding