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

IAL 2021 Jan Q6

A Level / Edexcel / P3

IAL 2021 Jan Paper · Question 6

题目

Problem

f(x)=xcos(x3)x>0f(x)=x\cos\left(\frac{x}{3}\right)\qquad x>0

(a) Find f(x)f'(x).

(2)

(b) Show that the equation f(x)=0f'(x)=0 can be written as

x=karctan(kx)x=k\arctan\left(\frac{k}{x}\right)

where kk is an integer to be found.

(2)

(c) Starting with x1=2.5x_1=2.5 use the iteration formula

xn+1=karctan(kxn)x_{n+1}=k\arctan\left(\frac{k}{x_n}\right)

with the value of kk found in part (b), to calculate the values of x2x_2 and x6x_6 giving your answers to 3 decimal places.

(2)

(d) Using a suitable interval and a suitable function that should be stated, show that a root of f(x)=0f'(x)=0 is 2.5812.581 correct to 3 decimal places.

(2)
题目中文翻译 f(x)=xcos(x3)x>0f(x)=x\cos\left(\frac{x}{3}\right)\qquad x>0

(a) 求 f(x)f'(x)

(b) 证明方程 f(x)=0f'(x)=0 可写为

x=karctan(kx)x=k\arctan\left(\frac{k}{x}\right)

其中 kk 为待求整数。

(c) 取 x1=2.5x_1=2.5,并使用迭代公式

xn+1=karctan(kxn)x_{n+1}=k\arctan\left(\frac{k}{x_n}\right)

其中 kk 取自(b)中的结果,计算 x2x_2x6x_6 的值,答案精确到小数点后 3 位。

(d) 选取合适区间并写出合适函数,证明 f(x)=0f'(x)=0 的一个根为 2.5812.581(精确到小数点后 3 位)。

解答

(a)

解法一

思路

展开

xxcos(x/3)\cos(x/3) 看成两个因子,使用乘积法则及链式法则求导。

答题过程

展开

We have

f(x)=xcos(x3)f(x)=x\cos\left(\frac{x}{3}\right)

Differentiate using the product rule:

f(x)=cos(x3)x3sin(x3)\begin{align*} f'(x) =&\,\cos\big(\frac{x}{3}\big) -\frac{x}{3}\sin\big(\frac{x}{3}\big) \end{align*}

Therefore

f(x)=cos(x3)x3sin(x3)\boxed{f'(x)=\cos\left(\frac{x}{3}\right)-\frac{x}{3}\sin\left(\frac{x}{3}\right)}

(b)

解法一

思路

展开

驻点满足 f(x)=0f'(x)=0。把所得方程整理成题目给定的定点迭代形式,并与 x=karctan(k/x)x=k\arctan(k/x) 比较。

答题过程

展开

Set

f(x)=0f'(x)=0

So

cos(x3)x3sin(x3)=0\cos\left(\frac{x}{3}\right)-\frac{x}{3}\sin\left(\frac{x}{3}\right)=0

Rearrange:

cos(x3)=x3sin(x3)\cos\left(\frac{x}{3}\right)=\frac{x}{3}\sin\left(\frac{x}{3}\right)

Divide by

cos(x3)\cos\left(\frac{x}{3}\right)

and by x3\dfrac{x}{3}:

tan(x3)=3x\tan\left(\frac{x}{3}\right)=\frac{3}{x}

Taking arctan,

x3=arctan(3x)\frac{x}{3}=\arctan\left(\frac{3}{x}\right)

Therefore

x=3arctan(3x)x=3\arctan\left(\frac{3}{x}\right)

So

k=3\boxed{k=3}

(c)

解法一

思路

展开

使用上一问得到的 k=3k=3 及给定初值,连续代入迭代公式并按题目要求取三位小数。

答题过程

展开

Using

k=3k=3

the iteration formula is

xn+1=3arctan(3xn)x_{n+1}=3\arctan\left(\frac{3}{x_n}\right)

with

x1=2.5x_1=2.5

Now

x2=3arctan(32.5)x_2=3\arctan\left(\frac{3}{2.5}\right)

So

x2=2.628174x_2=2.628174\ldots

Continuing the iteration:

x2=2.628174x3=2.554102x4=2.596527x5=2.572101x6=2.586122\begin{align*} x_2=&\,2.628174\ldots\\[4mm] x_3=&\,2.554102\ldots\\[4mm] x_4=&\,2.596527\ldots\\[4mm] x_5=&\,2.572101\ldots\\[4mm] x_6=&\,2.586122\ldots \end{align*}

Therefore

x2=2.628,x6=2.586\boxed{x_2=2.628,\qquad x_6=2.586}

to 3 decimal places.

(d)

解法一

思路

展开

在四舍五入到 2.5812.581 的边界 2.58052.58052.58152.5815 处计算 f(x)f'(x)。连续函数在两端异号,故根位于该区间内。

答题过程

展开

Use the function

F(x)=f(x)=cos(x3)x3sin(x3)F(x)=f'(x)=\cos\left(\frac{x}{3}\right)-\frac{x}{3}\sin\left(\frac{x}{3}\right)

To show that the root is 2.5812.581 to 3 decimal places, check the interval

2.5805<x<2.58152.5805<x<2.5815

Now

F(2.5805)=0.000346>0F(2.5805)=0.000346\ldots>0

and

F(2.5815)=0.000346<0F(2.5815)=-0.000346\ldots<0

Since F(x)F(x) is continuous and changes sign in this interval, there is a root between 2.58052.5805 and 2.58152.5815.

Therefore the root is

2.581\boxed{2.581}

to 3 decimal places.

解法二

思路

展开

官方评分资料也接受直接对定点方程构造 h(x)=x3arctan(3/x)h(x)=x-3\arctan(3/x)。同样检查四舍五入边界处的符号变化。

答题过程

展开

Define

h(x)=x3arctan(3x).h(x)=x-3\arctan\big(\frac{3}{x}\big).

Then

h(2.5805)=0.000788<0h(2.5805)=-0.000788\ldots<0

and

h(2.5815)=0.000786>0.h(2.5815)=0.000786\ldots>0.

Since hh is continuous for x>0x>0 and changes sign on [2.5805,2.5815][2.5805,2.5815], it has a root in this interval. Therefore the root is

2.581\boxed{2.581}

to 3 decimal places.