Kahibaro
Discord Login Register

Limits and Continuity

Intuitive idea of a limit

In earlier chapters you have worked with functions as input–output machines. Limits are about asking:

“What value is the function getting closer to when the input gets closer to a certain number?”

This question matters even if:

We use limits to:

In this chapter we stay at the intuitive (but careful) level. The formal symbolic rules and proofs are the focus of the later “Formal limits” chapter.

Approaching, not reaching

When we say “$x$ approaches $a$,” we mean $x$ gets closer and closer to $a$ but we are not insisting that $x = a$.

We write:

$$\lim_{x \to a} f(x) = L$$

and read: “the limit of $f(x)$ as $x$ approaches $a$ equals $L$.”

The idea is:

The actual value $f(a)$, if it exists, is not what defines the limit. The limit is about nearby behavior, not the value at the point itself.

Limits from numerical tables

One way to “see” a limit is to compute function values for $x$ values close to $a$.

Example: Consider $f(x) = x^2$ and try to understand $\lim_{x \to 2} x^2$.

Take $x$ values approaching $2$ from both sides:

Compute:

As $x$ gets closer to $2$ from both sides, $x^2$ gets closer to $4$. We write:

$$\lim_{x \to 2} x^2 = 4.$$

Here $f(2) = 4$ as well, but that is not what makes the limit true; it simply happens to agree with the limit.

Limits from graphs

A graph gives a visual way to understand limits.

To estimate $\lim_{x \to a} f(x)$ from a graph:

It does not matter whether:

The limit only cares about how the graph behaves near $x = a$.

When limits exist (intuitive)

For a limit $\lim_{x \to a} f(x)$ to exist and equal $L$, we need:

  1. Approaching from the left:
    • As $x$ values slightly less than $a$ move toward $a$, $f(x)$ values move toward $L$.
  2. Approaching from the right:
    • As $x$ values slightly greater than $a$ move toward $a$, $f(x)$ values also move toward $L$.

If these two “sides” approach the same number $L$, the limit is $L$.

When they do not match, the limit does not exist at that point (we will often say “the two-sided limit does not exist”).

One-sided limits

Sometimes we want to look at only one direction of approach. This will be important later when we discuss jumps in functions and continuity.

We write:

Intuitively:

A key relationship:

If the left-hand and right-hand limits are different, then the overall limit at $a$ does not exist.

Basic limit behaviors (without proofs)

In later chapters you will learn formal rules for computing limits. Here we record some informal behaviors that match our intuitive understanding.

Limits of “nice” functions

For many familiar functions (polynomials, and many simple combinations of them), nothing strange happens at ordinary points. For such a function $f$ and any real number $a$ where $f$ is well-behaved, we usually have:

$$\lim_{x \to a} f(x) = f(a).$$

Informally, if the function has no hole, jump, or blow-up at $a$, then you can find the limit just by direct substitution.

Example:

We will later learn how to recognize and prove these results, but for now you can use this as a working rule for “nice” points of “nice” functions.

Indeterminate form $0/0$ (just as a warning)

When you try to find $\lim_{x \to a} f(x)$ for a fraction and both numerator and denominator go to $0$, you get an expression of the form $0/0$. This does not directly tell you the limit; more work is needed.

For example:

$$f(x) = \frac{x^2 - 1}{x - 1}.$$

At $x = 1$:

The expression $\frac{0}{0}$ is not a number. However, for $x \neq 1$,

$$\frac{x^2 - 1}{x - 1} = \frac{(x - 1)(x + 1)}{x - 1} = x + 1.$$

For $x$ close to $1$ (but not equal to $1$), $f(x)$ behaves like $x + 1$, which is close to $2$. So:

$$\lim_{x \to 1} \frac{x^2 - 1}{x - 1} = 2.$$

Note that:

Continuity: an intuitive picture

Continuity is about functions that do not have breaks, jumps, or holes. Informally, a function is continuous at a point if:

“You can draw its graph at that point without lifting your pencil.”

More precisely (but still informally), a function $f$ is continuous at $x = a$ if all three of these conditions fit together:

  1. The limit as you approach $a$ exists:
    $$\lim_{x \to a} f(x) \text{ exists},$$
  2. The function has a value at $a$:
    $$f(a) \text{ is defined},$$
  3. The limit and the value agree:
    $$\lim_{x \to a} f(x) = f(a).$$

If any of these fails, $f$ is not continuous at $a$.

Types of discontinuities (intuitive)

A point where a function is not continuous is called a discontinuity. The main types you will encounter:

Removable discontinuity (hole)

In a graph, this appears as a “hole” in the curve at $x = a$. Sometimes the hole might have a point placed elsewhere at the same $x$-value.

Example idea:

Such discontinuities are called “removable” because we could “fix” continuity just by redefining $f(a)$ to equal the limit.

Jump discontinuity

The graph literally “jumps” up or down when crossing $x = a$. You might see a filled dot on one side and an open circle at a different height on the other side.

This often happens in piecewise-defined functions, where the rule changes suddenly at some point.

Infinite or essential-type discontinuity

Here the function grows without bound as $x$ approaches $a$:

On the graph, this often shows up as a vertical asymptote: the curve shoots up or down near $x = a$ rather than approaching a finite limiting height.

In such a case we say the limit does not exist because there is no finite number that $f(x)$ is approaching.

Continuity on intervals

So far we have talked about continuity at a single point. We say a function is “continuous on an interval” (for example, continuous on $[a,b]$) if it is continuous at every point of that interval (with appropriate one-sided reasoning at the endpoints).

Intuitively:

Many powerful theorems in calculus (for example, results about maximum and minimum values and about solving equations) apply to functions that are continuous on intervals.

Why limits and continuity matter for calculus

Limits supply the language and tools to:

Continuity, in turn, is the natural condition that guarantees limits and function values match. This makes calculus work smoothly on most of the functions we care about.

Later, in the “Formal limits” chapter, you will see exact symbolic definitions and rules. Here, the goal is to have a strong mental picture:

Views: 12

Comments

Please login to add a comment.

Don't have an account? Register now!