A tricky limit

Here’s the graph of

\[f(x)=\frac{2^x - 1}{x}:\]

Note that, if we plug \(x=0\) into \(f\), we get the dreaded expressions \(0/0\), which is nonsensical. In math speak, \(f\) is not defined at \(x=0\) or, equivalently, zero is not in the domain of \(f\). This is indicated by the hole we see in the graph. Note that you probably won’t see this behavior in most computer generated graphs (like this Desmos graph), unless you add it explicitly.

While we can’t compute \(f(0)\), we might hope to estimate the limit as \(x\to0\) of \(f(x)\), i.e. we can ask \[\lim\limits_{x\to0}f(x) = ?\]

That’s part of the point behind the “Trace point” toggle and slider. To be more precise, we might systematically plug in points that get closer and closer to zero and examine the values coming out That’s part of the point behind the following table:

I guess this suggests that \[\lim\limits_{x\to0}f(x) \approx 0.69314.\] Note that I did not include digits that don’t appear to have settled down just yet.

I do wonder, why might we go through all this??