Thread Closed

Find formula for sum of square roots

 
Share Thread
Apr11-08, 03:39 PM   #1
 

Find formula for sum of square roots


1. The problem statement, all variables and given/known data

Find the asymptotic formula for

[tex]\sqrt{1}+\sqrt{2}+\sqrt{3}+\sqrt{3}+...+\sqrt{n}[/tex]

in the form of [tex]c \ast n^{\alpha}[/tex]
Identify c and alpha.
(Do NOT use the fundamental theorem of calculus)

2. Relevant equations

Area under curve [tex]y = \sqrt{x}[/tex] in [0, 1]
is [tex]\frac{1}{n^{\frac{3}{2}}}\sum^{n}_{i=1}\sqrt{i}[/tex]

3. The attempt at a solution
...I'm really not sure from where to start...
I know [tex]c = \frac{2}{3}[/tex] and [tex]\alpha = \frac{3}{2}[/tex], but do not know how to prove it.
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Apr11-08, 03:47 PM   #2

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Go with the area under the curve idea. The sum from 1 to n of sqrt(n) is approximated by the area under the curve sqrt(x) from x=0 to n. Set that up as an integral and evaluate it.
Apr11-08, 04:10 PM   #3
 
Sorry I forget to say that the fundamental theorem of calculus cannot be used, otherwise it is pretty straight forward.
Thanks for the quick reply.
Apr11-08, 04:35 PM   #4

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor

Find formula for sum of square roots


Ok, then. If c is the area under the curve sqrt(x) on [0,1] and I(n) is your sum of square roots, then you have c=limit n->infinity (1/n^(3/2))*I(n) from your Riemann integral type expression (were you just given that?). So for large n, I(n)~c*n^(3/2). There's the 3/2. The easy way to get c is to integrate to get the area. But not allowed? Ok, then look at I(n)-I(n-1)~c*(n^(3/2)-(n-1)^(3/2)). Separate the n's from the c and take the limit as n -> infinity. Is that allowed? (All of this is really just doing calculus the HARD WAY).
Apr11-08, 05:01 PM   #5
 
Quote by zillac View Post
Sorry I forget to say that the fundamental theorem of calculus cannot be used, otherwise it is pretty straight forward.
Thanks for the quick reply.
Well, all the fundamental theorem of calculus says is that definite integrals can be written in terms of antiderivatives, so as long as you don't use that fact, it should be a problem, no? So, as Dick suggests, set up the problem as an integral, and then evaluate the Riemann sums directly and take the limit, rather than plugging in known antiderivatives.
Apr11-08, 05:45 PM   #6
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by zillac View Post
Find the asymptotic formula for

[tex]\sqrt{1}+\sqrt{2}+\sqrt{3}+\sqrt{3}+...+\sqrt{n}[/tex]

in the form of [tex]c \ast n^{\alpha}[/tex]
Identify c and alpha.
(Do NOT use the fundamental theorem of calculus)
Hi zillac! Welcome to PF!

Hint: when n -> ∞, cn^α + √n -> c(n+1)^α.
Apr12-08, 03:07 AM   #7
 
Quote by quadraphonics View Post
Well, all the fundamental theorem of calculus says is that definite integrals can be written in terms of antiderivatives, so as long as you don't use that fact, it should be a problem, no? So, as Dick suggests, set up the problem as an integral, and then evaluate the Riemann sums directly and take the limit, rather than plugging in known antiderivatives.
I tried using Riemann sums and it will go back to finding the sum of the sequence ([tex]\frac{1}{n^{\frac{3}{2}}}\sum^{n}_{i=1}\sqrt{i}[/tex])

I(n)-I(n-1)~c*(n^(3/2)-(n-1)^(3/2)) will work when alpha is found.
So,
c = [tex]\frac{\sqrt{n}}{n^\frac{3}{2}-(n-1)^\frac{3}{2}}[/tex]
...
= [tex]\frac{1+(1-1/n)^\frac{3}{2}}{3-3/n-3/n^2}
[/tex]
lim c = 2/3
---------
then for the first half of question
lim Area = lim 1/(n^3/2) * ∑√i ( lim n -> infinity)
-> Area * n^3/2 = ∑√i = c * n^a
-> alpha = 3/2..

Is this precise enough to conclude the value of alpha?
Apr12-08, 10:50 AM   #8

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Sure, if you presume that the area is a well defined constant, the riemann sum immediately gives you the n^(3/2) dependence. You just have to work a little harder to get the c.
Thread Closed

Similar discussions for: Find formula for sum of square roots
Thread Forum Replies
square roots question Precalculus Mathematics Homework 17
Square roots Introductory Physics Homework 7
square roots Brain Teasers 12
Estimation of Square roots General Math 11
Square Roots General Math 6