Any help with the following question would be very much appreciated.
The equation $2x^2 + ax + (b + 3) = 0$ has real roots. Find the minimum value of $a^2 + b^2$.
Please note that, unfortunately, the question provides no clarification regarding the nature of $a$ and/or $b$.
The standard treatment of this type of question is by C-S inequality but with the functional flavor. Start out by rewriting the equation as:
$(2x^2+3)^2 = (-ax-b)^2 = (ax+b)^2\le (1+x^2)(a^2+b^2)\implies a^2+b^2 \ge \dfrac{(2y+3)^2}{1+y}$, with $y = x^2 \ge 0$. Put $t = y+1 \ge 1 \implies a^2+b^2 \ge \dfrac{(2t+1)^2}{t}=f(t)$. We have: $f'(t) = 4-\dfrac{1}{t^2} > 0$ on $[1,\infty)\implies f_{\text{min}}(t) = f(1) = 9 \implies (a^2+b^2)_{\text{min}} = 9$ as claimed.