Basics of Limit in Calculus – What is it, its types, and Calculations
In calculus, a limit is a value that a function or sequence approaches when input or index approaches a particular value. It helps us to understand the behavior of function and sequence, and determine their convergence and divergence. Limits are important in determining continuity, derivative, and integration. Calculus and mathematical analysis are meaningless without the concept of limit. In this article, we will discuss a limit with its mathematical representation. We will discuss different types of limits.We will calculate the limit of different functions in the example section.
What are the Limits?
Consider a function f(x) to be defined in an open internal near the number “c” (need not be at c). If, as x approaches “c” from the left and right side of “c”, f(x) approaches a particular number “L”, then “L” is called the limit of f(x) as x approaches c.
Mathematically, the limit is represented as:
Lim x → cf(x) = L (read as “limit of f(x), as x approaches c is L)
Types of limit
There are multiple types of limits, but some common types of limits are given below.
- Limit at a point: This refers to finding the limit of a function as x approaches a specific point. For example limx → c f(x).
- Infinite limit: In this type of limit, the limit of a function tends to positive or negative infinity as x approaches a certain point. For example limx → c f(x) = ± ∞.
- Limit at Infinity: This involves finding the limit of a function as x approaches positive or negative infinity. For example limx →± ∞f(x)
- One-sided limit: It represents the behavior of the function as the input values approach a specific point from the left (lim x → c– f (x)) or right side (lim x → c+ f (x).
- Two-sided limit: The limit describes the behavior from both sides (left and right-hand) of a point in a two-sided limit.
- Discontinuities:In this type, the limit of a function does not exist at a specific point due to a discontinuity in the function.Some common types of discontinuities are given below:
- Jump Discontinuity: A jump discontinuity occurs when the limits from a point’s left-hand and right-hand sides exist but both are not equal.
- Removable Discontinuity: A removable discontinuity happens when the limit of a function at a certain point exists, but the function has a hole or gap in its graph at that point. A removable discontinuity occurs when the left-hand and right-hand side limits of a function exist and both are equal at a specific point c, but the value of the function at that point (f(c)), does not match the limit value.
- Infinite Discontinuity: It occurs when the limit of a function at a particular point does not exist. This can occur when the function reaches either positive or negative infinity.
Understanding and identifying these types of limits are important in analyzing the behavior of the function.
Limit Rules
If Lim x→c f(x), and Lim x→c g(x) exist then
Addition and Subtraction rule: Lim x→c (f(x) ± g(x)) = Lim x→c (f(x)) ±Lim x→c (g(x))
Constant multiple rule: Lim x→c (k f(x)) = k limx→c (f(x)) (where k is any constant)
Product or multiple rule: Lim x→c (f(x) * g(x)) = Lim x→c (f(x)) *Lim x→c (g(x))
Quotient rule Lim x→c (f(x) / g(x)) = Lim x→c (f(x)) /Lim x→c (g(x)) (where lim x→c g(x) ≠ 0)
Exponent (or power) rule of limit Lim x→c (f(x)) n = (Lim x→c f(x)) n (where n is any integer)
Try a limit calculator with steps to find the solution of the limit problems according to the above rules in few seconds.
Method to determine an indeterminate form
Let’s learn how to evaluate the indeterminateform such as 0 / 0 or ∞ / ∞:
- Algebraic technique: start by simplifying the indeterminate form as much as possible. This can involve factoring, canceling common factors, or using algebraic manipulation to simplify the expression.
- Rationalize: If the indeterminate form involves a radical in the numerator or denominator, we can rationalize the expression by multiplying both the numerator and denominator by a suitable conjugate to eliminate the radical.
- L’ Hopital’s Rule: Take the derivative of the numerator and the function’s denominator to find the limit’s indeterminate form. It is applicable when the limit of the form is 0/0 or ∞ / ∞.
- Limit of Trigonometric functions: Trigonometric functions have specific limits. Like, ,, and
- limx→ 0 (1 – cos x / x) = 1
- limx→ 0 (Sin x / x) = 1
- limx→ 0 (tan x / x) = 1
- Exponential and logarithmic limits: The exponent and logarithmic functions have specific limits.
- limx→0 (1 + x) (1/x) = e
- lim x→∞(ex) =∞
- lim x→ – ∞(ex) = 0
Solution of some examples of Limit
Example 1.
Calculate limx→1 [(x3 + 4x2 + x + 4) / (x + 4)]
Solution
Limx→1 [(x3 + 4x2 + x + 4) / (x + 4)]
Substitute 1 into the given function,
= (13 + 4(12) + 1 + 4) / (1 + 4)
= 10 / 5 = 2
Hence, limx→1 [(x3 + 4x2 + x + 4) / (x + 4)] = 2
Example 2.
Determine the Lim x→6(x2 – 6) / (x – 6)
Solution:
Lim x→6(x2 – 36) / (x – 6) = (36 – 36) / 6 – 6 = 0 / 0
It is an indeterminate form. Therefore, we will solve it with algebraic techniques.
=limx→6(x2 – 62) / (x – 6)
∴ (a – b) (a + b)=(a2 – b2)
= Lim x→6(x – 6) (x + 6) / (x – 6)
After cancellation, we get
= Lim x→6 (x + 6)
Apply the limit
= 6 + 6 = 12
Hence, the Lim x→6(x2 – 36) / (x – 6) = 12
Conclusion
In this article, we have discussed the limit with its mathematical representation. We have discussed the different types of limits. Further, we examined the types of discontinuity limits. We explored the important rules of limit. We learned how to determine the limit of indeterminate form. We covered solutions of some examples of limits. After understanding this article, you can determine the limit of any function.