What is the Interval of Convergence for (x-10)^n/10^n?

twoski
Messages
177
Reaction score
2

Homework Statement



Find the interval of convergence for (x-10)^{n}/10^{n}

The Attempt at a Solution



If i use the ratio test on this, i end up with (x-10)/10, which doesn't make sense to me since there is no "n" in this result. Is there another method i need to be using?
 
Physics news on Phys.org
There shouldn't be an "n"! The ratio test requires that you take the limit as n goes to infinity. The ratio test says that the converges absolutely if that fraction is less than 1. So your condition is that (x- 10)/10< 1.
 
twoski said:

Homework Statement



Find the interval of convergence for (x-10)^{n}/10^{n}

The Attempt at a Solution



If i use the ratio test on this, i end up with (x-10)/10, which doesn't make sense to me since there is no "n" in this result. Is there another method i need to be using?

Does the series converge/diverge for x = 5? for x=-5? For x = 7? For x = 21? etc., etc.
 
twoski said:

Homework Statement



Find the interval of convergence for (x-10)^{n}/10^{n}

The Attempt at a Solution



If i use the ratio test on this, i end up with (x-10)/10, which doesn't make sense to me since there is no "n" in this result. Is there another method i need to be using?

After you've applied the absolute ratio test to find your radius of convergence, you get (1/10)|x-10|.

Now we know the radius of convergence is |x-10|<10 breaking down the absolute value we can obtain the interval of convergence :

-10 < x-10 < 10
0 < x < 20

You can check the endpoints at 0 and 20 to see if it converges or not.
 
So if i plug in 0, it diverges since it alternates between positive and negative indefinitely.

If i plug in 20, i get 1 since 10^n/10^n is 1. Therefore the test is inconclusive.

So i get (0,20).
 
Last edited:
twoski said:
So if i plug in 0, it diverges since it alternates between positive and negative indefinitely.

If i plug in 20, i get 1 since 10^n/10^n is 1. Therefore the test is inconclusive.

So i get (0,20).
I agree with your result, but not with your method. When you check the endpoints, you need to use something other than the ratio test, since you already know that the ratio test is inconclusive when the ratio (its absolute value) is 1.

At the endpoints (i.e., when x = 0 and x = 20) what are the actual series you get? You should have two series that contain only constants - no variables.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top