Open In App

Limits in Calculus

Last Updated : 13 Dec, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Limits are used in calculus to define differential, continuity, and integrals, and they are defined as the approaching value of the function with the input approaching to ascertain value.

Let's say we have a function f(x) = x2. In the graph given below, notice that as x⇢0, f(x) also tends to become zero. This can be written in terms of limit as, \lim_{x \to 0} f(x) = 0 It is read as the limit of f(x) as x tends to zero. 

In general, as x ⇢ a, f(x) ⇢ l, then l is called the limit of the function f(x). It can also be written as, 

\lim_{x \to a}f(x) = l

Limit-of-a-Function

Sometimes some functions are not continuous. That is, they appear to be approaching two different values when they are approached from two sides. For example, let's see this step function given in the figure below. 

This function can be defined as, 

f(x)= \begin{cases}    1,& \text{if } x > 0\\    0,& \text{if } x = 0\\    -1,& \text{otherwise} \end{cases}

Suppose we want to approach zero and see the function's limit. This naturally leads to directions from which we can approach. Left-hand side and the right-hand side limits.

The right-hand side limit is the value of the function that it takes while approaching it from the right-hand side of the desired point. Similarly, the left-hand side limit is the value of function while approaching it from the left-hand side. 

For this particular function,

Left-hand side limit, \lim_{x \to 0^-}f(x) = -1

Right-hand side limit, \lim_{x \to 0^+}f(x) = 1

Mathematical Expression for Limit

To define the limit of a function let us consider a real-valued function “f” and the real number “a” such that the variable of the function approaches the value "a" then the limit is normally defined as:

lim x ⇢ a f(x) = L

It is read as “the limit of f of x, as x approaches a equals L”.

For any function f(x) defined for all x ≠ a over an open interval containing a. Now suppose we have a real number L such that,

lim x ⇢ a f(x) = L

Then for every ε > 0, there exists a δ > 0, such that, 0 < |x - a| < δ the,

|f(x) - L| < ε

Read More about Formal Definition of Limits.

Types of Limits

Limits in math are of several types, each describing different situations and behaviors of functions as the independent variable approaches a certain value or infinity. Here are the main types of limits:

One-Sided Limits

There are two path to approach any point in 2D space along a curve. That are from Left Hand Side of Curve or Right Hand Side of Curve. Approaching the curve from either sides allow us to find two separate limit of the function. These two limits are called,

  • Left Hand Limit (LHL): The limit as the variable approaches the value from the left side. It is represented as \lim_{x \to a^-} f(x) = L.
  • Right Hand Limit (RHL): The limit as the variable approaches the value from the right side. It is represented as \lim_{x \to a^+} f(x) = L.

Read More about One-Sided Limits.

Two-Sided Limits

Two-sided limits, also known as bilateral limits, are a fundamental concept in calculus that describe the behavior of a function as the independent variable approaches a particular value from both the left and the right sides simultaneously.

Formally, let f(x) be a function defined on an open interval containing x=c, except possibly at x=c itself. The two-sided limit of f(x) as x approaches c, denoted as:

limx→c​ f(x)

exists if and only if both the left-hand limit (as x approaches c from the left) and the right-hand limit (as x approaches c from the right) exist and are equal.

Infinite Limits

Infinite limits occur when the value of a function approaches positive or negative infinity as the independent variable approaches a particular point. Formally, if the value of f(x) becomes arbitrarily large (positive or negative) as x approaches a certain value c, the limit is said to be infinite.

  • Positive Infinite Limit: If f(x) increases without bound as x approaches c, the limit is denoted as limx→c ​f(x) = +∞.
  • Negative Infinite Limit: If f(x) decreases without bound as x approaches c, the limit is denoted as limx→c​f(x) = −∞.

For instance, consider the function f(x) = 1/x2. As x approaches 0 from either the positive or negative direction, f(x) becomes increasingly large (approaches infinity), so the limit of f(x) as x approaches 0 is +∞.

Limits at Infinity

Limit at infinity describe the behavior of a function as the independent variable grows without bound (approaches positive or negative infinity).

  • Limit at Positive Infinity: If f(x) approaches a finite limit as x goes to positive infinity, it is denoted as limx→+∞ ​f(x) = L.
  • Limit at Negative Infinity: If f(x) approaches a finite limit as x goes to negative infinity, it is denoted as limx→−∞ ​f(x) = L.

For example, consider the function f(x) = 1/x​. As x grows without bound (either positively or negatively), f(x) approaches 0. Thus, limx→+∞ ​1/x ​ = 0 and limx→−∞ 1/​x ​= 0.

Properties of Limits

Various properties of the limit of a function are,

  • lim x ⇢ a  k = k, where k is a constant quantity
  • The value of lim x ⇢  a x = a
  • Value of lim x ⇢ a bx + c = ba + c
  • lim x ⇢ a xn = an if n is a positive integer.
  • Value of lim x  ⇢ +0 1/xr  = +∞  
  • lim x ⇢ −0 1/xr  = −∞, if r is odd
  • lim x ⇢ −0 1/xr  = +∞, if r is even

