Derivatives · Basic Rules
Limit Definition of Derivative
The derivative of f at x is defined as the limit of the difference quotient as h approaches 0.
Worked examples
Find f'(x) for f(x) = x² using the limit definition.
- f(x+h) = (x+h)² = x² + 2xh + h²
- [f(x+h) - f(x)]/h = (2xh + h²)/h = 2x + h
- lim(h→0) (2x + h) = 2x
Answer: f'(x) = 2x
Find f'(x) for f(x) = 1/x using the limit definition.
- f(x+h) = 1/(x+h)
- [1/(x+h) - 1/x]/h = [x - (x+h)]/(hx(x+h)) = -h/(hx(x+h)) = -1/(x(x+h))
- lim(h→0) -1/(x(x+h)) = -1/x²
Answer: f'(x) = -1/x²
Practice this and 135 more formulas in the CalcRef workspace — quizzes, reference tables, a 16-category unit converter, and an expression evaluator.