Presentation is loading. Please wait.

Presentation is loading. Please wait.

Recursive Series and Summations. Finding the general term of a sequence can be difficult. You are looking for a pattern and then giving it a mathematical.

Similar presentations


Presentation on theme: "Recursive Series and Summations. Finding the general term of a sequence can be difficult. You are looking for a pattern and then giving it a mathematical."— Presentation transcript:

1 Recursive Series and Summations

2 Finding the general term of a sequence can be difficult. You are looking for a pattern and then giving it a mathematical equation. Two things that will help are: If a sequence is negative, positive, negative, positive, use (-1) n If a sequence is positive, negative, positive, negative, use (-1) n+1. Break down each sequence and see if you can find the pattern. Sometimes, it just takes luck…….Sorry 

3 The sequence alternates between negative and positive so use (-1) n. If you look for a pattern, you see 1 = 1 2 ; 4 = 2 2 ; 9 = 3 2, so the pattern is? What stays the same each time? What is the pattern with the denominator?

4

5 A recursive sequence is a sequence that uses the previous number in the sequence to find the next number in the sequence. The most famous recursive sequence is a Fibonacci sequence. 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, … 1+1 = 2; 1 + 2 = 3; 2 + 3 = 5; 3 + 5 = 8, ….. It is the pattern that many things in nature follow: Flower petals, sunflowers, broccoli

6

7

8 *Due to an issue with this program, the problem looks slightly different than what you will see. The problems you will see have the i= 0 and the 4 above and below the sigma.

9


Download ppt "Recursive Series and Summations. Finding the general term of a sequence can be difficult. You are looking for a pattern and then giving it a mathematical."

Similar presentations


Ads by Google