]> Limits and Their Properties

Limits and Their Properties

3.1 A Preview of Calculus

Calculus exists because of limits. We'll talk more about limits later; for now, let's look at how limits can take simple ideas and make them into…well, Calculus!

The Tangent Problem

We know all about lines—most importantly, we know all about the slope of a line. But why should the idea of slope be restricted to lines? Can't we say the graph below is steep…

An Image

…while the next graph is rather shallow?

An Image

The first graph was steep; it had a large (far from zero) slope. The second graph was shallow; it had a small (close to zero) slope.

The problem should be fairly evident—how do you describe the slope of this graph?

An Image

In some places, it is steep—but in others, it's shallow!

For lines, slope is constant—it doesn't matter where you measure; you'll get the same slope.

For curves, the slope changes as you look at different points along the curve. There's the rub: our formula for slope uses any two points—we can't do that for curves.

We can approximate the slope of the curve (at a particular value of x) with a secant line. Observe: (the curve is blue; the secant line is red)

An Image

First, the two points are (fairly) far apart—the red line (the secant line) doesn't show the slope of the curve. However, as the points get closer together…

An Image

The secant line looks more and more like a tangent line, which shows the slope of the curve. The trick is to use limits to determine what happens to the secant lines as those points get closer together.

The Area Problem

The area under a curve is an important problem. We've got formulas for finding areas of rectangles, circles, trapezoids…but not general curves. We'd want to do this in areas such as probability.

Anyway—how are you going to find the area under a curve? Really, you can only estimate. Here's an estimate of the area under a curve using four rectangles.

An Image

Perhaps you can see that the estimate isn't very good—some rectangles have too much area; others, too little. The shaded area is 2.75.

 

Here's another estimate of the same area, using eight rectangles.

An Image

This is a little better—although some are too big and others are too small, the smaller width of each rectangle allows it to conform to the shape of the curve better. The shaded area is 2.6875.

To get a really good estimate (or the actual answer of 2.6667), we need to use limits to see what happens to the total area as the width of the rectangles approaches zero.

3.2 Finding Limits Graphically and Numerically

The Idea

It is of interest to mathematicians to know what happens to the value of a function as the input (x ) gets really close (arbitrarily close) to a particular value. This is usually because we cannot plug in the specified x-value directly—perhaps because it is not in the domain. This process of determining the behavior of the function near certain x-values is the process of limits.

The Idea, Graphically

Let's look at the function  y = 1 x1  around the x-value of 1. Note that 1 is not in the domain of this function.

An Image

What happens to the value of the function (the y-value) as x gets really close to 1? Well, it depends on which side you're looking at. On the left side of 1, the function is headed down. To the right of 1, the function is going up. We call these the left- and right-hand limits, respectively.

 

Try this function:  y = x 2 x 2 4 . Note that neither 2, nor -2, are in the domain.

An Image

What happens as x gets really close to 2? Perhaps we should zoom in on that area.

An Image

As x gets closer to 2 (from the left), the y-values appear to be headed towards 0.25. The same occurs on the right.

The Idea, Numerically

Let's look at that last one, but from a numeric perspective. Here's a table of values for the function, with x-values very close to (but slightly lower than) 2.

x

1.9

1.99

1.999

1.9999

1.99999

y

0.25641

0.250627

0.250063

0.250006

0.250001

The values of x are getting closer and closer to 2, and the y-values appear to be getting closer and closer to 0.25. The same is true on the right:

x

2.00001

2.0001

2.001

2.01

2.1

y

0.249999

0.249994

0.249938

0.249377

0.243902

The Limit of a Function

First, notation: to talk about the limit of the function f(x) as x approaches the value a from the left, we write lim x a f x . The same limit, from the right, is written lim x a + f x .

Now we can talk about the limit at a value. lim x a f x  exists if  lim x a f x  =  lim x a + f x . In other words, if the left- and right-hand limits agree, then we can just talk about the limit, without any qualifying words.

There is a technical definition (the epsilon-delta definition) for limits, and if you know that you you're going to have to take more Calculus in college, then you need to know this definition. Otherwise…

3.3 Evaluating Limits Analytically

Basic Limits

The limit of a constant is that constant. If b is a real number, then the limit as x approaches any value a is lim x a b = b .

If a function is defined for x = a, then (usually) you can simply plug into the function to find the limit.  lim x a x = a lim x a xn = an lim x a x = a , etc. The main exceptions are piece-wise defined functions. Also, you can't find the limit of a radical equation at the endpoint (there aren't two sides!).

Properties

For these definitions, assume that  lim x a f x = L lim x a g x = K , and b is a real number.

Constants can be factored out:  lim x a [ b · f x ] = b · lim x a f x = b · L

Operations can be distributed:  lim x a [ f x ± g x ] = lim x a f x ± lim x a g x = L ± K lim x a [ f x · g x ] = lim x a f x · lim x a g x = L · K lim x a fx gx = lim x a f x lim x a g x = L K  (provided that K ≠ 0), and  lim x a [ f x ] n = L n .

Strategies

Remember that substitution works, as long as the location of the limit (a, in the previous examples) is in the domain. Thus, the only limits that will cause you any grief are those with domain problems. To date, you know of two potential domain problems: dividing by zero, and taking an even-indexed root of a negative number. Of these, the one that comes up most often is the dividing by zero issue. Let's look at how you can take care of those with some examples.

Here's a function we looked at earlier:  y = x 2 x 2 4 . Now let's find lim x 2 x 2 x 2 4 .

We can't just let x = 2; we've got a domain problem. We can factor:  lim x 2 x 2 x 2 4 = lim x 2 x 2 ( x 2 ) ( x + 2 ) . Now, remember: when we take a limit, we're letting x get really close (but at) the value where we're taking the limit. So, in this case, we want to know what happens when x is really close to (but not quite at) 2. Since we're not letting x be exactly 2, what do the factors  x 2 x 2  do to the value of the function?

Nothing! As long as x isn't exactly 2, these factors cancel out. As far as the limit is concerned, these factors do not contribute to the function value. Cancel them out!

lim x 2 x 2 x 2 4 = lim x 2 1 x + 2 . Now, there is no domain issue with x = 2, so we can simply plug in!

lim x 2 x 2 x 2 4 = lim x 2 1 x + 2 = 1 2 + 2 = 1 4 .

 

Let's try this one (let a be a real number): lim x0 (ax) 2 a2 x .

Once again, we've got a domain problem at the desired value of x—we can't simply let x = 0. Let's work out that numerator: lim x0 (ax) 2 a2 x = lim x0 a 2 2 a x + x 2 a 2 x . Hey, look at that! Stuff cancels!  lim x0 (ax) 2 a2 x = lim x0 2 a x + x 2 x . Now, we can factor an x out of the numerator, which can then be canceled out (just like the last example).  lim x0 (ax) 2 a2 x = lim x0 x ( 2 a + x ) x = lim x0 ( 2 a + x ) = 2 a .

3.4 Continuity and One-Sided Limits

The function f(x) is continuous at x = c provided  lim xc f x = f c .

The function f(x) is continuous on the open interval (a, b) provided it is continuous at every point within the interval (a, b).

The function f(x) is continuous on the closed interval [a, b] provided it is continuous on the open interval (a, b),  lim x a + f x = f a , and  lim x b f x = f b .

It turns out that continuity is terribly important in Calculus. Happily, most of the functions that we know and work with are (mostly) continuous.

3.5 Infinite Limits

Sometimes, as we approach a particular value of x, the function value doesn't approach a finite value—instead, the function shoots off towards infinity. For example, the function  y = 1 x1  near x = 1.

An Image

Earlier, we noted that on the left of 1, the function heads down towards negative infinity, and that it approaches positive infinity on the right. Our definition of limits is for approaching real numbers—infinity isn't a real number. Technically, the left- and right-hand limits don't exist. Nonetheless, we will write  lim x 1 f x =  and  lim x 1 + f x = .


Valid MathML 2.0! Valid CSS Level 2!

Page last validated 2010-08-15