CALCULUS 1 • DERIVATIVES: DEFINITION & RULES

Power Rule — Applying the Power Rule

The essential shortcut that lets you differentiate any power of x in seconds.

Historical Context & Motivation

Before calculus existed, mathematicians and scientists faced a frustrating problem: how do you measure the exact rate at which something changes at a single instant? Think of a car speeding up on a highway — you can calculate its average speed over a trip, but what is its speed at one precise moment? The derivative was invented to answer exactly this question. Early pioneers developed the concept by examining tiny changes in a function's output divided by tiny changes in its input, but that process was slow and tedious. The Power Rule emerged as one of the first elegant shortcuts, allowing mathematicians to skip the limit process entirely for polynomial and power functions.

~1665
Newton's Fluxions
Isaac Newton develops his method of fluxions — an early version of calculus — while isolated during the plague. He discovers patterns for differentiating powers of x.
1684
Leibniz Publishes Calculus
Gottfried Wilhelm Leibniz publishes his calculus notation, including the familiar dy/dx form. His systematic approach makes differentiation rules, including the Power Rule, accessible to a wider audience.
1748
Euler's Introductio
Leonhard Euler formalizes the concept of a function and extends the Power Rule to work with negative and fractional exponents, greatly expanding its usefulness.
1821
Cauchy's Rigorous Limits
Augustin-Louis Cauchy provides a rigorous proof of the Power Rule using the formal definition of a limit, placing the shortcut on solid mathematical foundations.

The central question the Power Rule answers is straightforward: given a function like f(x) = x5, how can we find its derivative — the function that tells us the slope of the curve at every point — without going through the tedious limit definition each time? The Power Rule provides a one-step formula that handles this instantly.

Core Principles & Definitions

Before you can apply the Power Rule confidently, you need to understand a few foundational ideas. These principles form the building blocks that make the rule work for every power of x you'll encounter.

1

The Derivative Measures Instantaneous Rate of Change

The derivative f′(x) tells you the slope of the tangent line to the graph of f(x) at any point. It answers: "How fast is f changing right now?"
2

Power Functions Have the Form xⁿ

A power function is any function where x is raised to a constant exponent n. This includes x², x³, x⁻¹ (which equals 1/x), and even x1/2 (which equals √x).
3

"Bring Down and Reduce"

The Power Rule says: bring the exponent down as a coefficient and then reduce the exponent by one. That's it — two simple moves.
4

Constants Factor Out

When a constant multiplies a power function, like 5x³, you keep the constant out front and apply the Power Rule to xⁿ only. The Constant Multiple Rule guarantees this works every time.
5

Works for Any Real Exponent

The Power Rule isn't limited to positive whole numbers. It applies to negative, fractional, and even irrational exponents — making it one of the most versatile tools in calculus.
KEY TAKEAWAY
Think of the Power Rule like a vending machine: you feed in the exponent n, and it spits out two things — n becomes your new coefficient (the number out front), and the exponent on x drops by one. Input x⁴, output 4x³. It's the same mechanical process every single time, no matter how big or weird the exponent is.

Visual Explanation

The diagram below shows the function f(x) = x² alongside its derivative f′(x) = 2x. Notice how the derivative graph tells you the slope of the original curve at every x-value. Where f(x) = x² has a horizontal tangent (at the origin), the derivative equals zero. Where f(x) is rising steeply to the right, the derivative is a large positive number.

The violet-pink parabola is f(x) = x². The cyan-green line is its derivative f′(x) = 2x, found by the Power Rule. At x = 0, the derivative is zero — the parabola is flat. At x = 1, the derivative is 2, matching the slope of the dashed tangent line.

This visual relationship is key: the derivative graph always tells you the slope of the original function. When the parabola is decreasing (to the left of the origin), the derivative is negative. When the parabola is increasing (to the right of the origin), the derivative is positive. The Power Rule lets you find this derivative function algebraically — no graph required.

Mathematical Framework

The Power Rule is stated concisely in one formula. If you remember this single equation, you can differentiate any power of x.

