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
The discussion revolves around understanding a series involving two summations, specifically how the subtraction of these summations relates to the term U_n. Participants are trying to clarify the relationship between the summations and the expression given in the problem.
There is an ongoing exploration of the mathematical relationships involved, with participants providing insights and asking for further clarification. Some guidance has been offered regarding the approach to take with specific values of n, but no consensus has been reached on the interpretation of the terms involved.
Participants are working within the constraints of a homework problem that involves specific expressions and summation notation. There is an indication that certain substitutions or interpretations may be necessary to fully understand the problem.
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.
[itex]\Sigma^{n}_{r = 1} U_r= U_1 + U_2 + U_3 + ... + U_{n - 1} + U_n[/itex], and
[itex]\Sigma^{n - 1}_{r = 1} U_r= U_1 + U_2 + U_3 + ... + U_{n - 1}[/itex].
So what happens when you subtract the two summations:
[itex]\left( U_1 + U_2 + U_3 + ... + U_{n - 1} + U_n \right) - \left( U_1 + U_2 + U_3 + ... + U_{n - 1} \right)[/itex]?
EDIT: Beaten to it.![]()
[itex]\Sigma^{n}_{r = 1} U_r = U_1 + U_2 + U_3 + ... + U_{n - 1} + U_n = n^2 + 4n[/itex]. 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..?