Consider a geometric progression with a negative initial term. If term is and term is what is the sum of the first 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.
Hallo all,
since it is a geometric,as refers to a(number of term),
given that a(4) = 81, a(8) = 6561,
a(4) = ar^3 = 81 , a(8) = ar^7 = 6561,
a = 81 / r^3(1)
ar^7 = 6561(2)
substitute (1) into (2),
81 / r^3 x (ar^7) = 6561
81r^4= 6561
r^4 = 81(since the initial term is negative),
r^4 = (-3)^4
r = -3
so the initail term that is a = 81 / (-3)^3 = 81 /-27 = -3,
therefore sum of the 1st 4 terms(noted that r=-3),
use S(n) = a(1 - r^n) / 1-r
S(4) = -3 ( 1-(-3)^4) / 1-(-3)
S(4) = -3 ( 1 -81) / 1 + 3
S(4) = -3(-80) / 4 = 240 /4 = 60, therefore S(4) = 60....
thanks....