题目
Problem
In this question you must show all stages of your working.
Solutions relying entirely on calculator technology are not acceptable.
(i) The table below shows values of x and y, where y=log10(x+5), for x values between −1 and 4
| x | −1 | 0 | 1 | 2 | 3 | 4 |
|---|
| y=log10(x+5) | log104 | log105 | log106 | log107 | log108 | log109 |
Using the trapezium rule with all the y values in the given table, show that
∫−14log10(x+5)dx≈log10k
where k is an integer to be found.
(3)
(ii) Find the value of a such that
2log5(5−a)−log5(a+25)=1
(5)
解答
(i)
解法一
思路
展开
这里步长是 1。用梯形法后,要用 log laws 把一串 log 合并成一个 log10k。
答题过程
展开
The step size is h=1.
Using the trapezium rule,
∫−14log10(x+5)dx≈21{log104+log109+2(log105+log106+log107+log108)}.
Now use log laws:
====21{log104+log109+2(log105+log106+log107+log108)}21log10(4⋅9)+log10(5⋅6⋅7⋅8)log1036+log10(1680)log106+log101680log10(10080).
Therefore,
k=10080.
(ii)
解法一
思路
展开
先把 2log5(5−a) 变成 log5(5−a)2,再把右边的 1 写成 log55。最后注意 log 的定义域会排除 a=20。
答题过程
展开
We have
2log5(5−a)−log5(a+25)=1.
Using log laws,
log5(5−a)2−log5(a+25)=log5(a+25(5−a)2)=log55log55.
Therefore,
a+25(5−a)2=(5−a)2=a2−10a+25=a2−15a−100=55(a+25)5a+1250.
Factorise:
(a−20)(a+5)=0.
So
a=20ora=−5.
But the original logarithms require
5−a>0
and
a+25>0.
So a<5 and a>−25. Hence a=20 is not valid, and
a=−5.
解法二
思路
展开
对数定义移项合并法。将方程式左边的对数合并,写成单个对数式 log5a+25(5−a)2=1。然后直接根据对数定义将其转换为指数方程 a+25(5−a)2=51,避开将 1 写成对数的形式。
答题过程
展开
Start with the equation:
2log5(5−a)−log5(a+25)=1
Apply the laws of logarithms:
log5(5−a)2−log5(a+25)=log5(a+25(5−a)2)=11
By the definition of a logarithm:
a+25(5−a)2=a+25(5−a)2=(5−a)2=a2−10a+25=a2−15a−100=5155(a+25)5a+1250.
Factorise:
(a−20)(a+5)=0⟹a=20ora=−5
Since the original logarithms require 5−a>0⟹a<5 and a+25>0⟹a>−25, we reject a=20.
Therefore, the only valid solution is:
a=−5.