Question about the 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
7 replies · 2K views
salazar888
Messages
12
Reaction score
0

Homework Statement



We have to determine whether [itex]\sum 1/n^2 + 4[/itex]
is convergente or divergent

Homework Equations



I'm trying to work the problem through trigonometric substitution. I was wondering if I could just determine that by the P-series test, the function 1/n^2 will always be larger than the other one, since p is greater than 1 in this case, both are convergent.

The Attempt at a Solution

 
Physics news on Phys.org
welcome to pf!

hi salazar888! welcome to pf! :smile:
salazar888 said:
I was wondering if I could just determine that by the P-series test, the function 1/n^2 will always be larger than the other one, since p is greater than 1 in this case, both are convergent

yes, always 0 < 1/(n2+4) < 1/n2,

the latter sum converges (from the p-series test), so so must the former (from the direct comparison test) :wink:
 
The series 1/n does not converge. It's the harmonic series. You read it wrong. I get what you're saying though.
 
Ray Vickson said:
Obviously, since the series [itex]\sum \frac{1}{n^2}[/itex] converges, the sum you wrote, [itex]4 + \sum \frac{1}{n^2}[/itex] converges also.

RGV
But the series
[tex]\sum\left(\frac{1}{n^2}+ 4\right)[/tex]
does NOT converge!
 
I agree, but that is not what he wrote. We all know he meant sum 1/(n^2 + 4), but he wrote sum (1/n^2) + 4, which is very different according to standard math expression padding rules. Since he was using 'tex' anyway, he should have been able to enter "{n^2+4}" as the second argument of the '\frac' command.

RGV
 
Yes it was my fault. I've only been on the forum for a couple of days. Thanks for the help guys. I will improve at typing the commands.