Area summation problem under a curve

Karol
Messages
1,380
Reaction score
22

Homework Statement


Snap2.jpg

Why, in:
$$\frac{\sqrt{1}+\sqrt{2}+...+\sqrt{n}}{n^{3/2}}$$
There is ##~n^{3/2}## in the denominator?

Homework Equations


Snap2.jpg


The Attempt at a Solution


it should be:
$$S_n=\sqrt{c_1}\Delta x+\sqrt{c_2}\Delta x+...=\Delta x\cdot \sqrt{\Delta x}+\Delta x\cdot \sqrt{2\Delta x}+...=\sqrt{\Delta x}\cdot \Delta x(\sqrt{1}+\sqrt{2}+...+\sqrt{n})$$
 
Physics news on Phys.org
Karol said:

Homework Statement


View attachment 135725
Why, in:
$$\frac{\sqrt{1}+\sqrt{2}+...+\sqrt{n}}{n^{3/2}}$$
There is ##~n^{3/2}## in the denominator?

Homework Equations


View attachment 135842

The Attempt at a Solution


it should be:
$$S_n=\sqrt{c_1}\Delta x+\sqrt{c_2}\Delta x+...=\Delta x\cdot \sqrt{\Delta x}+\Delta x\cdot \sqrt{2\Delta x}+...=\sqrt{\Delta x}\cdot \Delta x(\sqrt{1}+\sqrt{2}+...+\sqrt{n})$$
It should be ##\sum_k f(c_k) \Delta x##. Now ##c_k=k \cdot \Delta x\, , \,f(c_k)=\sqrt{c_k}## and ## \Delta x=\frac{1}{n}##. You simply stopped too soon before substituting ## \Delta x=\frac{1}{n}##.
 
Thank you fresh_42
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top