I use mathematical analysis to show the minimal value of $\frac{\left(a + b\right)^{2}}{\,\sqrt{\, a^{2} - 1\,}\, + \,\sqrt{\, b^{2} - 4\,}\,}\left(a > 1\,,\ b >2\right)$ is $6$, but how to show this only by the math knowledge in high school ?
2026-04-11 15:12:43.1775920363
How to show the minimal value of $\frac{(a+b)^2}{\sqrt{a^2-1}+\sqrt{b^2-4}}$ is 6?
76 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Consider $$f=\frac{(a+b)^2}{\sqrt{a^2-1}+\sqrt{b^2-4}}$$ compute the derivatives and simplify to get $$\frac{\partial f}{\partial a}=\frac{(a+b) \left(2 \sqrt{a^2-1} \sqrt{b^2-4}+a^2-a b-2\right)}{\sqrt{a^2-1} \left(\sqrt{a^2-1}+\sqrt{b^2-4}\right)^2}\tag 1$$ $$\frac{\partial f}{\partial b}=\frac{(a+b) \left(2 \sqrt{a^2-1} \sqrt{b^2-4}-a b+b^2-8\right)}{\sqrt{b^2-4} \left(\sqrt{a^2-1}+\sqrt{b^2-4}\right)^2}\tag 2$$ and set them equal to $0$. So, we are left with $$2 \sqrt{a^2-1} \sqrt{b^2-4}+a^2-a b-2=0 \tag 3$$ $$2 \sqrt{a^2-1} \sqrt{b^2-4}-a b+b^2-8=0\tag 4$$ Subtract $(4)$ from $(3)$ to get $$a^2-b^2+6=0 \implies b=\sqrt{a^2+6}\tag 5$$ Replace in $(3)$ to get $$a^2-\sqrt{a^2+6} a+2 \sqrt{a^2-1} \sqrt{a^2+2}-2=0 \tag 6$$ Now, tedious multiple squaring would lead to $a=\sqrt 2$ and to the result.
I hope and wish that a simpler solution will appear.