Series Convergence: Trouble Determining Convergence/Divergence

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
6 replies · 3K views
akoska
Messages
22
Reaction score
0
I'm having trouble determining whether these series converge or diverge.

1. sigma sqrt(n/(n^4-2))

I tried ratio test, but it gave me 1 as the answer (indeterminate)

2. sigma sin (pi/x)

3. sigma sin(x)

I know that sin(x) is bounded...

Any hints?
 
Physics news on Phys.org
oh, sorry... first one: sum over n from n=2 to infinity
2. sum over x from x=1 to infinity
3. sum over x from x=0 to infinity
 
The first one, as Dick said, can be compared to 1/n3/2.

For the second one, for small [itex]\theta[/itex], [itex]sin(\theta)[/itex] is approximately [itex]\theta[/itex] so that as x goes to infinity, the terms are approximately [itex]\pi/x[/itex]. Does that series converge?

For the third one, does sin(x) go to 0?
 
So

1. converge
2. no
3. no, sin(x) doesn't go to 0, so the series diverges

Correct?
 
Wait, sqrt(n/(n^4-2)) > 1/n^3/2, right? So it doesn't matter that 1/n^3/2 converges?