Power Series Converge Absolutely

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
3 replies · 1K views
whatlifeforme
Messages
218
Reaction score
0

Homework Statement


for what values of x does the series converge absolutely?

Homework Equations


[itex]\displaystyle \sum^{∞}_{n=1} \frac{4^n * x^n}{n!}[/itex]

The Attempt at a Solution


Ratio Test

[itex]\displaystyle \frac{4^{n+1} * x^{n+1}}{n+1)!} * \frac{n!}{4^n * x^n}[/itex]
4x * limit (n->inf) [itex]\displaystyle \frac{1}{n+1} = 0[/itex]

What do I do now since the limit is zero? I asked a similar question in another thread, but the limit turned out to be 1. I am sure that this limit is zero.
 
Physics news on Phys.org
whatlifeforme said:

Homework Statement


for what values of x does the series converge absolutely?


Homework Equations


[itex]\displaystyle \sum^{∞}_{n=1} \frac{4^n * x^n}{n!}[/itex]


The Attempt at a Solution


Ratio Test

[itex]\displaystyle \frac{4^{n+1} * x^{n+1}}{n+1)!} * \frac{n!}{4^n * x^n}[/itex]
4x * limit (n->inf) [itex]\displaystyle \frac{1}{n+1} = 0[/itex]

What do I do now since the limit is zero? I asked a similar question in another thread, but the limit turned out to be 1. I am sure that this limit is zero.

It means that the series converges for all values of x.

BTW, when you use the Ratio Test, you should be working with the absolute values of the terms in your series.

This is the ratio you should be working with:
$$ \frac{4^{n+1} * |x|^{n+1}}{(n+1)!} * \frac{n!}{4^n * |x|^n}$$
The result you get will be 4|x| ## \lim_{n \to \infty} 1/(n + 1)## = 0, which places no limits on the values of x.
 
do i leave the answer at 4|x| limn→∞1/(n+1) = 0 and put -inf < x < inf. or do i need to prove this somehow?