题目
Problem
Figure 3 shows a sketch of curve C1 with equation y=5ex−1+3 and curve C2 with equation y=10−x2.
The point P lies on C1 and has y coordinate 18.
(a) Find the x coordinate of P, writing your answer in the form lnk, where k is a constant to be found.
(3)
The curve C1 meets the curve C2 at x=α and at x=β, as shown in Figure 3.
(b) Using a suitable interval and a suitable function that should be stated, show that to 3 decimal places α=1.134.
(3)
The iterative equation
xn+1=−7−5exn−1
is used to find an approximation to β.
Using this iterative formula with x1=−3
(c) find the value of x2 and the value of β, giving each answer to 6 decimal places.
(3)
题目中文翻译
图 3 给出了曲线 C1:y=5ex−1+3 与曲线 C2:y=10−x2 的草图。
点 P 在 C1 上,且其 y 坐标为 18。
(a) 求点 P 的 x 坐标,并将答案写成 lnk 的形式,其中 k 为待求常数。
曲线 C1 与曲线 C2 分别在 x=α 与 x=β 处相交,如图 3 所示。
(b) 选取合适的区间并写出合适的函数,证明 α=1.134(精确到小数点后 3 位)。
迭代公式
xn+1=−7−5exn−1
用于求 β 的近似值。
当 x1=−3 时,
(c) 求 x2 和 β 的值,两者都精确到小数点后 6 位。
解答
(a)
Point P lies on
y=5ex−1+3
and has y coordinate 18. Therefore
5ex−1+3=18
So
5ex−1=15
Hence
ex−1=3
Taking natural logarithms,
x−1=ln3
so
x=1+ln3
Since
1=lne
we get
x=lne+ln3=ln(3e)
Therefore
x=ln(3e)
(b)
The two curves meet when
5ex−1+3=10−x2
Rearrange:
7−x2−5ex−1=0
Let
F(x)=7−x2−5ex−1
To show that α=1.134 to 3 decimal places, use the interval
1.1335<x<1.1345
Now
F(1.1335)=0.001071…>0
and
F(1.1345)=−0.006914…<0
Since F(x) is continuous and changes sign between 1.1335 and 1.1345, there is a root in this interval.
Therefore
1.1335<α<1.1345
Hence
α=1.134
to 3 decimal places.
(c)
The iteration formula is
xn+1=−7−5exn−1
with
x1=−3
For x2:
x2=−7−5e−3−1=−7−5e−4=−2.628387681…
So
x2=−2.628388
to 6 decimal places.
Continuing the iteration gives
β=−2.620330
to 6 decimal places.