Infinite Series (Integral Test)

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 · 2K views
Fernando Rios
Messages
96
Reaction score
10
Homework Statement
Use the integral test to find whether the following series converge or diverge.
Relevant Equations
∑n=3∞(1/(n^2-4))
I got the following expression:

-(1/4)ln((n+2)/(n-2))

When I substitute "∞" in the expression I found it undefined. However, the book says the series converges. What am I doing wrong?
 
Physics news on Phys.org
Fernando Rios said:
When I substitute "∞" in the expression
And how do you do such a thing ?

Do you know of a way to rewrite $$\sum_{n=3}^\infty\ {1\over n^2-4}\ ?$$ (hint: write down a few terms ...)

[edit] Oops o:) ! Thanks Math !
 
Last edited:
Fernando Rios said:
Homework Statement: Use the integral test to find whether the following series converge or diverge.
Homework Equations: ∑n=3∞(1/(n^2-4))

I got the following expression:

-(1/4)ln((n+2)/(n-2))

When I substitute "∞" in the expression I found it undefined. However, the book says the series converges. What am I doing wrong?

When you "substitute ##\infty##" in ##-1/4 \ln((n+2)/(n-2))## you get ##\ln(1) = 0##.

The integral test is probably the easiest way to deduce convergence here (or using results about hyperharmonic series).
 
Thank you for your answer. Isn't ∞/∞ indeterminate?
 
Fernando Rios said:
I found it undefined
How so ? If you rewrite $$ {n+2\over n-2} = {1 + {2\over n} \over 1 - {2\over n} }$$ then you see that this goes to 1 if ##n\uparrow\infty## .
 
Yes, "[itex]\frac{\infty}{\infty}[/itex]" is "indeterminate- but, do you understand what "indeterminate" means? It does not necessarily mean that there is no value. It simply means that the value is not determined directly by that form but might have a value calculated in some other form. That is what BvU did.
 
  • Like
Likes   Reactions: Delta2
Got it. Thank you for your answers.