THE POWER RULE
d/dx [xⁿ] = n · xⁿ⁻¹
Where n is any real number (positive, negative, or fractional), and x is the variable. Bring the exponent down as a multiplier, then subtract 1 from the exponent.

When a constant coefficient is attached to the power function, you combine the Power Rule with the Constant Multiple Rule.

CONSTANT MULTIPLE RULE WITH POWER RULE
d/dx [c · xⁿ] = c · n · xⁿ⁻¹
Where c is a constant. The constant stays in place — only the x-term is differentiated.

For polynomials (sums of power terms), you apply the Sum/Difference Rule: differentiate each term individually and combine the results.

SUM / DIFFERENCE RULE
d/dx [f(x) ± g(x)] = f′(x) ± g′(x)
Differentiate each term separately. This means you can handle polynomials like 3x⁴ − 2x² + 7 by taking the derivative of each term one at a time.
💡 Don't Forget: The Derivative of a Constant Is Zero
A standalone constant like 7 can be thought of as 7x⁰. Applying the Power Rule: 7 · 0 · x⁻¹ = 0. This confirms what makes intuitive sense — a constant doesn't change, so its rate of change is zero.

Applying the Power Rule to Different Exponent Types

One of the Power Rule's greatest strengths is its versatility. You're not limited to nice, whole-number exponents. The diagram below shows how to rewrite common expressions — roots, reciprocals, and more — into power form so the rule applies directly.

Six common expression types and how to rewrite each as xn before applying the Power Rule. The key first step is always converting roots, fractions, and reciprocals into exponent notation.
Common expressions rewritten as power functions, with their derivatives.
Original FormRewritten as xⁿDerivative
x⁴x⁴ (n = 4)4x³
1/x²x⁻² (n = −2)−2x⁻³ = −2/x³
√xx^(1/2) (n = 1/2)(1/2)x^(−1/2) = 1/(2√x)
x√xx^(3/2) (n = 3/2)(3/2)x^(1/2) = (3/2)√x
1/³√x²x^(−2/3) (n = −2/3)(−2/3)x^(−5/3)

Worked Example

Let's walk through a complete polynomial differentiation problem step by step to see how the Power Rule, Constant Multiple Rule, and Sum Rule work together.

Find the derivative of f(x) = 3x⁴ − 5x² + 6x − 9
1
Step 1 — Identify Each TermThe function is a polynomial with four terms: 3x⁴, −5x², 6x, and −9. By the Sum/Difference Rule, we differentiate each term separately.
2
Step 2 — Differentiate 3x⁴Apply the Power Rule with n = 4 and the Constant Multiple Rule with c = 3. Bring down the 4, reduce the exponent by 1, and keep the 3 out front: 3 × 4 × x4−1.
12x³
3
Step 3 — Differentiate −5x²Here n = 2 and c = −5. Bring down the 2, reduce the exponent: −5 × 2 × x2−1.
−10x
4
Step 4 — Differentiate 6xRemember that x = x¹. So n = 1 and c = 6. Applying the rule: 6 × 1 × x1−1 = 6 × 1 × x⁰ = 6 × 1 × 1.
6
5
Step 5 — Differentiate −9A constant has no x-variable, so its rate of change is zero. Alternatively, −9 = −9x⁰, and 0 × x−1 = 0.
0
6
Step 6 — Combine All TermsAdd the derivatives of each term together to get the final derivative.
f′(x) = 12x³ − 10x + 6
🎯 Pro Tip
Notice how the degree of the polynomial dropped by one: f(x) was degree 4 and f′(x) is degree 3. This always happens when you differentiate a polynomial using the Power Rule. Each term's exponent decreases by 1, and the constant term vanishes entirely.

Strengths & Limitations of the Power Rule

The Power Rule is incredibly powerful, but it's important to know both where it shines and where it falls short. Understanding its limitations will prevent you from misapplying it and help you recognize when you need a different differentiation technique.

