Skip to content
CalcGospel 國際數學圖譜
返回

IAL 2023 May Q1

A Level / Edexcel / P3

IAL 2023 May Paper · Question 1

题目

Problem

g(x)=x6+2x1000g(x)=x^6+2x-1000

(a) Show that g(x)=0g(x)=0 has a root α\alpha in the interval [3,4][3,4]

(2)

Using the iteration formula

xn+1=10002xn6with x1=3x_{n+1}=\sqrt[6]{1000-2x_n}\qquad \text{with }x_1=3

(b) (i) find, to 4 decimal places, the value of x2x_2

(ii) find, by repeated iteration, the value of α\alpha.

Give your answer to 4 decimal places.

(3)
题目中文翻译 g(x)=x6+2x1000g(x)=x^6+2x-1000

(a) 证明 g(x)=0g(x)=0 在区间 [3,4][3,4] 内有一个根 α\alpha

使用迭代公式

xn+1=10002xn6其中 x1=3x_{n+1}=\sqrt[6]{1000-2x_n}\qquad \text{其中 }x_1=3

(b) (i) 求 x2x_2 的值,精确到小数点后 4 位。

(ii) 用重复迭代求 α\alpha 的值,答案精确到小数点后 4 位。

解答

(a)

解法一

思路

展开

分别计算区间两个端点处的函数值。由于 gg 是多项式,所以在实数范围内连续;若两个端点处的函数值异号,便可由介值定理说明区间内至少有一个根。

答题过程

展开

Since gg is a polynomial, it is continuous on [3,4][3,4].

g(3)=36+2(3)1000=265,g(4)=46+2(4)1000=3104.\begin{align*} g(3)=&\,3^6+2(3)-1000=-265,\\[4mm] g(4)=&\,4^6+2(4)-1000=3104. \end{align*}

Therefore g(3)<0g(3)<0 and g(4)>0g(4)>0. Since there is a change of sign and gg is continuous, g(x)=0g(x)=0 has a root α\alpha in [3,4][3,4].

(b)(i)

解法一

思路

展开

把初始值 x1=3x_1=3 直接代入给定的迭代公式,并按题意保留小数点后四位。

答题过程

展开 x2=10002x16=10002(3)6=3.159107\begin{align*} x_2=&\,\sqrt[6]{1000-2x_1}\\[4mm] =&\,\sqrt[6]{1000-2(3)}\\[4mm] =&\,3.159107\ldots \end{align*}

Hence, to 44 decimal places,

x2=3.1591.\boxed{x_2=3.1591}.

(b)(ii)

解法一

思路

展开

继续使用同一个迭代公式,直到连续两次迭代所得数值在所需精度下保持不变。

答题过程

展开

Repeated use of

xn+1=10002xn6x_{n+1}=\sqrt[6]{1000-2x_n}

gives

x2=3.159107447,x3=3.158938868,x4=3.158939047,x5=3.158939046.\begin{align*} x_2=&\,3.159107447\ldots,\\[4mm] x_3=&\,3.158938868\ldots,\\[4mm] x_4=&\,3.158939047\ldots,\\[4mm] x_5=&\,3.158939046\ldots. \end{align*}

The values have converged to the required accuracy. Therefore,

α=3.1589\boxed{\alpha=3.1589}

to 44 decimal places.