Courses / Computer Science I
Calculus

Limits and Continuity

Computer Science I 231 words Free to read

The Approach to a Limit

Calculus is built on the limit: the value a function approaches as its input gets close to a point, even if the function is never evaluated there. We write limxaf(x)=L\lim_{x \to a} f(x) = L to say as xx approaches aa, f(x)f(x) approaches LL.

A one-sided limit checks the approach from just the left (xax \to a^-) or right (xa+x \to a^+). A two-sided limit exists if and only if both one-sided limits agree.

Limit TypeNotationMeaning
Left-handlimxaf(x)\lim_{x \to a^-} f(x)Approach from below
Right-handlimxa+f(x)\lim_{x \to a^+} f(x)Approach from above
Two-sidedlimxaf(x)\lim_{x \to a} f(x)Both sides must match
One-sided limits disagreeing --- so the two-sided limit fails to

Continuity and Pitfalls

Continuity captures having no breaks in a graph. A function ff is continuous at aa when three conditions hold: f(a)f(a) is defined, limxaf(x)\lim_{x \to a} f(x) exists, and limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a).

Polynomials are continuous everywhere. A hole, jump, or vertical asymptote creates a discontinuity.

Common pitfall: Confusing the limit of a function with its value at that point. limxaf(x)\lim_{x \to a} f(x) can exist even when f(a)f(a) is undefined. The limit ignores the point aa and looks only at nearby behavior. Continuity is the special case where limit and value agree.

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

11practice questions
2interactive scenes

Calculus