19990401
○ ○ ○ ○ ○
Example
Generate a number table from recursion between two terms as
expressed by
a
n
+
1
= 2
a
n
+1, with an initial term of
a
1
= 1, as
n
changes
in value from 1 to 6. Use the table values to draw a line graph.
Use the following V-Window settings.
Xmin = 0,
Xmax = 6,
Xscale = 1
Ymin = –15,
Ymax = 65,
Yscale = 5
Procedure
1
m
RECUR
2
!
K
(V-Window)
a
w
g
w
b
w
c
-
bf
w
gf
w
f
w
i
3
3
(TYPE)
c
(
a
n
+
1
=)
c
2
(
a
n
)
+b
w
4
5
(RANG)
2
(
a
1
)
b
w
g
w
b
w
i
5
6
(TABL)
6
5
(G
•
CON)
Result Screen
5-9-4
Graphing a Recursion Formula