I need to solve the bound for $n$ from this inequality:
$$c \leq 1.618^{n+1} -(-0.618)^{n+1},$$
where $c$ is some known constant value. How can I solve this? At first I was going to take the logarithm, but the difference of the two exponentials trouble me...
Any hints? :) Thnx for any help !
To solve $$c=\phi^n-(-\phi)^{-n}$$ If $n$ is even, then $$c=\phi^n-\phi^{-n}\\(\phi^n)^2-c(\phi^n)-1=0$$ and you can solve a quadratic for $\phi^n$ as a function of $c$. Similar if $n$ is odd.