Study Guide

Differentiation rules: power, product, quotient, chain

IB Mathematics Applications & Interpretation HLΒ· Topic 5: Calculus, 5.4 DifferentiationΒ· 6 min read

1. The Power Ruleβ˜…β˜†β˜†β˜†β˜†β± 10 min

πŸ“˜ Definition

Power Rule

The derivative of a power function is for any real constant . For scalar multiples and sums, we have .

Example:

For ,

πŸ“ Worked Example

Differentiate with respect to .

  1. 1

    Rewrite all terms in the standard power form :

  2. 2
    f(x)=4x5βˆ’2xβˆ’2+7x1/2f(x) = 4x^5 - 2x^{-2} + 7x^{1/2}
  3. 3

    Apply the power rule to each term individually:

  4. 4
    fβ€²(x)=4β‹…5x5βˆ’1βˆ’2β‹…(βˆ’2)xβˆ’2βˆ’1+7β‹…12x(1/2)βˆ’1f'(x) = 4 \cdot 5 x^{5-1} - 2 \cdot (-2) x^{-2-1} + 7 \cdot \frac{1}{2} x^{(1/2)-1}
  5. 5

    Simplify the result and rewrite in original notation:

  6. 6
    fβ€²(x)=20x4+4xβˆ’3+72xβˆ’1/2=20x4+4x3+72xf'(x) = 20x^4 + 4x^{-3} + \frac{7}{2}x^{-1/2} = 20x^4 + \frac{4}{x^3} + \frac{7}{2\sqrt{x}}

Exam tip:

Always rewrite roots and reciprocals as power terms before applying the rule to avoid sign and exponent errors.

2. The Product Ruleβ˜…β˜…β˜†β˜†β˜†β± 12 min

πŸ“˜ Definition

Product Rule

If a function is the product of two differentiable functions and , its derivative is given by .

Example:

For ,

πŸ“ Worked Example

Find the derivative of .

  1. 1

    Assign the two factors to and :

  2. 2
    u=3x2+2x,v=x3βˆ’1u = 3x^2 + 2x, \quad v = x^3 - 1
  3. 3

    Calculate derivatives of each individual function:

  4. 4
    dudx=6x+2,dvdx=3x2\frac{du}{dx} = 6x + 2, \quad \frac{dv}{dx} = 3x^2
  5. 5

    Substitute into the product rule formula:

  6. 6
    dydx=(3x2+2x)(3x2)+(x3βˆ’1)(6x+2)\frac{dy}{dx} = (3x^2 + 2x)(3x^2) + (x^3 - 1)(6x + 2)
  7. 7

    Expand and simplify the result:

  8. 8
    dydx=9x4+6x3+6x4+2x3βˆ’6xβˆ’2=15x4+8x3βˆ’6xβˆ’2\frac{dy}{dx} = 9x^4 + 6x^3 + 6x^4 + 2x^3 - 6x - 2 = 15x^4 + 8x^3 - 6x - 2

3. The Quotient Ruleβ˜…β˜…β˜…β˜†β˜†β± 15 min

πŸ“˜ Definition

Quotient Rule

For a quotient of two differentiable functions where , the derivative is given by , where is the numerator and is the denominator.

Example:

For ,

πŸ“ Worked Example

Differentiate with respect to .

  1. 1

    Assign numerator to and denominator to :

  2. 2
    u=2x+1,v=x2βˆ’3u = 2x + 1, \quad v = x^2 - 3
  3. 3

    Calculate derivatives of and :

  4. 4
    dudx=2,dvdx=2x\frac{du}{dx} = 2, \quad \frac{dv}{dx} = 2x
  5. 5

    Substitute into the quotient rule formula:

  6. 6
    dydx=(x2βˆ’3)(2)βˆ’(2x+1)(2x)(x2βˆ’3)2\frac{dy}{dx} = \frac{(x^2 - 3)(2) - (2x + 1)(2x)}{(x^2 - 3)^2}
  7. 7

    Expand, factor and simplify the numerator:

  8. 8
    dydx=2x2βˆ’6βˆ’4x2βˆ’2x(x2βˆ’3)2=βˆ’2(x2+x+3)(x2βˆ’3)2\frac{dy}{dx} = \frac{2x^2 - 6 - 4x^2 - 2x}{(x^2 - 3)^2} = \frac{-2(x^2 + x + 3)}{(x^2 - 3)^2}

