Study Guide

Differentiation rules

IB Mathematics AA HLΒ· 5.1 DifferentiationΒ· 6 min read

1. Basic Differentiation Rulesβ˜…β˜†β˜†β˜†β˜†β± 10 min

πŸ“˜ Definition

Basic Differentiation Rules

ddx[f(x)]\frac{d}{dx}[f(x)]

A set of shortcut rules that allow you to compute derivatives directly without using the limit definition, drastically speeding up calculations

Example:

The derivative of is by the power rule

All basic rules follow from the limit definition of the derivative, but memorizing them is essential for solving complex problems in the limited exam time. Core basic rules for common functions are:

  • Constant rule: for any constant

  • Power rule: for any real

  • Exponential rule: ,

  • Natural logarithm rule:

  • Trigonometric rules: ,

πŸ“ Worked Example

Find the derivative of

  1. 1

    Rewrite all terms with power exponents to apply the power rule:

  2. 2
    3x4βˆ’2x1/2+5xβˆ’2+7x03x^4 - 2x^{1/2} + 5x^{-2} + 7x^0
  3. 3

    Apply the power rule term by term, using the constant multiple and sum rules:

  4. 4
    fβ€²(x)=3(4x3)βˆ’2(12xβˆ’1/2)+5(βˆ’2xβˆ’3)+0f'(x) = 3(4x^3) - 2\left(\frac{1}{2}x^{-1/2}\right) + 5(-2x^{-3}) + 0
  5. 5

    Simplify the final result:

  6. 6
    fβ€²(x)=12x3βˆ’1xβˆ’10x3f'(x) = 12x^3 - \frac{1}{\sqrt{x}} - \frac{10}{x^3}

Exam tip:

Always rewrite roots and reciprocals as power terms before differentiating to avoid coefficient errors.

2. Product and Quotient Rulesβ˜…β˜…β˜†β˜†β˜†β± 15 min

πŸ“˜ Definition

Product & Quotient Rules

(fg)β€²=fβ€²g+fgβ€²,(fg)β€²=fβ€²gβˆ’fgβ€²g2(fg)' = f'g + fg', \left(\frac{f}{g}\right)' = \frac{f'g - fg'}{g^2}

Rules for differentiating products and ratios of two distinct differentiable functions, respectively.

The product rule applies when two functions are multiplied together, while the quotient rule applies when one function is divided by another. A common mnemonic helps remember the quotient rule order:

πŸ“ Worked Example

Find the derivative of

  1. 1

    Identify numerator and denominator , then find their derivatives: ,

  2. 2

    Apply the quotient rule:

  3. 3
    gβ€²(x)=(2)(xβˆ’3)βˆ’(2x+1)(1)(xβˆ’3)2g'(x) = \frac{(2)(x - 3) - (2x + 1)(1)}{(x - 3)^2}
  4. 4

    Simplify the numerator:

  5. 5

    Final simplified result:

  6. 6
    gβ€²(x)=βˆ’7(xβˆ’3)2g'(x) = \frac{-7}{(x - 3)^2}

Exam tip:

Swapping the order of terms in the quotient numerator flips the sign of your answer, always double-check the order.

3. The Chain Rule for Composite Functionsβ˜…β˜…β˜…β˜†β˜†β± 20 min

πŸ“˜ Definition

Chain Rule

dydx=dyduβ‹…dudx,(f(g(x)))β€²=fβ€²(g(x))β‹…gβ€²(x)\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}, (f(g(x)))' = f'(g(x)) \cdot g'(x)

A rule for differentiating composite functions, where one function is applied to the output of another.

The chain rule is the most frequently used differentiation rule in IB exams. The strategy is simple: differentiate the outer function first, leave the inner function unchanged, then multiply by the derivative of the inner function.

πŸ“ Worked Example

Differentiate

  1. 1

    Define inner function and outer function

  2. 2

    Differentiate each function separately:

  3. 3
    dydu=4u3,dudx=6xβˆ’5\frac{dy}{du} = 4u^3, \quad \frac{du}{dx} = 6x - 5
  4. 4

    Apply the chain rule:

  5. 5
    dydx=dyduβ‹…dudx=4u3(6xβˆ’5)\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx} = 4u^3(6x - 5)
  6. 6

    Substitute back to get the final result:

  7. 7
    dydx=(24xβˆ’20)(3x2βˆ’5x+2)3\frac{dy}{dx} = (24x - 20)(3x^2 - 5x + 2)^3
