I'm trying to isolate $n$ in $$\frac{x^n - (x - 1)^n}{x^n} = 0.9.$$
If I take the log in base $x$, I end up with $$\log_x(x^n - (x - 1)^n) - n = \log_x(0.9).$$
Now I don't know how to go on. Is it time to approximate this expression and move on? Should I get an approximation? Thank you.
$$1-(1-x^{-1})^n=0.9$$ so $$(1-x^{-1})^n=0.1,$$ $$n=\frac{\ln 0.1}{\ln(1-x^{-1})}$$ etc.