To find the recursive formula for the given arithmetic sequence \( a_n = { 2, \frac{7}{2}, 5, \frac{13}{2}, \ldots } \), we first need to establish the first term and the common difference.
-
The first term \( a_1 \) is given as \( 2 \).
-
To find the common difference, we can look at the difference between consecutive terms:
- \( \frac{7}{2} - 2 = \frac{7}{2} - \frac{4}{2} = \frac{3}{2} \)
- \( 5 - \frac{7}{2} = 5 - \frac{7}{2} = \frac{10}{2} - \frac{7}{2} = \frac{3}{2} \)
- \( \frac{13}{2} - 5 = \frac{13}{2} - \frac{10}{2} = \frac{3}{2} \)
The common difference is consistently \( \frac{3}{2} \).
Therefore, the recursive formula for the sequence can be written as: \[ a_1 = 2; \quad a_n = a_{n-1} + \frac{3}{2} \text{ for } n > 1 \]
So, the correct answer is: \[ \text{lower } a_1 = 2; \quad \text{lower } a_n = \text{lower } a_{n-1} + \frac{3}{2} \]