Fibonacci summation

Calculus Level 3

1 2 + 1 4 + 2 8 + 3 16 + 5 32 + 8 64 + = ? \frac12 +\frac14+ \frac28 + \frac3{16} + \frac{5}{32} + \frac{8}{64} + \ldots = \ ?


The answer is 2.00.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

3 solutions

S = 1 2 + 1 4 + 2 8 + 3 16 + 5 32 + ( 1 ) S = \dfrac{1}{2} + \dfrac{1}{4} + \dfrac{2}{8} + \dfrac{3}{16} + \dfrac{5}{32} + \ldots - (1)

1 2 S = 0 + 1 4 + 1 8 + 2 16 + 3 32 + ( 2 ) \dfrac{1}{2}S = 0 + \dfrac{1}{4} + \dfrac{1}{8} + \dfrac{2}{16} + \dfrac{3}{32} + \ldots - (2)

Subtracting ( 2 ) (2) from ( 1 ) (1) ,

1 2 S = 1 2 + 1 8 + 1 16 + 2 32 + 3 64 + \dfrac{1}{2} S = \dfrac{1}{2} + \dfrac{1}{8} + \dfrac{1}{16} + \dfrac{2}{32} + \dfrac{3}{64} + \ldots

1 2 S = 1 2 + 1 4 S \Rightarrow \dfrac{1}{2} S = \dfrac{1}{2} + \dfrac{1}{4}S

1 4 S = 1 2 S = 2 \Rightarrow \dfrac{1}{4} S = \dfrac{1}{2} \Rightarrow S = \boxed{2}

