Example
Q: Does the series converge?
Solution: Press 'Y=' and enter Y1 = 3(.6)^X
(Always use the letter X on this screen. It's the button in the 3rd row from the top, 2nd from the left.)
Choose 2 for 'Series'.
Start at X=1
End at X=100 (This should just be a
large number to simulate infinity.)
Increment = 1 (For a summation, n
takes on all integer values from the
bottom number to the top number.)
The program evaluates the function
at each integer value from 1 to 100,
produces cumulative totals, and stops
on the last cumulative total. If the
last several lines are the same value,
then the series converges to that value.
If the numbers show no trend, bounce
around, or increase/decrease without
bound, then the series does not
converge (or you have not chosen a
large enough 'end' value).
Interpretation: The series converges to 9/2.
* Note: If you want to determine if a sequence converges, choose 1 for 'Sequence'. Then, the program will report the individual values of the function, not the totals.