7 minutes read

Limit is a basic, but nonetheless fundamental instrument for studying the behavior of a function. Definition of limit is not only encountered when we talk about functions, but also when we observe and study sequences. We use the notion of limits in order to approximate derivatives at given points, and this makes limits so useful, moreover, we can see that limits find many applications in different disciplines ranging from engineering to see how a function changes or chemistry to see how different processes are carried out.

What is a limit of a function?

In general, limits allow us to determine what value a function is approaching when we use a particular input. Recall the pendulum oscillations? With time, any pendulum stops, so we can say that as time increases, the amplitude of oscillation decreases. And as the time approaches 0, our pendulum approaches its initial position. It seems logical, but physicists can prove it mathematically with limits.

We define it this way:

limxaf(x)=A\lim\limits_{x \to a} f(x) = A

Can we just put aa instead of xx in the function? Yes, if our function has no undefined points in aa, in other words, if it is continuous.

limxaf(x)=f(a),if f is a continuous function at a.\lim\limits_{x \to a} f(x) = f(a), \text{if } f \ \text{is a continuous function at aa}.There are numerous functions where we can't plug in a number to find the limit. So, the limits are used to describe what value a function is approaching as xx approaches aa, but it is possible that the function can be undefined at aa.

Let's consider the following example. Suppose we have a function g(x)=x2+x2x1g(x) = \dfrac{x^2 +x - 2}{x-1} and we want to know the value this function approaches when xx gets closer and closer to 11:

limx1x2+x2x1.\lim\limits_{x \to 1} \dfrac{x^2 +x - 2}{x-1} .

If we try to substitute the value x=1x=1 into this function, we get

f(1)=12+1211=003.f(1) = \dfrac{1^2+1-2}{1-1} = \dfrac{0}{0} \ne 3.

So we see that our function is not defined at 11.

Let's put some inputs like 0.9, 0.99, 0.999,0.9, \ 0.99, \ 0.999, \ldots into it:

xx f(x)=x2+x2x1f(x) = \dfrac{x^2 +x - 2}{x-1}
0.90.9 2.92.9
0.990.99 2.992.99
0.9990.999 2.9992.999
\vdots \vdots

As you can see, for a sequence of arguments 0.9,0.99,0.999,...{0.9, 0.99, 0.999, ...} function approaches 33. It can actually be proven that for any sequence of arguments xnx_n, which approaches 11, but does not reach 11 (i.e., limit of sequence limnxn=1\lim \limits_{n \to \infty} x_n = 1 and xn1x_n \neq 1 for any nn), the function value will approach 33 (i.e. limit of sequence limnf(xn)=3\lim\limits_{n \to \infty} f(x_n) = 3). By the way, this is the definition of the limit of a function according to Heine!

So,

limx1x2+x2x1=3.\lim\limits_{x \to 1} \dfrac{x^2 +x - 2}{x-1} = 3.Or we can consider x2+x2x1\dfrac{x^2 +x - 2}{x-1} as (x+2)(x1)x1\dfrac{(x+2)(x-1)}{x-1}and divide by x1x-1. Here we should take into account that xx only approaches to 11, but never is equal to it. We will get

limx1x2+x2x1=limx1(x+2)(x1)x1=limx1x+2=3\lim\limits_{x \to 1} \dfrac{x^2 +x - 2}{x-1} = \lim\limits_{x \to 1} \dfrac{(x+2)(x-1)}{x-1}= \lim\limits_{x \to 1} x+2 = 3

These examples show how limits emphasize the behavior of a function and what they get arbitrarily close to.

But what does "f(x)f(x) is arbitrarily close to a number" mean? Let's look at the formal definition of a limit of a function.

The formal definition of a limit

A limit of a function f(x)f(x) as xx approaches aa is the number AA if the following condition is met:

if for every ε>0,there exists δ>0,such that for all x we have 0<xa<δ  f(x)A<ε.\text{if for every } \varepsilon>0, \text{there exists } \delta>0, \\ \text{such that for all } x \ \text{we have } \\ 0< |x-a| < \delta \ \Rightarrow \ |f(x)- A| < \varepsilon.

A constant number AA is called the limit of the function f(x)f(x) as xx tends to aa.

ε\varepsilon is a given positive arbitrary small number, and we can find some positive δ\delta that is dependent on it. We must follow this condition: for all xx from δ\delta-neighbourhood of aa and 0<xa<δ0< |x-a| < \delta, all f(x)f(x) will be in ε\varepsilon-neighbourhood of AA.limxaf(x)=A.\lim\limits_{x \to a} f(x) = A.This definition means that when xx gets close to aa, then f(x)f(x) gets close to AA. So, if xa|x-a| is small, then f(x)A|f(x) - A| is also small.

