Limits in Calculus
Limits in Calculus
For example:
Evaluate the limit as x approaches 2 for (x^2 − 4)/(x − 2):
Direct substitution gives 0/0, an indeterminate form. Using factorization:
(x^2 − 4)/(x − 2) = [(x − 2)(x + 2)]/(x − 2).
Canceling (x − 2), we get x + 2. Substituting x = 2, the limit is 4.
For example:
Consider f(x) = 1 for x < 0, and f(x) = 2 for x ≥ 0. Evaluate the limit at x = 0:
LHL: lim(x → 0⁻) f(x) = 1 (as x approaches 0 from the left).
RHL: lim(x → 0⁺) f(x) = 2 (as x approaches 0 from the right).
Since LHL ≠ RHL, the limit does not exist at x = 0.
For example:
Evaluate lim(x → ∞) (1/x):
As x becomes very large, 1/x approaches 0. Thus, lim(x → ∞) (1/x) = 0.
Another example:
Evaluate lim(x → −∞) (2x^2 + 3)/(x^2 + 1):
Dividing numerator and denominator by x^2 gives:
lim(x → −∞) (2 + 3/x^2)/(1 + 1/x^2) = 2/1 = 2.