Westonci.ca is the Q&A platform that connects you with experts who provide accurate and detailed answers. Get precise and detailed answers to your questions from a knowledgeable community of experts on our Q&A platform. Get immediate and reliable solutions to your questions from a community of experienced professionals on our platform.
Sagot :
Answer:
a. explicit: an = 16(1/4)^(n-1); recursive: a[1] = 16, a[n] = 1/4·a[n-1]
b. explicit: an = -2 +7(n -1); recursive: a[1] = -2, a[n] = 7+a[n-1]
Step-by-step explanation:
Finding sequence formulas is all about finding and matching patterns. It is generally pretty easy to subtract one term from the next to see if there is a common difference. If the differences are not constant, but terms have the same ratio. then the sequence is geometric.
The forms for explicit and recursive formulas for arithmetic and geometric sequences are shown here. All you need to do is fill in the values of the first term (a1) and common difference (d) or common ratio (r).
Arithmetic sequence formulas:
explicit formula:
[tex]a_n=a_1+d(n-1)[/tex]
recursive formula:
[tex]a_1 = \text{[first term]};\ a_n=d+a_{n-1}[/tex]
Geometric sequence formulas:
explicit formula:
[tex]a_n=a_1\cdot r^{n-1}[/tex]
recursive formula:
[tex]a_1 = \text{[first term]};\ a_n=r\cdot a_{n-1}[/tex]
__
a.
The first term is 16. There is no common difference, but the common ratio is 4/16 = 1/4.
explicit formula: an = 16(1/4)^(n-1)
recursive formula: a[1] = 16; a[n] = 1/4·a[n-1]
__
b.
The first term is -2. The common difference is 5-(-2) = 7.
explicit formula: an = -2 +7(n -1)
recursive formula: a[1] = -2; a[n] = 7 +a[n-1]
_____
Additional comment
Term numbers are generally identified by subscripts on the variable. When writing in plain text, subscripts are difficult to create, so we simply write the subscript next to the variable name: an, a1. This is less satisfactory when there is arithmetic in the subscript, as in the recursive formulas. For those, we have written the plain text formulas using square brackets to show the term numbers: a[1], a[n], a[n-1].
The recursive formula for a given term is defined in terms of the previous term in the sequence. In order for that to work, there needs to be a definition of the first term. We have referred to that generically as a1, but the meaning of a1 = a1 in the recursive formula is maybe no so clear. That is why we used a1 = [first term]. The intention is that [first term] be understood to mean the numerical value of the first term of the sequence.
In short, these problems are worked by finding the common ratio or difference, identifying the first term of the sequence, and filling those two values into the generic formulas.
We hope our answers were helpful. Return anytime for more information and answers to any other questions you may have. We hope our answers were useful. Return anytime for more information and answers to any other questions you have. Thank you for visiting Westonci.ca. Stay informed by coming back for more detailed answers.