A geometric sequence is a sequence of numbers where each term after the first is found by multiplying the previous term by a fixed, non-zero number called the common ratio. The general form of a geometric sequence is:
a1, a1 * r, a1 * r2, a1 * r3, ...
Where:
The formula to find the nth term of a geometric sequence is:
an = a1 * r(n-1)
The formula to find the sum of the first n terms of a geometric sequence (also known as the geometric series) is:
Sn = a1 * (1 - rn) / (1 - r)
Where:
Geometric sequences and series are used in various real-life applications, such as population growth, interest calculations, and exponential decay.
Understanding geometric sequences and series is important in mathematics and can be useful in solving many problems involving exponential growth or decay.
.