Absolute Power Series: Questions & Solutions

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
Neon32
Messages
68
Reaction score
1
I've 2 questions
1) Why do we take absolute of the power series?
2) I don't get why the interval of convergence is from -inifinity to +infinity. You can find the problem below.

upload_2017-3-28_17-44-24.png
 

Attachments

  • upload_2017-3-28_17-43-14.png
    upload_2017-3-28_17-43-14.png
    7 KB · Views: 540
Physics news on Phys.org
Neon32 said:
I've 2 questions
1) Why do we take absolute of the power series?
That is called the ratio test of convergence. (https://en.wikipedia.org/wiki/Ratio_test) The absolute value is all you need to test convergence.
2) I don't get why the interval of convergence is from -inifinity to +infinity.
It converges if the absolute value of the limit is less than 1. In this case, the limit of the ratio is 0 regardless of the value of x. So it converges for any value of x.
 
FactChecker said:
That is called the ratio test of convergence. (https://en.wikipedia.org/wiki/Ratio_test) The absolute value

I've seen different problems with the ratio test and they didn't use absolute but when it comes to power series, they use it. Why?
 
Neon32 said:
I've seen different problems with the ratio test and they didn't use absolute but when it comes to power series, they use it. Why?

If you don't take the absolute value and the series has either alternating terms or at least infinitely many positive and negative terms, then the limit won't exist - unless it's 0. The test is better with the absolute value.
 
  • Like
Likes   Reactions: FactChecker
Neon32 said:
I've seen different problems with the ratio test and they didn't use absolute but when it comes to power series, they use it. Why?
A power series is a series in powers of a variable such as x. The Ratio Test requires that all terms be positive, but with a variable, some terms could be negative, if x is negative. The problems you've seen that didn't use absolute values were almost certainly series in which all the terms were positive, such as ##\sum_{n = 1}^\infty \frac 1 {n^2 + 1}##.
 
  • Like
Likes   Reactions: FactChecker