Loading [MathJax]/jax/output/CommonHTML/jax.js

EXAMPLE 5Using Newton’s Method to Approximate a Real Zero of a Function

Use Newton’s Method to find a fourth approximation to the positive real zero of the function f(x)=x3+x2x2.

Solution Since f(1)=1 and f(2)=8, we know from the Intermediate Value Theorem that f has a zero in the interval (1,2). Also, since f is a polynomial function, both f and f are differentiable functions. Now f(x)=x3+x2x2andf(x)=3x2+2x1

236

We choose c1=1.5 as the first approximation and use Newton’s Method. The second approximation to the zero is c2=c1f(c1)f(c1)=1.5f(1.5)f(1.5)=1.52.1258.751.2571429

Use Newton’s Method again, with c2=1.2571429. Then f(1.2571429)0.3100644 and f(1.2571429)6.2555106. The third approximation to the zero is c3=c2f(c2)f(c2)=1.25714290.31006416.25551021.2075763

Figure 13 f(x)=x3+x2x2

The fourth approximation to the zero is c4=c3f(c3)f(c3)=1.20757630.01160125.78987451.2055726