Suppose we are asked to solve the following summation
$$\sum_{i=1}^{n} (i2^{i-1})$$
Below is my attempt at solving this..
I know that the quotient rule for exponents can help me simplify the summation.
$$\sum_{i=1}^{n} (i2^{i}/2)$$
now i can extract the constant from the summation..
$$ 1/2\sum_{i=1}^{n} (i2^{i})$$
this is where i am stuck.. can anyone give me some advice on what to do next?