Andromeda
Note

Limits

Definition

A limit is the value that a function “approaches” as the input approaches some value. It is the fundamental concept upon which all of calculus is built.

Why It Matters

Limits are the “atoms” of calculus. Without them, we couldn’t define derivatives (instant change) or integrals (accumulation); they are the logical foundation that allows us to mathematically handle the infinite and the infinitesimal.

Core Concepts

  • Formal Definition: limxcf(x)=L\lim_{x \to c} f(x) = L means that as xx gets arbitrarily close to cc, f(x)f(x) gets arbitrarily close to LL.

    • How to read: “The limit of f of x as x approaches c equals L.”
    • Meaning / when to use: Describes intended output near cc without requiring f(c)=Lf(c)=L or even that f(c)f(c) exists.
  • Approaching vs. Being: A limit cares about the behavior near a point, not the value at the point. A function can have a limit at cc even if f(c)f(c) is undefined.

  • Foundation of calculus: Derivatives and Integrals are both defined using limits.

Connected Concepts