5-9-6

 

Graphing a Recursion Formula

Example

Generate a number table from recursion between two terms as

 

expressed by an+1 = 2an + 1, with an initial term of a1 = 1, as n changes

 

in value from 1 to 6. Use the table values to draw a plot line graph with

 

ordinate Σan, abscissa n.

 

 

Use the following V-Window settings.

 

Xmin = 0,

Xmax = 6,

Xscale = 1

 

Ymin = –15,

Ymax = 65,

Yscale = 5

Procedure

1m RECUR

2!m(SET UP)1(On)J3!3(V-WIN) awgwbwc

-bfwgfwfwJ

43(TYPE)2(an+1)c2(an)+bw55(SET)2(a1)bwgwbwJ61(SEL+S)f2()J76(TABL)86(G PLT)6(Σan)

Result Screen

20070201