Write a recursive formula for the following explicit formula, and find the first term of the sequence. \[ a_{n}=31+41 \mathrm{n} \] \( a_{1}=\square \) \( a_{n}=\square \) (Simplify your answers.)
Real Tutor Solution
Answer
Solution
Reviewed and approved by the UpStudy tutoring team
Mind Expander
To find the first term of the sequence defined by the explicit formula \( a_{n} = 31 + 41n \), we simply substitute \( n = 1 \): \[ a_{1} = 31 + 41(1) = 31 + 41 = 72. \] Now, let's derive the recursive formula. The recursive formula expresses each term in relation to the previous term. Noticing that the difference between consecutive terms \( a_{n} \) can be represented as: \[ a_{n} - a_{n-1} = (31 + 41n) - (31 + 41(n-1)) = 41. \] Thus, we can express the recursive formula as follows: \[ a_{n} = a_{n-1} + 41 \text{ for } n \geq 2 \] with the initial condition: \[ a_{1} = 72. \] So, filling in the blanks: \( a_{1}=72 \) \( a_{n}=a_{n-1}+41 \)