Kahibaro
Discord Login Register

Intuitive idea

Getting a Feel for Limits

In this chapter, the goal is not to prove anything or use formal symbols, but to build an everyday, intuitive sense of what a limit is. Later chapters on limits and continuity will turn these ideas into precise definitions and rules. Here, we are just learning to “see” limits.

Approaching a Value vs. Reaching a Value

Imagine walking toward a wall. You start 10 meters away and keep moving closer: 5 meters away, 2 meters away, 1 meter away, 0.5 meters away, and so on. You are approaching the wall. Whether or not you actually touch the wall at some moment is a different question.

A limit is about this “approach” idea:

In symbols, when you later see something like
$$\lim_{x \to a} f(x) = L,$$
you should read it as:
“as $x$ gets closer and closer to $a$, the values $f(x)$ get closer and closer to $L$.”

The key intuition:

A Simple Table Example

Consider the function
$$f(x) = x^2.$$

Look at what happens as $x$ gets close to $2$ from values near $2$:

As $x$ gets closer to $2$, $f(x)$ gets closer to $4$. From both sides of $2$, the values of $f(x)$ “home in” on $4$.

Even without symbols, you feel:
“Near $x=2$, $x^2$ is very close to $4$.”

So we say informally:
$$\lim_{x \to 2} x^2 = 4.$$

The important part: we looked at values near $2$, not only at $x = 2$ exactly.

A Limit Can Exist Even If the Function Is “Broken” at the Point

Now consider a function that is artificially “broken” at $x = 2$:

$$
g(x) =
\begin{cases}
x^2 & \text{if } x \neq 2,\\
100 & \text{if } x = 2.
\end{cases}
$$

So $g(x)$ is exactly like $x^2$, except at $x = 2$ it suddenly jumps to $100$.

Let’s look near $x = 2$ again:

All of these values are still very close to $4$. The fact that $g(2) = 100$ does not change the behavior near $2$.

So we still say, intuitively:
$$\lim_{x \to 2} g(x) = 4.$$

This shows a crucial idea:

You can imagine a graph with a smooth curve approaching a certain height, but at that exact $x$ there might be a “hole” (no point) or a point placed somewhere else. The limit cares about the surrounding curve, not the “hole” or stray point.

Limits from the Left and from the Right

Sometimes it matters how you approach the point: from the left side (smaller values) or from the right side (larger values).

Intuitively:

We’ll later write these as left-hand and right-hand limits, but the basic picture is:

You can picture walking toward a street corner from two different streets: if everyone ends up at the same corner, there’s a single meeting place; if people end up at different corners, there is no single “meeting point.”

When a Limit Does Not Exist (Intuitively)

There are several intuitive ways a limit can fail to exist. You do not need formal definitions here, just the feel.

1. Jump Behavior

Imagine a function whose graph looks like a step:

So the left side wants the limit to be $2$, the right side wants it to be $5$. There is a “jump” in the graph.

In this case, there is no single number that the function is approaching from both sides, so we say informally “the limit at $x = 1$ does not exist.”

2. Unbounded Growth (Blowing Up)

Consider the function
$$h(x) = \frac{1}{x^2}.$$

As $x$ approaches $0$ (from either side), the values $h(x)$ become larger and larger:

The function does not settle toward any finite number. Instead, it “blows up” without bound.

We will later talk about this using precise phrases, but intuitively: there is no finite limit at $x = 0$.

3. Endless Oscillation

Imagine a function that just keeps bouncing between values as you zoom in, never settling down. The classic example involves trigonometric functions, but the intuitive picture is enough:

Again, there is no limit, because the values never settle near any one number.

Limits as “Predictions”

Another way to think about a limit is as a prediction based on nearby values.

Suppose you observe that for inputs:

Even if you don’t know what happens exactly at $x = 1$, you might predict: “If I could plug in $x = 1$, I expect the output would be $3.14159\ldots$ (something like $\pi$).”

A limit formalizes this idea:

So, intuitively, the limit is like the best guess for the function’s value at a point, based purely on its behavior extremely close to that point.

Why Limits Matter for Calculus

You do not need calculus yet, but it helps to know why we care about limits at all.

Many core ideas of calculus depend on limits:

So having a solid intuitive sense of limits is like understanding what it means to “zoom in infinitely close” on a graph or a number. Later, the formal definitions in limits and continuity will make all of this precise.

Summary of the Intuitive Picture

Keep these core ideas in mind:

These ideas are the “feel” of limits. Later chapters will turn this intuition into precise definitions and techniques for computing limits.

Views: 12

Comments

Please login to add a comment.

Don't have an account? Register now!