August 11th, 2024

Sharing what I learned about limits

Sharing how I finally understood limits in mathematics

So, I was trying to employ the Feynman technique to learn about differentiation of a continuous function, or better yet, be capable of teaching it (so this is more of an inverse of the Feynman technique, I guess?).

For context, when a lay-person looks up how to differentiate a function, they are presented with a bunch of math symbols, confusing them, and ultmately having them give up.

So, I basically went out on a mission to understand differentiation, but I was stuck on the definition of a limit.

I honestly felt stupid the entire time, but I was happy to find out that it is a common problem: people struggle to understand it. Someone even said that people don't understand limits until they get to grad school.

Now that's good to know.

But that doesn't solve the problem.

Good thing is, I think I figured it out, and this article will share what I learned.

The limit

One aspect of the limit that had me stuck was the misconception that one function can equal to another function, no matter how much it intuitively seems that one function does not equal another.

In college, for example, I'd watch instructors confidently state limx0x2x=0\lim_{x\rightarrow 0} \frac{x^2}{x} = 0, which gave me the incorrect perception that 020=0\frac{0^2}{0} = 0.

But that's not what that limit expression is saying at all.

What that limit operator in limxaf(x)\lim_{x\rightarrow a} f(x) is saying is that it is giving you something that is really close to the expression f(x)f(x), as xx aproaches aa, that there isn't really much else that can come close to it. And that thing that it is giving you is called the limit.

Sounds like nonesense

So it's good to know that the concept of attempting to find the limit isn't saying that a particular expression exactly equals another. Instead, it's saying that as a variable xx comes close to something, the expression f(x)f(x) comes close to something else—which is known as the limit.

This is all well and good.

But for many of you unfamiliar with calculus, you may be reading this and thinking that this sounds nonsense.

The good news is, you aren't alone.

When calculus was first introduced independently by Isaac Newton and Gotfriend Leibniz, people did express skepticism of their approach to differentiation. Yes, mathematicians still did adopt those discoveries, but there were still doubts at that time.

This is where Karl Weierstrass formally gave a definition of a limit, removing all uncertainty…

Except, fast forward today, and many of us still don't quite understand the most accepted definition of a limit, until much later in life.

Definition of a limit

So what is that definition of a limit that everyone seems to be so confused about?

It goes like this:

f(x)f(x) approaches the limit LL, as xx approaches aa, if and only if for every ϵ>0\epsilon > 0, there exists a δ>0\delta > 0 such that if xx is within δ\delta distance away from aa, then it must follow that f(x)f(x) is within ϵ\epsilon distance from LL

To put it in math terms, the above would translate into:

limxaf(x)=Lϵ>0δ>00<xa<ϵf(x)L<δ\lim_{x \rightarrow a} f(x) = L \Longleftrightarrow \forall_{\epsilon > 0}\exists_{\delta > 0} 0 < |x - a| < \epsilon \rightarrow |f(x) - L| < \delta

So what that is effectively saying is that if you are to have xx freely move within δ\delta distance from aa, then this act of moving around should have f(x)f(x) move no further than ϵ\epsilon distance from LL.

Of course, we're only asking for one δ\delta for each ϵ\epsilon, so it doesn't make sense to choose a δ\delta first. Instead, we iterate across all possible ϵ\epsilon, and we search for a δ\delta that will satisfy the implication. If no such δ\delta is found, vacuously, the existential quantifier that one δ\delta must exist fails, and a candidate limit is not the limit of the expression.

Example

For people who asked "how come limxax2x\lim_{x\rightarrow a}\frac{x^2}{x} is aa and not something like a2a^2 ?", that is an excellent question.

If we are to follow the definition of the limit to the letter, we can set a=4a = 4 as an example, which has xa2<ϵx42<ϵx16<ϵ|x - a^2| < \epsilon \rightarrow |x - 4^2| < \epsilon \rightarrow |x - 16| < \epsilon as the conclusion. Regardless of what δ\delta we pick for some ϵ\epsilon, there will always be some value of xx that will fail to satisfy the conclusion, thus making the entire implication false. And remember, we need to satisfy not just some ϵ\epsilon, but absolutly none of the ϵ\epsilon should fail to have found a δ\delta.

Thus

limxax2xa2\lim_{x\rightarrow a}\frac{x^2}{x} \neq a^2

Conclusion

Mathematicians are fairly rigourous. For that they will never allow either side of an equation not equal to eachother.

That said, there are some quantities that would be interesting to study not necessarily equal to that point, but near it. And this study is the study of limit.

This is where the definition of a limit comes in, which should help elliminate ambiguities of what can and cannot be near a certain point.

Hopefully you have a better intuition now for what it is the study of limits involves.