If $|z-\frac 3z|=2$, Find the greatest value of $|z|$

87 Views Asked by At

$$|z^2-3|=2|z|$$

And $$|z^2-3|\le |z|^2+3$$ $$2|z|\le |z|^2+3$$ which isn’t a valid equation, what’s going wrong?

4

There are 4 best solutions below

0
On BEST ANSWER

You are replacing an equation with an inequation, which is a weaker condition. Doing that, you integrate alien solutions. (Though the inequation is "valid".)

0
On

Hint

Use https://www.cut-the-knot.org/arithmetic/algebra/ComplexNumberInequalities.shtml

$$|z|+\dfrac3{|-z|}\ge \left|z-\dfrac3z\right|\ge|z|-\dfrac3{|z|}$$

1
On

Your inequality $2|z|\le|z|^2+3$ is very much valid. For example, $|z|=2$ satisfies it.

The maximum value of $|z|$ that allows this inequality is the maximum root of the corresponding equality $2|z|=|z|^2+3$, which can be solved by the usual methods for quadratic equations to give $|z|=3$.

Thus $|z|=3$ is an upper bound. To prove that it is the sharp upper bound, meaning the true maximum, simply try $z=3$ itself in your original equation $|z-(3/z)|=2$.

0
On

Maximizing $a^2+b^2$ with the constraint $(a^2+b^2)^2-10a^2+2b^2+9 = 0$ (please see comments above) results in the two solutions $(3,0)$ and $(-3,0)$, thus the greatest value of $z$ is 3 and occurs at $z\in \{ -3,3\}$.

Here is a picture of the curve plotted in Mathematica along with the circle $|z|=3$.

enter image description here