Andromeda
Note

Informal Definition of a Limit

Definition

A limit describes the value that a function f(x)f(x) approaches as the input xx gets closer and closer to some value cc. We write: limxcf(x)=L\lim_{x \to c} f(x) = L This means that f(x)f(x) can be made arbitrarily close to LL by taking xx sufficiently close to (but not equal to) cc.

  • How to read: “The limit as x approaches c of f of x equals L.”
  • Meaning: As xx nears cc (from either side), outputs f(x)f(x) cluster around LL—the intended value even if f(c)f(c) differs or is undefined.

Why It Matters

We need to talk about “nearly.” The informal limit is the conceptual bridge that allows us to handle points where a function is undefined, letting us see the “intended value” of a system even when the direct data is missing or broken.

Core Concepts

  • Proximity, not Equality: The limit is about what happens near cc, not at cc. f(c)f(c) can be undefined, or it can be a different value entirely, without affecting the limit.
  • Two-Sided Requirement: For a limit to exist, the function must approach the same value LL from both the left (xcx \to c^-) and the right (xc+x \to c^+).
  • How to read: “The value x approaches c from the left and x approaches c from the right.”
  • Meaning / when to use: Both one-sided limits must agree; a jump at cc means no two-sided limit.
  • Predictability: Limits allow us to “fill in the holes” of functions that are otherwise undefined at a point, such as sinxx\frac{\sin x}{x} at x=0x=0.
  • How to read: “The ratio of sine x to x.”
  • Meaning: At x=0x = 0, direct substitution gives 0/00/0, but the limit is 1—the hole is removable.

Connected Concepts