Open In App

Determining Limits using Algebraic Manipulation

Improve
Improve
Like Article
Like
Save
Share
Report

Limits give us the power to approximate functions and see the values they are approaching. Limit is not the value of the function at a particular point. It is the value which the function is approaching as one moves towards the given point. There are many ways to solve the limits, often limits are easy to solve, but sometimes they evaluate into indeterminate forms which are not defined and are difficult to estimate. The goal is to avoid these forms and solve the limits of the function. Let’s look at some algebraic ways to solve such limits. 

Limits 

A limit is a value the function or a sequence approaches as the input or the index approaches some value. These concepts are essential in calculus and real analysis as they help us define continuity, differentiability, and integrals. In the formula, the limit for a function f(x) at a point x = c is usually denoted as, 

\lim_{x \to c} f(x)

Often only the substitution method is enough for calculating the limit. But sometimes some limits might evaluate to indeterminate forms. 

Indeterminate Forms

An indeterminate form is usually encountered where the limit involves more than one function. It is defined as an expression involving two or more whose limit cannot be determined solely from the individual functions. 

The most common indeterminate forms are generated from the limits of ratio of functions,\frac{f(x)}{g(x)}, when both functions evaluate either to 0 or ∞ generating the limits of the form \frac{0}{0} or \frac{\infty}{\infty}. Other indeterminate forms include 0 x ∞, ∞ – ∞, 0∞ etc.

Certain algebraic methods can help us avoid these forms.

Limits using Algebraic Manipulation

These techniques from algebra can help in avoiding the indeterminate forms in the limits. Some of these forms include evaluating limits by factoring and sometimes rationalizing. In the case of trigonometric functions, some other tricks such as using the Pythagorean identity or trigonometric limit using double angle identity can help us solve these limits. 

Limits by Factoring

Usually, in the ratio functions consisting of polynomials, the indeterminate form stems from one of the factors occurring in the expression. For example, in the function f(x) given below, the indeterminate form is due to the factor (x – 1). 

\lim_{x \to 1}\frac{x^2 - 1}{x - 1} 

In such cases, we factorize both the polynomials such that the common factor cancels out. 

 \lim_{x \to 1}\frac{x^2 - 1}{x - 1}

⇒\lim_{x \to 1}\frac{(x - 1)(x + 1)}{x - 1}

⇒\lim_{x \to 1}(x + 1)

⇒\lim_{x \to 1}(1 + 1)

⇒2

Limits by Rationalization

In this method, indeterminate form is dealt with by rationalizing the function. 

\lim_{x \to \infty} \sqrt{x^2 + x + 1} - \sqrt{x^2 + 1} 

Notice that this generates the indeterminate form of ∞ – ∞. 

In such cases, we rationalize the expression.

 \lim_{x \to \infty} \sqrt{x^2 + x + 1} - \sqrt{x^2 + 1}

⇒\lim_{x \to \infty} (\sqrt{x^2 + x + 1} - \sqrt{x^2 + 1})\frac{(\sqrt{x^2 + x + 1} + \sqrt{x^2 + 1})}{(\sqrt{x^2 + x + 1} + \sqrt{x^2 + 1})}

⇒\lim_{x \to \infty} \frac{(x^2 + x + 1 - (x^2 + 1))}{(\sqrt{x^2 + x + 1} + \sqrt{x^2 + 1})}

⇒\lim_{x \to \infty} \frac{x}{(\sqrt{x^2 + x + 1} + \sqrt{x^2 + 1})}

⇒\lim_{x \to \infty} \frac{x}{(x\sqrt{1 + \frac{1}{x} + \frac{1}{x^2}} + \sqrt{1 + \frac{1}{x^2}})}

⇒\lim_{x \to \infty} \frac{1}{(\sqrt{1 + \frac{1}{x} + \frac{1}{x^2}} + \sqrt{1 + \frac{1}{x^2}})}

⇒\frac{1}{(\sqrt{1 + \frac{1}{\infty} + \frac{1}{\infty^2}} + \sqrt{1 + \frac{1}{\infty^2}})}

