Applying the Power Rule
Why this matters
Imagine you're at a high school football game in Dallas. The quarterback, Liam, throws a perfect spiral. For a brief moment, that football's flight path can be modeled by a function. But what if we wanted to know the exact vertical speed of the ball at the very peak of its arc? Not the average speed, but the instantaneous speed at that one moment.
In our last lesson, you learned how to find this using the limit definition of the derivative. It's powerful, but let's be honest, it's a lot of work. You have to set up a limit, expand polynomials, cancel terms... it's a grind.
What if I told you there’s a shortcut? A simple, two-step process that lets you find that instantaneous speed in seconds. That's what the Power Rule is. It’s the first major shortcut in your calculus toolkit, and it’s going to make your life so much easier. Let's learn how to use it.
Concept overview
flowchart TD
A[Start: Find derivative of a term] --> B{Is it in the form c*x^n?};
B -- Yes --> C[Apply Power Rule: n*c*x^(n-1)];
B -- No --> D{Does it have a radical or x in the denominator?};
D -- Yes --> E[Rewrite using fractional/negative exponents];
E --> B;
D -- No --> F[Use a different rule, e.g., for sin(x), e^x];
C --> G[Done];
F --> G;
Core explanation
Alright, let's get right to it. You’ve put in the work with the limit definition of the derivative. You know, this whole process:
f'(x) = lim(h→0) [f(x+h) - f(x)] / h
It’s the bedrock of derivatives, but it’s like using a hand-cranked drill. It works, but it's slow. The Power Rule is like upgrading to a high-powered electric drill.
The Power Rule Formula
For any real number n, the derivative of the function f(x) = xⁿ is:
*`f'(x) = n xⁿ⁻¹`**
That’s it. That’s the whole rule.
Let's break it down into two simple steps. Think of it as a little dance move for your variable:
- 1Bring the Power DownTake the original exponent and bring it down to the front as a coefficient (a number you multiply by).
- 2Take One AwaySubtract 1 from the original exponent to get the new exponent.
Let's see it in action with f(x) = x³.
- 1Bring the Power DownThe exponent is 3. We bring it to the front.
3 * x³ - 2Take One AwayThe old exponent was 3. The new exponent is
3 - 1 = 2.3 * x²
So, the derivative of x³ is 3x². That's it! Compare that to the half-page of algebra it would take with the limit definition.
What About Constants?
What's the derivative of a constant, like f(x) = 7?
Think about it intuitively first. The graph of y = 7 is a horizontal line. What's the slope of a horizontal line? It's zero. So the derivative must be zero.
The Power Rule confirms this. We can write 7 as 7 * x⁰ (since x⁰ = 1). Now let's apply the rule:
- 1Bring the Power DownThe exponent is 0. Bring it to the front.
0 * 7 * x⁰ - 2Take One AwayThe new exponent is
0 - 1 = -1.0 * 7 * x⁻¹
But look what happened! We're multiplying the whole thing by zero. So, the result is just 0.
The derivative of any constant is always zero.
The Constant Multiple Rule
What if you have a function like g(x) = 5x⁴?
This is simple. The constant 5 just hangs out and waits. You perform the Power Rule on x⁴ and then multiply the result by 5.
g'(x) = 5 * (derivative of x⁴)
g'(x) = 5 * (4x⁴⁻¹)
g'(x) = 5 * (4x³)
g'(x) = 20x³
The constant multiple just comes along for the ride.
The "Rewrite First" Golden Rule
1. Radicals (Square Roots, Cube Roots, etc.)
You cannot apply the power rule directly to √x. You must first rewrite it using a fractional exponent.
√xbecomesx¹/²∛xbecomesx¹/³⁵√x²becomesx²/⁵
Let's find the derivative of f(x) = √x.
- Step 1: Rewrite
f(x) = x¹/² - Step 2: Apply the Power Rule
- Bring the power down:
(1/2) * x¹/² - Take one away: The new exponent is
(1/2) - 1 = -1/2. - Result:
f'(x) = (1/2)x⁻¹/²
- Bring the power down:
On the AP Exam, you'll often need to write this back in radical form. A negative exponent means "move to the denominator," and the 1/2 exponent means "square root."
f'(x) = 1 / (2x¹/²) = 1 / (2√x)
2. Variables in the Denominator
You also cannot apply the power rule directly to 1/x³. You must rewrite it using a negative exponent.
1/xbecomesx⁻¹1/x³becomesx⁻³4/x⁵becomes4x⁻⁵
Let's find the derivative of g(x) = 1/x³.
- Step 1: Rewrite
g(x) = x⁻³ - Step 2: Apply the Power Rule
- Bring the power down:
-3 * x⁻³ - Take one away: The new exponent is
-3 - 1 = -4. - Result:
g'(x) = -3x⁻⁴
- Bring the power down:
Rewritten in its original form, this is g'(x) = -3 / x⁴.
Mastering this "rewrite first" step is the key to unlocking the full power of the Power Rule.
Worked examples
Let's walk through a couple of problems you're likely to see. I'll show you not just what to do, but why we're doing it.
Differentiating a Polynomial
Problem: Find the derivative of f(x) = 2x³ - 5x² + x - 9.
Solution:
When you have terms added or subtracted, you can take the derivative of each piece separately. It's like painting a house with four walls; you can paint each wall one at a time.
-
First term:
2x³- The
2is a constant multiple, so it waits. - Apply the power rule to
x³: bring the3down and subtract1from the exponent. This gives3x². - Multiply by the constant:
2 * (3x²) = 6x².
- The
-
Second term:
-5x²- The
-5is the constant multiple. - Apply the power rule to
x²: bring the2down and subtract1. This gives2x¹, or just2x. - Multiply by the constant:
-5 * (2x) = -10x.
- The
-
Third term:
x- This is a classic spot for confusion. Remember that
xis the same asx¹. - Apply the power rule: bring the
1down and subtract1from the exponent. This gives1x⁰. - Anything to the power of 0 is 1. So we have
1 * 1 = 1. - Why this makes sense: The graph of
y = xis a straight line with a slope of 1. The derivative is the slope, so this is exactly what we expect!
- This is a classic spot for confusion. Remember that
-
Fourth term:
-9- This is a constant. The derivative of any constant is
0. - Why this makes sense: The graph of
y = -9is a horizontal line. Its slope is always 0.
- This is a constant. The derivative of any constant is
Final Answer: Now, just assemble the pieces.
f'(x) = 6x² - 10x + 1 - 0
f'(x) = 6x² - 10x + 1
The "Rewrite First" Challenge
Problem: Find dy/dx for y = 4∛x - 7/x².
Solution:
Your alarm bells should be ringing! We see a cube root and a variable in the denominator. We absolutely must rewrite this function before we can take the derivative.
-
Rewrite the function.
- The term
4∛xbecomes4x¹/³. - The term
-7/x²becomes-7x⁻². - So, our rewritten function is
y = 4x¹/³ - 7x⁻². Now we're ready.
- The term
-
Differentiate the first term:
4x¹/³- The
4waits. - Apply the power rule to
x¹/³: bring1/3down and subtract1from the exponent. - New exponent:
(1/3) - 1 = (1/3) - (3/3) = -2/3. - Result for this term:
4 * (1/3)x⁻²/³ = (4/3)x⁻²/³.
- The
-
Differentiate the second term:
-7x⁻²- The
-7waits. - Apply the power rule to
x⁻²: bring-2down and subtract1from the exponent. - This is the danger zone! Be careful with your signs.
- New exponent:
-2 - 1 = -3. - Result for this term:
-7 * (-2)x⁻³ = 14x⁻³.
- The
-
Assemble the final answer.
dy/dx = (4/3)x⁻²/³ + 14x⁻³
This is a perfectly acceptable answer on the AP Exam free-response section. If it were a multiple-choice question, you might need to convert it back to its original form with radicals and fractions:
dy/dx = 4 / (3x²/³) + 14 / x³ = 4 / (3∛x²) + 14 / x³
The most critical step was rewriting the function. Trying to take the derivative of the original form is the #1 mistake students make on this type of problem.
Try it yourself
Time to get your hands dirty. Remember the process: check if you need to rewrite, then apply the rule term by term.
Problem 1:
Find the derivative, f'(x), for the function f(x) = -x⁴ + 3x² - 11x + 2.
Hint: You can differentiate this one term by term. What is the derivative of -11x? What about the constant 2?
Problem 2:
Find dy/dx for the function y = 2√x + 9/x³.
Hint: Don't even think about taking the derivative until you rewrite this! How do you write √x and 1/x³ using exponents? Watch your signs when you subtract 1 from a negative exponent.
In simple terms, the power rule is a fast shortcut for finding the derivative (the instantaneous rate of change) of functions that have variables raised to a power, like x².
- FUN-3.A: Calculate derivatives of familiar functions.
- FUN-3.A.1
- Direct application of the definition of the derivative and specific rules can be used to calculate the derivative for functions of the form f(x) = x^n.
flowchart TD
A[Start: Find derivative of a term] --> B{Is it in the form c*x^n?};
B -- Yes --> C[Apply Power Rule: n*c*x^(n-1)];
B -- No --> D{Does it have a radical or x in the denominator?};
D -- Yes --> E[Rewrite using fractional/negative exponents];
E --> B;
D -- No --> F[Use a different rule, e.g., for sin(x), e^x];
C --> G[Done];
F --> G;
Read what Saavi narrates
Hello and welcome to Shrutam! I'm Saavi, and I'm so glad you're here.
Think about a quarterback throwing a football. We can model the ball's path with an equation. But what if we want to know the ball's *exact* speed, at the very instant it hits the peak of its arc?
You've learned how to find this with the limit definition of the derivative... which is powerful, but also... a lot of work. Today, we learn the shortcut. It's called the Power Rule, and it's going to become one of your best friends in calculus.
The Power Rule is a simple formula that lets you find the derivative of any function like x to the power of n... without the long, tedious limit process. It's your first major differentiation shortcut.
Let's look at an example that forces us to be careful. Let's find the derivative for the function y equals 4 times the cube root of x... minus 7 over x squared.
Now, your first instinct might be to panic. But don't. Your first instinct should be to check if the function is ready for the Power Rule. And it's not. We see a radical and a variable in the denominator. So, our first job is to rewrite it.
The term 4 times the cube root of x... becomes 4 times x to the power of one-third.
The term minus 7 over x squared... becomes minus 7 times x to the power of negative two.
So our rewritten function is y equals 4x to the one-third, minus 7x to the negative two. Now we're ready.
For the first term, the 4 just waits. We apply the power rule to x to the one-third. Bring the one-third down, and subtract one from the exponent. One-third minus one is negative two-thirds. So we get four-thirds times x to the negative two-thirds.
For the second term, the minus 7 waits. We apply the rule to x to the negative two. Bring the negative two down... and subtract one from the exponent. And here's a common mistake... be so careful with your signs. Negative two minus one is negative three. So we have minus 7 times negative 2... which is positive 14... times x to the negative three.
Put it all together, and the derivative is four-thirds x to the negative two-thirds, plus fourteen x to the negative three.
The most important step was rewriting the function first. Trying to apply the rule to the original form is the number one mistake students make. Always check if you need to rewrite radicals or fractions before you start.
You're building a fantastic toolkit of calculus skills. This is a big one. Keep practicing, and you'll get the hang of it in no time. You've got this.
The power rule only applies to the form `xⁿ`, not `1/xⁿ`.
First, rewrite `f(x) = x⁻⁴`. Then apply the power rule: `f'(x) = -4x⁻⁵ = -4/x⁵`.
`√x` is not in the form `xⁿ`. You must convert it to a fractional exponent.
Rewrite `g(x) = x¹/²`. Then apply the rule: `g'(x) = (1/2)x⁻¹/² = 1/(2√x)`.
This mixes up the two steps. You must do both: bring the power down AND subtract one from the power.
Bring the `3` down to the front AND subtract one from the exponent: `h'(x) = 3x²`.
This is a simple arithmetic error under pressure. Subtracting 1 from a negative number makes it *more* negative.
Carefully calculate `-4 - 1 = -5`. The derivative is `-4x⁻⁵`.
The derivative is the slope. The slope of the horizontal line `y=10` is zero.
Remember that the derivative of any constant is `0`.
You forgot to apply the power rule to `x`, which is `x¹`.
The derivative of `x¹` is `1x⁰ = 1`. So the derivative of `5x` is `5 * 1 = 5`.