131k views
2 votes
The first term of a geometric sequence is 5 and the multiplier, or ratio, is –2. What is the sum of the first 5 terms of the sequence?

User Tedesco
by
8.0k points

1 Answer

6 votes

Explanation:

s1 = 5

s2 = s1 × -2 = 5×-2 = -10

s3 = s2 × -2 = -10 × -2 = 20

...

now, we could do all that manually.

but there is also a formula for geometric sequence.

in fact, there are 2 - one for finite and one for infinite sequences.

and I was not completely honest, each of these 2 had some sub-forms depending on the size of the multiplier or ratio.

since we need the sum of the first 5 terms, which of the 2 do you think we need ?

of course, finite, because 5 is a normal number we can "touch". it is not infinity.

so, the formulas for finite sums of geometric sequences are :

if |r| < 1, Sn = a(1 - r^n)/(1 - r)

if |r| > 1, Sn = a(r^n - 1)/(r - 1)

if r = 1, Sn = na

if r = -1, then Sn = a or 0 depending on if n is odd or even.

the sequence is in general

s1 = a

sn = sn-1 × r

in our case a = 5, r = -2.

so, what form of the formula do we need ?

|-2| = 2, and 2 > 1, so ...

S5 = 5(-2^5 ‐ 1)/(-2 - 1) = 5(-32 - 1)/-3 = 5×-33/-3 =

= 5 × 11 = 55

quick check, as the 5 terms are

5

-10

20

-40

80

and their sum is : 55

correct !

User Keypoint
by
7.5k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.