The main thing about functions is that you can plug numbers into the function, and the function returns back some value. But, numbers aren’t the only thing that can be plugged-into functions.
The operation of pluggin-in one function inside another is called composition of functions. When we are trying to recognize whether or not a given function is a composition of two or more functions, we are always moving from the “outside” to the “inside”, where the “outside” function is, generally speaking, the one that appears first.
Intuitively, the limit of a function represents the “limiting” value of a function as the independent variable x approaches a certain value, or gets arbitrarily large or small.
The main reason why we are studying limits of functions is so that we can understand the definition of the derivative of a function that we are going to be covering in the next chapter.
As x gets arbitrarily large, the value of the function x2 get closer and closer to 0 - hence, the limit is 0.
As x gets arbitrarily large, the value of the function x1 gets closer and closer to 0 - hence, the limit is 0.
In the previous problems, we could find the value of the limit by simply “plugging-in” the value x approaches into the function. In the following problems, if we “plug-in” the value x is approaching, we will get one of the following expressions:
∞∞,∞−∞,00.
In these cases, we need to simplify the expression we are dealing with in order to find the limit.
In the following problem, we are going to use the following formula:
x→∞lim(1+xr)x=er,r∈R
Notice that, if r=1 then the formula above gives us
x→∞lim(1+x1)x=e,
where e is the Euler’s number e=2.7182818284590…
As x gets arbitrarily large, the value of the function (1+x1)x gets closer and closer to e.