⇒\frac{1}{2}

Trigonometric limits using Pythagorean Identities

Pythagorean Identities consists of following three identities: 

  1. sin2x + cos2x = 1
  2. 1 + tan2x = sec2x
  3. 1 + cot2x = cosec2x

These identities can be used to substitute in the functions when trigonometric functions show indeterminate forms. 

Double angle Identities

Following double angle identities can also be used for substitution in trigonometric functions:

  1. cos2x = 2cos2x – 1 = 1 – 2sin2x
  2. sin2x = 2sinxcosx

Let’s see some examples of these concepts. 

Sample Problems

Question 1: Find out the following limit. 

\lim_{x \to 1}\frac{x^2 -3x + 2}{x^2 - 1}

Solution: 

\lim_{x \to 1}\frac{x^2 -3x + 2}{x^2 - 1}

This limit is of the 0/0 form. Factorization can be used here.

\lim_{x \to 1}\frac{x^2 -3x + 2}{x^2 - 1}

⇒\lim_{x \to 1}\frac{x^2 -2x -x + 2}{x^2 - 1^2}

⇒\lim_{x \to 1}\frac{x(x -2) -1(x - 2)}{(x- 1)(x + 1)}

⇒\lim_{x \to 1}\frac{(x - 1)(x -2)}{(x- 1)(x + 1)}

⇒\lim_{x \to 1}\frac{(x -2)}{(x + 1)}

⇒\lim_{x \to 1}\frac{(1 -2)}{(1 + 1)}

⇒\frac{-1}{2}

Question 2: Find out the following limit. 

\lim_{x \to 2}\frac{x^2 -5x + 6}{x^2 -3x +2}

Solution: 

\lim_{x \to 2}\frac{x^2 -5x + 6}{x^2 -3x +2}

This limit is of the 0/0 form. Factorization can be used here.

\lim_{x \to 2}\frac{x^2 -5x + 6}{x^2 -3x +2}

⇒\lim_{x \to 2}\frac{x^2 -3x -2x + 6}{x^2 -x -2x +2}

⇒\lim_{x \to 2}\frac{(x -3)(x -2)}{(x -1)(x-2)}

⇒\lim_{x \to 2}\frac{(x -3)}{(x -1)}

⇒\lim_{x \to 2}\frac{(2 -3)}{(2 -1)}

⇒ -1

Question 3: Find out the following limit. 

\lim_{x \to 3}\frac{\sqrt{x} - 3}{x -9}

Solution: 

\lim_{x \to 3}\frac{\sqrt{x} - 3}{x -9}

This limit is of the indeterminate form. Rationalization can be used here.

\lim_{x \to 3}\frac{\sqrt{x} - 3}{x -9}\\=\lim_{x\to3}\frac{(\sqrt{x}-3)(\sqrt{x}+3)}{(x-9)(\sqrt{x}+3)}\\=lim_{x\to3}\frac{(x-9)}{(x-9)(\sqrt{x}+9)}\\=lim_{x\to3}\frac{1}{\sqrt{x}+9}\\=\frac{1}{1.73+9}\\=\frac{1}{10.73}\\=0.0931

Question 4: Find out the limit of,

lim_{x\to2}\frac{x-2}{(\sqrt{x+2}-2)}

Solution:

Putting the limit x tends to 2 to see the value obtained,

lim_{x\to2}\frac{x-2}{(\sqrt{x+2}-2)}\\=\frac{0}{0}\\

= Undefined.

As, it is clear that the answer is undefined, rationalize the denominator,

lim_{x\to2}\frac{x-2}{(\sqrt{x+2}-2)}\\=lim_{x\to2}\frac{(x-2)(\sqrt{x+2}+2)}{(\sqrt{x+2}-2)(\sqrt{x+2}+2)}\\=lim_{x\to2}\frac{(x-2)(\sqrt{x+2}+2)}{(x-2)}\\=lim_{x\to2}\sqrt{x+2}+2\\=2+2=4



Last Updated : 27 Feb, 2024
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads