Maths Olympiad Prep

Library / /3 of 5

, 2019

Algebra Difficulty 6.6 National olympiad Prove it Netherlands

The sequence of Fibonacci numbers F0,F1,F2,F_0, F_1, F_2, \ldots is defined by F0=F1=1F_0 = F_1 = 1 and Fn+2=Fn+Fn+1F_{n+2} = F_n + F_{n+1} for all n0n \ge 0. For example, we have
F2=F0+F1=2,F3=F1+F2=3,F4=F2+F3=5,F5=8. F_2 = F_0 + F_1 = 2, \quad F_3 = F_1 + F_2 = 3, \quad F_4 = F_2 + F_3 = 5, \quad F_5 = 8.
The sequence a0,a1,a2,a_0, a_1, a_2, \ldots is defined by
an=1FnFn+2for all n0. a_n = \frac{1}{F_n F_{n+2}} \quad \text{for all } n \ge 0.
Prove that for all m0m \ge 0 we have:
a0+a1+a2++am<1. a_0 + a_1 + a_2 + \cdots + a_m < 1.

Solution

Note that for all n0n \ge 0 the number ana_n can be rewritten as follows:
an=1FnFn+2=Fn+1FnFn+21Fn+1=Fn+2FnFnFn+21Fn+1=(1Fn1Fn+2)1Fn+1=1FnFn+11Fn+1Fn+2. \begin{aligned} a_n &= \frac{1}{F_n F_{n+2}} = \frac{F_{n+1}}{F_n F_{n+2}} \cdot \frac{1}{F_{n+1}} = \frac{F_{n+2} - F_n}{F_n F_{n+2}} \cdot \frac{1}{F_{n+1}} \\ &= \left( \frac{1}{F_n} - \frac{1}{F_{n+2}} \right) \cdot \frac{1}{F_{n+1}} = \frac{1}{F_n F_{n+1}} - \frac{1}{F_{n+1} F_{n+2}}. \end{aligned}
We now get that for each m0m \ge 0 the sum a0+a1+a2++ama_0 + a_1 + a_2 + \cdots + a_m equals
(1F0F11F1F2)+(1F1F21F2F3)++(1FmFm+11Fm+1Fm+2). \left( \frac{1}{F_0 F_1} - \frac{1}{F_1 F_2} \right) + \left( \frac{1}{F_1 F_2} - \frac{1}{F_2 F_3} \right) + \cdots + \left( \frac{1}{F_m F_{m+1}} - \frac{1}{F_{m+1} F_{m+2}} \right).
In this sum all terms cancel, except the first and last. In this way, we get

a_0 + a_1 + a_2 + \cdots + a_m = \frac{1}{F_0 F_1} - \frac{1}{F_{m+1} F_{m+2}} = 1 - \frac{1}{F_{m+1} F_{m+2}} < 1.

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: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.