Posted by Sean on Monday, May 30, 2011 at 10:33pm.
You need to derive the formula for:
Sum from j = 0 to N of j^2
There are many different ways to do this, the more advanced math you know, the simpler it gets :).
An elementary method is to consider summing (j+1)^3 - j^3 instead of j^2. Obviously, if you sum a function of the form f(j+1) - f(j), all the terms except the first and last one will cancel:
Sum from j = 0 to N of [f(j+1) - f(j)] =
f(N+1) - f(0)
If we choose f(j) = j^3, then:
f(j+1) - f(j) =
(j+1)^3 - j^3 =
3 j^2 + 3 j + 1
So, if you know the summation of j from zero to N, you can find the summation of j^2. Of course, you can find the formula for the summation of j in the same way by taking f(j) = j^2.
You are awesome Iblis. That limit was the tricky part. I followed your proof and it makes perfect sense. Thanks
I meant that summation was the tricky part (not limit). thanks again.
Related Questions
calculus - There are four integrals: 1) definite integral x/(1+x^4)dx b/w ...
calculus - There are four integrals: 1) definite integral x/(1+x^4)dx b/w ...
Definite Integral - Calculate the following integral: upper limit: 1 lower limit...
Calculus II - Evaluate using u-substitution: Integral of: 4x(tan(x^2))dx ...
calculus - Evaluate the definite integral: upper number of the integral is 6 ...
calculus - Evaluate the definite integral: [4,8] (4x^2+10)/(x^(1/2)) dx Been ...
Math - Use FTC to evaluate a definite integral with basic integrand-- (integral...
Calculus - definite Integrals (using fundamental Theorem) Evaluate from -1 to 2(...
Calculus II/III - A. Find the integral of the following function. Integral of (x...
Calc. - Find the value of the definite integral using sums, not antiderivatives...
For Further Reading