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

IAL 2022 June FP1 Q2

A Level / Edexcel / FP1

IAL 2022 June Paper · Question 2

题目

Problem

2. f(x)=102x12x1x3x>0f(x) = 10 - 2x - \dfrac{1}{2\sqrt{x}} - \dfrac{1}{x^3} \quad x > 0

(a) Show that the equation f(x)=0f(x) = 0 has a root α\alpha in the interval [0.4,0.5][0.4, 0.5]

(2)

(b) Determine f(x)f'(x).

(3)

(c) Using x0=0.5x_0 = 0.5 as a first approximation to α\alpha, apply the Newton-Raphson procedure once to f(x)f(x) to find a second approximation to α\alpha, giving your answer to 3 decimal places.

(2)

The equation f(x)=0f(x) = 0 has another root β\beta in the interval [4.8,4.9][4.8, 4.9]

(d) Use linear interpolation once on the interval [4.8,4.9][4.8, 4.9] to find an approximation to β\beta, giving your answer to 3 decimal places.

(2)
题目中文翻译
  1. f(x)=102x12x1x3x>0f(x) = 10 - 2x - \dfrac{1}{2\sqrt{x}} - \dfrac{1}{x^3} \quad x > 0

(a) 证明方程 f(x)=0f(x) = 0 在区间 [0.4,0.5][0.4, 0.5] 内有一个根 α\alpha

(b) 求 f(x)f'(x)

(c) 取 x0=0.5x_0 = 0.5 作为 α\alpha 的第一个近似值,对 f(x)f(x) 应用一次 Newton-Raphson 法,求 α\alpha 的第二个近似值,答案保留 3 位小数。

方程 f(x)=0f(x) = 0 在区间 [4.8,4.9][4.8, 4.9] 内有另一个根 β\beta

(d) 在区间 [4.8,4.9][4.8, 4.9] 上使用一次线性插值,求 β\beta 的近似值,答案保留 3 位小数。

解答

(a)

解法一

思路

展开

分别计算区间两端的函数值。两者异号,并且 ff 在该正数区间上连续,因此由介值定理可知区间内至少有一个根。

答题过程

展开 f(0.4)=7.2155<0,f(0.5)=0.2928>0.\begin{align*} f(0.4)=&\,-7.2155\ldots<0,\\ f(0.5)=&\,0.2928\ldots>0. \end{align*}

Since ff is continuous on [0.4,0.5][0.4,0.5] and changes sign over this interval, there is a root

α(0.4,0.5).\boxed{\alpha\in(0.4,0.5)}.

(b)

解法一

思路

展开

先把根式与分式写成幂:f(x)=102x12x1/2x3f(x)=10-2x-\frac12x^{-1/2}-x^{-3},再逐项求导。

答题过程

展开

Writing ff in index form,

f(x)=102x12x1/2x3.f(x)=10-2x-\frac12x^{-1/2}-x^{-3}.

Therefore,

f(x)=2+14x3/2+3x4=2+14x3/2+3x4.\begin{align*} f'(x) =&\,-2+\frac14x^{-3/2}+3x^{-4}\\ =&\,\boxed{-2+\frac{1}{4x^{3/2}}+\frac3{x^4}}. \end{align*}

(c)

解法一

思路

展开

使用 Newton-Raphson 公式 xn+1=xnf(xn)/f(xn)x_{n+1}=x_n-f(x_n)/f'(x_n),代入 x0=0.5x_0=0.5 及 (b) 的正确导数,最后才取三位小数。

答题过程

展开

The Newton-Raphson formula is

xn+1=xnf(xn)f(xn).x_{n+1}=x_n-\frac{f(x_n)}{f'(x_n)}.

At x0=0.5x_0=0.5,

f(0.5)=0.29289321,f(0.5)=46.70710678.\begin{align*} f(0.5)=&\,0.29289321\ldots,\\ f'(0.5)=&\,46.70710678\ldots. \end{align*}

Hence

x1=0.50.2928932146.70710678=0.49372915=0.494(to 3 d.p.).\begin{align*} x_1 =&\,0.5-\frac{0.29289321\ldots} {46.70710678\ldots}\\ =&\,0.49372915\ldots\\ =&\,\boxed{0.494}\quad\text{(to 3 d.p.).} \end{align*}

(d)

解法一

思路

展开

先计算端点函数值,再把两点 (4.8,f(4.8))(4.8,f(4.8))(4.9,f(4.9))(4.9,f(4.9)) 用直线连接。根的位置按两端纵坐标绝对值的比例分割长度 0.10.1

答题过程

展开 f(4.8)=0.162740,f(4.9)=0.0343768.\begin{align*} f(4.8)=&\,0.162740\ldots,\\ f(4.9)=&\,-0.0343768\ldots. \end{align*}

Using linear interpolation,

β4.84.94.8=0.1627400.162740+0.0343768.\frac{\beta-4.8}{4.9-4.8} =\frac{0.162740\ldots} {0.162740\ldots+0.0343768\ldots}.

Therefore,

β=4.8+0.1(0.1627400.197116)=4.882560=4.883(to 3 d.p.).\begin{align*} \beta =&\,4.8+0.1 \left(\frac{0.162740\ldots}{0.197116\ldots}\right)\\ =&\,4.882560\ldots\\ =&\,\boxed{4.883}\quad\text{(to 3 d.p.).} \end{align*}