Maths Olympiad Prep

Library / /421 of 520

Algebra Difficulty 4.5 AIME Prove it

Given a sequence {an}\{a_n\}, where anNa_n \in \mathbb{N}^*, the sum of the first nn terms Sn=18(an+2)2S_n = \frac{1}{8}(a_n+2)^2.
1. Prove that {an}\{a_n\} is an arithmetic sequence;
2. If bn=12an30b_n = \frac{1}{2}a_n - 30, find the minimum value of the sum of the first nn terms of the sequence {bn}\{b_n\}.

Solutions — 2

Solution 1

Solution:
1. Proof: Since an+1=Sn+1Sn=18(an+1+2)218(an+2)2a_{n+1} = S_{n+1} - S_n = \frac{1}{8}(a_{n+1}+2)^2 - \frac{1}{8}(a_n+2)^2, it follows that 8an+1=(an+1+2)2(an+2)28a_{n+1} = (a_{n+1}+2)^2 - (a_n+2)^2. Therefore, (an+1an4)(an+1+an)=0(a_{n+1}-a_n-4)(a_{n+1}+a_n) = 0. Since anNa_n \in \mathbb{N}^*, we have an+1+an0a_{n+1}+a_n \neq 0, thus an+1an4=0a_{n+1}-a_n-4 = 0. This implies an+1an=4a_{n+1}-a_n = 4, therefore, the sequence {an}\{a_n\} is an arithmetic sequence.

2. From (1), we know a1=S1=18(a1+2)2a_1 = S_1 = \frac{1}{8}(a_1+2)^2, solving this gives a1=2a_1 = 2. Therefore, an=4n2a_n = 4n-2, and bn=12an30=2n31b_n = \frac{1}{2}a_n - 30 = 2n-31. (Solving by two methods)

Method 1:
Given bn=2n31b_n = 2n-31, the first term b1=29b_1 = -29, and the common difference d=2d = 2. Therefore, the sum of the first nn terms of {bn}\{b_n\}, sn=n230n=(n15)2225s_n = n^2 - 30n = (n-15)^2 - 225. Thus, when n=15n = 15, sn=225s_n = -225 is the minimum.

Method 2:
From {2n3102(n+1)310\begin{cases} 2n-31\leq 0 \\ 2(n+1)-31\geq 0 \end{cases}, we get 292n312\frac{29}{2} \leq n \leq \frac{31}{2}. Since nNn \in \mathbb{N}^*, n=15n = 15. Therefore, the first 15 terms of {an}\{a_n\} are negative, and the subsequent terms are positive. Thus, S15S_{15} is the minimum. Given b1=29b_1 = -29, we have S15=15(29+2×1531)2=225S_{15} = \frac{15(-29+2\times15-31)}{2} = -225.

Therefore, the minimum value of the sum of the first nn terms of the sequence {bn}\{b_n\} is 225\boxed{-225}.

Solution 2

Solution:
(1)(1) Proof: Since an+1a_{n+1}
=Sn+1Sn=S_{n+1}-S_{n}
=18(an+1+2)218(an+2)2= \frac {1}{8}(a_{n+1}+2)^{2}- \frac {1}{8}(a_{n}+2)^{2},
8an+1=(an+1+2)2(an+2)2\therefore 8a_{n+1}=(a_{n+1}+2)^{2}-(a_{n}+2)^{2},
(an+1an4)=0\therefore (a_{n+1}-a_{n}-4)=0,
Since anNa_{n} \in \mathbb{N}^*, an+1+an0\therefore a_{n+1}+a_{n} \neq 0,
an+1an4=0\therefore a_{n+1}-a_{n}-4=0.
Thus, an+1an=4a_{n+1}-a_{n}=4, \therefore the sequence {an}\{a_n\} is an arithmetic sequence.
(2)(2) From (1)(1), we know a1=S1=18(a1+2)2a_{1}=S_{1}= \frac {1}{8}(a_{1}+2)^{2}, solving this gives a1=2a_{1}=2. Therefore, an=4n2a_{n}=4n-2,
bn=12an30=2n31b_{n}= \frac {1}{2}a_{n}-30=2n-31, (The following uses two methods to solve)
Method one:
From bn=2n31b_{n}=2n-31, we get: the first term b1=29b_{1}=-29, common difference d=2d=2
\therefore The sum of the first nn terms of the sequence {bn}\{b_n\} is sn=n230n=(n15)2225s_{n}=n^{2}-30n=(n-15)^{2}-225
\therefore When n=15n=15, sn=225s_{n}=-225 is the minimum;
Method two:
From {2n3102(n+1)310 \begin{cases} 2n-31\leqslant 0 \\ 2(n+1)-31\geqslant 0 \end{cases}, we get
292n312 \frac {29}{2}\leqslant n\leqslant \frac {31}{2}. Since nNn \in \mathbb{N}^*, n=15\therefore n=15,
\therefore The first 1515 terms of {an}\{a_n\} are negative, and the subsequent terms are all positive.
S15\therefore S_{15} is the minimum. Also, since b1=29b_{1}=-29,
S15=15(29+2×1531)2=225\therefore S_{15}= \frac {15(-29+2\times15-31)}{2}=-225

Thus, the minimum value of the sum of the first nn terms of the sequence {bn}\{b_n\} is 225\boxed{-225}.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.