Sequence limit - real analysis

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
7 replies · 4K views
antiemptyv
Messages
31
Reaction score
0

Homework Statement



Prove that the sequence [tex](x_n) = ((a^n+b^n)^{1/n})[/tex] converges to [tex]b[/tex], for 0 < a < b.

The Attempt at a Solution



I haven't dealt with any sequences with [tex]n[/tex]'s in the exponent, but I assume I'll have to use logarithms at some point to get at them? Can someone start me off in the right direction?
 
Last edited:
Physics news on Phys.org
The whole idea is that a introduces an increasingly insignificant error. Therefore, differential calculus should be applicable. Personally, I would try a differential approximation.
 
Last edited:
here's a follow-up attempt

What about something like [tex]|(a^n+b^n)^{1/n}-b| < (2b^n)^{1/n}-b < 2^{1/n} < 2^{1/\epsilon}[/tex] when [tex]n > \epsilon[/tex]?
 
Why is [itex](2b^n)^{1/n} - b < 2^{1/n}[/itex]?

And more importantly, why would [itex]|(a^n + b^n)^{1/n} - b| < 2^{1/\epsilon}[/itex] be helpful?
 
Last edited:
i think i meant...

[tex](2b^n)^{1/n}- b = 2^{1/n}b - b < 2^{1/n}b[/tex]

sorry, i think it's just because it's late.
 
if [tex]n>\epsilon[/tex], then [tex]\frac{1}{n} < \frac{1}{\epsilon}[/tex], and [tex]2^{\frac{1}{n}} < 2^{\frac{1}{\epsilon}}[/tex]
 
Last edited:
antiemptyv said:
if [tex]n>\epsilon[/tex], then [tex]\frac{1}{n} < \frac{1}{\epsilon}[/tex], and [tex]2^{\frac{1}{n}} < 2^{\frac{1}{\epsilon}}[/tex]

Well, and how can you go from there? :rolleyes:

Remember that:
[tex]\lim_{\epsilon \rightarrow + \infty} 2 ^ {\frac{1}{\epsilon}} = 1[/tex], not 0.

antiemptyv said:

Homework Statement



Prove that the sequence [tex](x_n) = ((a^n+b^n)^{1/n})[/tex] converges to [tex]b[/tex], for 0 < a < b.

The Attempt at a Solution



I haven't dealt with any sequences with [tex]n[/tex]'s in the exponent, but I assume I'll have to use logarithms at some point to get at them? Can someone start me off in the right direction?

How about taking bn outside, like this:

[tex]\lim_{n \rightarrow \infty} \left\{ b ^ n \left[ \left( \frac{a}{b} \right) ^ n + 1 \right] \right\} ^ \frac{1}{n}[/tex]

Can you go from here? :)