题目
Problem
- f(x)=x3−x10+x24, x>0
(a) Show that the equation f(x)=0 has a root α in the interval [1.4,1.5]
(2)
(b) Determine f′(x).
(3)
(c) Using x0=1.4 as a first approximation to α, apply the Newton-Raphson procedure once to f(x) to calculate a second approximation to α, giving your answer to 3 decimal places.
(2)
题目中文翻译
- f(x)=x3−x10+x24,x>0
(a) 证明方程 f(x)=0 在区间 [1.4,1.5] 内有一个根 α。
(b) 求 f′(x)。
(c) 取 x0=1.4 作为 α 的第一个近似值,对 f(x) 应用一次 Newton-Raphson 法,计算 α 的第二个近似值,答案保留 3 位小数。
解答