Calculus/Limits/An Introduction to Limits

From testwiki
Revision as of 01:02, 27 April 2022 by imported>ShakespeareFan00
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Calculus/Top Nav Limits, the first step into calculus, explain the complex nature of the subject. It is used to define the process of derivation and integration. It is also used in other circumstances to intuitively demonstrate the process of "approaching".

Introduction

Intuitive Look into Limits

The limit is one of the greatest tools in the hands of any mathematician. We will give the limit an approach. Because mathematics came only due to approaches... remember?!

We designate limit in the form:

limxaf(x)

This is read as "The limit of f of x as x approaches a". This is an important thing to remember, it is basic notation which is accepted by the world.

We'll take up later the question of how we can determine whether a limit exists for f(x) at a and, if so, what it is. For now, we'll look at it from an intuitive standpoint.

Let's say that the function that we're interested in is f(x)=x2 , and that we're interested in its limit as x approaches 2. Using the above notation, we can write the limit that we're interested in as follows:

limx2x2

One way to try to evaluate what this limit is would be to choose values near 2, compute f(x) for each, and see what happens as they get closer to 2. There are two ways to approach values near 2. One is to approach from below, and the other is to approach from above:

x 1.7 1.8 1.9 1.95 1.99 1.999
f(x)=x2 2.89 3.24 3.61 3.8025 3.9601 3.996001

The table above is the case from below.

x 2.3 2.2 2.1 2.05 2.01 2.001
f(x)=x2 5.29 4.84 4.41 4.2025 4.0401 4.004001

The table above is the case from above.

We can see from the tables that as x grows closer and closer to 2, f(x) seems to get closer and closer to 4, regardless of whether x approaches 2 from above or from below. For this reason, we feel reasonably confident that the limit of x2 as x approaches 2 is 4, or, written in limit notation,

limx2x2=4

We could have also just substituted 2 into x2 and evaluated: (2)2=4. However, this will not work with all limits.

Now let's look at another example. Suppose we're interested in the behavior of the function f(x)=1x2 as x approaches 2. Here's the limit in limit notation:

limx21x2

Just as before, we can compute function values as x approaches 2 from below and from above. Here's a table, approaching from below:

x 1.7 1.8 1.9 1.95 1.99 1.999
f(x)=1x2 -3.333 -5 -10 -20 -100 -1000

And here from above:

x 2.3 2.2 2.1 2.05 2.01 2.001
f(x)=1x2 3.333 5 10 20 100 1000

In this case, the function doesn't seem to be approaching a single value as x approaches 2, but instead becomes an extremely large positive or negative number (depending on the direction of approach). Well, one says such a limit does not exist because no finite number is approached. This arises the concept of infinity: an undefined quantity and the limit is also called infinite limit or limit without a bound.

Note that we cannot just substitute 2 into 1x2 and evaluate as we could with the first example, since we would be dividing by 0.

Both of these examples may seem trivial, but consider the following function:

f(x)=x2(x2)x2

This function is the same as

