题目
Problem
In this question you must show all stages of your working.
Solutions relying entirely on calculator technology are not acceptable.
Using the laws of logarithms, solve
log4(12−2x)=2+2log4(x+1)
(5)
解答
解法一
思路
展开
把 2 写成 log416,把 2log4(x+1) 写成 log4(x+1)2。最后要检查 log 定义域。
答题过程
展开
log4(12−2x)===2+2log4(x+1)log416+log4(x+1)2log4{16(x+1)2}.
Therefore,
12−2x=12−2x=16x2+34x+4=8x2+17x+2=16(x+1)216x2+32x+1600.
Factorise:
(8x+1)(x+2)=0.
So
x=−81orx=−2.
The logarithms require
12−2x>0
and
x+1>0.
Thus x>−1, so x=−2 is invalid. Therefore,
x=−81.
解法二
思路
展开
对数定义与移项合并法。将方程式右边的对数项移项到左边,利用对数的性质合并为单个对数式,然后应用对数定义(logbN=c⟺N=bc)去掉對數符號,化為一元二次方程求解。
答题过程
展开
Rearrange the equation to group all logarithm terms on the left:
log4(12−2x)−2log4(x+1)=2
Apply the laws of logarithms:
log4(12−2x)−log4(x+1)2=log4((x+1)212−2x)=22
By the definition of a logarithm:
(x+1)212−2x=(x+1)212−2x=12−2x=12−2x=16x2+34x+4=8x2+17x+2=421616(x+1)216x2+32x+1600.
Factorise:
(8x+1)(x+2)=0⟹x=−81orx=−2
Since the domain of logarithms requires 12−2x>0 and x+1>0, we have −1<x<6.
Thus, x=−2 is invalid.
Therefore, the only valid solution is:
x=−81.