MathIsimple

Sequences & Series – Problem 2: Prove that is a square-recursive sequence, and that is a geometric sequence

Question

If a sequence {an}\{a_n\} satisfies an+1=an2a_{n+1}=a_n^2, then {an}\{a_n\} is called a "square-recursive sequence". For the given sequence {an}\{a_n\}, a1=8a_1=8, and the point (an,an+1)(a_n,a_{n+1}) lies on the graph of f(x)=x2+4x+2f(x)=x^2+4x+2 where nn is a positive integer.

(1) Prove that {an+2}\{a_n+2\} is a square-recursive sequence, and that {lg(an+2)}\{\lg(a_n+2)\} is a geometric sequence.

(2) Let bn=lg(an+2)b_n=\lg(a_n+2), cn=2n1c_n=2n-1, and dn={cn,n is odd,bn,n is even.d_n=\begin{cases} c_n,& n\text{ is odd},\\ b_n,& n\text{ is even}. \end{cases} Let SnS_n be the sum of the first nn terms of {dn}\{d_n\}. If S2n2n2+n+10λbnS_{2n}-2n^2+n+10\ge\lambda b_n holds for all nn, find the maximum value of λ\lambda.

Step-by-step solution

(1) Since the point (an,an+1)(a_n,a_{n+1}) lies on the graph of f(x)=x2+4x+2f(x)=x^2+4x+2, an+1=an2+4an+2,a_{n+1}=a_n^2+4a_n+2, so an+1+2=(an+2)2,a_{n+1}+2=(a_n+2)^2, therefore {an+2}\{a_n+2\} is a square-recursive sequence.

Also, lg(a1+2)=lg10=1\lg(a_1+2)=\lg10=1, and lg(an+1+2)=2lg(an+2),\lg(a_{n+1}+2)=2\lg(a_n+2), so {lg(an+2)}\{\lg(a_n+2)\} is a geometric sequence with first term 11 and common ratio 22.

(2) From part (1), bn=lg(an+2)=2n1b_n=\lg(a_n+2)=2^{n-1}, dn={2n1,n is odd,2n1,n is even.d_n=\begin{cases} 2n-1,& n\text{ is odd},\\ 2^{n-1},& n\text{ is even}. \end{cases} Hence S2n=k=1n(4k3)+k=1n22k1=2n2n+2(4n1)3.S_{2n}=\sum_{k=1}^{n}(4k-3)+\sum_{k=1}^{n}2^{2k-1}=2n^2-n+\frac{2(4^n-1)}{3}. From S2n2n2+n+10λbnS_{2n}-2n^2+n+10\ge\lambda b_n, we get λ2(4n1)3+102n1=22n+1+2832n1.\lambda\le\frac{\frac{2(4^n-1)}{3}+10}{2^{n-1}}=\frac{2^{2n+1}+28}{3\cdot2^{n-1}}. Let t=2n11t=2^{n-1}\ge1. Then the right-hand side becomes 8t2+283t\dfrac{8t^2+28}{3t}. Over the discrete values t=1,2,4,t=1,2,4,\ldots (since t=2n1t=2^{n-1}), evaluate: 8(1)2+283(1)=363=12,8(2)2+283(2)=606=10,8(4)2+283(4)=15612=13.\frac{8(1)^2+28}{3(1)}=\frac{36}{3}=12,\qquad \frac{8(2)^2+28}{3(2)}=\frac{60}{6}=10,\qquad \frac{8(4)^2+28}{3(4)}=\frac{156}{12}=13. The minimum is 1010, attained at t=2t=2 (i.e. n=2n=2).

Therefore λ10\lambda\le10, and this value is attainable, so λmax=10\lambda_{\max}=10.

Final answer

(1) From an+1+2=(an+2)2a_{n+1}+2=(a_n+2)^2, the sequence {an+2}\{a_n+2\} is square-recursive. Taking logarithms gives lg(an+1+2)=2lg(an+2)\lg(a_{n+1}+2)=2\lg(a_n+2), so {lg(an+2)}\{\lg(a_n+2)\} is geometric with first term 11 and ratio 22.

(2) Using bn=2n1b_n=2^{n-1} and the odd-even definition of dnd_n, we obtain S2n=2n2n+2(4n1)3.S_{2n}=2n^2-n+\frac{2(4^n-1)}{3}. After rewriting the inequality, the largest constant that works for all nn is λmax=10\lambda_{\max}=10.

Marking scheme

1. Checkpoints (max 7 pts total)

Part (1): structure proof (3 pts)

  • Derive an+1+2=(an+2)2a_{n+1}+2=(a_n+2)^2 from the graph condition. (1.5 pts)
  • Take logarithm correctly and show lg(an+1+2)=2lg(an+2)\lg(a_{n+1}+2)=2\lg(a_n+2). (1 pt)
  • State the geometric sequence parameters (first term and ratio). (0.5 pt)

Part (2): optimize λ\lambda (4 pts)

  • Build correct piecewise dnd_n and compute S2nS_{2n}. (2 pts)
  • Transform inequality to an upper bound for λ\lambda. (1 pt)
  • Find the minimum over valid nn and conclude λmax=10\lambda_{\max}=10. (1 pt)

Total (max 7)


2. Zero-credit items

  • Claiming lg(an+2)\lg(a_n+2) is geometric without deriving the recurrence.
  • Ignoring the odd/even split in dnd_n.

3. Deductions

  • Piecewise-sum mismatch (-1): odd/even terms in S2nS_{2n} are mixed incorrectly.
  • Optimization gap (-1): continuous minimization used without checking discrete t=2n1t=2^{n-1}.
Ask AI ✨