Area summation problem under a curve

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
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