I'm trying to find the local minimum of $\sqrt[x]{n\over v-x+1}$ with respect to $x$. The restrictions on $x$ are that it must be $\le v$ and $\ge 1$. Also, $v$ and $n$ are fixed, and $v<n$.
My try: differentiate the expression, admittedly using WolframAlpha, and set equal to zero; get a long expression, much of which can be divided through by since it can't be zero, due to restrictions on $x$; wind up with the equation ${x \over v-x+1}=\ln(\frac n{v-x+1})$, which I have no idea how to solve.
Suggestions?