Ratio Test vs AST

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
4 replies · 2K views
cherry
Messages
25
Reaction score
6
Homework Statement
Find the interval of convergence for the given power series.
Relevant Equations
N/A
Hi, I'm having difficulty understanding why the interval of convergence is (0, 18].
When I tested x=18, I got the following conclusion using the ratio test.
IMG_65D89D7F1999-1.jpeg


When I attempt using AST, the function still diverges as the lim (n -> inf) = 2^n / n ≠ 0.
What am I missing?

Thanks!
 

Attachments

  • Screenshot 2024-05-05 at 2.05.27 PM.png
    Screenshot 2024-05-05 at 2.05.27 PM.png
    11.1 KB · Views: 108
Physics news on Phys.org
cherry said:
Homework Statement: Find the interval of convergence for the given power series.
Relevant Equations: N/A

Hi, I'm having difficulty understanding why the interval of convergence is (0, 18].
When I tested x=18, I got the following conclusion using the ratio test.
View attachment 344579

When I attempt using AST, the function still diverges as the lim (n -> inf) = 2^n / n ≠ 0.
What am I missing?

Thanks!
The series is this:
$$\sum_{n = 1}^\infty \frac{(x - 9)^n}{n(-9)^n}$$
When you substitute x = 18, the numerator is not ##18^n##.
 
Mark44 said:
The series is this:
$$\sum_{n = 1}^\infty \frac{(x - 9)^n}{n(-9)^n}$$
When you substitute x = 18, the numerator is not ##18^n##.
Oh my gosh, thank you!
 
One of the most important things to learn from mathematics is to be careful about each step. It is definitely a learning process. Mathematics is one subject where you need to get a long string of steps correct to get the right answer, and it is fairly unique in that respect. Also, when you are thinking about the hard steps, it is often the easy ones where mistakes occur. So you should make it a habit to review your work with as much attention to the easy steps as you give to the hard steps.
 
It's a power series at the point ##a=9## whose radius of convergence ##R## is given by
[tex] \frac{1}{R} = \limsup _n \frac{1}{\sqrt[n]{n9^n}} = \frac{1}{9}.[/tex]
Hence, interval of convergence contains ##(0,18)##. For ##x=18## we get ## \sum \frac{(-1)^n}{n} ##, which converges. For ##x=0## we get divergence. So the interval of convergence is ##(0,18]##.