Moderate -0.5 This is a straightforward numerical methods question requiring Euler's method with given step size and initial conditions. While it involves multiple iterations (3 steps), the arithmetic is simple (adding 1 + x³ values), and the method is mechanical with no conceptual challenges. It's easier than average because it's purely procedural application of a standard algorithm, though not trivial since it requires careful arithmetic across multiple steps.
1 A curve passes through the point ( 1,3 ) and satisfies the differential equation
$$\frac { \mathrm { d } y } { \mathrm {~d} x } = 1 + x ^ { 3 }$$
Starting at the point ( 1,3 ), use a step-by-step method with a step length of 0.1 to estimate the \(y\)-coordinate of the point on the curve for which \(x = 1.3\). Give your answer to three decimal places.
(No credit will be given for methods involving integration.)
1 A curve passes through the point ( 1,3 ) and satisfies the differential equation
$$\frac { \mathrm { d } y } { \mathrm {~d} x } = 1 + x ^ { 3 }$$
Starting at the point ( 1,3 ), use a step-by-step method with a step length of 0.1 to estimate the $y$-coordinate of the point on the curve for which $x = 1.3$. Give your answer to three decimal places.\\
(No credit will be given for methods involving integration.)
\hfill \mbox{\textit{AQA FP1 2010 Q1 [6]}}