题目
Problem
7.
(a) Show that the equation has a root, , in the interval
(2)
(b) Starting with the interval , use interval bisection twice to show that lies in the interval
(3)
(c) (i) Determine
(ii) Using as a first approximation for , apply the Newton-Raphson process once to to determine a second approximation for , giving your answer to 3 decimal places.
(3)
(d) Use linear interpolation once on the interval to obtain a different approximation for , giving your answer to 3 decimal places.
(3)
题目中文翻译
(a) 证明方程 在区间 内有一个根 。
(b) 从区间 开始,使用两次区间二分法证明 在区间 内。
(c) (i) 求 。
(ii) 取 作为 的第一个近似值,对 应用一次 Newton-Raphson 法,确定 的第二个近似值,答案保留 3 位小数。
(d) 在区间 上使用一次线性插值,得到 的另一个近似值,答案保留 3 位小数。