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.
lim (x → a) f(x) = L
LaTeX: \lim_{x \to a} f(x) = L
| Symbol | Meaning | Unit |
|---|---|---|
| x | independent variable approaching a value | dimensionless |
| a | the value x is approaching | dimensionless |
| f(x) | the function being evaluated | dimensionless |
| L | the limit value that f(x) approaches | dimensionless |
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
| Law | Expression | Result | Condition |
|---|---|---|---|
| Sum Law | lim[f(x) + g(x)] | lim f(x) + lim g(x) | Both limits exist |
| Product Law | lim[f(x) · g(x)] | lim f(x) · lim g(x) | Both limits exist |
| Quotient Law | lim[f(x)/g(x)] | lim f(x) / lim g(x) | lim g(x) ≠ 0 |
| Constant Law | lim c | c | c is any constant |
| Power Law | lim[f(x)]ⁿ | [lim f(x)]ⁿ | n is a positive integer |
Wikimedia Commons, CC BY-SA
A function is continuous at a point if it is defined there, its limit exists at that point, and the limit equals the function's value. Continuity ensures there are no sudden jumps, holes, or vertical asymptotes in the graph of a function at that point. Continuous functions are fundamental to calculus because key theorems, such as the Intermediate Value Theorem and the Extreme Value Theorem, require continuity on an interval.
The derivative of a function at a point measures the instantaneous rate of change of the function's output with respect to its input at that point, and geometrically represents the slope of the tangent line to the function's graph. Derivatives are defined as the limit of the difference quotient as the interval shrinks to zero. They are central to physics, engineering, economics, and all sciences wherever rates of change or optimisation are relevant.
Differentiation is the process of computing the derivative of a function, yielding a new function that expresses the rate of change of the original at every point in its domain. It involves applying systematic rules — such as the power rule, product rule, chain rule, and quotient rule — to transform a given function into its derivative. Differentiation is used extensively in physics for velocity and acceleration, in economics for marginal analysis, and in engineering for optimisation and control systems.
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.