Open In App

Estimating Limits from Tables

Improve
Improve
Improve
Like Article
Like
Save Article
Save
Share
Report issue
Report

Limits tell us a lot about function behavior. They help mathematicians and engineers reason about the function their behavior and their properties. They form the basis for almost every important concept in calculus. Limits help us estimate the values function seems to be taking at a particular point. Often these limits are simple and can be calculated easily, but sometimes these limits evaluate to some indeterminable form, for solving them there are a lot of techniques and tricks. Solving limits using tables is one of the methods which works for almost every type of limit. 

Limit 

Limits are the values that the function apparently takes at a particular point. For a particular function f(x) defined on real numbers, the limit of the function at any point x = c is denoted as  \lim_{x \to c}f(x)  . Keep that in mind, limits are not the value of the function at a particular point, limit represents the value which function seems to be taking when one approaches the point. Usually, limits are approached from both the left-hand side and right-hand side of the point. 

Often limits can be computed by a simple substitution, but sometimes some limits take some forms which are not defined. These forms are called indeterminable forms. Examples of indeterminable forms are  \frac{\infty}{\infty}  \frac{0}{0}  , 0 x ∞ etc. 

Using tables all these problems and forms can be avoided. Let’s look at that in detail. 

Approximating Limits using Tables

Tables are a good tool that can be used to reason about the limits. Using tables also takes care of the indeterminable forms of the limit. This method involves calculating the value of the function at the points nearby the point at which we are supposed to calculate the limit. Estimating limits this way is a lot better than eyeballing the graphs of the functions. Let’s consider an example to see how this method works by taking a function f(x) = x – 1 and calculating the limit for this function at x = 0. 

 \lim_{x \to 0}x - 1 = -1

Let’s calculate this value using tables. The way is to calculate the value of the function at different values of x. The goal is to reach infinitely close to the target point but not at the target point. Keep in mind that while creating the table, the function should be approached from both the left-hand side and right-hand side. 

Steps for calculating limits through tables: 

  1. Start from the points which are infinitely close to the target point.
  2. Approach the target point from left and go infinitely close while evaluating the function for every point.
  3. Repeat the same thing from right-hand side.

The table that is created will have values that are almost equal, and will give an estimate of the limit at that point. 

xf(x)
-0.1-1.1
-0.05-1.05
-0.001-1.001
0.0010.999
0.050.95

Notice in the table, as we move closer and closer to x = 0 from either side, the value of the function approaches the value -1. 

Thus,  \lim_{x \to 0}x - 1 = -1

Note: While populating the table, some things must be kept in mind to get the right value of limit: 

  1. Do not assume that the function value is the value of the limit. Sometimes there might be a discontinuity in the function, it might seem that function is going to take a particular value, but the actual value at that point is different. It often happens at the points where the function is either discontinuous or undefined.
  2. Approach from both sides of the point.
  3. Always go as close as possible to the point.

One-sided Limit from Tables

While asked for one-sided limits, tables are usually populated with values that are bot greater than and less than, then the point at which the limit is to be calculated. In other words, both left-hand and right-hand limits are to be calculated. In one-sided limits, tables are populated either with the left-hand side of the point or the right-hand side of the point.

Let’s see this through an example. 

Example: Consider an example, for the function f(x) = x2. Calculate \lim_{x \to 0^{+}}f(x)

Solution: 

\lim_{x \to 0^{+}}f(x)

This means that value of right-hand side limit is asked. In this case, the table is populated only from the values which lie on the right-hand side of x = 0. 

xf(x)
0.10.01
0.050.0025
0.0010.000001
0.00050.00000025
0.00010.00000001

Notice from the table that the value of the limit is approaching the value 0. 

\lim_{x \to 0^{+}}f(x) = 0

Let’s see some problems with this concept. 

Sample Problems

Question 1: Consider an example, for the function f(x) = x2 Calculate \lim_{x \to 1}f(x)

Solution: 

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

This means that value of right-hand side limit is asked. In this case, the table is populated only from the values which lie on the right-hand side of x = 1. 

xf(x)
0.90.81
0.950.9025
0.990.9801
0.9990.99801
1.0011.002
1.011.02

Notice from the table that the value of the limit is approaching the value 1. 

\lim_{x \to 0}f(x) = 1

Question 2: Consider an example, for the function f(x) = 5x. Calculate \lim_{x \to 0}f(x)

Solution: 

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

This means that value of right-hand side limit is asked. In this case, the table is populated only from the values which lie on the right-hand side of x = 0. 

xf(x)
-0.1-0.5
-0.05-0.25
-0.001-0.005
0.0010.005
0.010.05

Notice from the table that the value of the limit is approaching the value 0. 

\lim_{x \to 0}f(x) = 0

Question 3: Consider an example, for the function f(x) = \frac{x^2 - 1}{x - 1}  . Calculate \lim_{x \to 1}f(x)

Solution: 

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

This means that value of right-hand side limit is asked. In this case, the table is populated only from the values which lie on the right-hand side of x = 1. 

xf(x)
0.9991.999
0.99991.9999
0.999991.99999
1.000012.00001
1.00012.0001

Notice from the table that the value of the limit is approaching the value 2. 

\lim_{x \to 1}f(x) = 2

Question 4: Consider an example, for the function f(x) = \frac{1}{x + 1}  . Calculate \lim_{x \to 2}f(x)

Solution: 

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

This means that value of right-hand side limit is asked. In this case, the table is populated only from the values which lie on the right-hand side of x = 2. 

xf(x)
1.9990.33344448
1.99990.33334444
1.999990.33333444
2.000010.33333222
2.00010.33332222

Notice from the table that the value of the limit is approaching the value 0.333. 

\lim_{x \to 1}f(x) = 0.333

Question 5: Consider an example, for the function f(x) = \frac{sin(x)}{x}  . Calculate \lim_{x \to 0}f(x)

Solution: 

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

This means that value of right-hand side limit is asked. In this case, the table is populated only from the values which lie on the right-hand side of x = 0. 

xf(x)
-0.10.99833
-0.010.99998
-0.0010.99999
0.0010.99999
0.010.99998

Notice from the table that the value of the limit is approaching the value 1. 

\lim_{x \to 1}f(x) = 1

Question 6: Consider an example, for the function f(x) = |x|. Calculate \lim_{x \to 0}f(x)

Solution: 

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

This means that value of right-hand side limit is asked. In this case, the table is populated only from the values which lie on the right-hand side of x = 0. 

xf(x)
-0.10.1
-0.010.01
-0.0010.001
0.0010.001
0.010.01

Notice from the table that the value of the limit is approaching the value 0. 

\lim_{x \to 1}f(x) = 0

Question 7: Consider an example, for the function f(x) = log(x). Calculate \lim_{x \to 1}f(x)

Solution: 

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

This means that value of right-hand side limit is asked. In this case, the table is populated only from the values which lie on the right-hand side of x = 1. 

xf(x)
0.9990.000434
0.99990.0000434
0.999990.00000434
1.000010.00000434
1.00010.0000434

Notice from the table that the value of the limit is approaching the value 0. 

\lim_{x \to 1}f(x) = 0



Last Updated : 09 Sep, 2022
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads