How to prove this inequality: $\sqrt{x^2+y^2+z^2+2yz}\leq a \sqrt{x^2+y^2}+b|z|,$ for all real numbers $x, y, z$ for some non negative values of $a$ and $b.$ What are the minimum values of $a$ and $b.$
2026-04-01 03:09:57.1775012997
Inequality $\sqrt{x^2+y^2+z^2+2yz}\leq a \sqrt{x^2+y^2}+b|z|,$
48 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Let $z=0$. Hence, $a\geq1$.
Let $x=y=0$. Hence, $b\geq1$.
We'll prove that $a=b=1$ are valid.
Indeed, we need to prove that $$\sqrt{x^2+y^2+z^2+2yz}\leq\sqrt{x^2+y^2}+|z|$$ or after squaring of the both sides $$x^2+y^2+z^2+2yz\leq x^2+y^2+2|z|\sqrt{x^2+y^2}+z^2$$ or $$\sqrt{z^2(x^2+y^2)}\geq yz,$$ which is true because $$\sqrt{z^2(x^2+y^2)}\geq\sqrt{y^2z^2}=|yz|\geq yz.$$ Done!