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 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
Wrapping up
Achievable logoAchievable logo
2.3 Power rule
Achievable AP Calculus AB
2. Derivative basics
Our AP Calculus AB course is now in "early access" - get 50% off for a limited time.

Power rule

7 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 using the limit definition every time, you can use shortcuts called derivative rules to find derivatives quickly. One of the most useful is the power rule, which applies to functions where a variable is raised to a constant exponent.

Sidenote
A note on notation

The derivative of y=f(x) can be written in several ways

  1. f′(x)

Lagrange’s notation, commonly used for derivatives of functions.

  1. dxdy​

Leibniz’s notation, representing the rate of change of y with respect to x. It emphasizes that y changes as x changes. Later, variables other than x and y will be used.

  1. dxd​(f(x))

The derivative operator. It acts on an expression like a verb, telling you to differentiate an expression.

For example, dxd​[2x] means “take the derivative of 2x.”

The power rule

Use to differentiate algebraic functions of the form xn, where n is any real number.

Power rule:

dxd​xn=nxn−1

To differentiate xn:

  1. Multiply by the exponent n.
  2. Subtract 1 from the exponent.

For example,

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

Additional properties

Most expressions contain multiple terms or coefficients. These can be handled using specific differentiation properties.

Constant multiple rule:

Constant multiples can be “pulled out” of the derivative, evaluated, and multiplied back in at the end.

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

where c is a real number.

Example 1.

dxd​(−5x2)=−5⋅dxd​(x2)=−5⋅(2x2−1)=−10x​

Example 2.

dxd​[(2x)3]=dxd​(8x3)=8⋅dxd​(x3)=8⋅3x3−1=24x2​

Sum/difference rule:

Differentiate multi-term expressions by taking the derivative of each term individually.

dxd​[f(x)±g(x)]=f′(x)±g′(x)

Find the derivative of f(x)=x4−3x2.

(spoiler)

Apply the power rule to each term separately:

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

The power rule also works for terms that are linear, constant, or have negative or fractional exponents.

1. Linear terms

Differentiate f(x)=4x (note that x can be considered x1).

(spoiler)

dxd​(4x1)=4⋅1⋅x1−1=4x0=4

So the derivative of a linear term ax is just its coefficient a. This matches the geometry: the graph of y=4x is a straight line, and its slope is 4 everywhere.

2. Constant terms

The derivative of a constant is always 0. You can connect this to the power rule by writing a constant as something times x0, since x0=1.

Differentiate f(x)=2.

(spoiler)

dxd​(2)=dxd​(2x0)=2⋅0⋅x0−1=0

This also fits the graph: a constant function is a horizontal line, and horizontal lines have a slope of 0.

Find g′(x) for g(x)=π2.

(spoiler)

Although π looks like a variable, it’s a constant (≈3.14). Therefore,

dxd​(π2)=0

3. Negative exponents

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

(spoiler)

The rule works the same:

dxd​(−2x−4)=−2(−4x−4−1)=8x−5=x58​

AP tip:

Try to spot functions that are quotients with a number on top and an expression with a power on the bottom. These can be rewritten in the form xn (where n is negative).

For example,

5x32​=52​x−3

Once rewritten, the power rule can be applied directly.

4. Fractional exponents

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

(spoiler)

dxd​(x1/2)=21​x(21​−1)=21​x−1/2=2x1/21​=2x​1​

AP tip:

Radical functions can be rewritten using fractional exponents. For example,

3x​=x1/34x3​=x3/4​

Try to simplify expressions when you can. For example, the expression

2xx3+3x​

can be split into

2xx3​+2x3x​

and simplified into

21​x2+23​

Later on, you’ll learn how to differentiate quotients directly, but sometimes rewriting and simplifying lets you use the power rule instead.

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 function, not a power function.

The correct derivative of exponential functions will be covered in section 3.5 (Special derivatives).

AP tip:

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

Challenge problems

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

First, rewrite the radical terms using fractional exponents. Rewritten,

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

Then, applying the power rule to each term,

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

  1. 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 have:

  1. The same slope
  2. The same y-value
(spoiler)

It helps to sketch these two functions to see what the question is asking for.

Using the power rule, the derivative of f is

