What is the Limit of (A^n + B^n)^(1/n) as n Approaches Infinity?

  • Thread starter Thread starter jostpuur
  • Start date Start date
  • Tags Tags
    Limit
AI Thread Summary
The limit of (A^n + B^n)^(1/n) as n approaches infinity is B when 0 < A < B. However, the situation becomes complex when -B < A < 0 < B, as the limit does not consistently yield B due to the behavior of odd and even n. For even n, the expression converges to -B, while for odd n, it converges to B, indicating that the limit does not exist uniformly. The discussion highlights the need for careful consideration of the conditions on A and B and the implications of uniform convergence in proving the limit. Overall, the limit's behavior varies significantly based on the values of A and B, complicating the analysis.
jostpuur
Messages
2,112
Reaction score
19
If 0&lt;A&lt;B then

<br /> B &lt; (A^n + B^n)^{1/n} &lt; 2^{1/n} B,\quad\quad n=1,2,3,\ldots<br />

and by using knowledge 2^{1/n}\to 1 as n\to\infty, we get

<br /> \lim_{n\to\infty} (A^n + B^n)^{1/n} = B.<br />

Now, I'm interested to know what can we say if -B&lt;A&lt;0&lt;B. With odd n the inequality

<br /> B\leq (A^n + B^n)^{1/n}<br />

is wrong, so there does not seem to be any reason to believe that the limit would still be B. But is the limit still B?

For example, set A=-1, B=2. The numbers

n, (-1)^n + 2^n, ((-1)^n + 2^n)^(1/n)

turn out as follows.

1, 1, 1
2, 5, 2.2361...
3, 7, 1.9129...
4, 17, 2.0305...
5, 31, 1.9873...
6, 65, 2.0052...
7, 127, 1.9978...

The 2^n appears to be dominating the limit quite well. Is the limit of this 2 really? What about more general conditions for A and B?
 
Last edited:
Mathematics news on Phys.org
I presume you meant |B| > A > 0 > B. (A^n + B^n)^1/n does not converge. This is best seen if you consider odd and even integers separately. If n only assumes even value, the expression converges to -B. If n assumes odd values, it converges to B. In a convergent sequence, every subsequence converges to the same value.
 
Sorry. I fixed the mistake with edit option.
 
I just realized it looks quite clear when you put it like this

<br /> (A^n + B^n)^{1/n} = B\underbrace{\Big(\underbrace{\big(\frac{A}{B}\big)^n}_{\to 0} + 1\Big)^{1/n}}_{\to 1} \to B,<br />

but I still encountered some problems with the proof...If we know that the sequence of functions

<br /> f_n:[1-\delta, 1+\delta]\to\mathbb{R},\quad f_n(x)=(1+x)^{1/n}<br />

with fixed 0&lt;\delta &lt;1, converges towards

<br /> f:[1-\delta, 1+\delta]\to\mathbb{R},\quad f(x)=1<br />

uniformly, then the proof should be done, right? Looks clear by picture. I'm not sure how the uniform convergence is proven properly.
 
Last edited:
Judging from what you were asking earlier, what you are implying is that B is negative (and so is A). If that's the case, factoring out B as you did is incorrect; (B^n)^1/n is not the same as B for an even n.

Yes, for every fixed x, f_n(x) does converge to 1 uniformly as n goes to infinity. However, we are interested in g_n(x) = K*f_n(x) where K = B if n is even and K = -B if n is odd. For any x in the said interval, g_n(x) does not converge as n goes to infinity (there is no limit).

Your argument works only in the case B is positive, in which case factoring out B is correct.

If I'm misunderstanding you, please pardon me.
 
Werg22 said:
Judging from what you were asking earlier, what you are implying is that B is negative (and so is A). If that's the case, factoring out B as you did is incorrect; (B^n)^1/n is not the same as B for an even n.

You must have been left confused by my original typo. Now the original post assumes -B < 0 < B, so B is positive.

Yes, for every fixed x, f_n(x) does converge to 1 uniformly as n goes to infinity.

With fixed x the word uniform doesn't have a meaning. What is relevant is that the convergence is uniform in some environment of x=1.
 
If B is positive, what is the question exactly?

By uniform convergence, I understood that you meant that for any x' in [1 - delta, 1 + delta], f_n(x') would form a uniformly decreasing sequence.
 
Last edited:
The questions is that is the limit

<br /> \lim_{n\to\infty}(A^n+B^n)^{1/n} = B<br />

correct for all 0&lt;|A|&lt;B. I already knew how to prove the case 0&lt;A&lt;B, but the case -B&lt;A&lt;0&lt;B seemed to be more difficult. However, I believe I already understood how this is proven too, provided that we know the one uniform convergence result mentioned in the post #4.

I don't know what it means for a sequence of numbers to converge uniformly or not uniformly. The sequence of functions f_n:[a,b]\to\mathbb{R} converges uniformly towards a function f:[a,b]\to\mathbb{R}, if for all \epsilon&gt;0 there exists a number N\in\mathbb{N} so that

<br /> n&gt;N\quad\implies\quad \underset{x\in[a,b]}{\sup} |f_n(x)-f(x)| &lt; \epsilon.<br />
 
jostpuur said:
With fixed x the word uniform doesn't have a meaning. What is relevant is that the convergence is uniform in some environment of x=1.

... environment of x=0. The domains should have been [-\delta,\delta] too, instead of [1-\delta, 1+\delta].
 

Similar threads

Replies
14
Views
2K
Replies
1
Views
2K
Replies
4
Views
2K
Replies
4
Views
1K
Replies
2
Views
3K
Replies
8
Views
2K
Back
Top