When the Power Rule works and when you need other techniques.
Strengths ✓Limitations ✗
Works for any real exponent: positive, negative, fractional, or irrational.Does NOT apply when the base is not simply x (e.g., (2x + 1)³ requires the Chain Rule).
Handles entire polynomials term by term when combined with the Sum Rule.Does NOT work for exponential functions like 2ˣ or eˣ (the variable is in the exponent, not the base).
Requires only one step per term — no limit computation needed.Does NOT apply to products of functions like x² · sin(x) (use the Product Rule).
Easy to verify by checking with the limit definition for simple cases.Cannot differentiate logarithmic or trigonometric functions directly.
WHEN TO USE THE POWER RULE
Ask yourself one question: "Is my function just x raised to a constant power (possibly with a constant coefficient)?" If yes, use the Power Rule. If the exponent contains a variable, the base is more complex than just x, or you have products/quotients of functions, you'll need a different rule. Think of the Power Rule as the right tool for a specific job — like using a wrench on a bolt, not a screw.

Connection to Advanced Differentiation

The Power Rule is the foundation upon which nearly every other differentiation technique is built. As you progress through calculus, you'll encounter functions that look more complex, but the Power Rule will still appear inside those advanced methods. Here's a preview of how the Power Rule connects to what comes next.

How the Power Rule feeds into more advanced calculus topics.
ConceptPower Rule ConnectionExample
Chain RuleUsed for the "outer" power function in compositions like (3x + 1)⁵. You still bring down the 5 and reduce the exponent.d/dx [(3x+1)⁵] = 5(3x+1)⁴ · 3 = 15(3x+1)⁴
Product RuleWhen differentiating each factor in a product, you often use the Power Rule on each individual piece.d/dx [x² · x³] — Power Rule on each factor within the Product Rule formula
Implicit DifferentiationYou apply the Power Rule to terms involving y, treating y as a function of x and attaching dy/dx via the Chain Rule.d/dx [y³] = 3y² · (dy/dx)
Integration (Reverse)Integration reverses the Power Rule: add 1 to the exponent and divide by the new exponent.∫ xⁿ dx = xⁿ⁺¹/(n+1) + C

Mastering the Power Rule now means these future topics will feel much more manageable. Every advanced rule either contains the Power Rule as a special case or uses it as one step in a larger process. Think of the Power Rule as the first floor of a building — everything else is built on top of it.

Practice Problems

PROBLEM 1CONCEPTUAL
In your own words, explain why the Power Rule gives a derivative of 0 for any constant term (like the number 12). Use the idea of "rate of change" in your explanation.
PROBLEM 2BASIC CALCULATION
Find the derivative of f(x) = 7x³.
PROBLEM 3INTERMEDIATE
Differentiate g(x) = 4x⁵ − (2/x²) + 3√x. (Hint: rewrite each term in xⁿ form first.)
PROBLEM 4APPLIED
A ball is thrown upward and its height (in meters) after t seconds is given by h(t) = −4.9t² + 20t + 1.5. Find the velocity function v(t) = h′(t), and determine the ball's velocity at t = 2 seconds. Interpret your result.
PROBLEM 5CRITICAL THINKING
Consider f(x) = xⁿ for positive integer n. Show that f′(1) always equals n, and explain what this tells you about the family of curves y = x, y = x², y = x³, y = x⁴, … at the point (1, 1).

Lesson Summary

The Power Rule states that the derivative of xⁿ is n × xⁿ⁻¹ — bring the exponent down as a coefficient and reduce the exponent by one. This rule works for any real exponent, including negative and fractional values. When combined with the Constant Multiple Rule (keep the constant, differentiate the power) and the Sum/Difference Rule (differentiate term by term), the Power Rule lets you differentiate any polynomial in seconds.

The key strategy is to first rewrite expressions like roots (√x = x1/2) and reciprocals (1/x = x⁻¹) into exponent form so the Power Rule applies directly. Remember that the derivative of a constant is always zero and the derivative of x itself is 1. This foundational rule is the gateway to every advanced differentiation technique you'll learn, from the Chain Rule to integration.

Varsity Tutors • Calculus 1 • Power Rule — Applying the Power Rule