We are given a geometric sequence with all terms being strictly positive. The sum of the first and second terms of the geometric sequence is 1 2 and the sum of the third and fourth terms of the geometric sequence is 4 8 . Find the sum of the first eight terms.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
4 ( x 1 + x 2 ) = x 3 + x 4 This pattern will continue for all subsequent pairs of terms, as this is a geometric sequence. Here's the idea: x 3 + x 4 = r 2 x 1 + r 2 x 2 = r 2 ( x 1 + x 2 ) x 5 + x 6 = r 2 ( x 3 + x 4 ) x 7 + x 8 = r 2 ( x 5 + x 6 ) In this case, r 2 = 4 , so the sum of the first 8 terms is S 8 = 1 2 + 4 ( 1 2 ) + 1 6 ( 1 2 ) + 6 4 ( 1 2 ) S 8 = 1 0 2 0
Side note: in the problem, we are told that all terms are strictly positive. In fact, this information is irrelevant! Let's say the series could have negative terms; then from the solution above, r = − 2 . If you solve the series this way, the sum still becomes 1 0 2 0 . (The first two terms are − 1 2 , 2 4 . ) So why is it irrelevant? From the solution above, r doesn't actually make any difference; r 2 does. So r = ± r 2 . Either way, the sum is only affected by r 2 , so it will come out to be the same!
Write the expression in terms of a and r (a is the first term and r is the ratio). The product of the first 2 terms is 12 (write in terms of a and r). The product of the 3rd and 4th term is 48 (write in terms of a and r). Divide and r=2, substitute into either equations and a=4. Then use the sum formula for partial geometric sequence.
a1 + a2 = 12 i.e ar + ar² = 12 and a3 + a4 = 48 i.e. ar² + ar³ = 48
divide r² = 48/12 = 4 i.e r = 2 so a = 4
Sn = a[r^n – 1]/(r – 1) = S8 = 4]2^8 – 1]/1 = 1020
Problem Loading...
Note Loading...
Set Loading...
A1 + A1R = 12
A1R^2 + A1R^3 = 48
R^2(A1 + A1R) = 48
R^2(12) = 48
R^2 = 4
R = 2
R =-2 (Eliminate -2: problem states that all terms are positive)
A1(1+R) = 12
A1(1+2) = 12
A1 = 4
S = [A1(1-R^n)]/(1-R)
S = [4(1-2^8)]/(1-2)
S = 4(-255) / -1
S = 1020