Sum from n=1 to infinity of sqrt(n)/(n^2 + 1)

  • Thread starter Thread starter Lo.Lee.Ta.
  • Start date Start date
  • Tags Tags
    Infinity Sum
Click For Summary

Homework Help Overview

The discussion revolves around the convergence of the infinite series from n=1 to infinity of the expression √(n)/(n² + 1). Participants are exploring various algebraic manipulations and convergence tests related to this series.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants are attempting to rewrite the series to analyze its convergence, with some suggesting bringing terms to the denominator and changing their powers. Questions arise about the validity of these algebraic manipulations and the implications for convergence.

Discussion Status

The conversation is ongoing, with participants providing feedback on each other's algebraic approaches and discussing the use of comparison tests. Some guidance has been offered regarding the correct application of these tests and the importance of identifying appropriate comparison series.

Contextual Notes

There is a noted difficulty in selecting an appropriate comparison series for the limit comparison test, as participants express uncertainty about which series would be suitable given the behavior of the original expression.

Lo.Lee.Ta.
Messages
217
Reaction score
0
1.


Ʃ √(n)/(n2 + 1)
n=1

Find if it converges.

2. I'm wondering if I can rewrite this by bringing the n1/2 down to the denominator, making it negative...

1/(n-1/2)(n2 + 1)

= 1/(n-1 + n-1/2)

= n + √(n)

...And it seems to me that this one would diverge because the n value gets higher and higher, so it would go to infinity...

Is this the way to go about it...?

Thank you very much! :)
 
Physics news on Phys.org
Lo.Lee.Ta. said:
1.


Ʃ √(n)/(n2 + 1)
n=1

Find if it converges.

2. I'm wondering if I can rewrite this by bringing the n1/2 down to the denominator, making it negative...

1/(n-1/2)(n2 + 1)

= 1/(n-1 + n-1/2)

= n + √(n)

...And it seems to me that this one would diverge because the n value gets higher and higher, so it would go to infinity...

Is this the way to go about it...?

Thank you very much! :)

You are doing some ghastly errors with algebra there. That's how you turned a series which does decrease with n to one that doesn't. Try and figure out what they are. And the correct way to do something like this is think about doing a comparison test first.
 
...Would you please remind me? I know that in some situations, you can bring a number with a power down to the denominator, but you have to change the power to negative.

And then I thought that if there were already things in the denominator, then you have to multiply them by what you just brought down...


In what situations can you do something like this? :/

