3, 8, 13, 18, 23, 28, 33, 38

What is the recursive function?
What is the explicit function?

I don't completely understand the two functions, if anyone could help me out that would be great :)

Respuesta :

Riia

The given series is

[tex]3,8,13,18,23,28,33,38,...[/tex]

Where the first term, a , is 3.

And the difference is constant, that is

[tex]8-3=13-8=18-13=5[/tex]

So the constant difference, d is 3.

Since the difference is constant, so the given series is arthmetic.

And for explicit rule, we use the formula of nth term, which is

[tex]a_{n}= a+(n-1)d[/tex]

Substituting the values of a and d, we will get

[tex]a_{n} = 3+(n-1)5 \\ a_{n} = 3+5n-5 \\ a_{n} = 5n -2[/tex]

Recursive rule is used to tell us the relationship between previous and current term. And the required rule is

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

ACCESS MORE