1 3 1 + 1 3 + 2 3 1 + 1 3 + 2 3 + 3 3 1 + . . . + 1 3 + 2 3 + . . . + 9 9 3 1
What is the value of the expression above?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I can't understand how you went from the first part to the required sum. Could you explain to me?
The first part simply states that the sum of the first n cubes is equal to the n th triangular number squared. So, for the n th term of the required sum, we have ( 2 ( n ) ( n + 1 ) 1 ) 2 = ( n ) ( n + 1 ) 2 . Then Janardhanan gets into some simple telescoping business. Hope this helped!
After that????? Please explain....
Read more about finding the sum of telescoping series.
I started off with n = 1 ∑ 9 9 ⎝ ⎜ ⎜ ⎜ ⎜ ⎛ k = 1 ∑ n k 3 1 ⎠ ⎟ ⎟ ⎟ ⎟ ⎞ from where onwards I simplified a little and then onto the same tracks of those as the above solution.
Although you're on the right track, please refrain from a posting a solution when the working is inadequate. You didn't mention a closed form for ∑ k = 1 9 9 k 3 is attainable and you should at least give a hint of telescoping series in your answer.
I'm sorry, but I don't think so. I don't know the answer yet, but this process is wrong. Why? Well, think in we'll get differents results in each operation. I mean: sqrt(1/1^3) it's not the same that sqrt[1/(1^3 + 2^3)] Your answer suggests that we'll get always (99 times) the last result: sqrt[1/(1^3 + 2^3 +...+ 99^3)].
No, not 9 9 times the last result. The notation represents the given sum. Notice that the summation in the denominator is k = 1 ∑ n which means that you start adding the cubes of the numbers till n , and then a new square root begins all over from 1 .
Read more about telescoping at here , and then try this for practice.
I can see better your idea now. Thanks.
Problem Loading...
Note Loading...
Set Loading...
Noting that ∑ i = 1 n i 3 = ( 2 n ( n + 1 ) ) 2 ,
the required sum would be
∑ k = 1 9 9 k ( k + 1 ) 2 = 2 ∑ k = 1 9 9 ( k 1 − k + 1 1 )
= 2 ∑ k = 1 9 9 k 1 − 2 ∑ k = 2 1 0 0 k 1
= 2 ( 1 1 − 1 0 0 1 ) = 1 . 9 8