Consider the sequence:

3 , 8 , 13 , 18 , 23....

The recursive formula for this sequence is:

[tex]a_{n} =a_{n-1} +5.[/tex]

In complete sentences, explain what [tex]a_{n},a_{n-1},[/tex] and the 5 represnt in the formula. Find [tex]a_{g}[/tex]. What do you need to know in order to find [tex]a_{g}[/tex] ?

Respuesta :

The [tex]a_n[/tex] reprsents the nth term where n is some positive whole number {1,2,3,...}

The [tex]a_{n-1}[/tex] represents the term just before the nth term. For example, if n = 22 then [tex]a_{n} = a_{22}[/tex] and [tex]a_{n-1} = a_{21}[/tex]

The +5 at the end means we add 5 to the previous term just before the nth term to get the nth term. In other words, the rule is "add 5 to each term to get the next term".

To get the 9th term [tex]a_{9}[/tex], we need to find the terms before this one because the recursive sequence builds up. The 9th term depends on the 8th term, which depends on the 7th term, and so on. The countdown stops until you reach the first term.

-------

[tex]a_{1} = 3[/tex] (given)

[tex]a_{2} = 8[/tex] (given)

[tex]a_{3} = 13[/tex] (given)

[tex]a_{4} = 18[/tex] (given)

[tex]a_{5} = 23[/tex] (given)

[tex]a_{6} = a_{5}+5 = 23+5 = 28[/tex] (add 5 to the prior term)

[tex]a_{7} = a_{6}+5 = 28+5 = 33[/tex]

[tex]a_{8} = a_{7}+5 = 33+5 = 38[/tex]

[tex]a_{9} = a_{8}+5 = 38+5 = 43[/tex]

So the 9th term is [tex]a_{9} = 43[/tex]