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

  • Context: Graduate 
  • Thread starter Thread starter jostpuur
  • Start date Start date
  • Tags Tags
    Limit
Click For Summary

Discussion Overview

The discussion revolves around the limit of the expression (A^n + B^n)^(1/n) as n approaches infinity, particularly focusing on different cases for the values of A and B. Participants explore the behavior of this limit under various conditions, including when A and B are both positive, when A is negative, and when B is positive.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant asserts that if 0 < A < B, then the limit is B, but questions the case when -B < A < 0 < B, suggesting that the limit may not be B in this scenario.
  • Another participant argues that (A^n + B^n)^(1/n) does not converge when considering odd and even integers separately, converging to -B for even n and B for odd n.
  • A participant presents a reformulation of the expression, suggesting that it approaches B under certain conditions, but expresses uncertainty regarding the proof of uniform convergence.
  • Concerns are raised about the correctness of factoring out B when B is negative, with a clarification that the original assumption was that B is positive.
  • There is a discussion about the meaning of uniform convergence and its relevance to the limit being discussed, with some participants expressing confusion over the definitions and implications.
  • One participant seeks clarification on whether the limit holds for all cases where 0 < |A| < B, indicating a belief that understanding uniform convergence is key to proving this.

Areas of Agreement / Disagreement

Participants express differing views on the convergence of the limit based on the values of A and B, with no consensus reached on the behavior of the limit when A is negative and B is positive. The discussion remains unresolved regarding the general case of A and B.

Contextual Notes

Participants highlight limitations in their arguments, including the dependence on the parity of n and the need for uniform convergence in certain proofs. There is also mention of potential confusion regarding the definitions of uniform convergence and its application to the problem at hand.

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:
Physics 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 ·
Replies
14
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 24 ·
Replies
24
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
2
Views
1K