How to find the derivative from the limit definition

The derivative of a function f(x)f(x) represents its instantaneous rate of change. It is found by evaluating the limit of the difference quotient as the step size approaches zero.

This method applies to any differentiable function. It is primarily used when explicitly required by a problem statement or when proving the standard derivative rules.

The setup

Write the formal definition of the derivative using the difference quotient: f(x)=limho0f(x+h)f(x)hf'(x) = \lim_{h o 0} \frac{f(x+h) - f(x)}{h}

The steps

  1. Substitute x+hx+h into the original function to find f(x+h)f(x+h).
  2. Subtract the original function f(x)f(x) from f(x+h)f(x+h).
  3. Divide the entire expression by hh.
  4. Expand and simplify the numerator to factor out an hh.
  5. Cancel the hh in the numerator with the hh in the denominator.
  6. Evaluate the limit by substituting h=0h = 0 into the simplified expression.

Checking the result

Apply the standard shortcut rules for differentiation (such as the power rule, product rule, or chain rule) to the original function f(x)f(x). The resulting expression must exactly match the result obtained from the limit definition.

Common errors

  • Distribution errors: Forgetting to distribute the negative sign to all terms of f(x)f(x) during the subtraction step.
  • Expansion errors: Incorrectly expanding (x+h)2(x+h)^2 as x2+h2x^2 + h^2 instead of x2+2xh+h2x^2 + 2xh + h^2.
  • Premature evaluation: Attempting to plug in h=0h=0 before factoring and canceling the hh from the denominator, yielding an undefined 0/00/0 form.

Worked example

Find the derivative of f(x)=3x22xf(x) = 3x^2 - 2x using the limit definition.

f(x)=limho0f(x+h)f(x)hf'(x) = \lim_{h o 0} \frac{f(x+h) - f(x)}{h} f(x)=limho0[3(x+h)22(x+h)][3x22x]hf'(x) = \lim_{h o 0} \frac{[3(x+h)^2 - 2(x+h)] - [3x^2 - 2x]}{h} f(x)=limho0[3(x2+2xh+h2)2x2h]3x2+2xhf'(x) = \lim_{h o 0} \frac{[3(x^2 + 2xh + h^2) - 2x - 2h] - 3x^2 + 2x}{h} f(x)=limho03x2+6xh+3h22x2h3x2+2xhf'(x) = \lim_{h o 0} \frac{3x^2 + 6xh + 3h^2 - 2x - 2h - 3x^2 + 2x}{h} f(x)=limho06xh+3h22hhf'(x) = \lim_{h o 0} \frac{6xh + 3h^2 - 2h}{h} f(x)=limho0h(6x+3h2)hf'(x) = \lim_{h o 0} \frac{h(6x + 3h - 2)}{h} f(x)=limho0(6x+3h2)f'(x) = \lim_{h o 0} (6x + 3h - 2) f(x)=6x+3(0)2f'(x) = 6x + 3(0) - 2 f(x)=6x2f'(x) = 6x - 2

FAQ

Run your own problem

References: OpenStax Calculus Volume 1, Chapter 3: Derivatives · Stewart Calculus 8th Edition, Chapter 2: Limits and Derivatives

See also