IB Maths AA SL
Topic 5 ā Calculus
Paper 1 & 2
~9 min read
Differentiating Powers of x
In the last note we built up to the idea of a derivative using chords and limits. The good news? You’ll never have to do that the long way again. There’s a simple, mechanical rule for differentiating any power of x: bring the power down, then knock one off the top. Once it clicks, you’ll be finding derivatives in seconds.
š What you need to know
- The power rule: if f(x) = xn, then fā²(x) = nxn ā 1 (in formula booklet).
- If multiplied by a constant: f(x) = axn ā fā²(x) = anxn ā 1.
- Two special cases: (i) f(x) = ax ā fā²(x) = a Ā· (ii) f(x) = a (constant) ā fā²(x) = 0.
- The rule works for any rational power (fractions, negatives, etc.).
- For roots, rewrite as fractional powers first: āx = x1/2.
- For fractions, rewrite as negative powers first: 1x = xā1.
- For sums/differences, differentiate term by term. Products and quotients must be expanded first.
The power rule
This is the single most important formula in the whole differentiation topic. Memorise it now and the rest of calculus becomes just bookkeeping.
In words: bring the power down to the front, then reduce the power by 1. That’s the whole rule. Let’s see it in action with f(x) = x5:
x5power = 5
ā
5x45 came down Ā· 5ā1 = 4
“Bring it down, take one off”
š§ Two-step chant: “Drop & drop”
Drop the power down to the front. Drop the power by 1. Two drops, every time. Once you say it out loud a few times, it becomes automatic.
What about a number in front?
If the power of x is multiplied by a constant, that constant just tags along through differentiation ā it gets multiplied by the power as well.
For example, if y = 3x4, then dydx = 3 Ć 4 Ć x3 = 12x3. The 3 stays put, while the 4 comes down and multiplies it.
Two special cases worth memorising
These come up so often that you don’t want to be working them out from the rule every time.
Linear term
f(x) = ax ā fā²(x) = a
e.g. y = 6x ā dy/dx = 6
Constant term
f(x) = a ā fā²(x) = 0
e.g. y = 5 ā dy/dx = 0
š¤ Why does a constant differentiate to zero?
A constant function is just a horizontal line ā its height never changes as x moves. So its rate of change is zero. Anywhere on the graph, the gradient is flat (zero). The same logic explains why the constant in something like y = x2 + 7 disappears when you differentiate ā the +7 just shifts the curve up, but doesn’t affect how steep it is.
Rewrite first, differentiate second
The power rule only works on terms that look like axn. So if a function has roots or fractions, the trick is to rewrite them as powers of x before applying the rule. Here’s the cheat sheet:
| Original form | Rewrite as | Why |
|---|
| āx | x1/2 | square root = power of ½ |
| 3āx | x1/3 | cube root = power of ā
|
| 1x | xā1 | “1 over” = negative power |
| 4x2 | 4xā2 | denominator’s power becomes negative |
| 1āx | xā1/2 | root in denominator ā negative fraction |
šThe golden rule of differentiation
If it doesn’t look like axn, rewrite it so it does. Every function in this topic can be written as a sum of terms in that form ā once that’s done, the power rule handles the rest.
When dealing with negative or fractional powers, take extra care with the arithmetic. The power “ā12 minus 1″ is “ā32” ā not “ā12“. Slip-ups with negative signs are by far the most common mistake on this topic.
Sums and differences ā differentiate term by term
If a function is built from several terms added or subtracted together, just differentiate each term separately and put it all back together. The order and signs stay the same.
For example, with f(x) = 5x4 ā 3x2/3 + 4:
- The 5x4 differentiates to 5 Ć 4 Ć x3 = 20x3.
- The ā3x2/3 differentiates to ā3 Ć 23 Ć xā1/3 = ā2xā1/3.
- The +4 (constant) differentiates to 0.
So fā²(x) = 20x3 ā 2xā1/3.
Products and quotients ā expand first!
This is where most students slip up. The power rule does not work directly on products like (2x ā 3)(x2 ā 4) or quotients with x in the denominator (other than simple fractions). You need to multiply or simplify them out first, then differentiate term by term.
ā ļøYou CAN’T differentiate a product by multiplying derivatives
The derivative of (x2 + 3)(x3 ā 2x + 1) is not the derivative of (x2 + 3) times the derivative of (x3 ā 2x + 1). Always expand the brackets out first, then differentiate term by term.
So for f(x) = (2x ā 3)(x2 ā 4), first expand:
f(x) = 2x3 ā 3x2 ā 8x + 12
Now it’s a sum/difference of powers. Differentiate term by term:
fā²(x) = 6x2 ā 6x ā 8
There is a “product rule” and a “quotient rule” for differentiating these directly ā but at AA SL you only see them later (or sometimes not at all). At this stage, expanding first is the safe play. It also gets you method marks for showing your working.
Worked examples
WE 1Apply the basic power rule
Differentiate the following with respect to x: (a) y = xā· (b) y = 4x³ (c) y = ā2xāµ
Bring down the power, reduce by 1. The constant tags along.part (a)
dy/dx = 7xā¶
7xā¶part (b)
dy/dx = 4 à 3 à x² = 12x²
12x²part (c)
dy/dx = ā2 Ć 5 Ć xā“ = ā10xā“
ā10xā“
drop & drop! the negative sign just rides along.
WE 2Sums, differences and special cases
Find dydx for y = 3xā“ ā 2x³ + 7x ā 5.
Differentiate term by term. Watch the linear term and the constant.
3xā“ ā 12x³
ā2x³ ā ā6x²
7x ā 7 (linear special case)
ā5 ā 0 (constant special case)
dy/dx = 12x³ ā 6x² + 7
the ā5 vanishes ā constants always disappear when differentiating!
WE 3Roots and fractions ā rewrite first
The function f(x) is given by f(x) = 2x³ + 4āx, where x > 0. Find fā²(x).
The 4/āx doesn’t fit the power rule yet ā rewrite it first as a power of x.step 1 ā rewrite
4/āx = 4x^(ā1/2)
f(x) = 2x³ + 4x^(ā1/2)step 2 ā differentiate term by term
2x³ ā 6x²
4x^(ā1/2) ā 4 Ć (ā½) Ć x^(ā1/2 ā 1) = ā2x^(ā3/2)
fā²(x) = 6x² ā 2x^(ā3/2)
careful with the new power: ā½ ā 1 = ā³āā (not ā½)!
WE 4Products ā expand first
Find dydx for y = (2x ā 3)(x² ā 4).
Can’t differentiate a product directly ā expand the brackets first.step 1 ā expand
y = 2x Ā· x² ā 2x Ā· 4 ā 3 Ā· x² + 3 Ā· 4
y = 2x³ ā 8x ā 3x² + 12
y = 2x³ ā 3x² ā 8x + 12step 2 ā differentiate term by term
dy/dx = 6x² ā 6x ā 8
dy/dx = 6x² ā 6x ā 8
never multiply derivatives of brackets together ā always expand first!
WE 5A full mixed expression
Differentiate f(x) = 5āx ā 3x² + 2x ā 7 with respect to x.
Rewrite EVERY term as a power of x first, then apply the rule term by term.step 1 ā rewrite
5āx = 5x^(1/2)
3/x² = 3x^(ā2)
f(x) = 5x^(1/2) ā 3x^(ā2) + 2x ā 7step 2 ā differentiate term by term
5x^(1/2) ā 5 à ½ Ć x^(ā1/2) = (5/2)x^(ā1/2)
ā3x^(ā2) ā ā3 Ć (ā2) Ć x^(ā3) = 6x^(ā3)
2x ā 2
ā7 ā 0
fā²(x) = 52x^(ā1/2) + 6x^(ā3) + 2
two negatives in “ā3 Ć ā2” make a positive ā sign tracking is everything!
š” Top tips
- “Bring down, take off one” ā say it out loud the first few times until it’s automatic.
- Always rewrite before you differentiate. Roots become fractional powers; fractions become negative powers.
- Constants disappear, linear terms keep their coefficient. Memorise these special cases ā they save real time.
- Differentiate term by term for sums and differences. Don’t try to do it all in one line.
- For products, expand the brackets first, then differentiate. Never multiply two derivatives together.
- Watch the signs on negative powers. “n ā 1” with n = ā2 gives ā3, not ā1.
- Show every step in working ā the rewrite, then the differentiation. Examiners reward method marks for both.
- You can leave answers in the form 6x² ā 2x^(ā3/2). You don’t have to convert back to roots and fractions unless told to.
ā Common mistakes
- Trying to differentiate a product by multiplying derivatives. Always expand brackets first ā this is the #1 error on this topic.
- Forgetting to rewrite roots and fractions as powers of x. The power rule only works on terms in the form ax^n.
- Sign errors with negative powers. If n = ā2, then n ā 1 = ā3, not ā1.
- Forgetting that the constant disappears. Differentiating “+5” gives 0, not 5.
- Forgetting that linear terms become constants. 7x differentiates to 7, not 7x.
- Mishandling fractional powers. ½ ā 1 = ā½, not 0. Take care with the arithmetic.
- Forgetting to multiply by both the original constant AND the power. 3xⓠbecomes 12x³ (3 à 4), not 4x³ or 3x³.
- Differentiating each part of a quotient separately. If a fraction has x in the denominator, rewrite as a negative power first.
You’ve now got the power rule ā the workhorse formula behind almost every Paper 1 calculus question. The next note shows how to use derivatives to find the gradient at a point, plus the tangent and normal lines to a curve. Same rule, more uses.
Need help with Differentiating Powers of x?
Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.
Book Free Session ā