199k views
2 votes
Please help 100 points ​

Please help 100 points ​-example-1

1 Answer

2 votes

Answer:

a₁ = 7

a
_(n) = -3 ⋅ a
_(n-1), for n > 1

Explanation:

Do you want to know how to write a recursive formula for a_n, the n^th term of the sequence: 7, -21, 63, -189...? Well, it's easy as pie! Just follow these simple steps:

1. Find the common ratio of the sequence. This is the number that you multiply each term by to get the next term. In this case, it's -3. You can check by dividing any term by the previous term. For example, -21 / 7 = -3, 63 / -21 = -3, and so on.

2. Write the formula for a
_(n) using the common ratio and the previous term. The formula is a
_(n) = -3 ⋅ a
_(n-1)), where n is any positive integer greater than 1. This means that to find any term in the sequence, you just multiply the previous term by -3.

3. Write the formula for a₁, the first term of the sequence. This is the starting point of the recursion. In this case, it's 7. You can find it by looking at the first term in the sequence or by plugging in n = 1 into the formula for a
_(n) .

4. Voila! You have written a recursive formula for a
_(n) . The formula is:

a₁ = 7

a
_(n) = -3 ⋅ a
_(n-1), for n > 1

Congratulations! You are now a master of recursion! Give yourself a pat on the back and celebrate with some pi!

User Dmytro Batyuk
by
8.3k points

No related questions found