AP CALCULUS AB • DIFFERENTIATION: DEFINITION AND FUNDAMENTAL PROPERTIES

Applying the Power Rule

Master the most fundamental differentiation shortcut that transforms polynomial calculus into simple algebra.

Historical Context & Motivation

Before the development of systematic differentiation rules, mathematicians who wished to find the slope of a tangent line to a curve had to resort to laborious geometric constructions or compute limits from first principles for each individual function. The Power Rule emerged as the first and most essential shortcut in differential calculus, allowing the derivative of any power function to be written down immediately without invoking the limit definition. Its roots lie in the independent work of Isaac Newton and Gottfried Wilhelm Leibniz during the late seventeenth century, though earlier mathematicians had discovered special cases. Pierre de Fermat, for instance, had already found tangent slopes for curves of the form y = xⁿ using a technique that closely anticipated the modern derivative. The Power Rule captures the elegant pattern those pioneers observed: differentiation reduces the exponent by one and multiplies by the original exponent, compressing what was once a multi-step limit argument into a single algebraic operation.

1637
Fermat's Method of Adequality
Pierre de Fermat develops a technique for finding tangent lines to curves y = xⁿ by introducing a small increment and comparing "adequate" (nearly equal) expressions — effectively computing derivatives of power functions before the formal concept existed.
1665–1666
Newton's Fluxions
During his annus mirabilis, Isaac Newton formulates the method of fluxions, systematically deriving the rule that the fluxion of xⁿ is nxⁿ⁻¹, and extends it to fractional and negative exponents.
1684
Leibniz Publishes Nova Methodus
Gottfried Wilhelm Leibniz publishes the first paper on differential calculus, introducing the dx notation and presenting differentiation rules including the Power Rule in a form recognizable to modern students.
1821
Cauchy Formalizes Limits
Augustin-Louis Cauchy provides the rigorous epsilon-delta framework for limits, finally placing the Power Rule — and all of calculus — on a firm logical foundation rather than relying on intuitive arguments about infinitesimals.

The central question the Power Rule addresses is straightforward yet profound: given a function f(x) = xⁿ, can we bypass the full limit definition of the derivative and write down f′(x) directly? The answer is a resounding yes, and the resulting formula is simultaneously the simplest and the most frequently used differentiation rule you will encounter on the AP Calculus AB exam.

Core Principles & Definitions

The Power Rule does not operate in isolation; it rests on several foundational ideas from the theory of differentiation. Understanding these principles ensures you can apply the rule correctly in a wide variety of situations, from simple monomials to complex expressions that must first be rewritten in power-function form.

1

The Power Rule Statement

If f(x) = xⁿ for any real number n, then f′(x) = n·xⁿ⁻¹. The exponent "drops down" as a coefficient and is then reduced by one.
2

Constant Multiple Rule

If f(x) = c·g(x), then f′(x) = c·g′(x). Constants factor out of the derivative, so the Power Rule extends seamlessly to terms like 5x³.
3

Sum & Difference Rule

The derivative of a sum (or difference) equals the sum (or difference) of the derivatives. This allows term-by-term differentiation of any polynomial.
4

Rewriting Before Differentiating

Radicals and reciprocals must be expressed as fractional or negative exponents (e.g., √x = x^(1/2), 1/x² = x⁻²) before the Power Rule can be applied.
5

Derivative of a Constant

A constant c can be viewed as c·x⁰. Applying the Power Rule yields 0·x⁻¹ = 0, confirming that the derivative of any constant is zero.
KEY TAKEAWAY
Think of the Power Rule as an elevator operator for exponents. The exponent steps down one floor (n becomes n − 1), and on its way out it leaves its old floor number as a tip (the coefficient n). This "drop and reduce" pattern works for every real-number exponent — positive, negative, fractional, or zero — making it the universal workhorse of polynomial differentiation.

Visual Explanation

A powerful way to internalize the Power Rule is to see it geometrically. The following diagram plots f(x) = x² alongside its derivative f′(x) = 2x, illustrating how the slope of the original parabola at every point is captured by the linear derivative function. Notice that where the parabola has a horizontal tangent (at the vertex, x = 0), the derivative crosses zero; where the parabola steepens to the right, the derivative increases proportionally.

The solid cyan curve shows f(x) = x², while the dashed violet line represents f′(x) = 2x. At x = 1, the tangent slope of the parabola equals 2, matching the value of the derivative function at that point (amber marker). At x = 0, both the tangent slope and f′(0) equal zero.

This geometric relationship is the visual heart of the Power Rule. For any monomial xⁿ, the derivative nxⁿ⁻¹ describes exactly how steeply the original curve is climbing or falling at each value of x. As n increases, the original function's curvature becomes more dramatic, and the derivative accordingly increases in magnitude more rapidly. When the exponent is fractional — as with √x = x^(1/2) — the derivative (1/2)x^(−1/2) shows that the curve's slope is always positive but decreasing, producing the characteristic concave-down shape of the square root function.

Mathematical Framework

