← Skill tree MathScape MATH161

The Power Rule

Reference: Stewart §2.3  •  Chapter: 2  •  Section: 3

Navigation: Wiki Home > Skills > The Power Rule

The Most Useful Derivative Formula

What if you could differentiate $x^{100}$ without computing a single limit? The Power Rule makes this possible. It is the workhorse of calculus that you will use more than any other formula.

The pattern is elegant: to find the derivative of $x^n$, you bring down the exponent and reduce it by one. Once you see it, you'll never forget it.

This rule, combined with the rules in the rest of this section, allows you to differentiate any polynomial instantly.

Prerequisite Map

This skillThe Power Rule

Quick Reference

Property Value
Concept Differentiation Formulas
Chapter 2.3
Difficulty Beginner
Time ~15 minutes

Key Concepts

The Power Rule Formula

If $n$ is any real number, then:

$$\boxed{\frac{d}{dx}(x^n) = nx^{n-1}}$$

In words: "Bring down the power, reduce it by one."

Special Cases: Constants and Identity

Constant Function: $\frac{d}{dx}(c) = 0$ for any constant $c$

Why? A constant doesn't change, so its rate of change is zero. Geometrically, $y = c$ is a horizontal line with slope 0.

Identity Function: $\frac{d}{dx}(x) = 1$

The line $y = x$ has slope 1 everywhere.

Why the Power Rule Works

Verify for $f(x) = x^2$:

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

$$= \lim_{h \to 0} \frac{2xh + h^2}{h} = \lim_{h \to 0}(2x + h) = 2x$$

This matches the Power Rule: $\frac{d}{dx}(x^2) = 2x^{2-1} = 2x$ ✓

The Pattern

Function Derivative Pattern
$x^2$ $2x$ Bring down 2, power becomes 1
$x^3$ $3x^2$ Bring down 3, power becomes 2
$x^4$ $4x^3$ Bring down 4, power becomes 3
$x^{100}$ $100x^{99}$ Bring down 100, power becomes 99

Negative and Fractional Exponents

The Power Rule works for all real exponents, not just positive integers:

Function Rewrite Derivative
$\frac{1}{x}$ $x^{-1}$ $-x^{-2} = -\frac{1}{x^2}$
$\frac{1}{x^2}$ $x^{-2}$ $-2x^{-3} = -\frac{2}{x^3}$
$\sqrt{x}$ $x^{1/2}$ $\frac{1}{2}x^{-1/2} = \frac{1}{2\sqrt{x}}$
$\sqrt[3]{x}$ $x^{1/3}$ $\frac{1}{3}x^{-2/3} = \frac{1}{3\sqrt[3]{x^2}}$

Key insight: Always convert roots and fractions to exponential form before differentiating!

Practice Problems

Level 1 Direct Application

Find $f'(x)$ if $f(x) = x^7$.

Thought Process

Apply the Power Rule directly: bring down the exponent (7), reduce it by one (7-1=6).

Show Answer

Using the Power Rule with $n = 7$: $$f'(x) = 7x^{7-1} = 7x^6$$

Level 2 Fractional Exponent

Differentiate $g(x) = \sqrt[4]{x}$.

Thought Process

First, convert the radical to exponential form: $\sqrt[4]{x} = x^{1/4}$. Then apply the Power Rule.

Show Answer

Rewrite: $g(x) = x^{1/4}$

Apply the Power Rule: $$g'(x) = \frac{1}{4}x^{1/4 - 1} = \frac{1}{4}x^{-3/4} = \frac{1}{4x^{3/4}} = \frac{1}{4\sqrt[4]{x^3}}$$

Level 3 Negative Exponent

Find $\frac{d}{dt}\left(\frac{5}{t^3}\right)$.

Thought Process

First rewrite using negative exponents: $\frac{5}{t^3} = 5t^{-3}$. The 5 is a constant that stays in front, and we apply the Power Rule to $t^{-3}$.

Show Answer

Rewrite: $\frac{5}{t^3} = 5t^{-3}$

Apply the Power Rule (the constant 5 stays): $$\frac{d}{dt}(5t^{-3}) = 5 \cdot (-3)t^{-3-1} = -15t^{-4} = -\frac{15}{t^4}$$

