If $a^2 + b^2= 1 $ and $u$ is the minimum value of the $\dfrac{b+1}{a+b-2}$, then find the value of $u^2$.
Attempt:
Then I tried this way: Let $a= bk$ for some real $k$.
Then I got $f(b)$ in terms of b and k which is minmum when $b = \dfrac{2-k}{2(k+1)}$ ... then again I got an equation in $k$ which didn't simplify.
Please suggest an efficient way to solve it.
Note that $$u=\frac{b+1}{\sqrt{1-b^2}+b-2}$$ so $$\frac{du}{db}=\frac{1\big(\sqrt{1-b^2}+b-2\big)-(b+1)\left(-\frac{2b}{\sqrt{1-b^2}}+1\right)}{\big(\sqrt{1-b^2}+b-2\big)^2}$$ and setting to zero gives $$-3\sqrt{1-b^2}+b+1=0\implies 1-b^2=\frac{b^2+2b+1}9\implies 5b^2+b-4=0$$ and we see that $b=4/5,-1$ are roots.
Checking second derivatives, we have that $4/5$ is a minimum.
Hence $$u^2=\left(\frac{\frac45+1}{\frac35+\frac45-2}\right)^2=9.$$
Note that the negative root ($-3/5$) is also possible, but that yields a lower value of $u^2$ since $$\bigg|-\frac35+\frac45-2\bigg|>\bigg|\frac35+\frac45-2\bigg|$$