Once we have a formula for the nth term, itβs vital to verify it.
Verification ensures that the formula is accurate for all terms.
**Our Formula**: \( a_n = (-1)^{n+1} \).
**Verification Steps**:
- **Plug in Values**: Substitute different n values into the formula to check results.
- **Check Consistency**: Compare the results with the observed sequence terms.
**Example Verification**:
- For n = 1, \( a_1 = (-1)^{1+1} = (-1)^2 = 1 \)
- For n = 2, \( a_2 = (-1)^{2+1} = (-1)^3 = -1 \)
- For n = 3, \( a_3 = (-1)^{3+1} = (-1)^4 = 1 \).
Each example returns the correct sequence term.
These steps confirm our formula is correct and accurately represents the given sequence.
Verification solidifies our understanding and confirms our pattern findings.