The Intuitive Idea of a Limit
Quick answer A limit is the value f(x) approaches as x approaches a point a, checked by comparing the left-hand and right-hand limits.
A limit tells us the value a function f(x) gets closer and closer to as the input x gets closer and closer to some fixed number a — without necessarily x ever reaching a, and without f(a) even needing to be defined.
To check whether a limit exists at x = a, we examine the function from both sides of a:
- The left-hand limit (LHL) is the value f(x) approaches as x approaches a through values less than a, written limx→a- f(x).
- The right-hand limit (RHL) is the value f(x) approaches as x approaches a through values greater than a, written limx→a+ f(x).
The limit limx→a f(x) exists only when the LHL and RHL are equal; their common value is then the limit.
Worked example. Consider f(x) = (x2 - 1)/(x - 1) for x ≠ 1. Although f(1) is not defined (0/0 form), we simplify: (x2-1)/(x-1) = (x-1)(x+1)/(x-1) = x + 1 for every x ≠ 1. As x approaches 1 from either side, x + 1 approaches 2. So the left-hand limit and right-hand limit both equal 2, hence limx→1 (x2-1)/(x-1) = 2, even though the function itself is undefined at x = 1.
- A limit is the value f(x) approaches near x=a, not necessarily the value at x=a.
- A limit exists at x=a if and only if LHL = RHL at that point.
- 0/0 forms can often be resolved by algebraic simplification (factoring and cancelling) before taking the limit.
- The function need not be defined at x = a for the limit to exist there.
