Summation problem (first N positive integers)

AI Thread Summary
The discussion revolves around understanding the formula for the sum of the first N positive integers, which is n(n+1)/2. A participant seeks a step-by-step explanation for reducing this formula to arrive at the final answer, n^2(n+1)/2. Clarifications are provided regarding the upper bounds of summations, emphasizing that the correct upper bound should be "i" rather than "n" to achieve the correct result. Participants encourage starting with the innermost summation and working outward for clarity. The conversation highlights the importance of correctly identifying summation limits to avoid errors in calculations.
GeorgeCostanz
Messages
29
Reaction score
0

Homework Statement



LNE5ZhT.png

Homework Equations



so i kno the formula for the for the sum of the first N positive integers

MZOJig4.png


when i = 1

The Attempt at a Solution



i kno the answer = n^2(n+1)/2

but could someone explain step by step how you reduce it to get the final answer? as if I'm in kindergarten? I'm slow, thanks.

my work:

following the formula: n(n+1)/2 * n(n+1)/2 * n(n+1)/2 ?

i don't understand how to reduce the terms to get the final answer provided
 
Last edited:
Physics news on Phys.org
GeorgeCostanz said:

Homework Statement



LNE5ZhT.png



Homework Equations



so i kno the formula for the for the sum of the first N positive integers

MZOJig4.png


when i = 1


The Attempt at a Solution



i kno the answer = n^2(n+1)/2

but could someone explain step by step how you reduce it to get the final answer? as if I'm in kindergarten? I'm slow, thanks.


PF rules require you to show us your work.
 
oh okay sure
 
Are you sure the upper bound on the second summation is "i" and not "n"? Note that this is a summation of the value "1", not the variable "i".
 
rcgldr said:
Are you sure the upper bound on the second summation is "i" and not "n"? Note that this is a summation of the value "1", not the variable "i".

If the upper bound on the second summation were "n" then the sum would be n^3. You are only going to get the correct answer if the upper bound is "i". Start with the innermost sum and work your way out. It's not hard.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top