A tricky limit

Here’s just a little discussion of limits including notation, meaning, and a numerical example.

What even is a limit?

Here’s a little bit of slightly heavy notation: \[\lim_{x\to a}f(x) = L.\]

We read this as:

The limit as \(x\) goes to \(a\) of \(f(x)\) equals \(L\).

But, what do we mean?

\(\lim_{x\to a}f(x) = L\) means that we can make the value of \(f(x)\) as close as we like to \(L\) by taking the value of \(x\) as close as necessary to \(a\), but not equal to \(a\).

What could be easier?

Example

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??