Conceptual Bottlenecks Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
A common bottleneck is understanding why limxaf(x)\lim_{x\to a}f(x) does not require f(a)f(a) to be defined. Illustrate with f(x)=x21x1f(x) = \frac{x^2-1}{x-1}, a=1a=1.

Solution

  1. 1
    At x=1x=1: f(1)=00f(1) = \frac{0}{0}, which is undefined. So f(1)f(1) does not exist.
  2. 2
    For x1x\ne 1: f(x)=(x1)(x+1)x1=x+1f(x) = \frac{(x-1)(x+1)}{x-1} = x+1.
  3. 3
    limx1f(x)=limx1(x+1)=2\lim_{x\to 1}f(x) = \lim_{x\to 1}(x+1) = 2. The limit exists and equals 2.
  4. 4
    The limit describes the trend of ff as xx approaches 1, regardless of f(1)f(1).

Answer

limx1x21x1=2,even though f(1) is undefined\lim_{x\to 1}\frac{x^2-1}{x-1} = 2,\quad\text{even though } f(1) \text{ is undefined}
The conceptual bottleneck is the distinction between a limit (a trend) and a value (a point). Overcoming it requires accepting that 'approaching aa' and 'being at aa' are fundamentally different ideas.

About Conceptual Bottlenecks

Specific concepts or ideas whose misunderstanding blocks progress across a wide range of related mathematical topics.

Learn more about Conceptual Bottlenecks →

More Conceptual Bottlenecks Examples