Achievable logoAchievable logo
AP Calculus AB
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Limits
2. Derivative basics
2.1 Definition of the derivative
2.2 Tangent lines & slopes
2.3 Power rule
2.4 Product & quotient rules
2.5 Special derivatives
2.6 Differentiability & continuity
3. Advanced differentiation
4. Contextual uses
5. Analytical uses
6. Integration
7. Differential equations
8. Applications of integrals
9. Testing details tag
10. test
Wrapping up
Achievable logoAchievable logo
2.3 Power rule
Achievable AP Calculus AB
2. Derivative basics
Our AP Calculus AB course is currently in development and is a work-in-progress.

Power rule

8 min read
Font
Discuss
Share
Feedback

What you’ll learn:

  • How to compute derivatives of functions quickly with the power rule
  • Differentiating constants, linear terms, and sums or differences

Instead of having to use the limit definition every time to find a derivative (which can get tricky with more complicated functions), there are shortcuts, or derivative rules, to do so quickly. One of the most useful is the power rule, for functions with a variable raised to a power.

The power rule

When differentiating functions of the form xn, where n is any real number, apply the power rule.

Power rule:

The derivative of xn is:

dxd​xn=nxn−1

To differentiate xn, multiply by the exponent n and subtract 1 from the exponent.

For example,

dxd​(x6)=6x6−1=6x5

dxd​(x3)=3x3−1=3x2

Most functions you’ll encounter won’t be as simple as a single xn term. Fortunately, there are additional rules that make it easy to differentiate expressions with constants, sums, and differences. One useful extension is the constant multiple rule:

Constant multiple rule:

dxd​[c⋅f(x)]=c⋅dxd​[f(x)]

where c is a real number.

Because multiplication is commutative, multiplying the constant by the derivative doesn’t change the differentiation process.

For example,

  1. dxd​(−5x2)

(spoiler)

=−5⋅dxd​(x2)

=−5⋅(2x2−1)

=−10x​

  1. dxd​[(2x)3]

(spoiler)

=dxd​(8x3)

=8⋅dxd​(x3)

=8⋅3x3−1

=24x2​

Another rule is the sum/difference rule - when a function is made up of several added or subtracted terms, just differentiate each term individually.

Sum/difference rule:

If f(x)=g(x)±h(x), then f′(x)=g′(x)±h′(x)

Example

The derivative of the polynomial f(x)=x4−3x2 is:

(spoiler)

f′(x)​=4x4−1−3⋅(2x2−1)=4x3−6x​​

The power rule also applies to functions with terms that are linear, constants, or have negative or fractional exponents.

1. Linear terms

Differentiate f(x)=4x, noting that x is actually x1.

(spoiler)

dxd​(4x1)

=1⋅(4x1−1)

=4x0

=4​

In other words, the derivative of a linear term is just the coefficient that is in front of it, which should make sense - the tangent line to any point on a straight line like y=4x will match the line itself, and have the same slope everywhere.

2. When f(x) = a constant

The derivative of a constant is always 0. The power rule is applied by noting that although x is out of sight, x0=1:

Differentiate f(x)=2.

(spoiler)

dxd​(2)

=dxd​(2x0)

=0x0−1

=0​

Hopefully this also makes sense intuitively, since the original function is a horizontal line with slope 0.

What is the derivative of g(x)=π2?

(spoiler)

Although π looks like a symbol or a variable, don’t forget that it’s just a constant ≈3.14. Therefore

dxd​(π2)=0​

3. Negative exponents

Use the power rule to differentiate f(x)=x−4.

(spoiler)

dxd​(x−4)

=−4x−4−1

=−4x−5

=−x54​​

AP tip:

Try to spot functions that are quotients with a number on top and an expression with a power on the bottom. Those can also be turned into the form xn (n will be a negative exponent). For example, x32​ must become 2x−3 before the power rule can be applied.

4. Fractional exponents

Use the power rule to differentiate f(x)=x1/2.

(spoiler)

dxd​(x1/2)

=21​x(1/2)−1

=21​x−1/2

=2x1/21​

=2x​1​​

AP tip:

Whenever you see a radical function, turn it into an expression with fractional exponents to apply the power rule. E.g. 3x​=x1/3,4x3​=x3/4, etc.

Try to simplify expressions where possible. An expression such as

2xx3+3x​

can be split up into

3xx3​+2x3x​

and simplified into

31​x2+23​

Later on, you’ll learn how to calculate derivatives of functions expressed as a quotient, but sometimes recognizing that the simpler power rule can be used instead will make calculations easier.

Sidenote
When the power rule can't be used

Keep in mind the power rule only applies to functions where the exponent is a constant, not a variable. For example:

dxd​(2x)=x⋅2x−1

because 2x is an exponential and not a power function.

The correct derivative will be covered in section 3.5 (Special derivatives), where you’ll learn how to handle derivatives of exponentials and other functions.

AP tip:

Remember that symbols such as π and e are constants (π≈3.14 and e≈2.72) and not variables, so the power rule CAN be applied if those are in the exponent. For example, in f(x)=xe, e is a constant in the exponent, and the derivative is f′(x)=e⋅xe−1.

Challenge problems

1. Find the derivative of f(x)=3x2​1​+2x​−1

Solution

(spoiler)

Answer: f′(x)=−3x5/32​+x1/21​​

1. The term with the radical 3x2​1​ can be turned into

x2/31​=x−2/3

as can the term

2x​=2x1/2

2. Rewritten, f(x)=x−2/3+2x1/2−1

3. Next, the power rule can be applied to each term.

dxd​f(x)​=dxd​(x−2/3)+2dxd​(x1/2)−dxd​(1)=−32​x−5/3+2⋅21​x−1/2−0=−3x5/32​+x1/21​​​

2. Find the value(s) of k such that y=3x+k is a tangent line to f(x)=x3.

Hint: At the point of tangency, a function and its tangent line share:

  1. The y-value
  2. The slope value

Solution

(spoiler)

Answer: k=2 or −2​

It’s helpful to draw out a general picture of these two functions for a rough idea of what the question is asking for.

Using the power rule, the derivative f′(x)=3x2.

At the point of tangency point (a,f(a)), the function has the same slope as the tangent line’s.

y=3x+k has a slope of 3. The derivative 3x2 also has slope 3 at some point x=a. Solving,

3a2=3

a2=1

a=±1

Then the points of tangency (a,f(a)) are (1,1) or (−1,−1).

Additionally, the function and the tangent line share the same y-value at each point of tangency, or 3x+k=x3 at the specific points x=a.

For (1,1):

3(1)+k=(1)3k=−2

For (−1,−1):

3(−1)+k=(−1)3k=2

3. Find the derivative of y=(x+1)(x3−2)

Solution

(spoiler)

Answer: y′=4x3+3x2−2​

First, expand so that the function has several terms containing powers.

y=x(x3)+x(−2)+1(x3)+1(−2)

=x4−2x+x3−2

Next, apply the power rule to each term.

y′=4x3−2+3x2−0

=4x3+3x2−2​

In the next section, you’ll learn how to do this same problem using the product rule for the product of two functions.

Sign up for free to take 7 quiz questions on this topic

All rights reserved ©2016 - 2026 Achievable, Inc.