Given complex numbers $a,b,c$, we have that $|az^2 + bz +c| \leq 1$ holds true for any complex number $z, |z| \leq 1$. Find the maximum value of $|bc|$.
Problem
Source:
Tags: inequalities, trigonometry, calculus, function, complex numbers, algebra unsolved, algebra
04.07.2011 05:03
25.07.2011 00:01
I believe that solution is correct, and the detailed calculations are quite impressive. Here is a slightly quicker way to get the same result. Consider $\theta$ such that $\mid\theta\mid = 1$. Then $\mid az^2+bz+c\mid \le 1$ and $\mid a(z/\theta)^2+b(z/\theta)+c\mid\le1$, or $\mid az^2+b\theta z+c\theta^2\mid \le 1$. Let $v_1 = az^2+bz+c$ and $v_2= az^2+b\theta z+c\theta^2$. Then we have $\mid(v_1-v_2)\mid\le 2$, or $\mid bz(1-\theta)/2 + c(1-\theta^2)/2 \mid \le 1$. Now if $\mid b\prime z + c\prime\mid \le 1$, then by taking $z$ such that $b\prime z/c\prime$ is a positive real number, we must have that $\mid b\prime\mid +\mid c\prime\mid\le 1$, and so $\mid b\prime c\prime \mid \le 1/4$. Thus $\mid bc \mid * \mid(1-\theta)(1-\theta^2) \mid \le 1$. Let us try to maximize $ \mid(1-\theta)(1-\theta^2) \mid$. If $\theta = \alpha^2 =e^{2i\lambda}$, then $\mid(1-\theta)(1-\theta^2) \mid = \mid(1-\alpha^2)(1-\alpha^4) \mid = \mid (1/\alpha -\alpha)*(1/\alpha^2 - \alpha^2)\mid = 4 \mid (\sin \lambda)(\sin 2\lambda) \mid = 8 \mid (\cos\lambda)(1 - \cos^2 \lambda) \mid$. Using basic calculus, this has maximum value when $\cos\lambda = 1/\sqrt{3}$, which yields $\alpha = \frac{1}{\sqrt{3}} + \frac{\sqrt{2}}{\sqrt{3}} i $, $\theta = -\frac{1}{3} + \frac{2\sqrt{2}}{3} i$, and $ \mid(1-\theta)(1-\theta^2) \mid = \frac{16}{3\sqrt{3}}$. So, $\mid bc \mid \le \frac{3\sqrt{3}}{16}$. It remains to prove that this maximum can be achieved. Note that if that is in fact true, then $b=1/(1-\theta)$, and $c=1/(1-\theta^2)$, and we must have $v_1=1$, or $a=1-1/(1-\theta)-1/(1-\theta^2)$. So we must prove that the function $f(z)= (1-1/(1-\theta)-1/(1-\theta^2)) *z^2 + 1/(1-\theta) *z + 1/(1-\theta^2)$ has modulus less than or equal to one if $\mid z \mid \le 1$. Unfortunately I can't find an elegant way of showing this, so a little brute force is in order. First note that it is enough to prove it if $\mid z \mid \ = 1$, and that it is also equivalent to proving that for $g(z)= (1-1/(1-\theta)-1/(1-\theta^2)) + 1/(1-\theta) *z + 1/(1-\theta^2) * z^2$. Plugging in $\theta =\alpha^2$, setting $y=z/\alpha$, and doing some calculations gets us to $g(z) = (i/4\sqrt{2})(3y^2+2\sqrt{3}y-1)$. If $y = e^{i\delta}$, then $\mid g(z) \mid ^2 = (1/32)\mid (22 + 8\sqrt{3} \cos \delta - 6\cos{2\delta} \mid = (1/32)\mid (28 + 8\sqrt{3} \cos \delta - 12\cos^2{\delta} \mid=(1/32)\mid (32 - 12(\cos\delta -1/\sqrt{3})^2) \mid\le 1$, and we are done.
27.05.2020 08:28
Let me give a solution with some geometric intuition: by the maximum modulus principle the assumption on $a,b,c$ is equivalent to \[\max_{\theta\in[0,2\pi)}|ae^{i\theta}+ce^{-i\theta}+b|\leq 1.\]The locus of $ae^{i\theta}+ce^{-i\theta}+b$ is an ellipse centred at $b$ with semi-major and semi-minor axes of length $|a|+|c|$ and $||a|-|c||$ respectively, and the assumption requires it to be within the unit disc. Therefore the problem is essentially about maximising the product of the centre's modulus and the average length of semi-major and semi-minor axes for ellipses within the unit disc. For any such ellipse we may try to (strictly) enlarge it with affine transformations fixing its centre. When this is impossible, by Bézout's theorem in algebraic geometry the ellipse is either tangent to the circle at $2$ different points or at a single point with intersection multiplicity in algebraic geometry $=4$. In the first case WLOG assume the tangent points have equal $y$-coordinate $v\in [0,1),$ then the ellipse has equation \[u(x^2+y^2-1)+(y-v)^2=0\]with $u>0$. In the second case we may assume the tangent point is $(0,1),$ then the ellipse has equation \[u(x^2+y^2-1)+(y-1)^2=0\]for some $u>0$ (in algebro-geometric terms the linear system of quadratic curves satisfying the intersection multiplicity condition has dimension 1 and contains $(y-1)^2$, so every curve in it should be given by such a linear combination), and we also denote $v=1$ in this case. Then the ellipse has centre $(0,\frac{v}{u+1})$ and semi axes length $\sqrt{\frac{u+1-v^2}{u+1}},$ $\frac{\sqrt{u(u+1-v^2)}}{u+1}$. By AM-GM we have \[\frac{v}{2(u+1)}(\sqrt{\frac{u+1-v^2}{u+1}}+\frac{\sqrt{u(u+1-v^2)}}{u+1})\leq\frac{\sqrt{u+1}+\sqrt{u}}{4(u+1)}\]with equality holds when $v=\sqrt{\frac{u+1}{2}}$, and by taking derivative we see when $u=\frac{1}{3}$ the RHS attains maximum $\frac{3\sqrt{3}}{16}$. Tracing back we get e.g. \[a=\frac{\sqrt{2}}{8},b=\frac{\sqrt{6}}{4}i,c=\frac{3\sqrt{2}}{8}\]satisfy the assumption and $|bc|=\frac{3\sqrt{3}}{16}$.