Calc II - Alternating Series Test/Limits

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
5 replies · 2K views
jimbit
Messages
4
Reaction score
0
Hello PF,

I've got a homework question I'm having some trouble with regarding series, particularily alternating series.

The question asks you to test the series for convergence or divergence for an alternate series by using the A.S.T. :


∑ (-1)n-1e2/n
n=1


Homework Equations



The Alternating Series Test states that a series, an, is converging if
(a) an+1 ≤ an (i.e. the series is decreasing) for all n, and
(b) the limit of the an = 0 as n → ∞

The Attempt at a Solution



In my attempt I have confirmed (a) by using the first derivative test to show that the series is decreasing:

Let f(x)= e2/x
f'(x) = -2e2/n / x2

which is going to be negative for all x > 1, thus satisfying the first condition.

The part where I am having trouble is confirming that the limit of e2/x equals/does not equal 0 as x approaches infinity (the second requirement for the A.S.T.).
Looking at the graph of e2/x, the limit seems to be approaching 1, but I do not know to prove this/which method to use.

It's been some years since I have taken Calc I and as a result, I'm having some diffculty with computing limits, though I am understanding the concepts of convergance/divergence well enough.

Thanks for reading and for any assistance that you might be able to give!
 
Physics news on Phys.org
jimbit said:
Hello PF,

I've got a homework question I'm having some trouble with regarding series, particularily alternating series.

The question asks you to test the series for convergence or divergence for an alternate series by using the A.S.T. :


∑ (-1)n-1e2/n
n=1


Homework Equations



The Alternating Series Test states that a series, an, is converging if
(a) an+1 ≤ an (i.e. the series is decreasing) for all n, and
(b) the limit of the an = 0 as n → ∞

The Attempt at a Solution



In my attempt I have confirmed (a) by using the first derivative test to show that the series is decreasing:

Let f(x)= e2/x
f'(x) = -2e2/n / x2

which is going to be negative for all x > 1, thus satisfying the first condition.

The part where I am having trouble is confirming that the limit of e2/x equals/does not equal 0 as x approaches infinity (the second requirement for the A.S.T.).
Looking at the graph of e2/x, the limit seems to be approaching 1, but I do not know to prove this/which method to use.

It's been some years since I have taken Calc I and as a result, I'm having some diffculty with computing limits, though I am understanding the concepts of convergance/divergence well enough.

Thanks for reading and for any assistance that you might be able to give!


Is the function ##f(w) = e^w## continuous in the variable ##w##? For the case of ##w = 2/x## what is the limiting value of ##w## as ##x \to \infty##? So, what is the limit of ##e^{2/x}##?
 
  • Like
Likes   Reactions: 1 person
f(w) = e^w is continuous.
For 2/x, it is not continuous at 0. But it is continuous from 1 to infinity.
So, the limit is 1?
 
Well, as 2/x becomes infinitely small, e goes to 1. I see that now, after doing some calculations.
However, I'm just not sure why it doesn't go to zero instead. I seem to be missing some crucial fact about e..
 
Oh, goodness,

I understand now, as 2/x becomes increasingly small, it basically becomes 0.
e^0 = 1.