Level 4 Combined Expression

Differentiate $h(x) = \frac{1}{\sqrt[3]{x^2}}$ and simplify your answer.

Thought Process

This requires careful exponent manipulation. First, $\sqrt[3]{x^2} = x^{2/3}$, so $\frac{1}{\sqrt[3]{x^2}} = x^{-2/3}$. Then apply the Power Rule and simplify back to radical form if needed.

Show Answer

Rewrite using exponents: $$h(x) = \frac{1}{\sqrt[3]{x^2}} = \frac{1}{x^{2/3}} = x^{-2/3}$$

Apply the Power Rule: $$h'(x) = -\frac{2}{3}x^{-2/3 - 1} = -\frac{2}{3}x^{-5/3}$$

Convert back to radical form: $$h'(x) = -\frac{2}{3x^{5/3}} = -\frac{2}{3\sqrt[3]{x^5}} = -\frac{2}{3x\sqrt[3]{x^2}}$$

Level 5 Proving the Power Rule for n=3

Prove the Power Rule for $f(x) = x^3$ using the limit definition of the derivative.

Hint: You'll need the algebraic identity $(a+b)^3 = a^3 + 3a^2b + 3ab^2 + b^3$.

Thought Process

Start with the limit definition: $f'(x) = \lim_{h \to 0}\frac{f(x+h) - f(x)}{h}$.

Expand $(x+h)^3$ using the given identity, subtract $x^3$, factor out $h$, and take the limit.

Show Answer

Using the limit definition: $$f'(x) = \lim_{h \to 0}\frac{(x+h)^3 - x^3}{h}$$

Expand $(x+h)^3$: $$= \lim_{h \to 0}\frac{x^3 + 3x^2h + 3xh^2 + h^3 - x^3}{h}$$

Simplify ($x^3$ terms cancel): $$= \lim_{h \to 0}\frac{3x^2h + 3xh^2 + h^3}{h}$$

Factor out $h$: $$= \lim_{h \to 0}\frac{h(3x^2 + 3xh + h^2)}{h} = \lim_{h \to 0}(3x^2 + 3xh + h^2)$$

As $h \to 0$: $$= 3x^2 + 0 + 0 = 3x^2$$

This matches the Power Rule: $\frac{d}{dx}(x^3) = 3x^{3-1} = 3x^2$ ✓

CCI-Style Conceptual Questions

Conceptual Rate of Change Interpretation

If $A(r) = \pi r^2$ represents the area of a circle with radius $r$, what does $A'(r) = 2\pi r$ represent physically?

Thought Process

$A'(r)$ tells us how fast the area changes with respect to the radius. Think about what happens when you increase the radius slightly.

Show Answer

$A'(r) = 2\pi r$ represents the rate of change of area with respect to radius.

Interestingly, $2\pi r$ is also the circumference of the circle! This makes geometric sense: when you increase the radius by a tiny amount $dr$, you're adding a thin ring of width $dr$ around the circle. The area of this ring is approximately (circumference) × (width) = $2\pi r \cdot dr$.

Conceptual Comparing Growth Rates

Without computing, which function grows faster as $x \to \infty$: $f(x) = x^4$ or $g(x) = x^5$? How does this relate to their derivatives?

Thought Process

Higher powers grow faster. The derivatives tell us the instantaneous rate of change. Compare $f'(x) = 4x^3$ with $g'(x) = 5x^4$.

Show Answer

$g(x) = x^5$ grows faster than $f(x) = x^4$.

The derivatives confirm this:

  • $f'(x) = 4x^3$
  • $g'(x) = 5x^4$

For large $x$, $g'(x) = 5x^4$ is much larger than $f'(x) = 4x^3$, meaning $g$ is increasing more rapidly. The derivative of a power function is itself a power function with the same relative ordering.

Mastery Checklist

Mental Model

Think of it as "multiply and decrease":

The exponent tells you how many times $x$ is multiplied together. When you differentiate, one of those $x$'s "comes down" as a coefficient, leaving one fewer $x$ in the product.

For $x^5 = x \cdot x \cdot x \cdot x \cdot x$:


Previous Up Next
Derivative Definition Skills Index Sum/Difference Rules

Last updated: 2026-01-22