Introduction
It is known that {an} is an infinite arithmetic sequence with the first term being a and a tolerance of 2. {bn} is an infinite arithmetic sequence with the first term being 1 and a common ratio of 2. Let’s call it λn=bna1+a2+⋯+an. The following four conclusions are given:
①When 0<a<2, there is λ1<λ2<λ3;
② There exists a∈R, so that the first 2025 items of {λn} are monotonically increasing sequences;
③For any a>0, {λn} are monotonically decreasing sequences from the third item onwards;
④ If and only if a=2, there exists k∈N∗ such that λk=λk+1.
The serial numbers of all correct conclusions are ___ .
First, remember Sn=∑i=1nai and calculate the first three terms of Sn,bn,λn:
| n | Sn | bn | λn |
|---|
| 1 | a | 1 | a |
| 2 | 2a+2 | 2 | a+1 |
| 3 | 3a+6 | 4 | 43a+6 |
To satisfy λ1<λ2<λ3, as long as:
43a+6>a+1 is sufficient, which is equivalent to:
a<2, so ① is correct.
To let λn+1>λn, it is equivalent to:
Sn+1>2Sn, that is: an+1>Sn Stronger, just:
an<0(n=1,2,3,...,2024) can satisfy Sn<Sn−1<...<S1=a<an+1
Furthermore, we study the necessary and sufficient conditions for ②: an+1=a+2n>Sn=na+2n(n−1)×2=na+n(n−1)(n=1,2,..,2024) n=1, obviously there is: a2=a+2>a1=a
※: a<n−1−n2+3n=−n+2+n−12(n=2,3,..,2024)
un=−n+2+n−12=1−(n−1−n−12)(n=2,3,...,2024) is a decreasing sequence.
So ② is equivalent to: a<u2024=−2022+20232, ② is correct.
Look again ③:
Based on the analysis of ②, a>0=u3, that is, n>3 satisfies λn+1<λn, and ③ is correct.
Last look ④:
As long as a=un is taken, λn=λn+1 and ④ errors can be satisfied.
In summary, choose ①②③.
Practice
(End of the first semester of the second grade of Beijing Daxing High School in 2026) (10) It is known that {an} is an infinite arithmetic sequence in which all terms are not zero, and the tolerance is d. Let cn=ana1+a2+⋯+an, if a3⋅d<0, then the sequence {cn}
(A) There is a maximum term but no minimum term
(B) There is no maximum term and no minimum term
(C) There is a maximum term and a minimum term
(D) There is no maximum term, but there is a minimum term
Let a1=a, an=a+(n−1)d; then a3⋅d=d(a+2d)<0. cn=anSn=2ann(a1+an)=2n(1+ana1)=2n(1+a+(n−1)da)=2n(1+1+(n−1)ad1) Also ad(1+2ad)<0, so ad∈(−21,0).
When n is sufficiently large, cn/(2n)→1,cn→+∞ has no maximum term.
Obviously the sign of cn is determined by 1+1+(n−1)ad1. If the terms less than 0 in cn are finite, there must be the smallest cn.
1+1+(n−1)ad1<0⇔1+(n−1)ad∈(−1,0)⇔(n−1)∈(0,ad−2)
Among them, ad−2>4, such n has only limited possibilities, so cn has a minimum term.
PS: Grok didn’t solve this question, but DeepSeek did it, and Musk came out and got beaten)
Conclusion
For the extreme value problem of a sequence, we must not only look at the trend, but also the "turning point". Changes in sign often reveal the existence of extreme values better than monotonic intervals. When the trend at infinity of cn is established, the extreme value is hidden between the sign interleaving of the finite terms. If you can grasp this point, it shows that your understanding of the sequence structure is quite profound. As for Grok, it may be good at massive pattern matching, but where mathematical insight is really needed, it's still a bit "smart". If you continue to think like this, the final question on the number sequence in the college entrance examination will be nothing more than a paper tiger.