Let's prove that limx1x2+x2x1=3\lim\limits_{x \to 1} \dfrac{x^2 +x - 2}{x - 1} = 3 using the formal definition.

x1<δ  x2+x2x13<ε.|x-1|<\delta \ \Rightarrow \ | \dfrac{x^2 +x - 2}{x - 1} - 3|<\varepsilon.

We need to find δ\delta, so let's solve the inequality:

x2+x2x13<ε,| \dfrac{x^2 +x - 2}{x - 1} - 3|<\varepsilon,

ε<x2+x2x13<ε,-\varepsilon< \dfrac{x^2 +x - 2}{x - 1} - 3<\varepsilon,

ε<(x+2)(x1)x13<ε,-\varepsilon< \dfrac{(x+2)(x-1)}{x - 1}-3 <\varepsilon,

ε<(x+2)3<ε,ε<x1<ε-\varepsilon< (x+2) -3 <\varepsilon, \\ -\varepsilon< x-1 <\varepsilon

Remember that we are trying to build x1<δ|x-1|<\delta. We make a module instead of the inequality:

ε<x1<ε,x1<ε=δ.-\varepsilon< x-1 <\varepsilon, \\|x-1| < \underbrace{\varepsilon}_{=\delta}.

That's how we found our delta: δ=ε\delta = \varepsilon. So, for every ε>0\varepsilon>0 there is a delta δ=ε>0\delta = \varepsilon >0 such that if

x1<δ  x2+x2x13<ε.|x-1|<\delta \ \Rightarrow \ | \dfrac{x^2 +x - 2}{x - 1} - 3|<\varepsilon.

Then limx1x2+x2x1=3\lim\limits_{x \to 1} \dfrac{x^2 +x - 2}{x - 1} = 3

What if x approaches infinity?

We may want to know the end behavior of our function when xx approaches infinity in either direction: x+x \to + \infty or xx \to - \infty. In this case, the role of limits is the most noticeable: it is not always possible to determine by the graphic of a function how it behaves at large values of xx, and the limits help us to figure this out.

For example, let function φ(t)\varphi(t) describe an angle that the pendulum swings away from vertical. Here tt stands for time. It is quite logical that any pendulum ceases to oscillate over time. In the language of mathematics, it could be written as limt+φ(t)=0.\lim\limits_{t \to +\infty} \varphi(t) = 0\text{.}

The pendulum

The formal definition of such limits will be:

if for every ε>0, there exists δ>0,such that for all x>δ,f(x)A<εlimxf(x)=A.\text{if for every } \varepsilon>0,\ \text{there exists } \delta>0, \\ \text{such that for all } |x|>\delta, |f(x)- A| < \varepsilon\\\lim\limits_{x \to \infty } f(x) = A.

if for every ε>0, there exists δ>0,such that for all x>δ,f(x)A<εlimx+f(x)=A.\text{if for every } \varepsilon>0, \ \text{there exists } \delta>0, \\ \text{such that for all } x>\delta, |f(x)- A| < \varepsilon\\\lim\limits_{x \to +\infty } f(x) = A.

if for every ε>0, there exists δ>0,such that for all x<δ,f(x)A<εlimxf(x)=A.\text{if for every } \varepsilon>0, \ \text{there exists } \delta>0, \\ \text{such that for all } x<-\delta ,|f(x)- A| < \varepsilon\\\lim\limits_{x \to -\infty } f(x) = A.

We see that get rid of the module in the definition of limit x+x \rightarrow +\infty because xx is obviously positive, and vice versa for limit xx \rightarrow -\infty.

Also, it's important to know that 10\dfrac{1}{0} approaches to \infty because it has an infinitely small denominator, which makes the whole fraction infinitely big in the module. But we will study it in greater detail in our next topics.

Conclusion

In this topic, we have learned about the concept of a limit of a function. Let's now list all the notable points that we have seen:

  • Limits help us describe a function or a sequence, to be precise, limits show which value this function or sequence is approaching depending on the input.
  • If a function is continuous, then the following holds true: limxaf(x)=f(a)\lim\limits_{x \to a} f(x) = f(a), for all values of xx and aa.
  • If a function is approaching a limit, it will get closer and closer to the value, but it will never reach it.
  • If for every ε>0\varepsilon>0, there exists δ>0\delta>0, s.t. for all xx the following holds: 0<xa<δ  f(x)A<ε0< |x-a| < \delta \ \Rightarrow \ |f(x)- A| < \varepsilon. AA will be the limit of f(x)f(x) as xx tends to aa.
28 learners liked this piece of theory. 3 didn't like it. What about you?
Report a typo