Induction to get me through the night

  • Thread starter Thread starter rock.freak667
  • Start date Start date
  • Tags Tags
    Induction
Click For Summary

Homework Help Overview

The discussion revolves around a sequence defined by the recurrence relation \(x_{n+1} = x_n^2 + \frac{1}{4}\) with the initial condition \(x_1 < \frac{1}{2}\). Participants are tasked with proving two statements: (a) that \(x_{n+1} - \frac{1}{2} < 0\) and (b) that \(x_{n+1} > x_n\), using mathematical induction or alternative methods.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Some participants attempt to use mathematical induction to prove the statements, questioning the validity of their assumptions and steps taken, particularly regarding the squaring of inequalities.
  • Others suggest exploring alternative methods to prove the statements without relying on induction, discussing the implications of the function defined by the sequence.
  • There are inquiries about the non-negativity of squares and how it affects the proofs being constructed.
  • Participants express confusion about the implications of inequalities and the correctness of their reasoning in the context of the problem.

Discussion Status

The discussion is ongoing, with various participants providing insights and corrections to each other's reasoning. Some have offered alternative approaches to the problem, while others are still grappling with the inductive method and its challenges. There is a recognition of the complexity involved in proving the statements, and multiple lines of reasoning are being explored.

Contextual Notes

Participants are working under the constraints of proving the statements for all natural numbers and are navigating the nuances of mathematical induction versus alternative proof methods. There is also a focus on ensuring the assumptions made in the proofs are valid given the initial conditions of the sequence.

rock.freak667
Homework Helper
Messages
6,221
Reaction score
31

Homework Statement


A sequence [tex]{u_n}[/tex] is defined by [itex]x_{n+1}=x_n^2 +\frac{1}{4} ,x_1<\frac{1}{2}[/itex]
Prove by mathematical induction or otherwise that:-
a)[itex]x_{n+1}-\frac{1}{2}<0[/itex]
b)[itex]x_{n+1}>x_n[/itex]

Homework Equations


The Attempt at a Solution


a)
Assume statement true for n=N

therefore
[tex] x_{N+1}-\frac{1}{2}<0[/tex]

squaring both sides

[tex]x_{N+1}^2-x_{N+1} +\frac{1}{4}<0[/tex]

[tex]x_{N+2}-x_{N+1}<0[/tex]

[tex]x_{N+2}<x_{N+1}[/tex]

[tex]-\frac{1}{2}[/tex]

[tex]x_{N+2}-\frac{1}{2}<x_{N+1}-\frac{1}{2}[/tex]

By the inductive hypothesis[itex]x_{N+1}-\frac{1}{2}<0[/itex]

[tex] x_{N+2}-\frac{1}{2}<0[/tex]

[tex]x_{N+2}<\frac{1}{2}[/tex]

Therefore true for n=N+1. After testing [tex]x_1,x_2,x_3,...[/tex] true for all Natural numbers...
b) Assume true for n=N
[tex]x_{N+1}>x_N[/tex]
sq.both sides
[tex]x_{N+1}^2>x_N^2[/tex]

[tex]+\frac{1}{4}[/tex]

[tex]x_{N+1}^2+\frac{1}{4}>x_N^2+\frac{1}{4}[/tex]

[tex]x_{N+2}>x_{N+1}[/tex]

hence true for n=N+1...etc etc..true for n an element of N

What would be the way to prove this in the "otherwise method"? (Not by exhaustion)
 
Last edited:
Physics news on Phys.org
I'm not terribly sure that your proof is correct, assuming that you're in a real space.

When you square both sides, you have a non-negativity condition, thus

[tex]x_{N+1}^2-x_N +\frac{1}{4}<0[/tex]
is incorrect.

As a matter of fact, test the correctness of this statement using any [tex]x_1<\frac{1}{2}[/tex]
This is corroborated by part(b). Since

[tex]x_{n+1}>x_n[/tex] then [tex]x_{N+1}^2-x_N +\frac{1}{4}>0[/tex]


Furthermore, you squared both sides in part (b) and went from

[tex]x_{N+1}^2>x_N[/tex]
to
[tex]x_{N+1}^2>x_N^2[/tex]
 
Last edited:
Ahhh...typos i shall fix now...but explain to me that non-negativity thing
 
Well, any time you square something real, you get something non-negative, with it equaling zero iff it's precisely equal to zero.

Edit: Use [tex]x_{n+2} = x_{n+1}^2 +\frac{1}{4}[/tex] then to get

[tex]x_{n+2} - x_{n+1} > 0[/tex]

[tex]x_{n+1}^2 - x_{n+1} + \frac{1}{4} > 0[/tex]

However in your proof you have

[tex]x_{n+1}^2 - x_{n+1} + \frac{1}{4} < 0[/tex]

A contradiction if you ignore the non-negativity of a square, but believe part (b) is correct.

Don't you hate inequalities :P
 
Last edited:
Instead, assume that [tex]x_n - \frac{1}{2} < 0[/tex]

Then clearly [tex]x_n < \frac{1}{2}[/tex]

Now consider [tex]x_{n+1}[/tex] and make the substitution
[tex]x_{n+1} = x_n^2+\frac{1}{4}[/tex]

Then apply the induction hypothesis.
 
If I sub [tex]x_n+1[/tex] I would get
[tex]x_{N}^2-x_N +\frac{1}{4}>0[/tex] Which is true as a perfect square is always >0 , isn't the end result to get it in the form [tex]x_{N+1}>x_N[/tex]
 
