Skip to content

9709 · 1.7

Differentiation

Differentiation is a tool that gives you a new function, called the derivative, which tells you the steepness (gradient) of your original function at any given point. It's like having a 'gradient-o-meter' for any curve.

Need to know

What you need to know

  • **Multiply by the power:** Bring the old power down and multiply it by the coefficient.
  • **Reduce the power by one:** Subtract 1 from the old power to get the new power.
  • **Constants:** A constant term (e.g., +5) differentiates to 0.
  • **Sums/Differences:** Differentiate the function term by term.
  • **Preparation is key:** Always rewrite terms like $\sqrt[b]{x^a}$ as $x^{a/b}$ and $\frac{a}{x^b}$ as $ax^{-b}$ before you differentiate.

Explanation

The Gradient Machine

  1. A function y = f(x) has a gradient that varies along the curve.
  2. The tangent line at a point shows the instantaneous gradient dy/dx.
  3. Where the curve is steep, |dy/dx| is large; at a turning point, dy/dx = 0.
  4. Power rule: if y = xⁿ then dy/dx = nxⁿ⁻¹.