The derivative at a point, f ′ ( a ) f'(a) f ′ ( a ) , is where the average rate of change ends up as you shrink the interval around x = a x=a x = a .
f ′ ( a ) = lim h → 0 f ( a + h ) − f ( a ) h f'(a)=\lim_{h\to 0}\frac{f(a+h)-f(a)}{h} f ′ ( a ) = h → 0 lim h f ( a + h ) − f ( a )
The numerator is f ( a + h ) − f ( a ) f(a+h)-f(a) f ( a + h ) − f ( a ) , the denominator is h h h . Cancel h h h first, then let h → 0 h\to 0 h → 0 , and you get the slope of the tangent line at ( a , f ( a ) ) (a,\,f(a)) ( a , f ( a )) .
x y y = f(x) a+h a (a, f(a))
Dashed: the secant through two points h apart. As h → 0 the secant approaches the tangent (solid).Drag the dot
Examples
01 With f ( x ) = 7 f(x)=7 f ( x ) = 7 , simplify (h≠0): f ( x + h ) − f ( x ) h \displaystyle \frac{f(x+h)-f(x)}{h} h f ( x + h ) − f ( x ) Answer Hide
02 Simplify (h≠0): ( x + h ) − x h \displaystyle \frac{(x+h)-x}{h} h ( x + h ) − x Answer Hide
03 Find the limit lim h → 0 ( 2 x + h ) \displaystyle \lim_{h \to 0}(2x+h) h → 0 lim ( 2 x + h ) Answer Hide
Answer 2 x \displaystyle 2x 2 x
04 Which is the definition of the derivative? f ′ ( x ) \displaystyle f'(x) f ′ ( x ) Answer Hide
Answer lim h → 0 f ( x + h ) − f ( x ) h \displaystyle \lim_{h \to 0}\frac{f(x+h)-f(x)}{h} h → 0 lim h f ( x + h ) − f ( x )
05 Simplify (h≠0): ( x + h ) 2 − x 2 h \displaystyle \frac{(x+h)^2-x^2}{h} h ( x + h ) 2 − x 2 Answer Hide
Answer 2 x + h \displaystyle 2x+h 2 x + h
FAQ
Q1 What is the difference between f'(a) and f'(x)?Show answer Hide
A f ′ ( a ) f'(a) f ′ ( a ) is the slope at one point
x = a x=a x = a , a number.
f ′ ( x ) f'(x) f ′ ( x ) is a function that returns the slope at every x. Plugging
x = a x=a x = a into the derivative function gives
f ′ ( a ) f'(a) f ′ ( a ) .
Practice this pattern in the app, 5 problems a day.
This topic The derivative at a point, f'(a)
Topics in Derivatives: the basics
2-1 Difference quotient (and why you cannot divide by 0)
2-2 The derivative at a point, f'(a)
2-3 The derivative function f'(x)
2-4 x^n from the definition
2-5 Power rule, constant multiples, sums and differences
2-6 Equation of a tangent line
2-7 Sign of f' and increasing/decreasing
2-8 Local maxima and minima
Published 2026-09-03 · Updated 2026-09-05