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

This is the single most important formula in the whole differentiation topic. Memorise it now and the rest of calculus becomes just bookkeeping.

The power rule
If   f(x) = xn   then   f′(x) = nxn āˆ’ 1
āœ“ in formula booklet

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.

Power rule with a constant
If   f(x) = axn   then   f′(x) = anxn āˆ’ 1

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 formRewrite asWhy
√xx1/2square root = power of ½
3√xx1/3cube root = power of ā…“
1xxāˆ’1“1 over” = negative power
4x24xāˆ’2denominator’s power becomes negative
1√xxāˆ’1/2root 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.

Term-by-term rule
If   f(x) = u(x) ± v(x)   then   f′(x) = u′(x) ± v′(x)

For example, with f(x) = 5x4 āˆ’ 3x2/3 + 4:

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 1

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

Sums, 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 3

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

Products — 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 5

A 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

⚠ Common mistakes

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 →