AP-CALCBC-2.5-2.6

U2.5 The Power Rule and Linearity of the Derivative

Master the power rule d/dx[xⁿ]=n·x⁽ⁿ⁻¹⁾ for any real n plus the linearity rules to differentiate polynomials and power functions fast on the AP exam.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U2.5 The Power Rule and Linearity of the Derivative, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

By now you know a derivative measures instantaneous rate of change, and you've computed a few from the limit definition. That definition is powerful but slow. This lesson gives you the tools that make differentiation quick and reliable: the power rule and the linearity properties. Together they let you differentiate any polynomial, radical, or negative-exponent power of xx in seconds — no limits required.

These two ideas are the workhorses of the entire course. Almost every AP problem that involves a derivative starts by applying them, so getting them automatic now pays off through related rates, optimization, and beyond. We'll cover the rules, the rewriting tricks that unlock them, and the traps that cost students easy points.

The Power Rule for Any Real Exponent

The power rule states that for any real number nn,ddx[xn]=nxn1.\frac{d}{dx}\left[x^{n}\right] = n\,x^{n-1}.You multiply by the old exponent, then subtract one from the exponent. It works not just for positive integers but for negatives, fractions, and irrational exponents.
FunctionRewriteDerivative
x5x^{5}x5x^{5}5x45x^{4}
x\sqrt{x}x1/2x^{1/2}12x1/2\tfrac{1}{2}x^{-1/2}
1x3\dfrac{1}{x^{3}}x3x^{-3}3x4-3x^{-4}
xπx^{\pi}xπx^{\pi}πxπ1\pi x^{\pi-1}
The key skill is rewriting before differentiating. Roots must become fractional exponents and reciprocals must become negative exponents so the rule applies cleanly. A common misconception is trying to keep 1x3\frac{1}{x^3} in fraction form and guessing — always convert to x3x^{-3} first.

Two special cases follow directly. The derivative of x1=xx^{1}=x is 1x0=11x^{0}=1, matching the slope of the line y=xy=x. And any constant like x0=1x^{0}=1 has derivative 0x1=00x^{-1}=0, which agrees with the constant rule below. On the AP exam, expect questions that deliberately disguise a power of xx as a radical or fraction to test whether you rewrite correctly.

Linearity: Constant, Constant-Multiple, and Sum/Difference

Differentiation is a linear operation, which means three convenient rules hold. If cc is a constant and ff, gg are differentiable functions:
RuleStatement
Constantddx[c]=0\dfrac{d}{dx}[c]=0
Constant multipleddx[cf(x)]=cf(x)\dfrac{d}{dx}[c\,f(x)]=c\,f'(x)
Sum/differenceddx[f(x)±g(x)]=f(x)±g(x)\dfrac{d}{dx}[f(x)\pm g(x)]=f'(x)\pm g'(x)
The constant rule reflects that a horizontal line has slope zero. The constant-multiple rule lets you pull numbers outside the derivative: to differentiate 7x47x^{4}, differentiate x4x^{4} to get 4x34x^{3}, then multiply by 7 for 28x328x^{3}.

The sum/difference rule means you can differentiate a polynomial term by term. There is no special "rule" needed for adding functions — you simply handle each piece separately and keep the plus or minus signs.

A frequent error is forgetting that a lone constant term vanishes. In f(x)=3x2+9f(x)=3x^{2}+9, the 99 contributes nothing to f(x)f'(x). Another is mishandling a coefficient in a denominator, like x24\frac{x^2}{4}; treat it as 14x2\frac{1}{4}x^2 so the constant multiple is clearly 14\frac{1}{4}. Importantly, linearity does NOT extend to products or quotients — ddx[fg]fg\frac{d}{dx}[f\cdot g]\neq f'\cdot g'. Those need the product and quotient rules in later lessons.

Combining the Rules to Differentiate Polynomials

Almost every early derivative problem combines the power rule with linearity. The strategy is always the same: rewrite each term as a power of xx, apply the power rule term by term, then multiply by any coefficients and drop constants.

