Survey
* Your assessment is very important for improving the work of artificial intelligence, which forms the content of this project
* Your assessment is very important for improving the work of artificial intelligence, which forms the content of this project
12
2.33
How to ï¬nd a nonvertical asymptote for the
curve y = f (x) as x â â:
⢠Examine lim f (x)/x . If the limit does not
xââ
exist, there is no asymptote as x â â.
⢠If lim f (x)/x = a, examine the limit
xââ
lim f (x) â ax . If this limit does not exist,
xââ
the curve has no asymptote as x â â.
⢠If lim f (x) â ax = b, then y = ax + b is an
Method for ï¬nding nonvertical asymptotes for
a curve y = f (x) as
x â â. Replacing
x â â by x â ââ
gives a method for ï¬nding nonvertical asymptotes as x â ââ.
xââ
asymptote for the curve y = f (x) as x â â.
To ï¬nd an approximate root of f (x) = 0, deï¬ne
xn for n = 1, 2, . . . , by
2.34
xn+1 = xn â
f (xn )
f (xn )
If x0 is close to an actual root xâ , the sequence
{xn } will usually converge rapidly to that root.
Newtonâs approximation method. (A rule of
thumb says that, to obtain an approximation
that is correct to n decimal places, use Newtonâs
method until it gives the
same n decimal places
twice in a row.)
y
2.35
xâ
xn xn+1
x
y = f (x)
Illustration of Newtonâs
approximation method.
The tangent to the
graph of f at (xn , f (xn ))
intersects the x-axis at
x = xn+1 .
2.36
Suppose in (2.34) that f (xâ ) = 0, f (xâ ) = 0,
and that f (xâ ) exists and is continuous in a
neighbourhood of xâ . Then there exists a δ > 0
such that the sequence {xn } in (2.34) converges
to xâ when x0 â (xâ â δ, xâ + δ).
Suï¬cient conditions for
convergence of Newtonâs
method.
2.37
Suppose in (2.34) that f is twice diï¬erentiable
with f (xâ ) = 0 and f (xâ ) = 0. Suppose further that there exist a K > 0 and a δ > 0 such
that for all x in (xâ â δ, xâ + δ),
|f (x)f (x)|
⤠K|x â xâ | < 1
f (x)2
Then if x0 â (xâ â δ, xâ + δ), the sequence {xn }
in (2.34) converges to xâ and
n
|xn â xâ | ⤠(δK)2 /K
A precise estimation of
the accuracy of Newtonâs
method.