Consider f(x) = |x| at x = 0. What does the difference quotient [f(0+h) − f(0)]/h equal, and what does this imply about differentiability?
AIt equals 0 for all small h, so f'(0) = 0
BIt equals +1 for h > 0 and −1 for h < 0, so the limit does not exist and f is not differentiable at 0
CIt equals 1 for all small h because |h|/h → 1 as h → 0
DThe limit is 0 because f is continuous at 0, and continuity implies differentiability
For h > 0, [|0+h| − |0|]/h = h/h = 1. For h < 0, [|0+h| − |0|]/h = (−h)/h = −1. There is no single value L that the difference quotient approaches from both sides — the left-hand and right-hand limits disagree. The ε-δ definition therefore correctly concludes that f is not differentiable at 0. This is the corner in the graph of |x|: geometrically, no unique tangent line exists at x = 0.
Question 2 Multiple Choice
In the ε-δ definition of the derivative, the condition is written as 0 < |h| < δ (with a strict lower bound). Why is the strict inequality 0 < |h| necessary?
ABecause the difference quotient [f(c+h) − f(c)]/h is undefined at h = 0, so we must exclude it from the limit
BTo ensure the secant line has positive slope
CTo make the definition consistent with the continuity definition, which also uses strict inequalities
DBecause δ itself must be strictly positive, which forces |h| to be positive as well
Division by h = 0 is undefined — the difference quotient does not exist at h = 0. In a limit, we ask what value the expression *approaches* as h → 0, but we never evaluate h = 0 itself. The strict inequality 0 < |h| precisely encodes this: we consider all h that are close to 0 but nonzero. This is the same reason all ε-δ limit definitions exclude the point itself — a limit describes approach behavior, not the value at the point.
Question 3 True / False
If a function f is continuous at c, then f is necessarily differentiable at c.
TTrue
FFalse
Answer: False
Continuity is necessary but not sufficient for differentiability. f(x) = |x| is continuous everywhere (no jumps or gaps) but is not differentiable at x = 0 because the difference quotient has different left and right limits. More strikingly, the Weierstrass function is continuous at every point on ℝ but differentiable at no point. The existence of such functions was historically shocking — intuition about smoothness fails dramatically for continuous functions in general.
Question 4 True / False
The difference quotient [f(c+h) − f(c)]/h represents the slope of the secant line through the points (c, f(c)) and (c+h, f(c+h)) on the graph of f.
TTrue
FFalse
Answer: True
This is the geometric interpretation of the difference quotient: it is the rise [f(c+h) − f(c)] divided by the run [h], which is exactly the slope of the line connecting the two points. As h → 0, the second point approaches the first and the secant line approaches the tangent line. The derivative is the slope of this limiting tangent — if the limit exists.
Question 5 Short Answer
Why is the ε-δ formulation of the derivative more than a formal restatement of 'slope of the tangent line'? What does the rigorous definition reveal that geometric intuition alone misses?
Think about your answer, then reveal below.
Model answer: Geometric intuition works for smooth curves but fails at corners, cusps, and pathological functions. The ε-δ definition automatically detects non-differentiability: for |x| at 0, the difference quotient approaches +1 from the right and −1 from the left, so no L satisfies the ε-δ criterion. It also proves the existence of continuous-everywhere-differentiable-nowhere functions (Weierstrass), which are geometrically inconceivable by intuition. Furthermore, the ε-δ structure generalizes cleanly to the Fréchet derivative in ℝⁿ and abstract normed spaces, whereas the tangent-line picture does not.
The real-analysis approach is not pedantry — it provides the machinery to handle all the ways functions can fail to be differentiable, and it provides the template for analysis in higher dimensions. Every generalization of calculus to multivariable and functional settings builds on this same ε-δ limit structure.