题目
Problem
Figure 1
Figure 1 shows a sketch of part of the curve with equation
y=log3(x+1)−log3x
The point P(a,4) lies on the curve.
(a) Find the exact value of the constant a.
(Solutions relying on calculator technology are not acceptable.)
(4)
(b) Use the trapezium rule with 4 strips of equal width to estimate the value of
∫15(log3(x+1)−log3x)dx
giving the answer in the form log3k, where k is a constant to be found.
(4)
(c) Explain how the trapezium rule could be used to obtain a more accurate estimate for
∫15(log3(x+1)−log3x)dx
(1)
解答
(a)
解法一
思路
展开
点 P(a,4) 在曲线上,所以把 x=a,y=4 代入。再用对数减法公式合并。
答题过程
展开
Since P(a,4) lies on the curve,
log3(a+1)−log3a=4.
Using the subtraction law of logarithms,
log3(aa+1)=aa+1=aa+1=43481.
So
a+1=1=a=81a80a801.
(b)
解法一
思路
展开
从 1 到 5 用 4 条等宽梯形,所以宽度是 1,节点是 1,2,3,4,5。每个函数值都可以化成 log3xx+1,最后用对数律合并。
答题过程
展开
The strip width is
h=45−1=1.
The function is
y=log3(xx+1).
So the trapezium rule gives
Area≈21[log312+log356+2(log323+log334+log345)].
Combine the logarithms:
Area===21log3(12⋅56⋅(23)2(34)2(45)2)21log3(225)log3(15).
Therefore,
k=15.
(c)
解法一
思路
展开
梯形法要更准确,就把区间分得更细。
答题过程
展开
Use more strips of smaller width.