Showing posts with label sum. Show all posts
Showing posts with label sum. Show all posts

Tuesday, April 7, 2009

Sum Equations


Today in class we learned equations to find the sums of certain types of sequences.

Tuesday, March 31, 2009

Geometric Sequences


Monday in class we talked about geometric sequences, where there is a constant ratio between terms. We learned the equation and worked some practice problems, as usual. We also discussed finding the sum of terms in a geometric sequences, which usually has to be done on a calculator.

Thursday, March 26, 2009

Arithmetic Sequence


new formula for linear functions, new term Arithmetic Sequence 
d is the constant difference between the terms 
can find the formula from a sequence, can also find a sequence from a formula 
lots of examples 

Wednesday, March 25, 2009

Sequences, Recursion, Sigma




Today we practiced sequences, recursive notation, and played with summation/sigma. The new things were mainly the latter 2. Recursive notation is a way of writing a sequence in such a way that the method calls itself. Recursive notation requires 2 things: An defined by a change in An-1 and a start point, a value for A1. Sigma notation is used when talking about adding everything up in a sequence. You put the lower limit on the bottom and the upper limit on the top. Next to the sigma, write the function that you will call each time to produce the next number in the sequence and that number will get added to the previous number until the upper liimit has been reached. You can use the calculator if the numbers get messy. 2nd -> Stat -> math for sum and -> ops for seq and then type in the function, variable being used, start value, end value