Consider f(x)=4x32x+5x7f(x)=4x^{3}-\dfrac{2}{x}+5\sqrt{x}-7. Rewrite it asf(x)=4x32x1+5x1/27.f(x)=4x^{3}-2x^{-1}+5x^{1/2}-7.Differentiate each term:f(x)=12x2+2x2+52x1/2.f'(x)=12x^{2}+2x^{-2}+\tfrac{5}{2}x^{-1/2}.Notice the middle term: 2x1-2x^{-1} differentiates to 2(1)x2=+2x2-2(-1)x^{-2}=+2x^{-2}, and the sign flips because the exponent was negative. The constant 7-7 disappears.

The AP exam tests this constantly, both on the multiple-choice (find ff' or evaluate f(a)f'(a)) and inside larger free-response problems where a derivative is just step one. A clean answer is often expected back in radical or fraction form, so you may need to rewrite 52x1/2\frac{5}{2}x^{-1/2} as 52x\frac{5}{2\sqrt{x}}. Always double-check signs on negative exponents and remember to distribute coefficients before applying the exponent decrease.

Using Derivatives to Find Slopes and Tangent Lines

Once you have f(x)f'(x), evaluating it at a point gives the slope of the tangent line there. This connects the mechanical rules to the geometric meaning of a derivative from earlier lessons.

To find the tangent line to y=f(x)y=f(x) at x=ax=a:

First compute f(x)f'(x) using the power rule and linearity. Then evaluate m=f(a)m=f'(a) for the slope, and f(a)f(a) for the point. Finally write the point-slope form yf(a)=m(xa)y-f(a)=m(x-a).

