23.
定义二元运算 ♢ 和 ♡ 如下:
和 a♢b=alog7(b) a♡b=alog7(b)1
对所有使这些表达式有定义的实数 a 和 b 成立。数列 (an) 递归定义为 a3=3♡2,且 对所有整数 n≥4 成立。最接近 log7(a2019) 的整数是多少? an=(n♡(n−1))♢an−1
Define binary operations ♢ and ♡ by
a♢b=alog7(b) and a♡b=alog7(b)1
for all real numbers a and b for which these expressions are defined. The sequence (an) is defined recursively by a3=3♡2 and an=(n♡(n−1))♢an−1 for all integers n≥4. To the nearest integer, what is log7(a2019)?
答案:D
解答:
令 L(x)=log7x。 则 L(a♢b)=L(a)L(b),且 L(a♡b)=L(b)L(a)。
所以 L(a3)=L(2)L(3), 且 L(an)=L(n−1)L(n)⋅L(an−1)。 该乘积会望远镜相消: L(aN)=L(2)L(3)⋅L(3)L(N)=L(2)L(N).
因此 L(a2019)=log72log72019 =log22019≈10.98, 四舍五入为 11。
所以正确答案是 D。
Let L(x)=log7x. Then L(a♢b)=L(a)L(b) and L(a♡b)=L(b)L(a).
So L(a3)=L(2)L(3), and L(an)=L(n−1)L(n)⋅L(an−1). The product telescopes: L(aN)=L(2)L(3)⋅L(3)L(N)=L(2)L(N).
Hence L(a2019)=log72log72019 =log22019≈10.98, which rounds to 11.
Thus, the correct answer is D.