phospho
- 250
- 0
I don't understand how the part in yellow can give you U_n, I just don't see how taking the two summations away from each other would give U_n, could anyone explain it please
micromass said:Write it out for n=4. You'll see immediately what happens.
I think micromass meant this:phospho said:write what out? I've substituted n = 4 and get 20 if I use what they have used for part b...
eumyang said:Think about it.
\Sigma^{n}_{r = 1} U_r= U_1 + U_2 + U_3 + ... + U_{n - 1} + U_n, and
\Sigma^{n - 1}_{r = 1} U_r= U_1 + U_2 + U_3 + ... + U_{n - 1}.
So what happens when you subtract the two summations:
\left( U_1 + U_2 + U_3 + ... + U_{n - 1} + U_n \right) - \left( U_1 + U_2 + U_3 + ... + U_{n - 1} \right)?
EDIT: Beaten to it.![]()
\Sigma^{n}_{r = 1} U_r = U_1 + U_2 + U_3 + ... + U_{n - 1} + U_n = n^2 + 4n. That was given in the problem. Notice the substitution that was made in the step after the highlighted step.phospho said:I see, but what is the "n^2 + 4n", is that a general term or..?