The same derivative answers other AP favorites: where is the tangent horizontal (solve f(x)=0f'(x)=0), and what is the instantaneous rate of change at a specific input. A horizontal tangent occurs precisely where the derivative equals zero, since a slope of zero is a flat line.

A subtle point tested often: the question may give you the derivative value and ask you to work backward, or provide a graph of ff and ask about the sign of ff'. Keep straight that f(a)f'(a) is a number (the slope at one point), while f(x)f'(x) is a whole function. Confusing the two — for instance, plugging in before differentiating — is a classic mistake. Differentiate first, substitute second.

Key terms

Power Rule.
The rule ddx[xn]=nxn1\frac{d}{dx}[x^{n}]=n\,x^{n-1}, valid for any real exponent nn.
Linearity of the Derivative.
The property that the derivative of a sum is the sum of derivatives and constants factor out: ddx[cf±g]=cf±g\frac{d}{dx}[c\,f\pm g]=c\,f'\pm g'.
Constant Rule.
The derivative of any constant is zero, since a horizontal line has slope zero.
Constant-Multiple Rule.
A constant coefficient can be pulled outside the derivative: ddx[cf(x)]=cf(x)\frac{d}{dx}[c\,f(x)]=c\,f'(x).
Fractional Exponent.
A root written as a power, such as x=x1/2\sqrt{x}=x^{1/2}, so the power rule can be applied.
Negative Exponent.
A reciprocal written as a power, such as 1xn=xn\frac{1}{x^{n}}=x^{-n}, enabling the power rule.
Tangent Line.
The line touching a curve at a point with slope equal to the derivative there, given by yf(a)=f(a)(xa)y-f(a)=f'(a)(x-a).

Worked example

Let f(x)=2x43x2+6x311f(x)=2x^{4}-\dfrac{3}{x^{2}}+6\sqrt[3]{x}-11. Find f(x)f'(x), then find the slope of the tangent line to ff at x=1x=1.
First rewrite every term as a power of xx. The reciprocal 3x2\frac{3}{x^{2}} becomes 3x23x^{-2}, and the cube root x3\sqrt[3]{x} becomes x1/3x^{1/3}:f(x)=2x43x2+6x1/311.f(x)=2x^{4}-3x^{-2}+6x^{1/3}-11.Now differentiate term by term. For 2x42x^{4}: 24x3=8x32\cdot 4x^{3}=8x^{3}. For 3x2-3x^{-2}: 3(2)x3=6x3-3\cdot(-2)x^{-3}=6x^{-3}. For 6x1/36x^{1/3}: 613x2/3=2x2/36\cdot\tfrac{1}{3}x^{-2/3}=2x^{-2/3}. The constant 11-11 gives 00. Sof(x)=8x3+6x3+2x2/3.f'(x)=8x^{3}+6x^{-3}+2x^{-2/3}.Written without negative exponents, f(x)=8x3+6x3+2x2/3f'(x)=8x^{3}+\dfrac{6}{x^{3}}+\dfrac{2}{x^{2/3}}.

Now evaluate at x=1x=1. Since 11 raised to any power is 11: f(1)=8(1)+6(1)+2(1)=16f'(1)=8(1)+6(1)+2(1)=16.

The slope of the tangent line at x=1x=1 is 1616. Notice the exponent on the negative-exponent term became more negative, and its sign flipped from negative to positive during differentiation — a detail worth double-checking.

Practice questions

If f(x)=5x2+3xf(x)=\dfrac{5}{x^{2}}+3x, what is f(x)f'(x)?
  1. 10x3+3-\dfrac{10}{x^{3}}+3
  2. 10x3+3\dfrac{10}{x^{3}}+3
  3. 5x3+3-\dfrac{5}{x^{3}}+3
  4. 10x3+3x-\dfrac{10}{x^{3}}+3x

Answer: 10x3+3-\dfrac{10}{x^{3}}+3

Rewrite as f(x)=5x2+3xf(x)=5x^{-2}+3x. The power rule gives 5(2)x3=10x3=10x35\cdot(-2)x^{-3}=-10x^{-3}=-\frac{10}{x^{3}}, and 3x3x differentiates to 33. Constants pulled through correctly yield 10x3+3-\frac{10}{x^{3}}+3. The trap answer keeps a positive sign or an xx where a constant should appear.
Find all xx-values where the tangent line to g(x)=x312x+4g(x)=x^{3}-12x+4 is horizontal.

Answer: x=2x=2 and x=2x=-2

A horizontal tangent occurs where g(x)=0g'(x)=0. Differentiating term by term gives g(x)=3x212g'(x)=3x^{2}-12. Setting 3x212=03x^{2}-12=0 gives x2=4x^{2}=4, so x=2x=2 or x=2x=-2. Both are valid because the derivative is a function defined for all real xx; you must report both solutions.
Explain why the derivative of f(x)=7f(x)=7 is 00, and connect this to the power rule.

Answer: The graph is a horizontal line with slope 0, and treating 77 as 7x07x^{0} gives 70x1=07\cdot 0\cdot x^{-1}=0.

Geometrically, a constant function never changes, so its instantaneous rate of change is zero everywhere. Algebraically, write 7=7x07=7x^{0}; applying the constant-multiple and power rules gives 7(0x1)=07\cdot(0\cdot x^{-1})=0. This shows the constant rule is consistent with the power rule rather than a separate idea.

FAQ

Does the power rule work for negative and fractional exponents?
Yes. The rule ddx[xn]=nxn1\frac{d}{dx}[x^n]=nx^{n-1} holds for any real exponent, including negatives like x3x^{-3} and fractions like x1/2x^{1/2}. Just rewrite roots and reciprocals as powers of xx first, then apply the rule normally.
Why does the constant term in a polynomial disappear when I differentiate?
A constant contributes a horizontal piece to the graph, which has zero slope. Since the derivative measures slope, any standalone constant differentiates to 00 and drops out of the answer.
Can I use linearity on products like x2x3x^2\cdot x^3?
Not directly — linearity only covers sums, differences, and constant multiples. For a product you either simplify first (here x2x3=x5x^2\cdot x^3=x^5, so the derivative is 5x45x^4) or use the product rule taught in a later lesson. Never assume the derivative of a product is the product of derivatives.
How do I write derivative answers the way the AP exam expects?
Either form is usually accepted, but it's safest to convert negative and fractional exponents back into fractions and radicals, such as writing 52x1/2\frac{5}{2}x^{-1/2} as 52x\frac{5}{2\sqrt{x}}. Match the form the question uses and keep signs on negative exponents accurate.

Learn this with a teacher, not a page

The Crimsora tutor teaches U2.5 The Power Rule and Linearity of the Derivative live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.