How can the sum of a Fibonacci series to the nth term be calculated?

  • Context: Undergrad 
  • Thread starter Thread starter heartyface
  • Start date Start date
  • Tags Tags
    Series Sum
Click For Summary
SUMMARY

The discussion focuses on calculating the sum of a Fibonacci series up to the nth term. The user expresses confusion about the series' progression and its mathematical representation. A response highlights that there is a well-established formula for this calculation, suggesting that the user consults the Wikipedia page on Fibonacci numbers for a comprehensive understanding. The formula and derivation process are recognized as fundamental knowledge in mathematics.

PREREQUISITES
  • Understanding of Fibonacci series and its properties
  • Basic knowledge of mathematical notation and sequences
  • Familiarity with mathematical formulas and derivations
  • Access to online resources for further research
NEXT STEPS
  • Study the derivation of the Fibonacci sum formula
  • Explore the mathematical properties of Fibonacci numbers
  • Learn about recursive algorithms for Fibonacci series calculation
  • Investigate applications of Fibonacci numbers in computer science
USEFUL FOR

Mathematicians, computer scientists, students learning about sequences, and anyone interested in algorithmic calculations involving Fibonacci numbers.

heartyface
Messages
28
Reaction score
0
hey:)
So I've been trying to calculate the sum of a fibonnaci series to the nth term...
like
a, b, a+b, a+2b, 2a+3b, 3a+5b, 5a+8b...
but then the series repeat themselves in this as well...
so
a1, a2, a3, a4, a5, a6...
is equal to
(excuse me for being uncapable of speaking latex the language of the gods...)
a1, a2, a1(a1)+a2(a2), a1(a2)+a2(a3), a1(a3)+a2(a4), a1(a4)+a2(a5)...
which is
a1, a2, a1^2+a2^2, a2(a1+a1^2+a2^2), a1^3+2a1a2^2+a1^2a2^2+a2^4...
(i could have made a mistake somewhere...)
so my point is
how... do you calculate the sum of a fibonnaci series to the nth term
thanks:)
 
Mathematics news on Phys.org
Hey heartyface and welcome to the forums.

There is a formula for this and the process to derive the formula is a well known one (in the way that it has been known for a long time).

You should probably have a look at this [Google is your friend ;)]

http://en.wikipedia.org/wiki/Fibonacci_number
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 10 ·
Replies
10
Views
9K
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
14K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
1
Views
17K