What does the sum below evaluate to? $$\sum_{i=1}^n 4^i*i $$
I know the rule for a sum of a geometric series: $$\sum_{i=1}^n a\cdot r^{i-1}=\frac{a(r^n-1)}{r-1} $$
But I cant seeem to apply to this formula because its to the power of i and there is also the *i factor
Such a series in which the terms are product of GP and an AP is called an AGP.
The method for evaluating such sums is simple. To determine a formula for this sum without using derivatives (as suggested in the comment) you can use the following method.
Let $$\sum_{i=1}^n 4^i*i = S$$
Or S=$$\sum_{i=0}^{n-1}4^{i+1}*{(i+1)} $$ Then $$4S=\sum_{i=1}^n4^{i+1}*i $$
Implies $$3S= 1+ n4^{n+1} - \sum_{i=0}^{n}4^i $$
And done.
EDIT:
To clarify how I got 3S, I will list S and 4S.
S= $1*4+2*4^2+3*4^3+...+n4^n$
4S= $1*4^2+2*4^3+...+(n-1)4^n + n4^{n+1}$
On subtracting we get-
$3S= -4-4^2-4^3-...-4^n + n4^{n+1}$
Or $$3S= 1+ n4^{n+1} - \sum_{i=0}^{n}4^i $$