f′(x)=3x2

At a point of tangency (a,f(a)), the function and its tangent line have the same slope.

The tangent line y=3x+k has a slope of 3, so f′(a)=3 as well. Then

3a2=3a2=1a=±1

At each point of tangency, the line and the curve also pass through the same point.

  • For a=1:

The point on the curve is (1,f(1))=(1,1). Since this point lies on the line y=3x+k, we substitute x=1 and y=1 to find k:

3(1)+kk​=(1)3=−2​

  • For a=−1:

The point on the curve is (−1,f(−1))=(−1,−1). Substituting into y=3x+k,

3(−1)+kk​=(−1)3=2​

  1. Find the derivative of

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

(spoiler)

First, expand the polynomial into a sum of power terms.

y=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.

Power rule

  • Derivative of xn is nxn−1
  • Multiply by exponent, subtract 1 from exponent
  • Applies for any real exponent n

Constant multiple rule

  • Derivative of c⋅f(x) is c⋅f′(x)
  • Constants can be factored out before differentiating

Sum/difference rule

  • Derivative of f(x)=g(x)±h(x) is g′(x)±h′(x)
  • Differentiate each term separately

Special cases for the power rule

  • Linear terms: derivative of ax is a
  • Constant terms: derivative is 0
    • Any constant (e.g., 2, π2)
  • Negative exponents: apply power rule, result may be negative exponent or reciprocal
  • Fractional exponents: rewrite radicals as xm/n, apply power rule

Simplifying before differentiating

  • Rewrite quotients and radicals as power functions when possible
  • Simplify expressions to sums of power terms for easier differentiation

When the power rule does not apply

  • Power rule only for xn where n is constant
  • Does not apply to exponential functions like 2x

Constants in exponents

  • If exponent is a constant (e.g., xe), power rule applies
  • π and e are constants, not variables

AP tips

  • Rewrite radicals and quotients using exponents for easier differentiation
  • Recognize constants vs. variables in expressions

Challenge problem strategies

  • Convert all terms to power form before differentiating
  • For tangency: match both slope and y-value at the point
  • Expand products before applying power rule to each term

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

All rights reserved ©2016 - 2026 Achievable, Inc.

Power rule

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 using the limit definition every time, you can use shortcuts called derivative rules to find derivatives quickly. One of the most useful is the power rule, which applies to functions where a variable is raised to a constant exponent.

Sidenote
A note on notation

The derivative of y=f(x) can be written in several ways

  1. f′(x)

Lagrange’s notation, commonly used for derivatives of functions.

  1. dxdy​

Leibniz’s notation, representing the rate of change of y with respect to x. It emphasizes that y changes as x changes. Later, variables other than x and y will be used.

  1. dxd​(f(x))

The derivative operator. It acts on an expression like a verb, telling you to differentiate an expression.

For example, dxd​[2x] means “take the derivative of 2x.”

The power rule

Use to differentiate algebraic functions of the form xn, where n is any real number.

Power rule:

dxd​xn=nxn−1

To differentiate xn:

  1. Multiply by the exponent n.
  2. Subtract 1 from the exponent.

For example,

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

Additional properties

Most expressions contain multiple terms or coefficients. These can be handled using specific differentiation properties.

Constant multiple rule:

Constant multiples can be “pulled out” of the derivative, evaluated, and multiplied back in at the end.

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

where c is a real number.

Example 1.

dxd​(−5x2)=−5⋅dxd​(x2)=−5⋅(2x2−1)=−10x​

Example 2.

dxd​[(2x)3]=dxd​(8x3)=8⋅dxd​(x3)=8⋅3x3−1=24x2​

Sum/difference rule:

Differentiate multi-term expressions by taking the derivative of each term individually.

dxd​[f(x)±g(x)]=f′(x)±g′(x)

Find the derivative of f(x)=x4−3x2.

(spoiler)

Apply the power rule to each term separately:

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

The power rule also works for terms that are linear, constant, or have negative or fractional exponents.

1. Linear terms

Differentiate f(x)=4x (note that x can be considered x1).

(spoiler)

dxd​(4x1)=4⋅1⋅x1−1=4x0=4