The Power Rule can be proved directly from the limit definition of the derivative. The proof for positive integer exponents relies on the Binomial Theorem, while extensions to rational and real exponents use logarithmic differentiation or the chain rule applied to exponential representations. Below, we state the rule formally and present two companion rules that together make the Power Rule applicable to any polynomial or rational-exponent expression.

THE POWER RULE
d/dx [xⁿ] = n · xⁿ⁻¹, n ∈ ℝ
Here n is any real number. The variable x must be in the domain where xⁿ is defined. For example, if n = 1/2, then x must be non-negative.
CONSTANT MULTIPLE RULE
d/dx [c · f(x)] = c · f′(x)
Combined with the Power Rule: d/dx [c · xⁿ] = c · n · xⁿ⁻¹. The constant c passes through the derivative operator unchanged.
SUM / DIFFERENCE RULE
d/dx [f(x) ± g(x)] = f′(x) ± g′(x)
Differentiation is a linear operation: to differentiate a polynomial, apply the Power Rule to each term independently and then combine.

Proof Sketch for Positive Integer n

Starting from the limit definition, f′(x) = lim(h→0) [(x + h)ⁿ − xⁿ] / h. Expanding (x + h)ⁿ via the Binomial Theorem yields xⁿ + n·xⁿ⁻¹·h + (n choose 2)·xⁿ⁻²·h² + ··· + hⁿ. After subtracting xⁿ, every remaining term contains at least one factor of h. Dividing by h leaves n·xⁿ⁻¹ + terms with h as a factor. Taking the limit as h → 0 annihilates all terms except the leading one, giving f′(x) = n·xⁿ⁻¹. This proof illuminates why the coefficient n appears: it is exactly the binomial coefficient (n choose 1) from the first-order term of the expansion.

Applying the Power Rule Across Exponent Types

One of the Power Rule's greatest strengths is its universality: the same formula works for positive integers, negative integers, and fractions. The key prerequisite is that the function must be written in the form xⁿ before differentiating. The table below catalogs the most common scenarios you will encounter, including the essential rewriting step.

Common forms requiring rewriting before the Power Rule can be applied
Original FormRewritten as xⁿDerivative via Power Rule
x⁴x⁴4x³
1/x³x⁻³−3x⁻⁴ = −3/x⁴
√xx^(1/2)(1/2)x^(−1/2) = 1/(2√x)
∛x²x^(2/3)(2/3)x^(−1/3)
x1·x⁰ = 1
7 (constant)7·x⁰7·0·x⁻¹ = 0
Follow this three-step workflow whenever applying the Power Rule: (1) rewrite the expression so every term has the form c·xⁿ, (2) differentiate each term by multiplying by the exponent and reducing it by one, and (3) simplify the result, converting negative or fractional exponents back to radical or fraction notation if the problem requires it.
⚠️ Common Pitfall
Students frequently forget to rewrite expressions before differentiating. For instance, writing d/dx[1/x] = 1 is incorrect. You must first rewrite 1/x as x⁻¹, then apply the Power Rule to obtain −x⁻² = −1/x². Similarly, d/dx[√x] ≠ 1; rewrite as x^(1/2) first to get (1/2)x^(−1/2).

Worked Example

Let us differentiate a function that combines several exponent types, demonstrating the full Power Rule workflow from start to finish.

Differentiate f(x) = 3x⁵ − 4/x² + 7√x − 9
1
Step 1 — Rewrite in Power FormConvert every term to the form c·xⁿ. The term 4/x² becomes 4x⁻², the term 7√x becomes 7x^(1/2), and the constant −9 remains as −9x⁰. The function is now: f(x) = 3x⁵ − 4x⁻² + 7x^(1/2) − 9.
f(x) = 3x⁵ − 4x⁻² + 7x^(1/2) − 9
2
Step 2 — Differentiate the First TermApply d/dx[3x⁵] = 3 · 5 · x⁵⁻¹ = 15x⁴.
15x⁴
3
Step 3 — Differentiate the Second TermApply d/dx[−4x⁻²] = −4 · (−2) · x⁻²⁻¹ = 8x⁻³. Note that the two negatives produce a positive coefficient.
8x⁻³
4
Step 4 — Differentiate the Third TermApply d/dx[7x^(1/2)] = 7 · (1/2) · x^(1/2 − 1) = (7/2)x^(−1/2).
(7/2)x^(−1/2)
5
Step 5 — Differentiate the ConstantThe derivative of any constant is zero: d/dx[−9] = 0.
0
6
Step 6 — Combine and SimplifyAssemble all terms using the Sum/Difference Rule: f′(x) = 15x⁴ + 8x⁻³ + (7/2)x^(−1/2). Converting back to radical/fraction form: f′(x) = 15x⁴ + 8/x³ + 7/(2√x).
f′(x) = 15x⁴ + 8/x³ + 7/(2√x)

Strengths & Limitations of the Power Rule

The Power Rule is extraordinarily versatile, but it has a well-defined scope. Understanding where it applies — and where it does not — prevents errors and prepares you for the additional differentiation rules covered later in the course.

