Use the Newton-Raphson method with an initial approximation \(x_0 = 1\) to find the second approximation \(x_1\) for a root of the equation \(x^3 + x - 3 = 0\). Give your answer to 3 decimal places.
Oxford AQA International AS Level · Further Mathematics (9665)
Numerical methods:练习题
2 道选择题即时批改,另有 4 道文字题附完整解题步骤,全部围绕「Numerical methods」。
Use Euler's step-by-step method with a step size of \(h = 0.1\) to find an approximate value for \(y(1.2)\) for the differential equation \(\frac{dy}{dx} = x + y^2\), given the initial condition \(y(1) = 2\). Give your answer to two decimal places.
Consider the equation \( f(x) = x^3 - 2x - 5 = 0 \).
Show that a root of this equation lies in the interval \( [2, 3] \) by calculating the values of \( f(2) \) and \( f(3) \) and observing the change of sign.
先自己写一遍答案,再对照解题步骤。
Find the root of the equation \(x^3 - 5x + 1 = 0\) in the interval \([2, 3]\) using the method of linear interpolation. Perform two iterations to provide an estimate for the root, giving your answer to two decimal places.
先自己写一遍答案,再对照解题步骤。
Use Euler's method with a step size of \(h = 0.1\) to estimate the value of \(y(0.2)\) for the differential equation \(\frac{dy}{dx} = x + y^2\), given the initial condition \(y(0) = 1\). Give your answer to three decimal places.
先自己写一遍答案,再对照解题步骤。
A curve has the equation \( \frac{dy}{dx} = x^2 + 2y \). It is given that the curve passes through the point \( (1, 0.5) \).
(a) Use Euler's step-by-step method with a step length of \( h = 0.1 \) to find an approximate value for \( y \) when \( x = 1.3 \). Give your intermediate steps to 4 decimal places.
(b) The equation \( x^3 - 5x + 1 = 0 \) has a root near \( x = 2 \). Use the Newton-Raphson method once to obtain a second approximation, giving your answer to 3 decimal places.
(c) Explain, with the aid of a sketch, why the Newton-Raphson method would fail to find a root if the initial approximation was chosen at a stationary point of the function.
先自己写一遍答案,再对照解题步骤。
* thinka提供的内容由AI生成,可能并非总是准确或最新。请将其用作辅助资源,并与官方材料进行核实。
想多做几道同类题目?立即开始练习这个课题,边做边批改。
立即练习