| MATH 202 | SPRING 2002 |
Here are some examples showing how to use the TI-83 Plus, the TI-85, and the TI-89 to evaluate the sorts of sums that come up in numerical integration and series approximations of functions. We will work out two examples on each of the three calculators. The first is a simple summation of 1/k2 for k going from 1 to 20. In symbols,
![]()
The second is a slightly more complicated sum
![]()
in which the more natural index is not i, but (1 + (i/5)). In this example, we will take advantage of the fact that we are actually adding up the values of the function e-x2 as the variable x takes on the values 1.2, 1.4, 1.6, 1.8, ..., 2.8, 3.0.
Click on the appropriate link to jump to the example using the TI-83 Plus, the TI-85, or the TI-89.
On the TI-83 Plus, we use the sum( and seq( functions. The sum( command is found under LIST, MATH. To get there we press [2nd] LIST and then touch the right arrow key twice to highlight MATH. The sum( command is selection 5 on the resulting list. The seq( command is found under LIST, OPS. To get there we press [2nd] LIST again, and then touch the right arrow once to highlight OPS. The seq( command is again selection 5. Back on the home screen, we have the display
![]()
and we're ready to key in the details of the first example. We want to add up the expression 1/k2 for k going from 1 to 20. We use the various alpha and numeric keys to complete the line as shown below. We then press [ENTER] and wait for the answer to appear. Here's what we get:
![]()
We read the input line as "the sum of the sequence 1/k2 as k goes from 1 to 20 by ones." That's what that last "1" is: the increment.
As mentioned above, we may treat the second example as the sum of e-x2 where x takes on the values 1.2, 1.4, 1.6, ..., 2.8, 3.0. That is, x goes from 1.2 to 3.0 in steps of 0.2.
Using the sum( and seq( commands as before, we key in the full summation command and then press [ENTER]. We get
![]()