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
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

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 (which can get messy for more complicated functions), you can use 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 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.
  • Subtract 1 from the exponent.

For example,

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

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

Most functions you’ll work with won’t be a single xn term. Fortunately, a few additional rules make it straightforward 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.

This rule says you can “pull out” a constant and multiply it by the derivative at the end.

For example,

dxd​(−5x2)

(spoiler)

=−5⋅dxd​(x2)

=−5⋅(2x2−1)

=−10x​

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 terms added or subtracted, differentiate each term separately.

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 works for terms that are linear, constant, or have negative or fractional exponents.

Linear terms

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

(spoiler)

dxd​(4x1)

=1⋅(4x1−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.

When f(x) = a constant*

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)

=0x0−1

=0​

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

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

(spoiler)

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

dxd​(π2)=0​

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 be rewritten in the form xn (where n is negative). For example, x32​ becomes 2x−3 before you apply the power rule.

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, rewrite it using fractional exponents so you can apply the power rule. For example, 3x​=x1/3 and 4x3​=x3/4.

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

2xx3+3x​

can be split into

3xx3​+2x3x​

and simplified into

31​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 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), not variables. So the power rule can be applied if those are in the exponent. For example, if f(x)=xe, then e is a constant 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. Rewrite the radical terms using fractional exponents.

3x2​1​=x2/31​=x−2/3

and

2x​=2x1/2

  1. Now the function is

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

  1. Apply the power rule 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​​​

  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 share:

  1. The y-value
  2. The slope value

Solution

(spoiler)

Answer: k=2 or −2​

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

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

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

The line y=3x+k has slope 3. The function has slope 3 when f′(a)=3.

3a2=3

a2=1

a=±1

So the points of tangency are (1,f(1))=(1,1) and (−1,f(−1))=(−1,−1).

At each tangency point, the line and the function also share the same y-value, so substitute x=a into y=3x+k and match it to f(a).

For (1,1):

3(1)+k=(1)3

k=−2

For (−1,−1):

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

k=2

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

Solution

(spoiler)

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

First, expand so the function is written as a sum of power terms.

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.

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 (which can get messy for more complicated functions), you can use 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 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.
  • Subtract 1 from the exponent.

For example,

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

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

Most functions you’ll work with won’t be a single xn term. Fortunately, a few additional rules make it straightforward 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.

This rule says you can “pull out” a constant and multiply it by the derivative at the end.

For example,

dxd​(−5x2)

(spoiler)

=−5⋅dxd​(x2)

=−5⋅(2x2−1)

=−10x​

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 terms added or subtracted, differentiate each term separately.

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 works for terms that are linear, constant, or have negative or fractional exponents.

Linear terms

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

(spoiler)

dxd​(4x1)

=1⋅(4x1−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.

When f(x) = a constant*

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)

=0x0−1

=0​

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

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

(spoiler)

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

dxd​(π2)=0​

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 be rewritten in the form xn (where n is negative). For example, x32​ becomes 2x−3 before you apply the power rule.

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, rewrite it using fractional exponents so you can apply the power rule. For example, 3x​=x1/3 and 4x3​=x3/4.

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

2xx3+3x​

can be split into

3xx3​+2x3x​

and simplified into

31​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 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), not variables. So the power rule can be applied if those are in the exponent. For example, if f(x)=xe, then e is a constant 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. Rewrite the radical terms using fractional exponents.

3x2​1​=x2/31​=x−2/3

and

2x​=2x1/2

  1. Now the function is

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

  1. Apply the power rule 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​​​

  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 share:

  1. The y-value
  2. The slope value

Solution

(spoiler)

Answer: k=2 or −2​

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

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

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

The line y=3x+k has slope 3. The function has slope 3 when f′(a)=3.

3a2=3

a2=1

a=±1

So the points of tangency are (1,f(1))=(1,1) and (−1,f(−1))=(−1,−1).

At each tangency point, the line and the function also share the same y-value, so substitute x=a into y=3x+k and match it to f(a).

For (1,1):

3(1)+k=(1)3

k=−2

For (−1,−1):

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

k=2

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

Solution

(spoiler)

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

First, expand so the function is written as a sum of power terms.

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.

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