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

  • Thread starter Thread starter heartyface
  • Start date Start date
  • Tags Tags
    Series Sum
AI Thread Summary
To calculate the sum of a Fibonacci series to the nth term, there is a well-established formula that can be derived through known mathematical processes. The discussion highlights the complexity of expressing the Fibonacci sequence and its sums, with examples provided to illustrate the calculations. Users are encouraged to refer to external resources, such as Wikipedia, for detailed explanations and formulas. The conversation emphasizes the importance of understanding the underlying principles of the Fibonacci series. Overall, the sum can be calculated using established mathematical methods.
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
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Back
Top