#\sum_(n=1)^\inftyn/(n^4+1)#?

I would use Comparison Test but apparently we have to go with the Integral Test. Any tips (it's apparently only supposed to take 2-3 steps)?

(btw, I assume this is an infinite series, but my terminology is rusty)

1 Answer
Apr 3, 2018

Converges by the Integral Test.

Explanation:

The Comparison Test would be the easiest option, but you can also use the Integral Test:

The Integral Test tells us if we have #sum_(n=a)^ooa_n#, we let #f(n)=a_n,# and create a new function #f(x).#

If #f(x)# is positive, continuous, and (ultimately) decreasing on #[a, oo),# we can take #int_a^oof(x)dx#. If that integral converges, so does the series #sum_(n=a)^ooa_n,# if it diverges, so does the series.

Let #f(x)=x/(x^4+1)#

This is certainly continuous and positive on #[1, oo)#. It must also be decreasing (at least ultimately) to use the Integral Test. We'll use the First Derivative Test to prove the decreasing nature of this function, though it's fairly obvious at a glance.

#f'(x)=(x^4+1-4x^4)/(x^4+1)^2#

#(x^4+1-4x^4)/(x^4+1)^2=0#

#-3x^4+1=0#

#3x^4=1#

#x^4=1/3, x=+-root(4)(1/3)# are critical values. The negative one is not in #[1,oo)# so it's irrelevant to us. Let's see if #f(x)# is decreasing on #(1/(root(4)(3)), oo)#:

#f'(1)=(-3+1)/2^2<0#

So, the function is decreasing, we're good to use the integral test.

Let us first find the general indefinite integral:

#intx/(x^4+1)dx=intx/((x^2)^2+1)dx#

#u=x^2, du=2xdx, 1/2du=xdx#

#1/2int(du)/(u^2+1)=1/2arctan(u)=1/2arctan(x^2)#

Now, we want

#int_1^oox/(x^4+1)dx#

So:

#lim_(t->oo)int_1^tx/(x^4+1)dx=lim_(t->oo)(1/2arctanx^2|_1^t)#

#=lim_(t->oo)(1/2arctant-1/2arctan1)=(1/2(pi/2)-1/2(pi/4))=pi/4-pi/8=pi/8#

Since the improper integral has a finite value, it converges.

Then, by the Integral Test, so does the series.