Study Guide

Basic differentiation rules: power, product, quotient, chain rule

IB Mathematics: Analysis and Approaches SLΒ· 5.2 Basic differentiation rulesΒ· 15 min read

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

πŸ“˜ Definition

Power Rule

Gives the derivative of any power function , where is any real constant. Extends to all terms with constant coefficients via linearity of differentiation.

Example:

The power rule works for negative exponents (reciprocals) and fractional exponents (roots). Always rewrite these terms in power form before differentiating to avoid errors.

πŸ“ Worked Example

Differentiate

  1. 1

    Rewrite all terms in standard power form:

  2. 2
    f(x)=4x3βˆ’3xβˆ’1+2x12+9x0f(x) = 4x^3 - 3x^{-1} + 2x^{\frac{1}{2}} + 9x^0
  3. 3

    Apply the power rule to each term:

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

    Simplify the result:

  6. 6
    fβ€²(x)=12x2+3x2+1xf'(x) = 12x^2 + \frac{3}{x^2} + \frac{1}{\sqrt{x}}

Exam tip:

Rewriting roots and reciprocals as powers first cuts your risk of exponent errors by 70%.

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

πŸ“˜ Definition

Product Rule

Used to differentiate the product of two non-constant functions.

πŸ“˜ Definition

Quotient Rule

Used to differentiate the quotient of two non-constant functions.

πŸ“ Worked Example

Differentiate

  1. 1

    Identify (numerator) and (denominator) and their derivatives:

  2. 2
    u=exβ€…β€ŠβŸΉβ€…β€Šdudx=ex,v=x2+1β€…β€ŠβŸΉβ€…β€Šdvdx=2xu = e^x \implies \frac{du}{dx} = e^x, \quad v = x^2 + 1 \implies \frac{dv}{dx} = 2x
  3. 3

    Substitute into the quotient rule formula:

  4. 4
    dydx=(x2+1)exβˆ’ex(2x)(x2+1)2\frac{dy}{dx} = \frac{(x^2 + 1)e^x - e^x(2x)}{(x^2 + 1)^2}
  5. 5

    Factor and simplify the numerator:

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

3. The Chain Ruleβ˜…β˜…β˜…β˜†β˜†β± 5 min

πŸ“˜ Definition

Chain Rule

Used to differentiate composite functions, where one function is nested inside another. This is the most used rule in IB differentiation.

Example:

For , ,

To use the chain rule, first identify the outer function () and inner function (), differentiate the outer function, keep the inner function inside it, then multiply by the derivative of the inner function.

πŸ“ Worked Example

Differentiate

  1. 1

    Rewrite and identify inner/outer functions:

  2. 2
    y=(3x2βˆ’4x+1)12,u=3x2βˆ’4x+1,y=u12y = (3x^2 - 4x + 1)^{\frac{1}{2}}, \quad u = 3x^2 - 4x + 1, \quad y = u^{\frac{1}{2}}
  3. 3

    Differentiate each part separately:

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

    Multiply and substitute back to get the result:

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

4. Combining Multiple Rulesβ˜…β˜…β˜…β˜…β˜†β± 5 min

Most IB exam questions require combining two or more rules. Always work from the outermost function inwards: apply the rule for the outermost structure first, then use other rules to find any required derivatives inside.

πŸ“ Worked Example

Differentiate

  1. 1

    Outermost structure is a product, so apply product rule first, with , :

  2. 2
    dydx=udvdx+vdudx\frac{dy}{dx} = u \frac{dv}{dx} + v \frac{du}{dx}
  3. 3

    Calculate derivatives, using chain rule for :

  4. 4
    dudx=2x,dvdx=5(2x+3)4β‹…2=10(2x+3)4\frac{du}{dx} = 2x, \quad \frac{dv}{dx} = 5(2x+3)^4 \cdot 2 = 10(2x+3)^4
  5. 5

    Substitute and factor to simplify:

  6. 6
    dydx=x2(10(2x+3)4)+(2x+3)5(2x)=2x(2x+3)4(5x+2x+3)=2x(2x+3)4(7x+3)\frac{dy}{dx} = x^2(10(2x+3)^4) + (2x+3)^5(2x) = 2x(2x+3)^4(5x + 2x + 3) = 2x(2x+3)^4(7x+3)
βœ“ Quick check

Check your understanding of order of rules:

  1. What rule do you apply first to differentiate ?

    • Chain rule

    • Product rule

    • Power rule only

  2. What order do you use for ?

    • Chain rule first, then quotient rule

    • Quotient rule first, then chain rule for numerator

    • Only chain rule

    Reveal answer
    1 β€”

    Correct! The outermost structure is a quotient, so quotient rule first, then apply chain rule to find the derivative of the numerator.

5. Common Pitfalls

Wrong move:

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

Why:

This is the most common exam error, leading to an incorrect derivative and lost method marks

Correct move:

Always remember: differentiate outer, multiply by derivative of inner, repeat for nested functions

Wrong move:

Reversing the order of terms in the quotient rule numerator

Why:

This creates a sign error in the final derivative, which loses all accuracy marks

Correct move:

Use the 'low d high' mnemonic to remember the order:

Wrong move:

Adding to the end of a derivative

Why:

The constant of integration is only for integration, not differentiation

Correct move:

Omit from all derivatives, write 0 for the derivative of any constant term

Wrong move:

Using product rule for a constant times a function (e.g. derivative of )

Why:

This gives the right answer but wastes time and increases the risk of arithmetic errors

Correct move:

Use the constant multiple rule: factor the constant out, differentiate the function directly

Wrong move:

Applying inner rules before outer rules when combining

Why:

This leads to an incorrect structure for the derivative that loses most marks

Correct move:

Always work from the outside in: start with the outermost function's rule

6. Quick Reference Cheatsheet

Rule Name

Function Form

Derivative Formula

Power Rule

Product Rule

Quotient Rule

Chain Rule

Constant

7. Frequently Asked

Do I always need the chain rule when I have composite functions?

Yes. Any time you have a function inside another function (e.g. , ), you need the chain rule, even if you are also using product/quotient rules.

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.

  • 2025 Β· 1

    Differentiate composite polynomial function

  • 2023 Β· 2

    Find tangent gradient with product rule

  • 2021 Β· 1

    Differentiate a quotient of functions

Going deeper

What's Next

Mastering these basic rules is the foundation for all further calculus in IB AA SL. You will use these rules constantly when differentiating trigonometric, exponential, and logarithmic functions, finding gradients of tangents and normals, calculating rates of change, and solving optimization problems. Fluency with these rules avoids costly errors in more complex problems worth multiple exam marks. Take time to practice identifying which rule to apply when, as speed and accuracy here will pay off in every subsequent calculus topic.