Understanding the Concept of Function Limit
In everyday life, we often hear words like "almost" or "approaching". For example, "Messi almost scored a goal", "the speed of the motorcycle is approaching 110 km/h", and so on. The words "almost" or "approaching" in mathematics are called limits. In this article, we will study the Definition of Function Limits. The function limits discussed here refer to "algebraic function limits" and "trigonometric function limits" which will be covered in other articles. In mathematics, a limit represents the approximate value of a variable as it approaches a real number. The following is the limit notation.
Definition of Function Limit
Let \( f \) be a function \( f : \mathbb{R} \to \mathbb{R} \) and let \( L \) and \( a \) be real numbers.
\[ \lim_{x \to a} f(x) = L \]
if and only if \( f(x) \) approaches \( L \) for all \( x \) approaching \( a \).
How to read limit notation: \( \lim_{x \to a} f(x) = L \) is read as "the limit of function \( f(x) \) as \( x \) approaches \( a \) equals \( L \)".
Methods for Evaluating Limits
To determine the limit value of a function, there are several methods:
- Numerical Method (tabulation)
- Direct Substitution
- Factorization
- Multiplying by the Conjugate
- Using Derivatives (L'HΓ΄pital's rule)
In this article on the definition of limits, we will only use the numerical method. The numerical method is a way of calculating limits by substituting values from the left and right sides and listing results in a table. However, this method is less efficient because building a table takes time.
Find the limit of the function \( f(x) = x + 1 \) as \( x \) approaches \( 2 \).
Condition for a Function to Have a Limit at a Point
A limit is said to exist if the left-hand limit and the right-hand limit are equal. The left-hand limit is the value the function approaches from the left, denoted \(\displaystyle \lim_{x \to a^-} f(x)\). The right-hand limit is the value the function approaches from the right, denoted \(\displaystyle \lim_{x \to a^+} f(x)\).
That is, if \(\displaystyle \lim_{x \to a^-} f(x) = L\) and \(\displaystyle \lim_{x \to a^+} f(x) = L\), then \(\displaystyle \lim_{x \to a} f(x) = L\).
Based on the graphical description above:
- Figure A : The limit exists because the function approaches the same value from both sides (continuous).
- Figure B : The limit does not exist because the left-hand limit ≠ right-hand limit (jump discontinuity).
- Figure C : The limit exists because the left-hand limit = right-hand limit, despite a hole at the point.
- Figure D : The limit does not exist because the left-hand limit ≠ right-hand limit (different asymptotic behavior).
Does the following function have a limit as \( x \) approaches \( 1 \)?
\[ f(x) = \begin{cases} x^2, & \text{if } x \le 1 \\ x + 1, & \text{if } x > 1 \end{cases} \]