So the derivative of a linear term ax is just its coefficient a. This matches the geometry: the graph of y=4x is a straight line, and its slope is 4 everywhere.

2. Constant terms

The derivative of a constant is always 0. You can connect this to the power rule by writing a constant as something times x0, since x0=1.

Differentiate f(x)=2.

(spoiler)

dxd​(2)=dxd​(2x0)=2⋅0⋅x0−1=0

This also fits the graph: a constant function is a horizontal line, and horizontal lines have a slope of 0.

Find g′(x) for g(x)=π2.

(spoiler)

Although π looks like a variable, it’s a constant (≈3.14). Therefore,

dxd​(π2)=0

3. Negative exponents

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

(spoiler)

The rule works the same:

dxd​(−2x−4)=−2(−4x−4−1)=8x−5=x58​

AP tip:

Try to spot functions that are quotients with a number on top and an expression with a power on the bottom. These can be rewritten in the form xn (where n is negative).

For example,

5x32​=52​x−3

Once rewritten, the power rule can be applied directly.

4. Fractional exponents

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

(spoiler)

dxd​(x1/2)=21​x(21​−1)=21​x−1/2=2x1/21​=2x​1​

AP tip:

Radical functions can be rewritten using fractional exponents. For example,

3x​=x1/34x3​=x3/4​

Try to simplify expressions when you can. For example, the expression

2xx3+3x​

can be split into

2xx3​+2x3x​

and simplified into

21​x2+23​

Later on, you’ll learn how to differentiate quotients directly, but sometimes rewriting and simplifying lets you use the power rule instead.

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 function, not a power function.

The correct derivative of exponential functions will be covered in section 3.5 (Special derivatives).

AP tip:

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

Challenge problems

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

First, rewrite the radical terms using fractional exponents. Rewritten,

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

Then, applying the power rule to each term,

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

  1. 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 have:

  1. The same slope
  2. The same y-value
(spoiler)

It helps to sketch these two functions to see what the question is asking for.

Using the power rule, the derivative of f is

f′(x)=3x2

At a point of tangency (a,f(a)), the function and its tangent line have the same slope.

The tangent line y=3x+k has a slope of 3, so f′(a)=3 as well. Then

3a2=3a2=1a=±1

At each point of tangency, the line and the curve also pass through the same point.

  • For a=1:

The point on the curve is (1,f(1))=(1,1). Since this point lies on the line y=3x+k, we substitute x=1 and y=1 to find k:

3(1)+kk​=(1)3=−2​

  • For a=−1:

The point on the curve is (−1,f(−1))=(−1,−1). Substituting into y=3x+k,

3(−1)+kk​=(−1)3=2​

  1. Find the derivative of

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

(spoiler)

First, expand the polynomial into a sum of power terms.

y=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.

Key points

Power rule

  • Derivative of xn is nxn−1
  • Multiply by exponent, subtract 1 from exponent
  • Applies for any real exponent n

Constant multiple rule

  • Derivative of c⋅f(x) is c⋅f′(x)
  • Constants can be factored out before differentiating

Sum/difference rule

  • Derivative of f(x)=g(x)±h(x) is g′(x)±h′(x)
  • Differentiate each term separately

Special cases for the power rule

  • Linear terms: derivative of ax is a
  • Constant terms: derivative is 0
    • Any constant (e.g., 2, π2)
  • Negative exponents: apply power rule, result may be negative exponent or reciprocal
  • Fractional exponents: rewrite radicals as xm/n, apply power rule

Simplifying before differentiating

  • Rewrite quotients and radicals as power functions when possible
  • Simplify expressions to sums of power terms for easier differentiation

When the power rule does not apply

  • Power rule only for xn where n is constant
  • Does not apply to exponential functions like 2x

Constants in exponents

  • If exponent is a constant (e.g., xe), power rule applies
  • π and e are constants, not variables

AP tips

  • Rewrite radicals and quotients using exponents for easier differentiation
  • Recognize constants vs. variables in expressions

Challenge problem strategies

  • Convert all terms to power form before differentiating
  • For tangency: match both slope and y-value at the point
  • Expand products before applying power rule to each term

More from Derivative basics

  • Tangent lines & slopes
  • Product & quotient rules
  • Special derivatives
  • Differentiability & continuity