A Geometric series has a first term of -2 and a common ratio of -3/2 find the smallest number of terms whose sum will be greater than 12.
What I did:
Sn > 12
a(r^n-1)/(r-1) > 12
((-3/2)^n-1)/(-5/2) <-6
(-3/2)^n > 16
And I know that you cannot have a log with a negative base. I also know that summing the first 8 terms will be the first time that the sum is greater than 12. So where do I stand mathematically: Is it undefined or 8?
(-3/2)^n > 16 has a positive solution. Let f(n) = (-3/2)^n and g(m) = f(2m). g is a positive (the base of the exponent is positive) and monotonically increasing (the base is > 1) function. For all k, there exists some natural n such that g(n) > k.
Sorry, I think I abused the notation I didn't want to depreciate any series
You've got two series
the series called `a' starts at 2, and has a ratio of 9/4
the series called `1' starts at 3, and has a ratio of 9/4
S_{a} means the sum of the series called `a'
S_{1} means the sum of the series called `1'
the series called `a' represents the terms that are negative
the series called `1' represents the terms that are positive
that's why you do S_{1} - S_{a}