I was sure there was something in algebra at least somewhat like this...? :(
 
Lo.Lee.Ta. said:
...Would you please remind me? I know that in some situations, you can bring a number with a power down to the denominator, but you have to change the power to negative.

And then I thought that if there were already things in the denominator, then you have to multiply them by what you just brought down...In what situations can you do something like this? :/

I was sure there was something in algebra at least somewhat like this...? :(

You can bring a factor down into the denominator as a negative power, sure. Here's where things start going wrong. What is n^(-1/2)*n^2? Is 1/(n^(-1)+n^(-1/2))=n+n^(1/2)?? Using other symbols, is 1/(1/a+1/b)=a+b?
 
Hi Lo.Lee.Ta.! :smile:

Sorry, but you can't do a + b = 1/(1/a + 1/b). :frown:

(and your "a" is wrong anyway :redface:)
 
I tend to have difficulty choosing what my bn should be in a limit comparison test...

In this case, it wouldn't be good to choose 1/n2 because even though it converges, it's smaller than what our original expression is!

So that doesn't help me at all. It would only help me if bn converged but was greater than my original expression! :/

Can't compare it to 1/√(n) either! That would diverge but is also greater than my original expression!

UGH. How do I figure out what bn to choose? #=_=
 
Lo.Lee.Ta. said:
I tend to have difficulty choosing what my bn should be in a limit comparison test...

In this case, it wouldn't be good to choose 1/n2 because even though it converges, it's smaller than what our original expression is!

So that doesn't help me at all. It would only help me if bn converged but was greater than my original expression! :/

Can't compare it to 1/√(n) either! That would diverge but is also greater than my original expression!

UGH. How do I figure out what bn to choose? #=_=

Yes, you can drop the 1 because that will make it larger. Now you want to prove sqrt(n)/n^2 converges. It's a p-series. Try again to move sqrt(n) into the denominator. Correctly this time.
 
Oh, for some reason I multiplied the exponents, when I should have added them! O_O

1/((n-1/2)(n2 + 1))

should (hopefully) equal: 1/(n1.5 + n-1/2

= √(n)/n3/2

Now, I guess I have to come up with a bn to compare it to...
 
Lo.Lee.Ta. said:
Oh, for some reason I multiplied the exponents, when I should have added them! O_O

1/((n-1/2)(n2 + 1))

should (hopefully) equal: 1/(n1.5 + n-1/2

= √(n)/n3/2

Now, I guess I have to come up with a bn to compare it to...

No, no! You moved the sqrt(n) into the denominator. It's gone now. We were going to drop the 1 and make it larger. You just have 1/n^(3/2). Like I said that's a p-series, it has the form 1/n^p with p=3/2. You've probably learned something about them. Does it converge or diverge?

You can't change 1/(n1.5 + n-1/2) into sqrt(n)/n^(3/2) for reasons we've already discussed.
 
  • #10
Alright, so I guess you can't move variables with powers unless the operation is multiplication or division, right?
GOOD
x3/x2 = 1/((x-3)(x2)) = x-1 = 1/x


GOOD
1/(x-2y3) = x2/y3


BAD
1/(x2+y3) = y-3/x2 <--WRONG

Okay, then with this:

1/[(n-1/2)(n2 + 1)]

Distributing the n-1/2...

= 1/[n1.5 + n-1/2]

Yes, the n-1/2 CANNOT be moved to the numerator.
So, that's it.

BUT HOW can we just drop the 1 in the denominator?!

Are you already trying to find a bn or something...?

I mean, I feel like an should equal: 1/(n1.5 + n-1/2)

and then we might say bn = 1/n1.5

an ≤ bn

Since the bigger bn converges (by p-series rule), then an must also converge.

Is this right? Thanks! :)
 
  • #11
Lo.Lee.Ta. said:
Alright, so I guess you can't move variables with powers unless the operation is multiplication or division, right?
GOOD
x3/x2 = 1/((x-3)(x2)) = x-1 = 1/x GOOD
1/(x-2y3) = x2/y3 BAD
1/(x2+y3) = y-3/x2 <--WRONG

Okay, then with this:

1/[(n-1/2)(n2 + 1)]

Distributing the n-1/2...

= 1/[n1.5 + n-1/2]

Yes, the n-1/2 CANNOT be moved to the numerator.
So, that's it.

BUT HOW can we just drop the 1 in the denominator?!

Are you already trying to find a bn or something...?

I mean, I feel like an should equal: 1/(n1.5 + n-1/2)

and then we might say bn = 1/n1.5

an ≤ bn

Since the bigger bn converges (by p-series rule), then an must also converge.

Is this right? Thanks! :)

Yes, that's it. The larger series, 1/n^(3/2) converges. So 1/(n^(3/2)+n^(-1/2)) must converge. You could have dropped the 1 to begin with since sqrt(n)/(n^2+1) is less than sqrt(n)/n^2. Now just prove sqrt(n)/n^2 converges.
 
  • #12
Okay! <3 Thanks, Dick :D
 
  • #13
Lo.Lee.Ta. said:
Alright, so I guess you can't move variables with powers unless the operation is multiplication or division, right?
[STRIKE]GOOD[/STRIKE]
x3/x2 = 1/((x-3)(x2)) = x-1 = 1/x
x3/x2 = x1 = x
 
  • #14
Oh! Thanks, Mark44, for pointing that out! O_O

x3/x2 = 1/(x-3x2) = 1/x-1 = x

:P Silly mistake. Thanks!
 
  • #15
Lo.Lee.Ta. said:
Oh! Thanks, Mark44, for pointing that out! O_O

x3/x2 = 1/(x-3x2) = 1/x-1 = x

:P Silly mistake. Thanks!
The above is now correct, but why would you go to all that trouble? Just carry out the division to go from x3/x2 to x. (Of course, x can't be 0.)
 
  • #16
I was thinking about this problem again, and now I'm wondering if there's another way to do it.

Once we rearrange it to be in this form: \frac{1}{n^{1.5} + 1/√(n)},
can we take the limit at n approaches infinity right now?

lim 1/((n1.5) + 1/√(n))
n→∞

Now, I'm wondering if we can treat 1/√(n) like a variation of the harmonic series (which diverges)?
Well, according to the p-series test, 1/√(n) diverges anyway.

n1.5 also diverges according to the p-series test.

So can we say it's: 1/∞ = 0

So, the series converges?

Is this a viable way to work the problem?
If not, why?

Thanks so much! :)
 
  • #17
Lo.Lee.Ta. said:
I was thinking about this problem again, and now I'm wondering if there's another way to do it.

Once we rearrange it to be in this form: \frac{1}{n^{1.5} + 1/√(n)},
can we take the limit at n approaches infinity right now?

lim 1/((n1.5) + 1/√(n))
n→∞

Now, I'm wondering if we can treat 1/√(n) like a variation of the harmonic series (which diverges)?
Well, according to the p-series test, 1/√(n) diverges anyway.

n1.5 also diverges according to the p-series test.

So can we say it's: 1/∞ = 0

So, the series converges?

Is this a viable way to work the problem?
If not, why?

Thanks so much! :)

Well, no. 1/n has the form 1/∞. It converges as sequence, not as a series. Now I'm wondering if you listened to any advice you've been given. Convince me otherwise.
 

Similar threads

  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 22 ·
Replies
22
Views
4K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 54 ·
2
Replies
54
Views
5K
  • · Replies 10 ·
Replies
10
Views
2K