To determine the correct function notation based on the given recursively defined formula, let's analyze the information:
You have:
- The first term defined as \( a_1 = -3 \)
- The recursive formula given as \( a_n = a_{n-1} + 4 \)
We can express the sequence using function notation.
-
For the first term:
- \( a(1) = -3 \) means that when \( n = 1 \), the value of the sequence is -3.
-
The recursive rule states that each term is the previous term plus 4. This can also be written in function notation as:
- \( a(n) = a(n-1) + 4 \)
This matches the second option in your responses, which states:
f(1) = -3; f(n) = f(n-1) + 4
So, the correct answer is:
f(1) = −3; f(n) = f(n−1) + 4.