题目
Problem
(i) Using the laws of logarithms, solve
2log2(2−x)=4+log2(x+10)
(5)
(ii) Find the value of
logaa6
where a is a positive constant greater than 1
(1)
解答
(i)
解法一
思路
展开
先把左边的系数 2 放进对数内部,把 4 写成 log216,再合并对数。最后要检查对数定义域。
答题过程
展开
Use
2log2(2−x)=log2((2−x)2)
and
4=log216.
Then
log2((2−x)2)==log216+log2(x+10)log2(16(x+10)).
So
(2−x)2=x2−4x+4=x2−20x−156=(x+6)(x−26)=16(x+10)16x+16000.
Thus
x=−6orx=26.
For the original logarithms,
2−x>0andx+10>0.
So
−10<x<2.
Therefore,
x=−6.
(ii)
解法一
思路
展开
a=a1/2,所以要问的是 (a1/2) 的多少次方等于 a6。
答题过程
展开
Let
logaa6=m.
Then
(a)m=a6.
Since a=a1/2,
am/2=a6.
Therefore,
2m=6,
so
m=12.