Historical Context & Motivation
Before calculus existed, mathematicians could only approximate how quickly things changed. If you wanted to know how fast a cannonball was moving at a specific instant, you had to measure its position at two nearby times and divide the distance by the time elapsed — essentially drawing a secant line and hoping for the best. This approach was clumsy and imprecise, and scientists knew there had to be a better way.
In the seventeenth century, two brilliant minds independently developed the mathematical machinery to solve this problem. Isaac Newton in England and Gottfried Wilhelm Leibniz in Germany each created what we now call differential calculus — a set of tools for finding exact instantaneous rates of change. Over the centuries that followed, mathematicians refined these ideas into elegant, efficient rules that let us skip the long limit process entirely.
The central question these mathematicians answered is one you will master in this lesson: Given a function, how do you efficiently find its derivative — the function that tells you the instantaneous rate of change at every point? The differentiation rules of SL 5.3 are the direct descendants of Newton's and Leibniz's groundbreaking work, packaged into formulas you can apply in seconds.
Core Principles & Definitions
Before diving into specific rules, you need to understand a few foundational ideas. The derivative of a function f(x), written as f′(x) or dy/dx, tells you the slope of the tangent line to the curve at any point x. In real-world terms, the derivative captures how fast an output changes when you nudge the input. The differentiation rules you'll learn here are shortcuts that spare you from computing limits every single time.
Power Rule
Constant Multiple Rule
Sum / Difference Rule
Exponential Rule
Trigonometric Rules
Visual Explanation — The Power Rule in Action
The diagram below shows the function f(x) = x² alongside its derivative f′(x) = 2x. Notice how wherever the parabola is steepest, the derivative has the largest absolute value, and wherever the parabola is flat (at the vertex), the derivative crosses zero. This visual connection is at the heart of differentiation: the derivative graph is essentially a slope tracker for the original curve.
This relationship is universal: whenever the original function rises steeply, its derivative is a large positive number. Whenever the function falls steeply, the derivative is a large negative number. And at any turning point — a peak or valley — the derivative passes through zero. Keep this visual intuition in mind as you learn each rule; it will help you check whether your differentiated answer makes sense.
Mathematical Framework — The Rules
Below are the key differentiation rules covered in IB AI SL 5.3. Each rule is stated as a formula, followed by a brief note explaining the variables and when to use it. In your exam formula booklet you will find most of these listed, but understanding why they work will help you apply them confidently rather than just memorising them.
Detailed Breakdown — Derivative Reference Chart
The table below collects all the SL 5.3 differentiation rules in one place, alongside a concrete example for each. Use it as a quick-reference sheet when working through problems. After the table, a diagram shows how the derivatives of the trigonometric and exponential functions behave.
| Function f(x) | Derivative f′(x) | Example |
|---|---|---|
| c (constant) | 0 | f(x) = 7 → f′(x) = 0 |
| xⁿ | n·xⁿ⁻¹ | f(x) = x⁵ → f′(x) = 5x⁴ |
| c·xⁿ | c·n·xⁿ⁻¹ | f(x) = 3x⁴ → f′(x) = 12x³ |
| eˣ | eˣ | f(x) = eˣ → f′(x) = eˣ |
| ln x | 1/x | f(x) = ln x → f′(x) = 1/x |
| sin x | cos x | f(x) = sin x → f′(x) = cos x |
| cos x | −sin x | f(x) = cos x → f′(x) = −sin x |
| x⁻ⁿ (i.e. 1/xⁿ) | −n·x⁻ⁿ⁻¹ | f(x) = x⁻² → f′(x) = −2x⁻³ |
There are two important observations to take from the diagram. First, the trigonometric derivatives form a four-step cycle: sin → cos → −sin → −cos → sin. Each differentiation shifts the curve to the left by π/2. Second, the exponential curve eˣ never changes shape under differentiation — it is the only elementary function with this self-replicating property.
Worked Example — Differentiating a Mixed Function
Let's differentiate a function that combines several of the SL 5.3 rules. Find f′(x) for:
Strengths, Limitations & Common Mistakes
The SL 5.3 differentiation rules are powerful but they have a defined scope. Understanding what these rules can and cannot do will save you from errors on exams and prepare you for the additional rules you'll encounter later.
| Strengths | Limitations |
|---|---|
| Handle any polynomial instantly — no matter how many terms or how large the exponents. | Cannot directly differentiate products like x² · sin x (need the product rule, covered in HL). |
| Work for negative and fractional exponents, allowing you to differentiate functions like 1/x or √x. | Cannot handle compositions like sin(3x) or e²ˣ without the chain rule (also HL). |
| Cover the most common function families: polynomials, exponentials, logarithms, and basic trig. | Do not apply to functions like tan x, aˣ (where a ≠ e), or inverse trig without additional formulas. |
| Can be combined using the sum/difference and constant multiple rules to handle complex expressions. | Require expressions to be in the correct form first — e.g., rewrite 1/x³ as x⁻³ before applying the power rule. |
Common Mistakes to Avoid
- Forgetting to subtract 1 from the exponent. If f(x) = x⁴, the derivative is 4x³, not 4x⁴. The exponent must decrease.
- Leaving the constant term in the derivative. The derivative of 12 is 0, not 12. Constants vanish under differentiation.
- Sign error on cos x. The derivative of cos x is −sin x. Many students drop the negative sign.
- Using degrees instead of radians. Make sure your calculator is in radian mode when evaluating trig derivatives.
Connection to Advanced Differentiation
The rules you've learned form the foundation for more advanced techniques. If you continue to HL or study calculus at university, you will encounter rules that build directly on top of the SL 5.3 toolkit. Understanding the connections now will make those transitions smoother.
| SL 5.3 Rule (What You Know) | Advanced Extension (What Comes Next) | Example |
|---|---|---|
| d/dx(xⁿ) = nxⁿ⁻¹ | Chain Rule: d/dx[(g(x))ⁿ] = n·[g(x)]ⁿ⁻¹ · g′(x) | d/dx[(2x + 1)³] = 3(2x + 1)² · 2 |
| d/dx(eˣ) = eˣ | Chain Rule: d/dx(e^(g(x))) = e^(g(x)) · g′(x) | d/dx(e³ˣ) = 3e³ˣ |
| d/dx(sin x) = cos x | Chain Rule: d/dx(sin(g(x))) = cos(g(x)) · g′(x) | d/dx(sin 2x) = 2cos 2x |
| Sum/difference rule only | Product Rule: d/dx[f·g] = f′g + fg′ | d/dx(x²·sin x) = 2x·sin x + x²·cos x |
| d/dx(ln x) = 1/x | Chain Rule: d/dx(ln(g(x))) = g′(x)/g(x) | d/dx(ln(x²)) = 2x/x² = 2/x |
Notice a pattern: the chain rule is the key upgrade. It extends every SL rule to handle composite functions. The good news is that you already know the "inner" part — the SL rule tells you the derivative of the outer function. The chain rule simply multiplies by the derivative of what's inside. Mastering SL 5.3 thoroughly means you're already halfway there.
Practice Problems
Work through these five problems in order. They start simple and build in complexity. Try each one on paper before revealing the answer.
Lesson Summary
The SL 5.3 differentiation rules provide efficient shortcuts for finding derivatives without resorting to the limit definition. The power rule (d/dx of xⁿ = nxⁿ⁻¹) handles all polynomial-type terms, including those with negative and fractional exponents. The constant multiple rule and sum/difference rule allow you to differentiate complex expressions term by term. The derivative of a constant is always zero.
Beyond polynomials, the natural exponential function eˣ is its own derivative — a unique and important property. The trigonometric rules tell us that d/dx(sin x) = cos x and d/dx(cos x) = −sin x (always in radians). The natural logarithm rule gives d/dx(ln x) = 1/x for x > 0. Mastering these rules equips you to find instantaneous rates of change, locate turning points, and analyse real-world models — and sets the stage for the chain rule, product rule, and quotient rule in more advanced study.