06.09.2021 Views

Calculus- Early Transcendentals, 2021a

Calculus- Early Transcendentals, 2021a

Calculus- Early Transcendentals, 2021a

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

)<br />

<br />

1<br />

<br />

2<br />

188 Applications of Derivatives<br />

method such as Newton ′ s. Such a process is typically classified as an iterative method, a name given to<br />

a technique which involves repeating similar steps until the desired accuracy is obtained. Many computer<br />

algorithms are coded with a for-loop, repeating an iterative step to converge to a solution.<br />

The idea is to start with an initial value x 0 (approximating the root), and use linear approximation to<br />

create values x 1 , x 2 , ··· getting closer and closer to a root.<br />

The first value x 1 corresponds to the intercept of the tangent line of f (x 0 ) with the x-axis, which is:<br />

x 1 = x 0 − f (x 0)<br />

f ′ (x 0 )<br />

<br />

<br />

<br />

Figure 5.10: First iteration of Newton’s Method.<br />

We can see in Figure 5.10, that if we compare the point (x 0 ,0) to (x 1 ,0), we would likely come to<br />

the conclusion that (x 1 ,0) is closer to the actual root of f (x) than our original guess, (x 0 ,0). Aswillbe<br />

discussed, the choice of x 0 must be done correctly, and it may occur that x 1 does not yield a better estimate<br />

of the root.<br />

Newton’s method is simply to repeat this process again and again in an effort to obtain a more accurate<br />

solution. Thus at the next step we obtain:<br />

<br />

x 2 = x 1 − f (x 1)<br />

f ′ (x 1 )<br />

<br />

<br />

Figure 5.11: Second iteration of Newton’s Method.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!