f(x)={x2if x2undefinedif x=2

Note that these functions are really completely identical; not just "almost the same," but actually, in terms of the definition of a function, completely the same; they give exactly the same output for every input.

In elementary algebra, a typical approach is to simply say that we can cancel the term (x2) , and then we have the function f(x)=x2. However, that would be inaccurate; the function that we have now is not really the same as the one we started with, because it is defined when x=2 , and our original function was specifically not defined when x=2. This may seem like a minor point, but from making this kind of assumptions we can easily derive absurd results, such that 0=1 (see Mathematical Fallacy § All numbers equal all other numbers in Wikipedia for a complete example). Even without calculus we can avoid this error by stating that:

f(x)=x2(x2)x2=x2 when x2

In calculus, we can introduce a more intuitive and also correct way of looking at this type of function. What we want is to be able to say that, although the function isn't defined when x=2, it works almost as if it was. It may not get there, but it gets really, really close. For instance, f(1.99999)=3.99996. The only question that we have is: what do we mean by "close"?

Informal Definition of a Limit

As the precise definition of a limit is a bit technical, it is easier to start with an informal definition; we'll explain the formal definition later.

We suppose that a function f is defined for x near c (but we do not require that it be defined when x=c).

Template:Calculus/Def

Notice that the definition of a limit is not concerned with the value of f(x) when x=c (which may exist or may not). All we care about are the values of f(x) when x is close to c , on either the left or the right (i.e. less or greater).

Limit can also be understood as: x is infinitely approaching to c but never equals to c, just like the function f(x)=1x, which infinitely approaches to 0 but never equals 0.

Basics

Rules and Identities

Now that we have defined, informally, what a limit is, we will list some rules that are useful for working with and computing limits. You will be able to prove all these once we formally define the fundamental concept of the limit of a function.

First, the constant rule states that if f(x)=b (that is, f is constant for all x) then the limit as x approaches c must be equal to b. In other words

Template:Calculus/Def

Example: limx65=5

Second, the identity rule states that if f(x)=x (that is, f just gives back whatever number you put in) then the limit of f as x approaches c is equal to c. That is,

Template:Calculus/Def

Example: limx6x=6

The next few rules tell us how, given the values of some limits, to compute others.

Template:Calculus/Def

Notice that in the last rule we need to require that M is not equal to 0 (otherwise we would be dividing by zero which is an undefined operation).

These rules are known as identities; they are the scalar product, sum, difference, product, and quotient rules for limits. (A scalar is a constant, and, when you multiply a function by a constant, we say that you are performing scalar multiplication.)

Using these rules we can deduce another. Namely, using the rule for products many times we get that

limxcf(x)n=(limxcf(x))n=Ln for a positive integer n.

This is called the power rule.

As a result, we can safely say that all limits for polynomial functions can be deduced into several limits that satisfy the identity rule and thus easier to compute.

Example 1

Find the limit limx24x3.

We need to simplify the problem, since we have no rules about this expression by itself. We know from the identity rule above that limx2x=2. By the power rule, limx2x3=(limx2x)3=23=8. Lastly, by the scalar multiplication rule, we get limx24x3=4limx2x3=48=32.

Example 2

Find the limit limx2[4x3+5x+7].

To do this informally, we split up the expression, once again, into its components. As above, limx24x3=32.

Also limx25x=5limx2x=52=10 and limx27=7. Adding these together gives

limx2[4x3+5x+7]=limx24x3+limx25x+limx27=32+10+7=49.
Example 3

Find the limit limx24x3+5x+7(x4)(x+10).

From the previous example the limit of the numerator is limx2[4x3+5x+7]=49. The limit of the denominator is

limx2(x4)(x+10)=limx2[x4]limx2[x+10]=(24)(2+10)=24

As the limit of the denominator is not equal to zero we can divide. This gives

limx24x3+5x+7(x4)(x+10)=4924.
Example 4

Find the limit limx4x416x+74x5.

We apply the same process here as we did in the previous set of examples;

limx4x416x+74x5=lim\limits x4[x416x+7]lim\limits x4[4x5]=lim\limits x4x4lim\limits x416x+lim\limits x47lim\limits x44xlim\limits x45.

We can evaluate each of these; limx4(x4)=256 , limx4(16x)=64 , limx4(7)=7 , limx4(4x)=16 , limx4(5)=5. Thus, the answer is 19911.

Example 5

Find the limit limx2x23x+2x2.

In this example, evaluating the result directly will result in a division by 0. While you can determine the answer experimentally, a mathematical solution is possible as well.

First, the numerator is a polynomial that may be factored: limx2(x2)(x1)x2

Now, you can divide both the numerator and denominator by (x2): limx2(x1)=(21)=1

Remember that the limit is a method to determine the approaching value of a function instead of the value of the function itself. So, though the function is undefined at x=2, the value of the function is approaching to 1 when x2

Example 6

Find the limit limx0[1cos(x)x].

To evaluate this seemingly complex limit, we will need to recall some sine and cosine identities (see Chapter Template:Calculus/map page). We will also have to use two new facts. First, if f(x) is a trigonometric function (that is, one of sine, cosine, tangent, cotangent, secant and cosecant functions), and is defined at a , then limxaf(x)=f(a).

Second, limx0sin(x)x=1. This can be proved using squeeze theorem. Note that L'Hospital's rule is not allowed to be used to evaluate this limit because it causes circular reasoning,

in the sense that differentiating sinx.requires this limit to equal one, which is exactly the equation that is being proven.

Method 1 (before learning L'Hôpital's rule):

To evaluate the limit, recognize that 1cos(x) can be multiplied by 1+cos(x) to obtain 1cos2(x) which, by our trig identities, is sin2(x). So, multiply the top and bottom by 1+cos(x). (This is allowed because it is identical to multiplying by one.) This is a standard trick for evaluating limits of fractions; multiply the numerator and the denominator by a carefully chosen expression which will make the expression simplify somehow. In this case, we should end up with:

limx0[1cos(x)x] =limx0[1cos(x)x11]
=limx0[1cos(x)x1+cos(x)1+cos(x)]
=limx0(1cos(x))(1+cos(x))x(1+cos(x))
=limx01cos2(x)x(1+cos(x))
=limx0sin2(x)x(1+cos(x))
=limx0[sin(x)xsin(x)1+cos(x)].

Our next step should be to break this up into limx0[sin(x)x]limx0[sin(x)1+cos(x)] by the product rule. As mentioned above, limx0[sin(x)x]=1.

Next, limx0[sin(x)1+cos(x)]=lim\limits x0[sin(x)]lim\limits x0[1+cos(x)]=01+cos(0)=0.

Thus, by multiplying these two results, we obtain 0.

Note that we also cannot apply L'Hospital's rule to evaluate this limit because it causes circular reasoning.

We will now present an amazingly useful result, even though we cannot prove it yet. We can find the limit at c of any polynomial or rational function, as long as that rational function is defined at c (so we are not dividing by 0). That is, c must be in the domain of the function.

Template:Calculus/Def

We already learned this for trigonometric functions, so we see that it is easy to find limits of polynomial, rational or trigonometric functions wherever they are defined. In fact, this is true even for combinations of these functions; thus, for example, limx1[sin(x2)+4cos3(3x1)]=sin(12)+4cos3(311)=sin1+4cos32.

The Squeeze Theorem

Graph showing f (blue) being squeezed between g (red) and h (green)

The Squeeze Theorem is very important in calculus, where it is typically used to find the limit of a function by comparison with two other functions whose limits are known.

It is called the Squeeze Theorem because it refers to a function f whose values are squeezed between the values of two other functions g and h , both of which have the same limit L. If the value of f is trapped between the values of the two functions g and h , the values of f must also approach L.

Expressed more precisely:

Template:Calculus/Def

Plot of xsin(1x) for 0.5<x<0.5

Example: Compute limx0xsin(1x).

Since we know that

1sin(1x)1

Multiplying

x

into the inequality yields

|x|xsin(1x)|x|

Now we apply the squeeze theorem

limx0|x|limx0xsin(1x)limx0|x|

Since

limx0|x|=limx0|x|=0

,

limx0xsin(1x)=0

Finding Limits

Now, we will discuss how, in practice, to find limits. First, if the function can be built out of rational, trigonometric, logarithmic, or exponential functions, then if a number

c

is in the domain of the function, then the limit at

c

is simply the value of the function at

c

:

limxcf(x)=f(c)

when

f(x)

can be built out of rational, trigonometric, logarithmic, or exponential functions and

c

the Domain of

f(x)

If

c

is not in the domain of the function, then in many cases (as with rational functions) the domain of the function includes all the points near

c

, but not

c

itself. An example would be if we wanted to find

limx0xx

, where the domain includes all numbers besides 0.

In that case, in order to find limxcf(x) we want to find a function g(x) similar to f(x) , except with the hole at c filled in. The limits of f and g will be the same, as can be seen from the definition of a limit. By definition, the limit depends on f(x) only at the points where x is close to c but not equal to it, so the limit at c does not depend on the value of the function at c. Therefore, if limxcg(x)=L , limxcf(x)=L also. And since the domain of our new function g includes c , we can now (assuming g is still built out of rational, trigonometric, logarithmic and exponential functions) just evaluate it at c as before. Thus we have limxcf(x)=g(c).

In our example, this is easy; canceling the x's gives g(x)=1, which equals f(x)=xx at all points except 0. Thus, we have limx0xx=limx01=1. In general, when computing limits of rational functions, it's a good idea to look for common factors in the numerator and denominator.

Specific DNE Situations

Note that the limit might not exist at all (DNE means "does not exist"). There are a number of ways in which this can occur:


"Gap"

f(x)=x216
There is a gap (not just a single point) where the function is not defined. As an example, in
f(x)=x216
limxcf(x) does not exist when 4c4. There is no way to "approach" the middle of the graph. Note that the function also has no limit at the endpoints of the two curves generated (at c=4 and c=4). For the limit to exist, the point must be approachable from both the left and the right.
Note also that there is no limit at a totally isolated point on a graph.
Jump discontinuity.
"Jump"
If the graph suddenly jumps to a different level, there is no limit at the point of the jump. For example, let f(x) be the greatest integer x. Then, if c is an integer, when x approaches c from the right f(x)=c , while when x approaches c from the left f(x)=c1. Thus limxcf(x) will not exist.
A graph of 1x2 on the interval [2,2].
Vertical asymptote
In f(x)=1x2
the graph gets arbitrarily high as it approaches 0, so there is no limit. (In this case we sometimes say the limit is infinite; see the next section.)
A graph of sin(1x) on the interval (0,1π].
Infinite oscillation
These next two can be tricky to visualize. In this one, we mean that a graph continually rises above and falls below a horizontal line. In fact, it does this infinitely often as you approach a certain x-value. This often means that there is no limit, as the graph never approaches a particular value. However, if the height (and depth) of each oscillation diminishes as the graph approaches the x-value, so that the oscillations get arbitrarily smaller, then there might actually be a limit.
The use of oscillation naturally calls to mind the trigonometric functions. An example of a trigonometric function that does not have a limit as x approaches 0 is
f(x)=sin(1x)
As x gets closer to 0 the function keeps oscillating between 1 and 1. In fact, sin(1x) oscillates an infinite number of times on the interval between 0 and any positive value of x. The sine function is equal to 0 whenever x=kπ , where k is a positive integer. Between every two integers k , sin(x) goes back and forth between 0 and 1 or 0 and 1. Hence, sin(1x)=0 for every x=1kπ. In between consecutive pairs of these values, 1kπ and 1(k+1)π , sin(1x) goes back and forth from 0, to either 1 or 1 and back to 0. We may also observe that there are an infinite number of such pairs, and they are all between 0 and 1/π. There are a finite number of such pairs between any positive value of x and 1π , so there must be infinitely many between any positive value of x and 0. From our reasoning we may conclude that, as x approaches 0 from the right, the function sin(1x) does not approach any specific value. Thus, limx0sin(1x) does not exist.

Determining Limits

The formal way to determine whether a limit exists is to find out whether the value of the limit is the same when approaching from below and above (see at the top of this chapter). The notation for the limit approaching from below (in increasing order) is

limxcf(x)

, notice the negative sign on the constant

c

The notation for the limit approaching from above (from decreasing order) is

limxc+f(x)

, notice the positive sign on the constant

c

For example, let us find the limits of

f(x)=1x

when

x

is approaching

0

in both directions. In other words, find

limx01x

and

limx0+1x

.

Recall the table we made when we are trying to intuitively feel the limit. We can use that to help us. However, if familiar enough with reciprocal functions, we can simply determine the two values by imagining the graph of the function. The following table is when

x

is approaching from below.

x -0.3 -0.2 -0.1 -0.05 -0.01 -0.001
f(x)=1x -3.333 -5 -10 -20 -100 -1000

Thus, we found that when

x

is approaching from below to

0

, the function approaches negative infinity. In mathematical terms:

limx01x=

Now let's talk about the approach from above.

x 0.3 0.2 0.1 0.05 0.01 0.001
f(x)=1x 3.333 5 10 20 100 1000

We found that

limx0+1x=

The method of determining if limits exist is relatively intuitive. It only requires some practice to be familiar with the process.

Template:Calculus/DefLet's use the same example: find

limx01x

.

Since we already found that

limx01x=

and

limx0+1x=

, and obviously,

limx01xlimx0+1x

We can say that

limx01x

does not exist.

Infinity Situations

Now consider the function

g(x)=1x2

What is the limit as x approaches zero? The value of g(0) does not exist; it is not defined.

Notice, also, that we can make g(x) as large as we like, by choosing a small x , as long as x0. For example, to make g(x) equal to 1012 , we choose x to be 106. Thus, limx01x2 does not exist.

However, we do know something about what happens to g(x) when x gets close to 0 without reaching it. We want to say we can make g(x) arbitrarily large (as large as we like) by taking x to be sufficiently close to 0, but not equal to 0. We express this symbolically as follows:

limx0g(x)=limx01x2=

Note that the limit does not exist at 0 ; for a limit, being is a special kind of not existing. In general, we make the following definition.

Template:Calculus/Def

An example of the second half of the definition would be that limx01x2=.

Applications of Limits

To see the power of the concept of the limit, let's consider a moving car. Suppose we have a car whose position is linear with respect to time (that is, a graph plotting the position with respect to time will show a straight line). We want to find the velocity. This is easy to do from algebra; we just take the slope, and that's our velocity.

But unfortunately, things in the real world don't always travel in nice straight lines. Cars speed up, slow down, and generally behave in ways that make it difficult to calculate their velocities.

Now what we really want to do is to find the velocity at a given moment (the instantaneous velocity). The trouble is that in order to find the velocity we need two points, while at any given time, we only have one point. We can, of course, always find the average speed of the car, given two points in time, but we want to find the speed of the car at one precise moment.

This is the basic trick of differential calculus, the first of the two main subjects of this book. We take the average speed at two moments in time, and then make those two moments in time closer and closer together. We then see what the limit of the slope is as these two moments in time are closer and closer, and say that this limit is the slope at a single instant.

We will study this process in much greater depth later in the book. First, however, we will need to study limits more carefully.

Template:Calculus/Top Nav Template:Calculus/TOC

nl:Analyse/Limieten