When the Power Rule works — and when you need additional tools
StrengthsLimitations
Works for any real exponent: positive, negative, fractional, or zero.Does NOT apply directly to exponential functions like 2ˣ or eˣ, where the variable is in the exponent rather than the base.
Combined with the Sum/Difference and Constant Multiple Rules, it can differentiate any polynomial instantly.Cannot handle products like x² · sin(x) or quotients like x³/(x+1) without the Product or Quotient Rule.
Eliminates the need for limit computations in routine differentiation problems.Does not extend to composite functions like (3x+1)⁵ without the Chain Rule.
Provides a foundation for deriving other rules (e.g., the proof of the Quotient Rule uses it).Requires algebraic rewriting before use: radicals, fractions, and products must be expanded or converted first.
KEY TAKEAWAY
Think of the Power Rule as the Phillips-head screwdriver of your calculus toolkit: it handles the majority of fasteners you will encounter (polynomial and radical terms), but when you meet a slotted screw (a product, quotient, or composite function), you will need a different tool — the Product Rule, Quotient Rule, or Chain Rule, respectively. Recognizing which tool is appropriate is half the battle on the AP exam.

Connection to Advanced Differentiation Rules

The Power Rule is the first rule you learn, but it underpins nearly every subsequent differentiation technique in AP Calculus AB. The table below shows how the Power Rule relates to the more advanced rules you will study next, highlighting both the conceptual continuity and the new machinery each rule introduces.

How the Power Rule feeds into the next three differentiation rules in the AP Calculus AB curriculum
RuleWhat It Adds to the Power RuleExample
Product RuleHandles products of two functions: d/dx[f·g] = f′g + fg′. The Power Rule is often used to find f′ and g′ individually.d/dx[x³ · √x] — first find d/dx[x³] and d/dx[x^(1/2)] via the Power Rule, then combine.
Quotient RuleHandles ratios: d/dx[f/g] = (f′g − fg′)/g². Again, Power Rule computes the individual derivatives.d/dx[x²/(x³ + 1)] — Power Rule finds d/dx[x²] = 2x and d/dx[x³ + 1] = 3x².
Chain RuleHandles composite functions: d/dx[f(g(x))] = f′(g(x))·g′(x). Combines the Power Rule on the outer function with the derivative of the inner function.d/dx[(3x + 1)⁵] = 5(3x + 1)⁴ · 3 — the Power Rule governs the outer exponent, the Chain Rule handles the inner function.

As you progress through the course, you will find that the Power Rule almost never disappears from a differentiation problem; it simply gets embedded within the Product Rule, Quotient Rule, or Chain Rule as the "innermost" computation. Mastering it thoroughly now creates a solid foundation that makes every future rule easier to apply. On the AP exam, a large fraction of both multiple-choice and free-response differentiation questions ultimately reduce to one or more applications of the Power Rule at their core.

Practice Problems

1
A student claims that d/dx[x⁰] = 0·x⁻¹, and since x⁻¹ = 1/x, the derivative equals 0/x = 0. Another student argues that x⁰ = 1, so the derivative must be 0 because the derivative of a constant is 0. Which student's reasoning is more rigorous, and why?
2
Find f′(x) for f(x) = 6x⁴ − 2x³ + 5x − 8.
3
Find dy/dx if y = (4x³ − x) / (2x).
PROBLEM 4APPLIED
A particle moves along the x-axis with position given by s(t) = 2t^(5/2) − 10t^(3/2) + 4t for t ≥ 0, where s is in meters and t is in seconds. (a) Find the velocity function v(t). (b) Find the acceleration function a(t). (c) Determine the velocity and acceleration at t = 4 seconds. (d) Is the particle speeding up or slowing down at t = 4? Justify your answer.
PROBLEM 5CRITICAL THINKING
Let f(x) = x^n where n is a positive integer. Using the Power Rule, find a general formula for the k-th derivative f^(k)(x) where 1 ≤ k ≤ n, and use it to show that f^(n)(x) = n! (n factorial) and f^(n+1)(x) = 0.

Lesson Summary

The Power Rule states that d/dx[xⁿ] = n·xⁿ⁻¹ for any real exponent n, making it the most frequently applied differentiation formula in calculus. Combined with the Constant Multiple Rule and the Sum/Difference Rule, it enables term-by-term differentiation of any polynomial. The critical prerequisite is rewriting expressions involving radicals (√x = x^(1/2)), reciprocals (1/xⁿ = x^(−n)), and rational roots (ⁿ√xᵐ = x^(m/n)) into the standard c·xⁿ form before differentiating.

Historically rooted in the work of Fermat, Newton, and Leibniz, the Power Rule was later placed on a rigorous foundation through the limit definition of the derivative and the Binomial Theorem. While it does not directly handle products, quotients, or composite functions, the Power Rule is embedded within the Product, Quotient, and Chain Rules as the fundamental building block of all polynomial differentiation. Master this rule thoroughly, and the rest of differentiation becomes an exercise in combining it with additional techniques.

Varsity Tutors • AP Calculus AB • Applying the Power Rule