Finding convergence of this series using Integral/Comparison

  • Thread starter Thread starter Rijad Hadzic
  • Start date Start date
  • Tags Tags
    Convergence Series
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
2 replies · 2K views
Rijad Hadzic
Messages
321
Reaction score
20

Homework Statement


series from n = 1 to infinity, (ne^(-n))

Homework Equations

The Attempt at a Solution


I want to use integral test.
I know this function is:
positive (on interval 1 to infinity)
continous
and finding derivative of f(x) = xe^(-x) I found it to be ultimately decreasing.

So integral test is applicable.

I set up integral from 1 to infinity (xe^(-x))

u = x du = dx
v = -e^(-x) dv = e^(-x)

-xe^(-x) + integral e^(-x)

-xe^(-x) - e^(-x) = -e^(-x) (x + 1)

evaluating from 1 to t

[itex]-(1/e^t) (t+1) + 2/e^(1)[/itex]

but now when I do lim t -> infinity, -(1/e^t) (t+1) should = infinity/infinity, which would mean [itex]a_n[/itex] would be divergent, but it is convergent.

does anyone know where my mistake is??
 
Physics news on Phys.org
Rijad Hadzic said:

Homework Statement


series from n = 1 to infinity, (ne^(-n))

Homework Equations

The Attempt at a Solution


I want to use integral test.
I know this function is:
positive (on interval 1 to infinity)
continous
and finding derivative of f(x) = xe^(-x) I found it to be ultimately decreasing.

So integral test is applicable.

I set up integral from 1 to infinity (xe^(-x))

u = x du = dx
v = -e^(-x) dv = e^(-x)-xe^(-x) + integral e^(-x)

-xe^(-x) - e^(-x) = -e^(-x) (x + 1)

evaluating from 1 to t

[itex]-(1/e^t) (t+1) + 2/e^(1)[/itex]
I get something slightly different from what you got, namely ##te^{-t} - e^{-t} + 2e^{-1} = (t - 1)e^{-t} + 2e^{-1}##
Rijad Hadzic said:
but now when I do lim t -> infinity, -(1/e^t) (t+1) should = infinity/infinity
But the fact that you're getting the indeterminate form ##[\frac \infty \infty]## doesn't tell you anything. You can use L'Hopital's Rule to actually evaluate your limit, which results in an actual value for this limit.
Rijad Hadzic said:
, which would mean [itex]a_n[/itex] would be divergent, but it is convergent.

does anyone know where my mistake is??