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

IAL 2024 Jan FP1 Q6

A Level / Edexcel / FP1

IAL 2024 Jan Paper · Question 6

题目

Problem

(i) f(x)=x4cos(5x)x>0f(x) = x - 4 - \cos(5\sqrt{x}) \quad x > 0

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

(2)

(b) Use linear interpolation once on the interval [2.5,3.5][2.5, 3.5] to find an approximation to α\alpha, giving your answer to 22 decimal places.

(2)

(ii) g(x)=110x212x2+x11x>0g(x) = \dfrac{1}{10}x^2 - \dfrac{1}{2x^2} + x - 11 \quad x > 0

(a) Determine g(x)g'(x).

(2)

The equation g(x)=0g(x) = 0 has a root β\beta in the interval [6,7][6, 7]

(b) Using x0=6x_0 = 6 as a first approximation to β\beta, apply the Newton–Raphson procedure once to g(x)g(x) to find a second approximation to β\beta, giving your answer to 33 decimal places.

(2)
题目中文翻译

(i) f(x)=x4cos(5x)x>0f(x) = x - 4 - \cos(5\sqrt{x}) \quad x > 0

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

(b) 在区间 [2.5,3.5][2.5, 3.5] 上使用一次线性插值法,求 α\alpha 的近似值,答案保留 22 位小数。

(ii) g(x)=110x212x2+x11x>0g(x) = \dfrac{1}{10}x^2 - \dfrac{1}{2x^2} + x - 11 \quad x > 0

(a) 确定 g(x)g'(x)

方程 g(x)=0g(x) = 0 在区间 [6,7][6, 7] 内有一个根 β\beta

(b) 使用 x0=6x_0 = 6 作为 β\beta 的第一个近似值,对 g(x)g(x) 应用一次 Newton–Raphson 法,求 β\beta 的第二个近似值,答案保留 33 位小数。

解答

(i)(a)

解法一

思路

展开

分别计算区间两端的函数值。由于函数在正数范围内连续,而两端函数值异号,便可由连续函数的介值性质说明区间内存在根。

答题过程

展开 f(2.5)=2.54cos(52.5)=1.44831<0,\begin{align*} f(2.5) =&\,2.5-4-\cos(5\sqrt{2.5})\\ =&\,-1.44831\ldots<0, \end{align*}

and

f(3.5)=3.54cos(53.5)=0.497506>0.\begin{align*} f(3.5) =&\,3.5-4-\cos(5\sqrt{3.5})\\ =&\,0.497506\ldots>0. \end{align*}

Since ff is continuous for x>0x>0 and f(2.5)f(3.5)<0f(2.5)f(3.5)<0, there is a root

α[2.5,3.5].\boxed{\alpha\in[2.5,3.5]}.

(i)(b)

解法一

思路

展开

在两个端点对应的图像点之间作割线,并求这条割线与 xx 轴的交点。把 (a) 的未舍入函数值代入一次线性插值公式,最后才按要求取两位小数。

答题过程

展开

Using linear interpolation once,

α2.5+0f(2.5)f(3.5)f(2.5)(3.52.5)=2.5+1.4483100.497506+1.448310=3.244320\begin{align*} \alpha \approx&\,2.5+ \frac{0-f(2.5)}{f(3.5)-f(2.5)}(3.5-2.5)\\ =&\,2.5+ \frac{1.448310\ldots} {0.497506\ldots+1.448310\ldots}\\ =&\,3.244320\ldots \end{align*}

Therefore, to 2 decimal places,

α3.24.\boxed{\alpha\approx3.24}.

(ii)(a)

解法一

思路

展开

先把分式项写成负指数幂,再逐项求导;常数项的导数为零。

答题过程

展开

Writing

g(x)=110x212x2+x11,g(x)=\frac1{10}x^2-\frac12x^{-2}+x-11,

we obtain

g(x)=15x+(12)(2)x3+1=15x+1x3+1.\begin{align*} g'(x) =&\,\frac15x+(-\tfrac12)(-2)x^{-3}+1\\ =&\,\boxed{\frac15x+\frac1{x^3}+1}. \end{align*}

(ii)(b)

解法一

思路

展开

使用 Newton–Raphson 迭代式 xn+1=xng(xn)/g(xn)x_{n+1}=x_n-g(x_n)/g'(x_n),在 x0=6x_0=6 处分别计算函数值与导数值,完成一次迭代后取三位小数。

答题过程

展开

The Newton–Raphson formula is

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

At x0=6x_0=6,

g(6)=110(6)212(6)2+611=1.413888,\begin{align*} g(6) =&\,\frac1{10}(6)^2-\frac1{2(6)^2}+6-11\\ =&\,-1.413888\ldots, \end{align*}

and

g(6)=15(6)+163+1=2.204629.\begin{align*} g'(6) =&\,\frac15(6)+\frac1{6^3}+1\\ =&\,2.204629\ldots. \end{align*}

Therefore,

x1=61.4138882.204629=6.641327.\begin{align*} x_1 =&\,6-\frac{-1.413888\ldots}{2.204629\ldots}\\ =&\,6.641327\ldots. \end{align*}

Hence the second approximation, to 3 decimal places, is

x1=6.641.\boxed{x_1=6.641}.