Derivative rules are the shortcuts of calculus. They let you find rates of change quickly without going back to the limit definition every time. These rules are essential for graphing functions, modeling motion, and solving optimization problems in science, engineering, and economics. A visual guide helps students see how each rule connects to a different function pattern.

At the center of differentiation is the operator ddx\frac{d}{dx}, which tells you to measure how a function changes with respect to xx. Each derivative rule handles a specific structure, such as powers, products, quotients, or compositions of functions. The key to success is recognizing the form of the original function before choosing a rule. Once students can match function types to rules, derivative problems become much more organized and manageable.

Key Facts

  • Power rule: ddx(xn)=nxn1\frac{d}{dx}(x^n) = nx^{n-1}
  • Constant rule: ddx(c)=0\frac{d}{dx}(c) = 0
  • Constant multiple rule: ddx[cf(x)]=cf(x)\frac{d}{dx}[c f(x)] = c f'(x)
  • Sum and difference rule: ddx[f(x)±g(x)]=f(x)±g(x)\frac{d}{dx}[f(x) \pm g(x)] = f'(x) \pm g'(x)
  • Product rule: ddx[f(x)g(x)]=f(x)g(x)+f(x)g(x)\frac{d}{dx}[f(x)g(x)] = f'(x)g(x) + f(x)g'(x)
  • Chain rule: ddx[f(g(x))]=f(g(x))g(x)\frac{d}{dx}[f(g(x))] = f'(g(x))g'(x)

Vocabulary

Derivative
The derivative is a function that gives the instantaneous rate of change or slope of a function at each point.
Power rule
The power rule says that the derivative of x raised to a power n is n times x raised to the power n minus 1.
Product rule
The product rule is used to differentiate a function made from two multiplied functions.
Quotient rule
The quotient rule is used to differentiate one function divided by another function.
Chain rule
The chain rule is used when one function is inside another function and both parts depend on x.

Common Mistakes to Avoid

  • Using the power rule on a sum as if the whole expression were one power, which is wrong because each term in a sum must be differentiated separately.
  • Forgetting the derivative of the inside function in the chain rule, which is wrong because composite functions require multiplying by the inner derivative.
  • Dropping one term in the product rule, which is wrong because both factors change and the derivative must include f(x)g(x)+f(x)g(x)f'(x)g(x) + f(x)g'(x).
  • Using the quotient rule with the numerator and denominator in the wrong order, which is wrong because the formula is g(x)f(x)f(x)g(x)[g(x)]2\frac{g(x)f'(x) - f(x)g'(x)}{[g(x)]^2} when y=f(x)g(x)y = \frac{f(x)}{g(x)}.

Practice Questions

  1. 1 Find the derivative of f(x)=4x53x2+7f(x) = 4x^5 - 3x^2 + 7.
  2. 2 Find the derivative of y=(x2+1)(3x4)y = (x^2 + 1)(3x - 4).
  3. 3 A student says the derivative of (2x+5)4(2x + 5)^4 is 4(2x+5)34(2x + 5)^3. Explain what rule is missing and give the correct derivative.