- 6,221
- 31
Homework Statement
A sequence {u_n} is defined by x_{n+1}=x_n^2 +\frac{1}{4} ,x_1<\frac{1}{2}
Prove by mathematical induction or otherwise that:-
a)x_{n+1}-\frac{1}{2}<0
b)x_{n+1}>x_n
Homework Equations
The Attempt at a Solution
a)
Assume statement true for n=N
therefore
<br /> x_{N+1}-\frac{1}{2}<0
squaring both sides
x_{N+1}^2-x_{N+1} +\frac{1}{4}<0
x_{N+2}-x_{N+1}<0
x_{N+2}<x_{N+1}
-\frac{1}{2}
x_{N+2}-\frac{1}{2}<x_{N+1}-\frac{1}{2}
By the inductive hypothesisx_{N+1}-\frac{1}{2}<0
<br /> x_{N+2}-\frac{1}{2}<0
x_{N+2}<\frac{1}{2}
Therefore true for n=N+1. After testing x_1,x_2,x_3,... true for all Natural numbers...
b) Assume true for n=N
x_{N+1}>x_N
sq.both sides
x_{N+1}^2>x_N^2
+\frac{1}{4}
x_{N+1}^2+\frac{1}{4}>x_N^2+\frac{1}{4}
x_{N+2}>x_{N+1}
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: