Chapter 1: Limits
Section 1.2: Precise Definition of a Limit
|
Example 1.2.7
|
|
Use Definition 1 to verify .
|
|
|
|
Solution
|
|
•
|
Type the equation
|
•
|
Context Panel: Assign Function
|
|
|
•
|
Figure 1.2.7(a) is an animation in which is graphed in black, and is graphed in blue.
|
•
|
The slider in the animation toolbar controls the value of . As the slider is moved past the first frame, red and green horizontal lines delineate an -band around and red and green vertical lines delineate the band .
|
•
|
The red and green horizontal lines are drawn at , respectively, and the red and green vertical lines are drawn at the corresponding -coordinates and .
|
|
>
|
f:=x->sqrt(x):
g:=x->x^2:
L:=sqrt(3):
p1:=plot(f,1.5..5,color=black):
p2:=plots:-animate(plot,[[L+epsilon/3,L-epsilon/3,L],x=1.5..5,color=[green,red,blue]],epsilon=0..1,frames=26,background=p1):
p3:=plots:-animate(plot,[[[g(L+epsilon/3),t*f(g(L+epsilon/3)),t=0..1],[g(L-epsilon/3),t*f(g(L-epsilon/3)),t=0..1]],color=[green,red],titlefont=[Times,14]],epsilon=0..1,frames=26):
plots:-display(p||(1..3),scaling=constrained);
|
|
Figure 1.2.7(a) Animation illustrating Definition 1.2.1
|
|
|
|
•
|
Write the equation
Press the Enter key.
|
•
|
Context Panel: Solve≻Isolate Expression for≻
|
•
|
Context Panel: Simplify≻Simplify
|
|
|
•
|
Write the equation
Press the Enter key.
|
•
|
Context Panel: Solve≻Isolate Expression for≻
|
•
|
Context Panel: Simplify≻Simplify
|
|
|
•
|
Clearly, , but the choice is simpler.
|
•
|
Figure 1.2.7(b) suggests that for .
|
•
|
To establish this inequality analytically, compare the left- and right-sides via the ratio
|
which is greater than 1 for .
|
|
Figure 1.2.7(b) Graph of and the line
|
|
|
|
|
|
To complete the proof, show that ⇒ . This is done in Table 1.2.1 by showing that , where .
|
|
|
|
|
|
|
=
|
Table 1.2.7(a) Verification that ⇒
|
|
|
The key step is in the second equality, where the "numerator" is rationalized, resulting in the third equality. The first inequality follows from the observation that the sum of the square roots in the preceding equality is greater than 1, so replacing this denominator with 1 makes the denominator smaller, and thus, the fraction larger. The remaining two steps are the same as in Examples 1.2.5 and 1.2.6.
|
|
<< Previous Example Section 1.2
Next Example >>
© 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
|