Chapter 5: Problem 60
In calculus you will learn that if
$$
p(x)=a_{n} x^{n}+a_{n-1} x^{n-1}+\cdots+a_{1} x+a_{0}
$$
is a polynomial function, then the derivative of \(p(x)\) is
$$
p^{\prime}(x)=n a_{n} x^{n-1}+(n-1) a_{n-1} x^{n-2}+\cdots+2 a_{2} x+a_{1}
$$
Newton's Method is an efficient method for approximating the \(x\) -intercepts
(or real zeros) of a function, such as \(p(x)\). The following steps outline
Newton's Method.
STEP 1: Select an initial value \(x_{0}\) that is somewhat close to the \(x\)
-intercept being sought. STEP 2: Find values for \(x\) using the relation
$$
x_{n+1}=x_{n}-\frac{p\left(x_{n}\right)}{p^{\prime}\left(x_{n}\right)} \quad
n=0,1,2, \ldots
$$
until you get two consecutive values \(x_{n}\) and \(x_{n+1}\) that agree to
whatever decimal place accuracy you desire.
STEP 3: The approximate zero will be \(x_{n+1}\). Consider the polynomial
\(p(x)=x^{3}-7 x-40\)
(a) Evaluate \(p(3)\) and \(p(5)\).
(b) What might we conclude about a zero of \(p ?\)
(c) Use Newton's Method to approximate an \(x\) -intercept, \(r\), \(3
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.