4.5 A real sequence $\{x_n\}$ satisfies $7x_{n+1}=x_n^3+6$ for $n\ge1$. If $x_1=\frac{1}{2}$, prove that the sequence increases and find its limit. What happens if $x_1=\frac{3}{2}$ or if $x_1=\frac{5}{2}$?
In order to prove, that sequence is increasing, my idea is to take the first derivative of the function $y = (x^3 +6)/7$ Our result is $y' = 3x^2/7$ and this is positive. So our function is increasing function. Is this solution correct?
Are there other approaches that can prove the above statement without using derivatives?
Edited: I agree, I was wrong. Here are my new arguments:
1) By induction I have proved that $0 2) $x_{n+1} - x_n = (x_n^3 + 6)/7 -x_n = x_n^3/7 - x_n + 6/7 $ But I don't know if we can conclude from this that $x_n^3/7 - x_n + 6/7 >0$
