Westonci.ca offers quick and accurate answers to your questions. Join our community and get the insights you need today. Experience the convenience of getting accurate answers to your questions from a dedicated community of professionals. Get precise and detailed answers to your questions from a knowledgeable community of experts on our Q&A platform.

Write a recursive formula and an explicit formula for the following arithmetic sequence.
11, 13, 15, 17, 19, ...
A recursive formula is a = INan=.
(Simplify your answers.)
An explicit formula is an =
(Simplify your answer.)


Sagot :

Answer:

Please check the explanation.

Step-by-step explanation:

Given the sequence

11, 13, 15, 17, 19, ...

Determining the Recursive formula:

We know that a recursive formula is termed as a formula that specifies each term of the given sequence using the preceding terms.

From the given sequence it is clear that every term can be obtained by adding two to the previous term.

i.e. 13 = 11+2, 15 = 13+2, 17 = 15+2, 19 = 17+2

so

aₙ₊₁ = aₙ+2, for n ≥1

Therefore, a recursive formula is:

  • aₙ₊₁ = aₙ+2, for n ≥1

Determining the Explicit formula:

Given the sequence

11, 13, 15, 17, 19, ...

An arithmetic sequence has a constant difference 'd' and is defined by  

[tex]a_n=a_1+\left(n-1\right)d[/tex]

computing the differences of all the adjacent terms

[tex]3-11=2,\:\quad \:15-13=2,\:\quad \:17-15=2,\:\quad \:19-17=2[/tex]

The difference between all the adjacent terms is the same and equal to

[tex]d=2[/tex]

also

[tex]a_1=11[/tex]

so substituting [tex]d=2[/tex], [tex]a_1=11[/tex] in the nth terms

[tex]a_n=a_1+\left(n-1\right)d[/tex]

[tex]a_n=2\left(n-1\right)+11[/tex]

[tex]a_n=2n+9[/tex]

Therefore, the Explicit formula is:

[tex]a_n=2n+9[/tex]