I think of it as hard proof by induction

Click For Summary

Homework Help Overview

The discussion revolves around proving properties of a sequence defined recursively, specifically using mathematical induction. The sequence is given by a formula involving a parameter λ greater than 1, and participants are tasked with demonstrating inequalities related to the sequence's terms.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the validity of using induction, with some suggesting that the original poster's method may not align with standard inductive reasoning. There are attempts to express terms in a way that facilitates the induction process, and questions arise about the assumptions made in the inequalities.

Discussion Status

The conversation is ongoing, with various participants providing insights into how to approach the proof. Some have suggested specific steps to take, while others are exploring different interpretations of the problem. There is no explicit consensus on a single method, but several productive directions have been proposed.

Contextual Notes

Participants note the requirement to use induction as specified in the problem statement, and there is a recognition of the need to justify certain inequalities based on the properties of the sequence and the parameters involved.

rock.freak667
Homework Helper
Messages
6,221
Reaction score
31
[SOLVED] I think of it as hard proof by induction

Homework Statement



given for the sequence a_1,a_2,a_3,a_4,...,a_1=1 and that

a_{n+1}=(a_n+\frac{1}{a_n})^{\lambda}

where\lambda>1.Prove by mathematical induction that,for n \geq 2

a_n \geq 2^{g(n)}

where g(n)=\lambda^{n-1}

Prove also,for n \geq 2

\frac{a_{n+1}}{a_n}>2^{(\lambda -1)g(n)}

Homework Equations





The Attempt at a Solution



well what I tried to do was to consider a_{n+1}-2^{g(n)}

which after simplification gives:

\frac{(a_n^2+1)^{\lambda}}{a_n^{\lambda}}-2^{g(n)}[/itex]<br /> <br /> which I then said should be greater than or equal to zero since the fraction on the left is +ve and 2^g(n) is positive since lambda is &gt;1. Is this a good way to start?
 
Physics news on Phys.org
Not really. I think you are supposed to use induction. Prove the statement is true for n=1. Then prove is the statement is true for n, then it's true for n+1. Isn't that how induction is supposed to go? What you've done so far doesn't look very 'inductive'.
 
Dick said:
Not really. I think you are supposed to use induction. Prove the statement is true for n=1. Then prove is the statement is true for n, then it's true for n+1. Isn't that how induction is supposed to go? What you've done so far doesn't look very 'inductive'.

Well what I was essentially trying to do was to find an expression for a_n+1-2^g(n) and then add,subtract,multiply and divide various things to a_n \geq 2^{g(n)} and then eventually say that from my expression a_n+1 >= 2^g(n)
 
Yeah, I know. But the problem says 'use induction'. And that might be the best way to go. I'll warn you, I haven't actually tried to do it.
 
As Dick mentioned induction may be the way to go:

a_2=2^{\lambda}

Take your expression now and show that the statement is true for n=2 (I guess this is also your inductive hypothesis):

<br /> \frac{(a_n^2+1)^{\lambda}}{a_n^{\lambda}}-2^{g(n)} \geq 0 --&gt; \frac{(a_n^2+1)}{a_n} \geq 2^{\lambda^{n-2}}<br />

So then:
\frac{(a_2^2+1)}{a_2} \geq 2 --&gt; \frac{(2^{2\lambda}+1)}{2^{\lambda}} \geq 2

So now you need to find a way to express the relation for n=k+1. I guess expanding a couple of terms may be helpful, but I always came back to the general form that you proposed.
 
Then just say:

Assume true for n=N

a_N \geq 2^{g(n)}

+ \frac{1}{a_N}

a_N +\frac{1}{a_N} \geq 2^{g(n)} +\frac{1}{a_N}


Raise both sides to the power of \lambda


(a_N +\frac{1}{a_N})^{\lambda} \geq (2^{g(n)} +\frac{1}{a_N})^{\lambda}

and then say that

(2^{g(n)} +\frac{1}{a_N})^{\lambda} \geq 2^{g(N+1)}

and so

a_{N+1}&gt;2^{g(N+1)}

and hence true by PMI ?
 
We need to show that

(an + 1/an)^t >= 2^(t^(n))
Observation:
t*ln(an + 1/an) >=t^(n)ln(2)
ln(an + 1/an) >= t^(n-1)(ln(2))
an + 1/an >= 2^(t^(n-1))
Since t >= 1, it's an increasing sequence. Thus,
an + 1/an > an >= 2^(t^(n-1)) by the inductive hypothesis. QED.
 
I see no problems with your proof.
 
Vid said:
We need to show that

(an + 1/an)^t >= 2^(t^(n))
Observation:
t*ln(an + 1/an) >=t^(n)ln(2)
ln(an + 1/an) >= t^(n-1)(ln(2))
an + 1/an >= 2^(t^(n-1))
Since t >= 1, it's an increasing sequence. Thus,
an + 1/an > an >= 2^(t^(n-1)) by the inductive hypothesis. QED.

hm.didn't think about taking ln...interesting

Vid said:
I see no problems with your proof.

But I might need to justify why

(2^{g(n)} +\frac{1}{a_N})^{\lambda} \geq 2^{g(N+1)}

so I would just say that the 2^g(n)+(anything) must be bigger than 2^(g(n+1)) since a_n is greater than zero
 
  • #10
(2^(t^(n-1) + 1/an)^t >= 2^(t^(n-1)*t) = 2^(t^n) = 2^(g(n+1)). The inequality holds since t> 1 and an is positive.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 51 ·
2
Replies
51
Views
5K
Replies
5
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K