Find bounding numbers for two interrelated sequences

  • Thread starter Thread starter Entertainment Unit
  • Start date Start date
  • Tags Tags
    Numbers Sequences
AI Thread Summary
The discussion focuses on two interrelated sequences, {a_n} and {b_n}, defined by their arithmetic and geometric means. Participants successfully demonstrated that {a_n} is a decreasing sequence while {b_n} is increasing, establishing their monotonicity through mathematical induction. They explored the need for bounding values to show convergence, concluding that {a_n} is bounded below by b_1 and {b_n} is bounded above by a_1. The relationship between the sequences implies that they will eventually converge, as {a_n} must intersect {b_n} at some point. This leads to the conclusion that both sequences are convergent and their limits are equal.
Entertainment Unit
Messages
16
Reaction score
1

Homework Statement


Let ##a## and ##b## be positive numbers with ##a \gt b##. Let ##a_1## be their arithmetic mean and ##b_1## their geometric mean:

##a_1 = \frac {a + b} 2## and ##b_1 = \sqrt{ab}##

Repeat this process so that, in general

##a_{n + 1} = \frac {a_n + b_n} 2## and ##b_{n + 1} = \sqrt{a_n b_n}##

(a) Use mathematical induction to show that ##a_n \gt a_{n + 1} \gt b_{n + 1} \gt b_n##
(b) Deduce that both ##\{a_n\}## and ##\{b_n\}## are convergent.
(c) Show that ##\lim_{n\to\infty} a_n = \lim_{n\to\infty} b_n##

Homework Equations


None that I'm aware of.

The Attempt at a Solution


I was able to complete (a) with some help.

I'm working on (b). I need to show that ##\{a_n\}## and ##\{b_n\}## are both bounded and monotonic in order to deduce that they are convergent. The sequences are both monotonic by the result of (a). I'm having trouble coming up with a bounding value for each of the following:

  • ##\{a_n\}## (the decreasing sequence) is bounded below by ?
  • ##\{b_n\}## (the increasing sequence) is bounded above by ?
to show that they are bounded. I think what's giving me the problem is the fact that the sequences are interrelated.
 
Physics news on Phys.org
What happens if ##\{a_n\}## is not bounded below?
 
  • Like
Likes Entertainment Unit
PeroK said:
What happens if ##\{a_n\}## is not bounded below?
I think you're getting at ##\lim_{n\to\infty} a_n## would equal ##-\infty## and to calculate this limit and see what actually happens?
 
Entertainment Unit said:
I think you're getting at ##\lim_{n\to\infty} a_n## would equal ##-\infty## and to calculate this limit and see what actually happens?

Not really. What about this?

Entertainment Unit said:
(a) Use mathematical induction to show that ##a_n \gt a_{n + 1} \gt b_{n + 1} \gt b_n##

I was able to complete (a) with some help.
 
Entertainment Unit said:

Homework Statement


Let ##a## and ##b## be positive numbers with ##a \gt b##. Let ##a_1## be their arithmetic mean and ##b_1## their geometric mean:

##a_1 = \frac {a + b} 2## and ##b_1 = \sqrt{ab}##

Repeat this process so that, in general

##a_{n + 1} = \frac {a_n + b_n} 2## and ##b_{n + 1} = \sqrt{a_n b_n}##

(a) Use mathematical induction to show that ##a_n \gt a_{n + 1} \gt b_{n + 1} \gt b_n##
(b) Deduce that both ##\{a_n\}## and ##\{b_n\}## are convergent.
(c) Show that ##\lim_{n\to\infty} a_n = \lim_{n\to\infty} b_n##

Homework Equations


None that I'm aware of.

The Attempt at a Solution


I was able to complete (a) with some help.

I'm working on (b). I need to show that ##\{a_n\}## and ##\{b_n\}## are both bounded and monotonic in order to deduce that they are convergent. The sequences are both monotonic by the result of (a). I'm having trouble coming up with a bounding value for each of the following:

  • ##\{a_n\}## (the decreasing sequence) is bounded below by ?
  • ##\{b_n\}## (the increasing sequence) is bounded above by ?
to show that they are bounded. I think what's giving me the problem is the fact that the sequences are interrelated.

If you have proven that ##a_n > a_{n + 1} > b_{n + 1} > b_n## it follows that ##b_1 < b_2 < b_3 < \cdots < a_3 < a_2 < a_1##.
 
  • Like
Likes Entertainment Unit
PeroK said:
Not really. What about this?
Ok, I think I see what you were getting at now.

If ##\{a_n\}## were not bounded from below, it would run into ##\{b_n\}## at some point since ##a_n > a_{n+1} > b_{n+1} > b_n##.

So, ##\{a_n\}## on the way down would run into ##\{b_n\}## on the way up as ##{n\to\infty}##.

So the question becomes, at what value of ##n## do they meet (or at least get close since ##a_n## is strictly greater than ##b_n##) so the bounds for both sequences can be calculated?
 
Ray Vickson said:
If you have proven that ##a_n > a_{n + 1} > b_{n + 1} > b_n## it follows that ##b_1 < b_2 < b_3 < \cdots < a_3 < a_2 < a_1##.
Yes, and by extension ##b_1 < b_2 < b_3 < \cdots < b_n < b_{n + 1} < a_{n + 1} < a_n < \cdots < a_3 < a_2 < a_1## which implies ##b_1 < a_n## and ##b_n < a_1##.

It follows that, ##\{a_n\}## is bounded below by ##b_1 = \sqrt{ab}## and ##\{b_n\}## is bounded above by ##a_1 = \frac {a + b} 2##.
 
Last edited:
  • Like
Likes PeroK
Back
Top