MathematicsCalculusMedium

Limit (calculus)

Also known as:limiting valuelimit point

A limit describes the value that a function approaches as its input approaches a given point, even if the function is not defined at that point. Limits are the foundational concept of calculus, underpinning the rigorous definitions of derivatives and integrals. They are essential for analysing the behaviour of functions near discontinuities, at infinity, and for understanding rates of change.

Key Formula

lim (x → a) f(x) = L

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

SymbolMeaningUnit
xindependent variable approaching a valuedimensionless
athe value x is approachingdimensionless
f(x)the function being evaluateddimensionless
Lthe limit value that f(x) approachesdimensionless

Worked Example

Problem

Find lim (x → 2) of (x² − 4) / (x − 2).

Solution

Step 1: Direct substitution gives (4 − 4)/(2 − 2) = 0/0, an indeterminate form. Step 2: Factor the numerator: (x² − 4) = (x − 2)(x + 2). Step 3: Cancel the common factor (x − 2): (x − 2)(x + 2)/(x − 2) = x + 2. Step 4: Now take the limit as x → 2: x + 2 = 2 + 2 = 4.

Answer

4

Common Limit Laws and Their Forms

LawExpressionResultCondition
Sum Lawlim[f(x) + g(x)]lim f(x) + lim g(x)Both limits exist
Product Lawlim[f(x) · g(x)]lim f(x) · lim g(x)Both limits exist
Quotient Lawlim[f(x)/g(x)]lim f(x) / lim g(x)lim g(x) ≠ 0
Constant Lawlim ccc is any constant
Power Lawlim[f(x)]ⁿ[lim f(x)]ⁿn is a positive integer

Interactive Tools

Desmos Graphing Calculator

Open Tool

Wolfram Alpha Limit Calculator

Open Tool

Khan Academy: Limits Introduction

Open Tool
Graph illustrating a function approaching a limit as x approaches a value

Wikimedia Commons, CC BY-SA

Related Terms

From the Latin "limes" meaning boundary or threshold. The formal epsilon-delta definition of a limit was developed by Augustin-Louis Cauchy in the early 19th century and later refined by Karl Weierstrass around 1861.

calculuslimitscontinuityfoundationsreal-analysis