Chapter 1: Limits
Section 1.1: Naive Limits
Essentials
A Touch of History
The need for a clear notion of the mathematical concept of a limit arises when defining the derivative, the essential subject in differential calculus. Roughly speaking, Isaac Newton defined "instantaneous velocity" in physics as the limit of "average velocities". A translation of this into more modern mathematical terms would say that the derivative is the limit of slopes of secant lines. Either way, a ratio is examined at a point where both numerator and denominator become zero, so that the meaningless symbol 0/0 results. It was nearly 200 years before the mathematical community finally became comfortable with the idea of a limit.
The following illustrates one way to begin thinking about the idea of the mathematical limit.
Figure 1.1.1 shows a graph of fx=x2−1x−1, where the red circle indicates that the point 1,2 is missing from the graph of the function. Moreover, except for the red circle, the graph of f seems to be that of the straight line y=x+1. Why the circle, and why the line?
The point 1,2 is not on the graph of the line because f1 is not a number. The function has no value at this point. At x=1, the expression x2−1x−1becomes 00, which is a meaningless collection of symbols. Any real number divided by zero is meaningless, because it is never itself a real number; hence, the gap in the graph where the point 1,2 should be, and this is indicated by the red circle.
module() local p; p[1]:=plot((x^2 - 1)/(x - 1), x = -2 .. 3, discont = [showremovable = [symbol = solidcircle, color = white]], color = black): p[2] := plot([[1, 2]], style = point, symbol = circle, symbolsize = 20, color = red): p[3]:=plots:-display(p[1],p[2]): print(p[3]); end module:
Figure 1.1.1 Graph of fx=x2−1x−1 showing a small red circle centered at the point 1,2
But why is the graph of x2−1x−1 nearly the graph of y=x+1? Well, the numerator factors to x+1x−1, so the fraction itself reduces to x+1 except at x=−1 where the fraction has no meaning and is not defined. The function f could therefore be represented as the piecewise defined object
fx=x2−1x−1x≠1undefinedx=1=x+1x≠1undefinedx=1
When fx is simplified to x+1, an expression that has the value 2 when x=1, the modified expression can be used to estimate the value f would have if f were evaluated near x=1. The value 2 is the limiting value for f as x approaches 1.
In other words, since fx is undefined at x=1, extend the domain of f to include x=1. This results in a new function gx=x+1 that agrees with f at all points where f is defined, but has a value of g1=2. This value is taken as the limit of f as x→1.
The Language and Notation for the Limit Concept
In everyday speech, the word "limit" usually denotes some sort of boundary. In the calculus, the term is applied to functions, and in a much more precise, but related, sense. It is a "bounding" number to which a function's values get arbitrarily close. In particular, L is the limit of the function fx as x approaches a, if the numbers fx become increasingly close to L when x becomes increasingly close to a.
The formal way of writing this relationship between, fx, a, and L is
limx→afx=L
The word "limit" is captured as an operator "lim" under which "x→a" denotes "x approaches a". This operator is applied to the function f, resulting in the number L. The notation means that the nearer the values of x are to the number a, the closer the values of fx are to the number L. If L is the limit of fx as x approaches a, then the values of the function are very nearly the number L for values of x very nearly the number a, but the function itself need not even be defined at x=a.
If the function is actually defined at x=a so that fa is a valid number, that number may or may not be the value L! The limit at x=a merely expresses something about the value of the function near x=a, not at x=a.
This section views the limit naively, the way it was understood prior to the formal definition that evolved more than a century after it was first used in the calculus by Newton and Leibniz. The investigations and algebraic manipulations found in this section are based on the idea that "limit" means "x near a guarantees fx near L."
This section uses graphs to estimate a limit, and develops some basic manipulative techniques for finding the actual limiting value L. These techniques will be combined to develop the concepts of one-sided limits and to support an initial look at two special trigonometric limits. The section concludes with a short reminder that graphs and tables-of-value can be misleading.
Estimating Limits from Graphs and Tables
Many limit calculations are illuminated by graphs and/or a table of values. However, it is easy to devise pathological functions for which such devices fail to provide a correct evaluation of a limit. Insofar as these devices are useful, their application is certainly encouraged. But the ultimate caution remains: only analytic methods are completely trustworthy. See Example 1.1.1 and Example 1.1.2.
Basic Analytic Methods
The following examples will illustrate two basic techniques for evaluating the limit of an expression for which direct evaluation would generate a division-by-zero error. Hence, each method applies to fractions, the one to a rational function (the ratio of two polynomials) and the other to fractions that contain the square-root function. The first technique will be called factor and cancel (see Example 1.1.3); and the other, rationalize the numerator (see Example 1.1.4).
Later, Example 1.1.8 will illustrate Principle 1.1.1, another analytic principle for determining limits of certain functions that need not be fractions.
1. fx=gx hx
2. limx→agx=0
3. hx is bounded by a positive constant M in a neighborhood of x=a
⇒
limx→afx=0
Principle 1.1.1 Limit of a product where one factor is bounded
So, if f is a product in which one factor goes to zero, but the other factor is merely bounded, then the limit of the product will be zero.
Piecewise-Defined Functions and One-Sided Limits
A piecewise-defined function is one whose domain is subdivided, and a different rule is used on each of these different subdivisions. For such a function, obtaining a limit at a point where the subdivisions meet requires obtaining the limits of the separate rules. Such limits are called one-sided limits. The function itself has a limit (the two-sided limit) at that point only if the two one-sided limits exist and have the same value.
For example, if fx={gxx<ahxx≥a, then determining limx→afx requires determining the two one-sided limits in Table 1.1.1.
Limit from the Left
Limit from the Right
limx→a−fx=limx→a−gx
limx→a+fx=limx→a+hx
Table 1.1.1 One-sided limits
The limit from the left (left-hand limit) of x=a is taken through values of x that are to the left of a, and this approach to a is designated by the minus sign appended to the a. Of course, this limit is taken of the "left-hand" rule, that is, of the function gx.
Similarly, the limit from the right (right-hand limit) of x=a is taken through values of x that are to the right of a, and this approach to a is designated by the plus sign appended to the a. Clearly, this limit is taken of the "right-hand" rule, that is, of the function hx. See Example 1.1.5 and Example 1.1.6.
Limits of Oscillating Functions
Periodic functions such as the sine and cosine functions oscillate, and have especially interesting properties when composed with other functions. In Example 1.1.7 and Example 1.1.8, limits for such oscillatory functions are examined.
The Transcendental Number e
The number π is irrational because it cannot be represented as the ratio of two integers. Moreover, it is transcendental, that is, it is not the zero of a non-constant polynomial equation with rational coefficients.
The number
e=limh→01+h1/h≐2.7182818284590452354…
is likewise both irrational and transcendental. This limit can be shown to exist, and to lie between 2 and 3, but it can only be approximated numerically. Figure 1.1.4 captures the essence of such numeric calculations in its graph of the function fh=1+h1/h.
The black dot in Figure 1.1.12 is a reminder that f0 is the undefined form 11/0, but that the limit of f as h→0, does exist.
Figure 1.1.4 Graph of fh=1+h1/h
Some opine that this number gets its name from the word exponential; but others, that it honors Leonhard Euler who coined the name in 1727.
The related limit ex=limh→01+h x1/h defines the exponential function whose base is the "exponential e." To see this, write
limh→01+h x1/h
=limH→01+Hx/H
=limH→01+H1/Hx
=ex
where h x=H, and H→0 as h→0.
Implement this number in Maple by selecting the symbol ⅇ from the Common Symbols palette or from the Constants and Symbols palette. It can also be obtained by typing an ordinary e in Math mode, and invoking Command Completion either from the keyboard (Escape key, or Control + SpaceBar) or from the Tools menu. In the pop-up generated by Command Completion, select Exponential 'e'. Typing as text an ordinary "e" that simply looks like the exponential e is not sufficient. The exponential e, which in Maple is actually the number exp1, must be inserted by one of the devices delineated above.
Précis
Table 1.1.3 summarizes some of the main points of this section.
To evaluate limx→afx, see if fa is defined. If it is, that number is the limit.
If fa is not defined because of a division by zero, try "factor and cancel" or "rationalize the numerator."
Graph fx and/or obtain a table of values on either side of x=a. Use these two tools carefully; they can be misleading.
If fx is piecewise defined and a is a division point in its domain, take one-sided limits. If both one-sided limits exist and are equal, the limit itself is this common value. If the one-sided limits exist but are not equal, the function has a jump at x=a. If either of the one-sided limits does not exist, the limit itself does not exist.
Use the two trig limits in Table 1.1.2 as "math facts" for evaluating limits of trig functions.
The behavior of a highly oscillatory function might be determined from its graph, whether the oscillations remained bounded, grow without bounded, or shrink to zero.
Table 1.1.3 Summary of highlights of Section 1.1
Examples
Example 1.1.1
Graph fx=x4−13⁢x3+62⁢x2−120⁢x+64x−4 and thereby estimate limx→1fx and limx→4fx.
Example 1.1.2
Using a graph and a table of values, estimate limx→0 gx, where gx=100 x−cosx2100000.
Example 1.1.3
Apply the factor and cancel technique to obtain limx→4fx=8, where fx is the function in Example 1.1.1.
Example 1.1.4
Apply the technique of rationalizing the numerator to obtain limx→0hx, where hx=1+x−1x.
Example 1.1.5
Obtain limx→1fx, if f is the piecewise function given by fx=2−x2x<1x−1−2⁢x3+2x≥1.
Example 1.1.6
Obtain limx→1gx, if g is the piecewise function given by gx=2−x2x<1x−1− x+2x≥1.
Example 1.1.7
Evaluate limx→0sin1/x.
Example 1.1.8
Evaluate limx→0x sin1/x.
<< Chapter Overview Table of Contents Next Section >>
© Maplesoft, a division of Waterloo Maple Inc., 2024. All rights reserved. This product is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation.
For more information on Maplesoft products and services, visit www.maplesoft.com
Download Help Document