Maths Olympiad Prep

Library / /305 of 520

Algebra Difficulty 3.4 AMC 10/12 Find the answer

Let sequences {an}\{a_n\}, {bn}\{b_n\}, {cn}\{c_n\} be given, with a1=4a_1=4, b1=3b_1=3, c1=5c_1=5, an+1=ana_{n+1}=a_n, bn+1=an+cn2b_{n+1}= \frac {a_n+c_n}{2}, cn+1=an+bn2c_{n+1}= \frac {a_n+b_n}{2} (nN)(n\in\mathbb{N}^*).
(1)(1) Find b2b_2, c2c_2, b3b_3, c3c_3;
(2)(2) Find the general formula for the sequence {cnbn}\{c_n-b_n\};
(3)(3) Prove that for any nNn\in\mathbb{N}^*, bn+cnb_n+c_n is a constant.

A number or a short expression. Spacing and $ signs are ignored.

Solution

(1)(1) Solution: From the given information, we can find b2=92b_2= \frac {9}{2}, c2=72c_2= \frac {7}{2}, b3=154b_3= \frac {15}{4}, c3=174c_3= \frac {17}{4};
(2)(2) Solution: Since an+1=ana_{n+1}=a_n and a1=4a_1=4, we have an=4a_n=4 (nN)(n\in\mathbb{N}^*),
Therefore, bn+1=an+cn2=4+cn2=cn2+2b_{n+1}= \frac {a_n+c_n}{2}= \frac {4+c_n}{2}= \frac {c_n}{2}+2, cn+1=an+bn2=bn2+2c_{n+1}= \frac {a_n+b_n}{2}= \frac {b_n}{2}+2,
Then, cn+1bn+1=12(bncn)=12(cnbn)c_{n+1}-b_{n+1}= \frac {1}{2}(b_n-c_n)= -\frac {1}{2}(c_n-b_n),
Thus, the sequence {cnbn}\{c_n-b_n\} is a geometric sequence with the first term 22 and common ratio 12- \frac {1}{2},
Therefore, cnbn=2(12)n1c_n-b_n=2\cdot (- \frac {1}{2})^{n-1};
(3)(3) Proof: From (2)(2), we know that bn+1+cn+1=12(bn+cn)+4b_{n+1}+c_{n+1}= \frac {1}{2}(b_n+c_n)+4,
Therefore, bn+1+cn+18=bn+cn24=12(bn+cn8)b_{n+1}+c_{n+1}-8= \frac {b_n+c_n}{2}-4= \frac {1}{2}(b_n+c_n-8),
And since b1+c18=0b_1+c_1-8=0,
Therefore, from the above recursive relationship, it can be concluded that when nNn\in\mathbb{N}^*, bn+cn8=0b_n+c_n-8=0 always holds,
That is, bn+cnb_n+c_n is a constant value of 8\boxed{8}.

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.