
Bradley W. answered 03/09/21
Experienced Math Teacher - Algebra, Calculus, SAT/ACT
1: an = (-1)(2n+1)
This may look like an alternating series, but it isn't. Since there is a term of 2n in the exponent in the explicit formula, each value of this series is -1. This is therefore a constant sequence, which converges to that constant.
a0 = (-1)1 = -1
a1 = (-1)3 = -1
a2 = (-1)5 = -1
...
2: an = ln[(e4)n]/(3n)
lets simplify using the power rule for logarithms
ln[(e4)n]/(3n =
n*ln(e4)/(3n) =
4n / (3n) =
(4/3)
Another constant sequence! (convergent)
3: an = (en + e-n)/(e2n-1)
Both the numerator and the denominator in this will approach infinity, but that does not mean that they will approach it equally as quickly, so we do not yet know if this sequences converges.
Lets divide the numerator and the denominator by en so the denominator will not approach infinity
(en + e-n)/(e2n-1) =
(1 + e-2n)/ (en - e-n)
the limit of e-n as n approaches infinity is 0. The same is true for e-2n. Our limit can therefore be simplified:
lim [(1 + e-2n)/ (en - e-n)] =
n->∞
lim [1/ en ]
n->∞
1/en = e-n approaches 0
Therefore an = (en + e-n)/(e2n-1) converges as n approaches infinity. It does not converge at negative infinity.