The nth term formula is used to determine any specific term in a geometric sequence without listing all previous terms. This formula incorporates the first term and the common ratio to calculate the value of the term at any position \(n\). The formula is given by:
\[ a_n = a_1 \times r^{(n-1)} \]
Where:
- \(a_n\) is the nth term
- \(a_1\) is the first term
- \(r\) is the common ratio
- \(n\) is the term number in the sequence
For example, to find the 4th term in the sequence 5, 10, 20, 40, with \(a_1 = 5\) and \(r = 2\), plug in the values into the formula:
\[ a_4 = 5 \times 2^{(4-1)} = 5 \times 2^3 = 5 \times 8 = 40 \]
This makes it easy to see how the formula works and helps in quickly finding any term in the sequence. Always substitute the known values correctly to avoid errors in computation.