题目
Problem
(a) Given that −2π<g(x)<2π, sketch the graph of y=g(x) where
g(x)=arctanxx∈R
(2)
(b) Find the exact value of x for which
3g(x+1)−π=0
(2)
The equation
arctanx−4+21x=0
has a positive root at x=α radians.
(c) Show that 5<α<6.
(2)
The iteration formula
xn+1=8−2arctanxn
can be used to find an approximation for α.
(d) Taking x0=5, use this formula to find x1 and α, giving each answer to 4 decimal places.
(3)
题目中文翻译
(a) 已知 −2π<g(x)<2π,画出函数
g(x)=arctanxx∈R
的图像草图。
(b) 求满足
3g(x+1)−π=0
的 x 的精确值。
方程
arctanx−4+21x=0
有一个正根 x=α(弧度)。
(c) 证明 5<α<6。
迭代公式
xn+1=8−2arctanxn
可用于求 α 的近似值。
(d) 取 x0=5,用该公式求 x1 和 α,答案均保留到小数点后 4 位。
解答
(a)
解法一
思路
展开
y=arctanx 是一个递增曲线,经过原点 (0,0),并且当 x→∞ 时趋近于 2π,当 x→−∞ 时趋近于 −2π。
答题过程
展开
The graph of
y=arctanx
is an increasing curve passing through
(0,0)
It lies in quadrants I and III, flattening out towards the horizontal asymptotes
y=2πandy=−2π
The sketch should show this shape.
(b)
解法一
思路
展开
由 g(x)=arctanx,可得
g(x+1)=arctan(x+1)
然后解
3arctan(x+1)−π=0
答题过程
展开
Since
g(x)=arctanx
we have
g(x+1)=arctan(x+1)
Therefore
3g(x+1)−π=3arctan(x+1)−π=arctan(x+1)=003π
Taking tangent on both sides,
x+1=tan(3π)=3
Hence
x=3−1
(c)
解法一
思路
展开
要证明根在 5 和 6 之间,令
F(x)=arctanx−4+21x
检查 F(5) 和 F(6) 是否异号。由于 F 连续,若异号,就说明中间有根。
答题过程
展开
Let
F(x)=arctanx−4+21x
Then
F(5)==arctan5−4+21(5)−0.1265…
and
F(6)==arctan6−4+21(6)0.4056…
So
F(5)<0andF(6)>0
Since F(x) is continuous, there is a change of sign over the interval (5,6).
Therefore the positive root α lies in this interval, so
5<α<6
(d)
解法一
思路
展开
直接使用题目给出的迭代公式
xn+1=8−2arctanxn
从 x0=5 开始。计算时必须用弧度。
答题过程
展开
Using
xn+1=8−2arctanxn
with x0=5,
x1==8−2arctan55.253198…
Therefore
x1=5.2532
to 4 decimal places.
Continuing the iteration gives
n012345xn5.00005.25325.23465.23595.23585.2358
So
α=5.2358
to 4 decimal places.