题目
Problem
Given a=log23
(i) write, in simplest form, in terms of a,
(a) log29
(b) log2(163)
(3)
(ii) Solve
3x×2x+4=6
giving your answer, in simplest form, in terms of a.
(4)
解答
(i)
解法一
思路
展开
这里我们需要使用对数的运算法则(Laws of logarithms)将表达式展开:
- 对数的乘方律:logb(Xk)=klogbX
- 对数的相除商律:logb(YX)=logbX−logbY
(a) 将 9 写为幂的形式:9=32。
log29=log2(32)=2log23
代入已知条件 a=log23 即可。
(b) 使用商的运算法则展开:
log2(163)=log23−log216
因为 16=24,所以 log216=log2(24)=4。代入 a 即可。
答题过程
展开
(a) Since 9=32:
log29===log2(32)2log232a
(b) Using the division law of logarithms:
log2(163)===log23−log216a−log2(24)a−4
(ii)
解法一:取以 2 为底的对数
思路
展开
我们需要求解指数方程 3x×2x+4=6,最终答案需用 a 表达。
两边同时取以 2 为底的对数:
log2(3x×2x+4)=log26
利用对数的相乘积律展开左边,相乘商律展开右边:
log2(3x)+log2(2x+4)=log2(3×2)
xlog23+(x+4)log22=log23+log22
代入已知值 log23=a 和 log22=1:
x⋅a+(x+4)⋅1=a+1
整理方程并解出 x:
ax+x+4=a+1⟹x(a+1)=a−3⟹x=a+1a−3
答题过程
展开
Take logarithms to base 2 on both sides of the equation:
log2(3x×2x+4)=log26
Applying the multiplication law of logarithms to expand the left-hand side:
log2(3x)+log2(2x+4)=log2(3×2)
Using the power law of logarithms and the identity log22=1:
xlog23+(x+4)log22=log23+log22
Substitute a=log23 into the equation:
x⋅a+(x+4)⋅1=a+1
Expand and gather terms in x:
ax+x+4=x(a+1)=x(a+1)=x=a+1a+1−4a−3a+1a−3
解法二:底数替换法(利用 3=2a)
思路
展开
由 a=log23 我们可以写出其指数形式:
3=2a
将 3=2a 直接代入原指数方程中:
(2a)x×2x+4=6
2ax×2x+4=6⟹2ax+x+4=6
两边取 log2 得到:
ax+x+4=log26=log23+log22=a+1
收集含 x 项并求解。
答题过程
展开
Since a=log23, we have the equivalent exponential form:
3=2a
Substitute this expression for 3 into the original equation:
(2a)x×2x+4=2ax×2x+4=2ax+x+4=666
Taking logarithms to base 2 on both sides:
ax+x+4=ax+x+4=ax+x+4=x(a+1)=x(a+1)=x=log26log23+log22a+1a+1−4a−3a+1a−3