I need to solve something that looks like a mix between an arithmetic and geometric progression. Solving a plain old arithmetic progression should be easy like:
S = a + 2a + 3a +...+na
=> S(2) = (na + a) + (n-1(a)+2a) + (n-2(a)+3a)+...(1(a)+na)
=> S = n(n+1)a/2
And likewise, I get the standard S(1-r) technique for simplifying geometric progressions, but now I'm given this:
S = r + ar^2 + 2ar^3 +...+(n-1)ar^n
What's the strategy for simplifying this one?
S = a + 2a + 3a +...+na
=> S(2) = (na + a) + (n-1(a)+2a) + (n-2(a)+3a)+...(1(a)+na)
=> S = n(n+1)a/2
And likewise, I get the standard S(1-r) technique for simplifying geometric progressions, but now I'm given this:
S = r + ar^2 + 2ar^3 +...+(n-1)ar^n
What's the strategy for simplifying this one?