βœ“ Quick check

Test your understanding of when to use the chain rule:

  1. Do you need to apply the chain rule to find the derivative of ?

    • Yes, because it is a product of two functions

    • No, chain rule is only for composite functions, product rule is needed here

    • Yes, because is a power function

    Reveal answer
    1 β€”

    Correct! is a product of two functions, not a composite function, so only the product rule is required.

4. Combined Differentiation Problemsβ˜…β˜…β˜…β˜…β˜†β± 15 min

Most IB exam questions require combining multiple differentiation rules, almost always the chain rule with product or quotient rules. A reliable strategy is to start with the outermost operation, then work inwards, applying the required rule at each step.

πŸ“ Worked Example

Find the derivative of

  1. 1

    The outermost operation is a product, so start with the product rule:

  2. 2
    fβ€²(x)=ddx[eβˆ’x]cos⁑(2x)+eβˆ’xddx[cos⁑(2x)]f'(x) = \frac{d}{dx}[e^{-x}] \cos(2x) + e^{-x} \frac{d}{dx}[\cos(2x)]
  3. 3

    Differentiate each term using the chain rule:

  4. 4
    ddx[eβˆ’x]=eβˆ’x(βˆ’1)=βˆ’eβˆ’x,ddx[cos⁑(2x)]=βˆ’sin⁑(2x)(2)=βˆ’2sin⁑(2x)\frac{d}{dx}[e^{-x}] = e^{-x}(-1) = -e^{-x}, \quad \frac{d}{dx}[\cos(2x)] = -\sin(2x)(2) = -2\sin(2x)
  5. 5

    Substitute back into the product rule expression:

  6. 6
    fβ€²(x)=(βˆ’eβˆ’x)cos⁑(2x)+eβˆ’x(βˆ’2sin⁑(2x))f'(x) = (-e^{-x})\cos(2x) + e^{-x}(-2\sin(2x))
  7. 7

    Factor out common terms to simplify:

  8. 8
    fβ€²(x)=βˆ’eβˆ’x(cos⁑(2x)+2sin⁑(2x))f'(x) = -e^{-x}\left(\cos(2x) + 2\sin(2x)\right)

Exam tip:

Label each function layer and write out every step to avoid forgetting a chain rule derivative term, a very common exam error.

5. Common Pitfalls

Wrong move:

Forgetting to multiply by the derivative of the inner function when applying the chain rule

Why:

Only the outer function is differentiated, leaving out a required factor that changes the entire result

Correct move:

Always remember to multiply by the derivative of the inner function after differentiating the outer function

Wrong move:

Swapping the order of terms in the numerator of the quotient rule

Why:

This flips the sign of the entire derivative, leading to an incorrect answer that is commonly marked wrong

Correct move:

Use the mnemonic 'low d high minus high d low' to remember the correct order of terms

Wrong move:

Differentiating products by multiplying derivatives:

Why:

Confusing the product rule with the sum rule, where the derivative of a sum is the sum of derivatives

Correct move:

Always use the full product rule:

Wrong move:

Writing

Why:

Confusing the derivative of the logarithmic function with the power rule for

Correct move:

Memorize that the derivative of with respect to is always

Wrong move:

Forgetting when differentiating , writing

Why:

Confusing general exponential functions with , which is its own derivative

Correct move:

Always multiply by when differentiating exponential functions with base

6. Quick Reference Cheatsheet

Rule Name

Formula

Constant Rule

Power Rule

Product Rule

Quotient Rule

Chain Rule

Exponential

Logarithm

Sine

Cosine

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2021 Β· 1

    Differentiate composite exponential function

  • 2022 Β· 1

    Product rule with trigonometric terms

  • 2023 Β· 2

    Combined chain and quotient rule

Going deeper

What's Next

Differentiation rules are the foundation for almost all further calculus topics in IB Math AA HL. Once you master these core rules, you can move on to more advanced differentiation techniques including implicit differentiation, parametric differentiation, and finding higher order derivatives. You will also use these rules constantly when finding critical points, sketching curves, solving optimization problems, and reversing the process for integration by substitution in later units. Consistent practice applying combined rules is key to speed and accuracy in the exam.