Required answer is : 0.25 + 2 = 1.75 -0.25 + 2 = \color{#D61F06}{\boxed{1.75}}

You need to show that the series converge first else, you will be performing arithmetic on infinities.

Pi Han Goh - 5 years, 9 months ago

This came in yesterday's AMTI paper (Round 1). Sad to say I didn't solve it. =.=

Raj Magesh - 5 years, 9 months ago

Log in to reply

How was it?

Vishwak Srinivasan - 5 years, 9 months ago

Log in to reply

Alright, I suppose. I got 19/30 questions, missing a few easy ones.

Raj Magesh - 5 years, 9 months ago

You gave NMTC?

Akshat Sharda - 5 years, 9 months ago

I literally did the same. Even step to step same ^_^ U P V O T E D ! UPVOTED!

Akshat Sharda - 5 years, 9 months ago
Rimson Junio
Aug 22, 2015

Let B = 1 2 + 1 4 + 2 8 + 3 16 + 5 32 + . . . B=\frac{1}{2}+\frac{1}{4}+\frac{2}{8}+\frac{3}{16}+\frac{5}{32}+... *Notice that 1 4 \frac{1}{4} is included. Consider the closed form of the Fibonacci Sequence F n = 1 5 ( 1 + 5 2 ) n 1 5 ( 1 5 2 ) n F_n=\frac{1}{\sqrt{5}}(\frac{1+\sqrt{5}}{2})^n-\frac{1}{\sqrt{5}}(\frac{1-\sqrt{5}}{2})^n such that each term of the series B B is given by: B n = 1 5 ( 1 + 5 4 ) n 1 5 ( 1 5 4 ) n B_n=\frac{1}{\sqrt{5}}(\frac{1+\sqrt{5}}{4})^n-\frac{1}{\sqrt{5}}(\frac{1-\sqrt{5}}{4})^n It is easy to see that the series is actually two geometric series with r 1 = ( 1 + 5 4 ) r_1=(\frac{1+\sqrt{5}}{4}) and r 2 = ( 1 5 4 ) r_2=(\frac{1-\sqrt{5}}{4}) and that B = 2 B=2 . Since 1 4 \frac{1}{4} is included in B B , the answer to the question is B 1 4 B-\frac{1}{4} or 1.75 1.75

Jequil Hartz
Aug 22, 2015

This series can be written as 1 2 + 1 4 + n = 3 F n 2 n \large \frac{1}{2} + \frac{1}{4} + \sum _{n=3}^{\infty} \frac{{F}_{n}}{{2}^{n}} .

With the Fibonacci sequence, it is known that F n = F n 1 + F n 2 {F}_{n} = {F}_{n-1} + {F}_{n-2} for n 3 n \ge 3 with F 1 = 1 {F}_{1} = 1 and F 2 = 1 {F}_{2} = 1 .

Thus, n = 3 F n 2 n \large \sum _{n=3}^{\infty} \frac{{F}_{n}}{{2}^{n}} can be written as n = 3 F n 1 + F n 2 2 n \large \sum _{n=3}^{\infty} \frac{{F}_{n -1} + {F}_{n - 2}}{{2}^{n}}

which is equal to n = 3 F n 1 2 n + n = 3 F n 2 2 n \large \sum _{n=3}^{\infty} \frac{{F}_{n -1}}{{2}^{n}} + \sum _{n=3}^{\infty} \frac{{F}_{n - 2}}{{2}^{n}} .

Note that the general terms of those series can be put into the form of F n 2 n \large \frac{{F}_{n}}{{2}^{n}} by shifting indices:

n = 3 F n 1 2 n + n = 3 F n 2 2 n = 1 2 n = 2 F n 2 n + 1 4 n = 1 F n 2 n \large \sum _{n=3}^{\infty} \frac{{F}_{n -1}}{{2}^{n}} + \sum _{n=3}^{\infty} \frac{{F}_{n - 2}}{{2}^{n}} = \frac{1}{2} \sum _{n=2}^{\infty} \frac{{F}_{n}}{{2}^{n}} + \frac{1}{4} \sum _{n=1}^{ \infty} \frac{{F}_{n}}{{2}^{n}} .

Now these series looks very similar to the original. By writing out terms from the series, we can reduce both the series to the form of the original:

1 2 n = 2 F n 2 n + 1 4 n = 1 F n 2 n = F 1 8 + 3 F 2 16 + 3 4 n = 3 F n 2 n \large \frac{1}{2} \sum _{n=2}^{\infty} \frac{{F}_{n}}{{2}^{n}} + \frac{1}{4} \sum _{n=1}^{ \infty} \frac{{F}_{n}}{{2}^{n}} = \frac{{F}_{1}}{8} + \frac{3{F}_{2}}{16} + \frac{3}{4} \sum _{n=3}^{ \infty} \frac{{F}_{n}}{{2}^{n}} .

n = 3 F n 2 n = F 1 8 + 3 F 2 16 + 3 4 n = 3 F n 2 n \large \Longrightarrow \sum _{n=3}^{ \infty} \frac{{F}_{n}}{{2}^{n}} = \frac{{F}_{1}}{8} + \frac{3{F}_{2}}{16} + \frac{3}{4} \sum _{n=3}^{ \infty} \frac{{F}_{n}}{{2}^{n}}

n = 3 F n 2 n = 5 16 + 3 4 n = 3 F n 2 n n = 3 F n 2 n = 5 4 \large \Longrightarrow \sum _{n=3}^{ \infty} \frac{{F}_{n}}{{2}^{n}} = \frac{5}{16} + \frac{3}{4} \sum _{n=3}^{ \infty} \frac{{F}_{n}}{{2}^{n}} \Longrightarrow \sum _{n=3}^{ \infty} \frac{{F}_{n}}{{2}^{n}} = \frac{5}{4} .

This is true due to the convergence of n = 3 F n 2 n \large \sum _{n=3}^{ \infty} \frac{{F}_{n}}{{2}^{n}} which can be verified by use of the ratio test which simplifies down to F n + 1 2 F n \large \frac{{F}_{n+1}}{2{F}_{n}} which converges to a value less than one as n approaches infinity.

Thus, the answer of 1 2 + 1 4 + n = 3 F n 2 n = 1 2 + 1 4 + 5 4 = 8 4 = 2 \large \frac{1}{2} + \frac{1}{4} + \sum _{n=3}^{ \infty} \frac{{F}_{n}}{{2}^{n}} = \frac{1}{2} + \frac{1}{4} + \frac{5}{4} = \frac{8}{4} = \boxed{2} .

Moderator note:

Note that you have to explain why the series converges first (e.g. ratio test), before the arithmetic can be justified.

For example, we still have = 5 16 + 3 4 × \infty = \frac{5}{16} + \frac{3}{4} \times \infty .

Note that you have to explain why the series converges first (e.g. ratio test), before the arithmetic can be justified.

For example, we still have = 5 16 + 3 4 × \infty = \frac{5}{16} + \frac{3}{4} \times \infty .

Calvin Lin Staff - 5 years, 9 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...