Algebra of Limit

Algebra of the limit of the function are added below,

Law of Addition

limx⇢a {f(x) + g(x)} = limx⇢a f(x) + limx⇢a g(x)

Law of Subtraction

limx⇢a {f(x) - g(x)} = limx⇢a f(x) - limx⇢a g(x)

Law of Multiplication

limx⇢a {f(x) . g(x)} = limx⇢a f(x) . limx⇢a g(x)

Law of Division

limx⇢a {f(x) / g(x)} = limx⇢a f(x) / limx⇢a g(x)

Special Rules of Limit

Various rules that are used to simplify the limit of the function are,

  • limx⇢a (xn - an)/(x - a) = na(n-1)
  • limx⇢a sin x/x = 1
  • limx⇢a tan x/x = 1
  • limx⇢a (1 - cos x)/x = 0
  • limx⇢a cos x = 1
  • limx⇢a ex = 1
  • limx⇢a (ex - 1)/x = 1
  • limx⇢∞ (1 + 1/x)x = e

Read More about How to Find Limits?

Limits and Functions

Limit of any function is defined as the value of the function when the independent variable of the function approaches a particular value. A function's limit exist only when the left hand limit and right hand limit of the function both exist and are equal.

Limit of Polynomial Function

Limit of the polynomial function are added below, consider a polynomial function,

f(x) = a0 + a1x + a2x2 + … + anxn

Here, a0, a1, … , an are all constants. At any point x = a, the limit of this polynomial function is

lim x ⇢ a f(x) = lim x ⇢ a [a0 + a1x + a2x2 + . . .  + anxn]
= lim x ⇢ a a0 + a1lim x ⇢ a x + a2lim x ⇢ a x2 + . . . + anlim x ⇢ a xn
= lim x ⇢ a  a0 + a1a + a2a2 + . . . + anan
= lim x ⇢ a = f(a)

Limit of Rational Function

The limit of any rational function of the type m(x)/n(x), where n(x) ≠ 0 and m(x) and n(x) are polynomial functions, is:

lim x ⇢ a [m(x)/n(x)]
= lim x ⇢ a m(x)/lim x ⇢ a n(x)
= m(a)/m(b)          

The very first step to find the limit of a rational function is to check if it is reduced to the form 0/0 at some point. If it is so, then we need to do some adjustments so that one can calculate the value of the limit. This can be done by canceling the factor which causes the limit to be of the form 0/0. For example,

f(x) = (x2 - 4x + 4)/(x2 − 4)

Taking limit over it for x = 2, the function is of the form 0/0,

lim x ⇢ 2 f(x)
= lim x ⇢ 2 (x2 - 4x + 4)/(x2 − 4)
= lim x ⇢ 2 [( x - 2)2/(x + 2)( x - 2)]
= lim x ⇢ 2 [(x - 2)/(x + 2)]
= 0/4 ( ≠ 0/0 ) = 0

Limits of Complex Functions

If we are given a complex function then the limit of the complex function is calculated as, suppose we are given a function f(z) where z is a complex variable then the z = z0 then the f(z) is differentiable if,

limΔz→0 [f(z0 + Δz) - f(z0)]/Δz

Where, Δz = Δx + iΔy

Limits of Exponential Functions

The limit of exponential function is easily calculated by taking into consideration the initial value of the exponential function. Suppose we are given an exponential function f(x) = ax where a > 0.

For f(b) > 1

  • limx→∞ ax = ∞
  • limx→-∞ ax = 0

For 0 < f(b) < 1

  • limx→∞ ax = 0
  • limx→-∞ ax = ∞

Limit of a Function of Two Variables

For the given function with two variables say f(x, y) then suppose if the limit of the function is C, (x, y) → (a, b) provided that ϵ > 0 here exists Δ > 0 such that |f(x, y) - C| < ϵ whenever 0 < √{(x -a)2 + (y - b)2} < Δ. Then,

Iim (x, y) → (a, b) f(x, y) = C

Read More,

Examples of Limits

Example 1: lim x ⇢ 6 x/3 
Solution:

lim x ⇢ 6 x/3 = 6/3 = 2

Example 2: lim x ⇢ 2 (x2 - 4)/(x - 2)
Solution:

As we know, (x2 - 4) = (x2 - 22) = ( x - 2 )( x - 2 ) 

Now, lim x ⇢ 2 (x2 - 4)/(x - 2)
= lim x ⇢ 2 (x- 2)(x + 2)/(x - 2)
= lim x ⇢ 2 (x + 2)
= 4

Example 3: lim x ⇢ 1/2 (2x - 1)/(4x2 - 1)
Solution:

As we know, 4x2 - 1 = (2x2) - (12) = (2x + 1) (2x - 1)

Now, lim x ⇢ 1/2  (2x - 1)/(4x2 - 1)
= lim x ⇢ 1/2  (2x- 1)/(2x - 1) (2x + 1)
= lim x ⇢ 1/ 2 1/(2x + 1)
= 1/{2 × (1/2) + 1} = 1/2


Next Article

Similar Reads