I've changed my reply above so that it looks more like the line in your proof. You see, in your proof you've stated that

[tex]x_{N+1}^2-x_{N+1} +\frac{1}{4}<0[/tex]

but this cannot be true both because of the non-negativity of squares and because of part (b) directly.

Edit: If you're talking about part (b), you want to show that if we've assumed [tex]x_{n} > x_{n-1}[/tex] then it follows that

[tex]x_{n+1} > x_n[/tex].

To show this, it is sufficient to show that [tex]x_{n+1} - x_n > 0[/tex]

Now substitute [tex]x_{n+1} = x_n^2+\frac{1}{4}[/tex]

into that equation above and apply part (a). Then you'll have your result.
 
Last edited:
I still think this inequality thing is messing me up
 
rock.freak667 said:

Homework Statement




[tex] x_{N+1}-\frac{1}{2}<0[/tex]

squaring both sides

[tex]x_{N+1}^2-x_{N+1} +\frac{1}{4}<0[/tex]

Now you've squared both sides. So [tex]x_{N+1}^2-x_{N+1} +\frac{1}{4}[/tex] cannot be less than zero, even though it was before you squared it.

Consider [tex]-4 < 0[/tex]. Square both sides, is it still true that
[tex]16 < 0[/tex]
 
  • #10
Well seems induction is kinda messing me up here; but i solved part b) using otherwise method by considering [tex]x_{n+1}-x_n[/tex] and that is the perfect square which is always greater than zero so then[tex]x_{n+1}-x_n>0[/tex] and it is proven but part a) is a bit trickyEDIT:Typo in part a) it is supposed to be [tex]x_n<\frac{1}{2}[/tex] not n+1
 
Last edited:
  • #11
We want to show that, assuming [tex]x_n - \frac{1}{2} < 0[/tex] then [tex]x_{n+1}-\frac{1}{2} < 0[/tex]

It is sufficient to show that [tex]x_{n+1} < \frac{1}{2}[/tex]. Thus consider [tex]x_{n+1}[/tex]

Now we know that [tex]x_{n+1} = x_n^2+\frac{1}{4}[/tex] and so we can substitute this to get

[tex]x_{n+1} = x_n^2+\frac{1}{4}[/tex]. Now we apply the induction hypothesis that [tex]x_n < \frac{1}{2}[/tex]

and the result follows
 
  • #12
so then it's basically like
[tex]x_{n+1}=(<\frac{1}{2})^2+\frac{1}{4}[/tex]
and so x_{n+1} will be <1/4 and hence <1/2 ?
 
  • #13
you might want to try that addition again.

[tex]x_{n+1} = x_n^2 + \frac{1}{4}[/tex]
[tex]x_{n+1} < \left( \frac{1}{2} \right)^2 + 1/4[/tex]
[tex]x_{n+1} < \frac{1}{4} + \frac{1}{4}[/tex]
[tex]x_{n+1} < \ldots[/tex]
 
  • #14
Well it's basically the same thing..although my teacher suggested to not right up proofs like that
 
  • #15
This is so simple if you avoid the induction stuff. Which you seem to be allowed to do. The sequence is defined by iterating the function f(x)=x^2+1/4. a) says to prove that if x<1/2 then f(x)<1/2. b) says to prove if x<1/2 then f(x)>x. The first is really simple and the second is easily solved by figuring out where f(x)-x is positive. In case you are interested in another approach.
 
  • #16
Well, no offense to anyone, but it's simple with the induction stuff as well, though it can be a little daunting if you don't do it a lot. However, myself being an algebraist will almost always find doing the algebra easier than the analysis.

Furthemore, I claim finding out where [tex]f^n(x) - f^{n-1}(x) > 0[/tex] is not as simple as you seem to make it out to be. We're analyzing a recursively defined function, so it's not as simple as you say, unless you can show me a proof that in applying it to the first iteration it holds for all iterations (which I'm not sure you can do without induction).

Edit: If your method worked in general, you would be able to show that [tex]x_{n+1} = \sqrt{2 + \sqrt{x_n}}[/tex] where [tex]x_1 =1[/tex] has a finite limit by showing that there is a maximum for the function [tex]f(x) = \sqrt{2+\sqrt{x}}[/tex] over the real domain, which is clearly not true.
 
Last edited:
  • #17
No offense taken. Everybody has their favorite methods. But if you show if 0<x<1/2 implies f(x)<1/2, and f(x)-x>0, I think you have the whole thing. Without induction. But, sorry to interrupt.
 
  • #18
I'm sorry, but I'm really not following the logic of your argument. The inductive analog to what you've said here is that if it holds for the base case, it must hold for all n, which in general is not correct. Can you justify your reasoning?
 
  • #19
I've said if x is in (0,1/2) then f(x) is in (0,1/2). So if x0 is in (0,1/2), f(x0) is in (0,1/2) . Since f(x0) is in (0,1/2), f(f(x0)) is in (0,1/2). Since f(f(x0)) is in (0,1/2) then f(f(f(x0))) is in (0,1/2). I suppose that is induction.
 
  • #20
Yeah, it is induction. And so to prove it in general we'd have to use an inductive step, which really doesn't make it any easier.
 
  • #21
If the range of a function defined on (0,1/2) is in (0,1/2), then the iterates of the function are in (0,1/2). If f(x)>x on (0,1/2) then the iterates are also increasing. There is an 'inductive' looking component when you map it to sequence language. But I don't have to prove anything else. It's done.
 

Similar threads

Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 21 ·
Replies
21
Views
2K
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K