- #1
andyrk
- 658
- 5
Can someone explain how to compute the sum of the following series?
1/(n2 + (r-1)2) + 1/(n2 + (r)2) + 1/(n2 + (r+1)2) + ...1/(n2 + (n-1)2)
1/(n2 + (r-1)2) + 1/(n2 + (r)2) + 1/(n2 + (r+1)2) + ...1/(n2 + (n-1)2)
Mathematical Induction in my curriculum doesn't include sum of series etc. It just involves proving LHS = RHS or proving the given statement by using induction. This topic is done in sequences and series. But it just involves basic sums like - ∑n, ∑n2, ∑n3. And I don't know how to incorporate these 3 into the summation above to simplify it.What has your curriculum covered? Is this in a chapter on mathematical induction?
Its a part of the problem that I told you. The exact problem is-Did you quote the problem exactly? - or does the statement of the problem use summation notation?
and βn = 1/n *([itex] \sum_{r=0}^n-1 {f(\frac{r}{n}}) [/itex] ; n ∈ N
Yes. I didn't know how to write it up. Anyways, I have edited it now. :)Is the sum supposed to be [itex] \sum_{r=0}^{n-1} f(\frac{r}{n}) [/itex] ? It begins at [itex] r = 0 [/itex] ?
My guess is that you don't have to find a summation formula in order to work the problem. I'd start wtih an equation relating [itex] \alpha_n [/itex] to [itex] \beta_n [/itex]
[itex] \alpha_n + \frac{1}{n} f(\frac{0}{n}) - \frac{1}{n}f(\frac{n}{n}) = \beta_n [/itex]
No:DCan someone explain how to compute the sum of the following series?
1/(n2 + (r-1)2) + 1/(n2 + (r)2) + 1/(n2 + (r+1)2) + ...1/(n2 + (n-1)2)
And comparing to the clue you gave me I get-
[itex] \alpha_n - \beta_n = \frac{1}{n}( f(1) - f(0) [/itex]
I am not able to understand how the limits change from (0 to n) to (0 to 1)?
My questions are:-
(1) Why is α = limn→∞(αn) = [itex] \int_0^1 f(x) dx [/itex] ? Is this related to the graphs provided in the solution including the area under the curve using rectangular strips?
(2) Either [itex] \alpha_n - \beta_n = \frac{1}{n}( f(0) - f(n)) [/itex] or [itex] \alpha_n - \beta_n = \frac{1}{n}( f(1) - f(0) [/itex]
How can both be true? And if anyone of them is correct then why is the other one incorrectt
The definition of a definite integral is the limit of the Riemann sums as the number of rectangles approaches infinity (which makes the dimensions of their bases approach zero). A typical calculus book has a section about this, sometimes an entire chapter.
They apply to different problems. Compare the notation you used in your post #10 with the notation used in the image you attached in post #16. The symbol [itex] \alpha_n [/itex] is defined differently in post #10 than in post #16. The symbol [itex] \beta_n [/itex] is also defined differently.
is it safe for me to come to the conclusion that the question is wrong and can be left out?
But how do I know whether the solution is right or not? I could learn from the solution only if it is consistent with the problem/question. Otherwise, I am not able to make anything out of the solution at all. Because it simply doesn't refer to the question that is given.I think a capable student could learn enough from the example solved by the solution page to solve a different but similar question.
But how do I know whether the solution is right or not? I could learn from the solution only if it is consistent with the problem/question. Otherwise, I am not able to make anything out of the solution at all. Because it simply doesn't refer to the question that is given.
I can assure you that I am definitely not being taught to rote memorize things. This is just one of the several such (and even more difficult) questions given in my course. And I agree, that the problem is similar but still doesn't make sense. It is similar because it is using the same function f(x), same variables αn, βn, α, β. But after that it is pretty confusing. This is because, the question doesn't involve any integral with limits 0 to 1. It involves a summation (which is very much different from an integral) with limits 0 to n-1 and 1 to n. I don't understand how could you compare these differences and call them similar or identical?Perhaps you are being taught to do rote memorization of solutions to a certain list of problems and have not had the opportunity to develop independent judgement.
and [itex] \alpha_n [/itex] comes out to be π/4 - 1/2n = π/4 since n→∞. Is that correct?