Proving a^b Convergence from a_n and b_n Limits

  • Thread starter Thread starter daniel_i_l
  • Start date Start date
  • Tags Tags
    Convergence Limits
Click For Summary

Homework Help Overview

The discussion revolves around proving the convergence of the expression \((a_n)^{(b_n)}\) to \(a^b\) given the limits of sequences \(a_n\) and \(b_n\). The context involves limits and continuity in the realm of real analysis.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore the idea of splitting the sequence \(a_n\) into two subsequences based on whether \(a\) is greater than or equal to 1 or less than 1. Questions arise about the necessity and implications of this separation.
  • There are discussions about finding a suitable \(N\) to demonstrate convergence rigorously, with some participants suggesting the use of continuity of functions and logarithmic properties.
  • Concerns are raised regarding the handling of inequalities when \(a_i\) and \(b_i\) approach their respective limits, particularly when \(a + E\) may not be greater than 1.
  • Some participants propose using the continuity of the function \(a^x\) to simplify the proof, while others seek clarification on how to rigorously connect the limits of the sequences to the desired result.

Discussion Status

The discussion is active, with participants providing hints and exploring various approaches to the proof. There is a focus on establishing a rigorous framework for the convergence, with some participants offering insights into the continuity of functions and the behavior of limits. Multiple interpretations and methods are being considered, but no consensus has been reached yet.

Contextual Notes

Participants mention the need to consider the behavior of the sequences under different conditions (i.e., whether \(a \geq 1\) or \(a < 1\) ) and the implications of these conditions on the proof. There is also an emphasis on the continuity of the exponential function and its role in the convergence argument.

daniel_i_l
Gold Member
Messages
864
Reaction score
0

Homework Statement


a_{n} -&gt; a , a>0 and a_{n}&gt;0 for all n. Prove that if b_{n} -&gt; b then {(a_{n})}^{(b_{n})} -&gt; a^b.
(-> means the limit as n goes to infinity).


Homework Equations





The Attempt at a Solution



I first split up a_n into to sub series: a_{n_{k}} and a_{n_{j}} where for all k a_{n_{k}} &gt;= 1and for all j 0&lt;a_{n_{j}}&lt;1 . Now, starting with the first series, for all E>0 we can find a number N so that for all k>N b-E &lt; b_{n_{k}} &lt; b+Eand so
{(a_{n_{k}})}^{(b-E)} &lt; {(a_{n_{k}})}^{(b_{n_{k}})} &lt; {(a_{n_{k}})}^{(b+E)}. I know that {(a_{n_{k}})}^{(b+E)} -&gt; a^{(b+E)} and so that since E can be as small as we want we should be able to use the sandwich rule to prove that {(a_{n_{k}})}^{(b_{n_{k}})} -&gt; a^b and we can do the same to prove that {(a_{n_{j}})}^{(b_{n_{j}})} -&gt; a^b . But how can I write it in a rigorous way?
Thanks.
 
Last edited:
Physics news on Phys.org
What's the point of splitting a_n into two subsequences?
 
If the limit as n goes to infinity of (a_n)^(b_n) is a^b, then for any E > 0, there exists an N such that for all indices i >= N, |(a_i)^(b_i) - a^b| < E. To demonstrate this (rigorously), you will need to tell me what this N is.
 
I split it in two so that I could separate between cases where a>=1 and a<1. Can you give me a hint how to find N?
Thanks.
 
Does it matter whether a < 1 or a >= 1? I don't get it.

You know two things:

- For all E > 0, there is an N_a such that for all i > N_a, |a_i - a| < E.
- For all E > 0, there is an N_b such that for all i > N_b, |b_i - b| < E.

Obviously the N will have something to do with N_a and N_b. Determine what that something is.
 
Well, if you don't mind a cheat-ish answer, you could just look at the logarithm, then use the facts that logarithmic and exponential functions are continuous and that products of convergent sequences converge to the product of the limits
 
If a_i < a+E and b_i < b+E you still can't write (a_i)^(b_i) < (a+E)^(b+E) since you don't know whether a+E is bigger that 1 or not. That's what's confusing me.
 
anyone?
Thanks.
 
What can you base your proof on? If you are allowed to use the fact that ax is continuous, it's almost trivial.
 
  • #10
What I was thinking is the following: Let N be the greater of N_a and N_b. Then surely (a - E)^{b - E} &lt; a_i^{b_i} &lt; (a + E)^{b + E}. Of course, what I really need to show is that a^b - E &lt; a_i^{b_i} &lt; a^b + E. This is where I'm stumped.
 
  • #11
daniel_i_l said:
If a_i < a+E and b_i < b+E you still can't write (a_i)^(b_i) < (a+E)^(b+E) since you don't know whether a+E is bigger that 1 or not. That's what's confusing me.

You can take the absolute value - you're trying to shrink:
|a^b-a_n^{b_n}|
so it doesn't matter which way the inequality goes.
 
  • #12
HallsofIvy said:
What can you base your proof on? If you are allowed to use the fact that ax is continuous, it's almost trivial.

How is it trivial? I know that {a}^{b_{n}} -&gt; a^b but how do I prove that {a_{n}}^{b_{n}} -&gt; a^b
Thanks.
 
  • #13
daniel_i_l said:
How is it trivial? I know that {a}^{b_{n}} -&gt; a^b but how do I prove that {a_{n}}^{b_{n}} -&gt; a^b
Thanks.

For every m, a_m^{b_n}\rightarrow a_m^b. Then a_m^b\rightarrow a^b.

It follows from that that a_n^{b_n}\rightarrow a^b.
 
  • #14
Thanks, is this what you meant:
for all m {a_m}^{b_n} -&gt; {a_m}^bso for every E there's some N so that for all n>N {a_m}^b -E &lt; {a_m}^{b_n} &lt; {a_m}^b + E and since {a_m}^{b} -&gt; {a}^bso for every F there's some M so that for all m>M {a}^b -F &lt; {a_m}^{b} &lt; {a}^b + F and so if P>max{M,N} then for all m,n > P
{a_m}^b -(E+F) &lt; {a_m}^{b_n} &lt; {a}^b + (E+F) QED
Is that right?
Thanks.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K