(Solved) (Newton's method) The IRR is generally calculated using an iterative procedure. Suppose that we define f(λ)=-a_0+a_1 λ+a_2 λ^2+•s+a_n
Question: (Newton's method) The IRR is generally calculated using an iterative procedure. Suppose that we define \(f(\lambda)=-a_{0}+a_{1} \lambda+a_{2} \lambda^{2}+\cdots+a_{n} \lambda^{n}\), where all \(a_{i}\) 's are positive and \(n>1\). Here is an iterative technique that generates a sequence \(\lambda_{0}, \lambda_{1}, \lambda_{2}, \ldots, \lambda_{k}, \ldots\) of estimates that converges to the root \(\bar{\lambda}>0\), solving \(f(\bar{\lambda})=0 .\) Start with any \(\lambda_{0}>0\) close to the solution. Assuming \(\lambda_{k}\) has been calculated, evaluate
\[f^{\prime}\left(\lambda_{k}\right)=a_{1}+2 a_{2} \lambda_{k}+3 a_{3} \lambda_{k}^{2}+\cdots+n a_{n} \lambda_{k}^{n-1}\]and define
\[\lambda_{k+1}=\lambda_{k}-\frac{f\left(\lambda_{k}\right)}{f^{\prime}\left(\lambda_{k}\right)}\]This is Newton's method. It is based on approximating the function \(f\) by a line tangent to its graph at \(\lambda_{k}\), as shown in Figure $2.4$. Try the procedure on \(f(\lambda)=-1+\lambda+\lambda^{2}\). Start with \(\lambda_{0}=1\) and compute four additional estimates.
Deliverable: Word Document 