Prove Induction: (1+x^2)^n >(or equal to) (1+x^n)^2

  • Thread starter Thread starter hartigan83
  • Start date Start date
  • Tags Tags
    Induction Proof
Click For Summary

Homework Help Overview

The discussion revolves around proving the inequality (1+x^2)^n ≥ (1+x^n)^2 for any natural number n ≥ 2, where x is a real number in the interval (0,1). Participants are exploring the use of mathematical induction as a method for proof.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the base case and inductive step of the proof by induction. There are attempts to manipulate the expressions and explore the implications of the inequality. Some participants suggest using binomial coefficients and examine the relationship between x^n and x^(n+1).

Discussion Status

There is ongoing exploration of different approaches, including the use of binomial coefficients and the properties of inequalities involving powers of x. Some participants express uncertainty about their reasoning and seek validation of their thought processes.

Contextual Notes

Participants note the importance of the condition that x is in the interval (0,1), as it affects the validity of the inequalities being discussed.

hartigan83
Messages
19
Reaction score
0
Induction proof please help!

Homework Statement



Let x be any real number in the interval (0,1). Prove that for any natural number n greater or equal to 2 it is true that
(1+x^2)^n is greater or equal to (1+x^n)^2
(^ means exponent)

Homework Equations



:confused:

The Attempt at a Solution



Ok well I have been attempting to do this problem for a couple days and it has come to a point when I am not getting any further.

Here is what I have so far:
I believe that I should be doing a proof by Induction.

Proof:
Let n be a natural number greater than or equal to 2. Let 0 < x <1 and let p(n): (1+x^2) >(or equal to) (1+x^n)^2

Base case: WWTS p(2) is true.
p(2): (1+x^2)^2 >(or equal to) (1+x^2)^2. As (1+x^2)^2 = (1+x^2)^2, p(2) is true.

Inductive step: Assume p(n): (1+x^2)^n >(or equal to) (1+x^n)^2 is true. WWTS p(n+1): (1+x^2)^(n+1) >(or equal to) (1+x^(n+1))^2 is true.

I guess this is basically where I get stuck. I know that I have to use my assumption p(n) to try to get to p(n+1). I have tried adding different things to each side, multiplying each side by different things but nothing seems to give me what I want.
I recognize that to get the left sides of the equations to be the same I need to multiply (1+x^2)^n by (1+x^2). And in order to get the right sides to look the same I need to first multiply each out to get rid of the ^2 (just so it is easier to see what is needed)...
But I am seriously stuck. Any help would be greatly appreciated.
Thanks
 
Physics news on Phys.org
Hi, I did not check your work carefully. It is possible that it is a dead end, maybe not. In any case, have you tried casting the problem in terms of binomial series?

With use of the famous identity on the binomial coefficients, this problem should be easy to tame:http://en.wikipedia.org/wiki/Pascal's_rule
 
I should work using binomial coefficients.

But I first would examine the relationship between
x^n
and
x^{n+1}

The fact that x belongs to (0,1) should matter somewhere... ;-) (it's easy to check with some examples that it doesn't work if that condition is not verified)
 
xnick said:
I should work using binomial coefficients.
I am not sure how to use binomial coefficients can you please explain more?
xnick said:
But I first would examine the relationship between
x^n
and
x^{n+1}
I realize that x^n times X gives me x^(n+1)
and I have realized that inorder to get the left sides to look the same it is necessary to multiply (1+x^2)^n by (1+x^2) but when I do this, I know that I also have to multiply the right side by this. But,
(1+x^n)^2 * (1+x^2) =
(1 +2x^n+x^2n) * (1+x^2)=
(1 +x^2+2x^n+ 2x^n*x^2+ x^(2n+2))=
(1 + x^2 +2^n*x^(n+2)+ x^(2n+2))

But I am trying to get (1+x^(n+1))^2
which is
(1+x^(n+1))(1+x^(n+1))=
(1+2x^(n+1)+(x^(n+1))^2) =
(1+2^(n+1)*x^(n+1) +x^(2n+2)

and these are not the same..I don't think...
What am I doing wrong?
 
hartigan83 said:
and these are not the same..I don't think...
What am I doing wrong?
Your equations are fine, but you have to prove an inequality. Have you noticed
x^n &gt; x^{n+1} ?
(this doesn't hold if you let x have any value :wink:)
If it works using that, it may be easier than using binomial coeff. There is a link above pointing to an explanation of the subject... in short words, they are used for writing the general expansion of
(a+b)^n
for any n (also called Newton's binomy IIRC)

-------------------------------------------
BTW:My natural language is Spanish. I suspect that I'm doing some grammar incorrectly, so please forgive me and ignore the misspelling. o:)
 
Ok here is what I have come up with. please tell me if there is a flaw in my reasoning.

I have
(1+x^2)^n *(1+x^2) {call this equation A} >/= (greater than or eqaul to) (1+2(x^n)+x^(2n)+x^2+2(x^n)*x^2) {call this equation B}
I want (1+x^2)^n *(1+x^2) {A} >/= (1 + 2(x^n+1) + x^(2n+2){call this C}
I am thinking of the transitive property if A >/= B and B >/= C then A >/= C

Now, comparing equations B and C we can cancel like terms ending up with
2(x^n)+x^(2n)+x^2+2(x^(n+2)) for B and
2(x^(n+1)) for C.

Now since x^n > x^(n+1), 2(x^n) > 2(x^(n+1))
Therefore, B > C
Using the transitive property A >/= C

Am I right?!? Please say yes o:)
 
hartigan83 said:
Am I right?!? Please say yes o:)

I looks good to me!
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
6
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 22 ·
Replies
22
Views
1K