Two sequences defined for all naturals by

  • Thread starter quasar987
  • Start date
  • Tags
    Sequences
In summary, we have two sequences x_n and y_n defined for all naturals, with x_n+1=(x_n+y_n)/2 and y_n+1=sqrt(x_n*y_n). The proof shows that y_n is an increasing sequence and that x_1 serves as an upper bound for the sequence.
  • #1
quasar987
Science Advisor
Homework Helper
Gold Member
4,807
32
Consider [itex]x_1,y_1 \in \mathbb{R}[/itex] such that [itex]x_1>y_1>0[/itex] and [itex]\{x_n\},\{y_n\}[/itex] the two sequences defined for all naturals by

[tex]x_{n+1}=\frac{x_n+y_n}{2}, \ \ \ \ \ y_{n+1}=\sqrt{x_n y_n}[/tex]

Show that the sequence [itex]\{y_n\}[/itex] is increasing and as [itex]x_1[/itex] for an upper bound.


I would appreciate some help on this one, I have made no progress.
 
Physics news on Phys.org
  • #2
The key to the proof is to show xn+1>yn+1. Since they are both positive, this is equivalent to showing the squares exhibit the same inequality. A simple calculation will show this to be true.

xn+12-yn+12=((xn-yn)/2)2.

The rest is easy. xn>xn+1> ,yn<yn+1.

Therefore your desired conclusions hold.
 
  • #3


Sure, I'd be happy to help! Let's start by looking at the first few terms of the sequences:

x_1, y_1
x_2, y_2
x_3, y_3
x_4, y_4
...

We can see that x_n and y_n alternate in increasing and decreasing order. This pattern continues for all n, as we can see from the recursive definitions of x_n and y_n.

Now, let's prove that the sequence \{y_n\} is increasing. We can do this by showing that y_{n+1} > y_n for all n. Using the recursive definition of y_n, we have:

y_{n+1} = \sqrt{x_n y_n}
y_n = \sqrt{x_{n-1} y_{n-1}}

So, to prove that y_{n+1} > y_n, we need to show that \sqrt{x_n y_n} > \sqrt{x_{n-1} y_{n-1}}. We can do this by squaring both sides of the inequality:

x_n y_n > x_{n-1} y_{n-1}

Now, we know that x_n > x_{n-1} and y_n > y_{n-1} (since x_n and y_n alternate in increasing and decreasing order). So, we can rewrite the inequality as:

x_n y_n > x_n y_n

This is true, since x_n and y_n are both positive. Therefore, we have shown that y_{n+1} > y_n for all n, which means that the sequence \{y_n\} is increasing.

Next, let's show that x_1 is an upper bound for the sequence \{y_n\}. To do this, we need to show that y_n < x_1 for all n. We can use induction to prove this.

First, the base case: for n = 1, we have y_1 = \sqrt{x_1 y_1} < x_1, since x_1 and y_1 are both positive and x_1 > y_1.

Now, for the induction step, assume that y_k < x_1 for some k. We want to show that y_{k+1} < x_1. Using the recursive definition of y_n, we have:

y
 

FAQ: Two sequences defined for all naturals by

What are the two sequences defined for all naturals?

The two sequences defined for all naturals are the Fibonacci sequence and the geometric sequence.

What is the formula for the Fibonacci sequence?

The formula for the Fibonacci sequence is xn = xn-1 + xn-2, where x0 = 0 and x1 = 1.

What is the formula for the geometric sequence?

The formula for the geometric sequence is xn = x0 * r^(n-1), where x0 is the first term and r is the common ratio.

What are the common uses for the Fibonacci sequence?

The Fibonacci sequence is commonly used in mathematics and computer science, as well as in fields such as finance, art, and music.

What is the relationship between the Fibonacci sequence and the golden ratio?

The ratio of any two consecutive numbers in the Fibonacci sequence approaches the golden ratio (approximately 1.618) as the sequence goes to infinity.

Back
Top