Exam tip:

Always double-check the sign of the numerator, this is the most frequently marked error in IB exams for quotient rule questions.

4. Chain Rule and Combining Multiple Rulesβ˜…β˜…β˜…β˜…β˜†β± 20 min

πŸ“˜ Definition

Chain Rule

For a composite function , let (inner function). The derivative is : differentiate outer function, multiply by derivative of inner function.

Example:

For ,

πŸ“ Worked Example

Find the derivative of . Simplify your answer.

  1. 1

    Rewrite the function to make differentiation easier:

  2. 2
    y=x(2x+1)1/2(x2βˆ’4)βˆ’2y = x (2x+1)^{1/2} (x^2 - 4)^{-2}
  3. 3

    First differentiate the inner composite terms using chain rule:

  4. 4
    ddx((2x+1)1/2)=12(2x+1)βˆ’1/2β‹…2=(2x+1)βˆ’1/2\frac{d}{dx}\left((2x+1)^{1/2}\right) = \frac{1}{2}(2x+1)^{-1/2} \cdot 2 = (2x+1)^{-1/2}
  5. 5
    ddx((x2βˆ’4)βˆ’2)=βˆ’2(x2βˆ’4)βˆ’3β‹…2x=βˆ’4x(x2βˆ’4)βˆ’3\frac{d}{dx}\left((x^2-4)^{-2}\right) = -2(x^2-4)^{-3} \cdot 2x = -4x(x^2-4)^{-3}
  6. 6

    Apply the product rule to the three terms, then simplify:

  7. 7
    dydx=βˆ’5x3βˆ’3x2βˆ’12xβˆ’4(x2βˆ’4)32x+1\frac{dy}{dx} = \frac{-5x^3 - 3x^2 - 12x - 4}{(x^2 - 4)^3 \sqrt{2x+1}}

5. Common Pitfalls

Wrong move:

Forgetting to multiply by the derivative of the inner function in chain rule

Why:

Only the outer function is differentiated, leading to an incorrect scaling factor for the derivative

Correct move:

Always identify the inner function first, differentiate it, and multiply its derivative to the derivative of the outer function

Wrong move:

Swapping the order of terms in the quotient rule numerator

Why:

Reversing the order gives all terms the wrong sign, leading to zero marks for the question

Correct move:

Use the mnemonic 'low d high minus high d low' to confirm the correct order before simplifying

Wrong move:

Differentiating a product by multiplying the derivatives of each factor

Why:

Confusing the derivative of a product with the derivative of a sum, leading to an incorrect result

Correct move:

Always use the full product rule: derivative of product is first d second plus second d first

Wrong move:

Incorrect negative exponent for reciprocal terms when applying power rule

Why:

Forgetting that leads to wrong exponent and wrong sign in the derivative

Correct move:

Rewrite all roots and reciprocals as explicit power terms before applying the power rule

Wrong move:

Forgetting to apply chain rule to inner composite functions when combining rules

Why:

Focusing on the outer product/quotient rule leads to missing the inner chain derivative

Correct move:

Work from the outside in: apply the outermost rule first, and apply chain rule to every composite term as you go

6. Quick Reference Cheatsheet

Rule Name

Formula

Key Notes

Power Rule

Works for all real

Product Rule

are functions of

Quotient Rule

= numerator, = denominator

Chain Rule

For composite ,

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

  • 2022 Β· 1

    Combine rules for complex derivative

  • 2023 Β· 2

    Differentiate for optimisation problem

Going deeper

What's Next

Now you have mastered the core differentiation rules, you can apply these to solve a wide range of applied calculus problems common in IB AI HL. These rules are the foundation for almost all remaining calculus topics in this unit, including finding stationary points, solving optimisation problems, and differentiating exponential, logarithmic and trigonometric functions. You will also rely on these rules for implicit differentiation and related rates problems, which appear regularly in Paper 2. Consistent practice to automate these rules now will make all future calculus topics far easier, as you will not need to waste time recalling basic rules when solving complex multi-step problems.