Maximum of magnitude

Algebra Level 4

Given that there is a complex number z z such that z + 1 z = 2 , \left|z+\frac 1z\right|=2, find the maximum possible value of z |z| .


The answer is 2.41421356237.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

4 solutions

Hi Bye
Apr 6, 2020

Nice solutions, everyone! Here's another solution: z = z + 1 z 1 z z + 1 z + 1 z = 2 + 1 z . |z|=\left|z+\frac1z-\frac1z\right|\le \left|z+\frac1z\right|+\left|\frac1z\right|=2+\frac1{|z|}. The rest should be trivial. I liked this solution because there was no bash. ^_^

Patrick Corn
Apr 6, 2020

We have ( z + z 1 ) ( z + z 1 ) = 4 z 2 + z 2 + z z 1 + z z 1 = 4 \begin{aligned} (z+z^{-1})({\overline z} + {\overline z}^{-1}) &= 4 \\ |z|^2 + |z|^{-2} + {\overline z} z^{-1} + z{\overline z}^{-1} &= 4 \end{aligned} Let w = z z 1 . w = {\overline z} z^{-1}. Then w = 1 |w|=1 and the equation becomes z 2 + z 2 + 2 Re ( w ) = 4 z 2 + z 2 = 4 2 Re ( w ) . \begin{aligned} |z|^2 + |z|^{-2} + 2 \text{ Re}(w) &= 4 \\ |z|^2 + |z|^{-2} &= 4 - 2 \text{ Re}(w). \end{aligned} We want to maximize the left side of this equation, as it is an increasing function of z |z| for z > 1. |z|>1. Since Re ( w ) \text{Re}(w) is between 1 -1 and 1 , 1, the right side is at most 6. 6. So the maximum occurs when it is 6 , 6, which is when w = 1 , w = -1, or z = z , {\overline z} = -z, or z = r i z = ri for some real number r . r. In that case, we get z 2 + z 2 = 6 z 4 6 z 2 + 1 = 0 \begin{aligned} |z|^2 + |z|^{-2} &= 6 \\ |z|^4 - 6|z|^2 + 1 &= 0 \\ \end{aligned} and solving via the quadratic equation gives z 2 = 3 ± 2 2 . |z|^2 = 3 \pm 2\sqrt{2}. The plus sign gives a larger z , |z|, and the positive square root of 3 + 2 2 3+2\sqrt{2} is 1 + 2 , 1 + \sqrt{2}, so the answer is 2.414 . \fbox{2.414}.

Chris Lewis
Apr 6, 2020

Put z = x + i y z=x+iy and rewrite the given expression as z 2 + 1 = 2 z \left|z^2+1 \right| = 2|z| . Squaring both sides and rearranging, ( x 2 y 2 + 1 ) 2 + 4 x 2 y 2 = 4 ( x 2 + y 2 ) ( x 2 y 2 ) 2 + 2 ( x 2 y 2 ) + 1 + 4 x 2 y 2 = 4 ( x 2 + y 2 ) ( x 2 + y 2 ) 2 + 2 ( x 2 y 2 ) + 1 = 4 ( x 2 + y 2 ) ( x 2 + y 2 ) 2 2 ( x 2 + y 2 ) + 1 = 4 y 2 ( x 2 + y 2 1 ) 2 = ( 2 y ) 2 ( x 2 + y 2 1 2 y ) ( x 2 + y 2 1 + 2 y ) = 0 \begin{aligned} \left(x^2-y^2+1 \right)^2+4x^2 y^2 &= 4\left( x^2+y^2 \right) \\ \left( x^2-y^2 \right)^2+2\left( x^2-y^2 \right)+1+4x^2 y^2 &= 4\left( x^2+y^2 \right) \\ \left( x^2+y^2 \right)^2+2\left( x^2-y^2 \right)+1 &= 4\left( x^2+y^2 \right) \\ \left( x^2+y^2 \right)^2-2\left( x^2+y^2 \right)+1 &= 4y^2 \\ \left( x^2+y^2-1 \right)^2 &= (2y)^2 \\ \left( x^2+y^2-1-2y \right) \left( x^2+y^2-1+2y \right)&=0 \end{aligned}

where the last line comes from rewriting as a difference of two squares. Completing the square in each factor,

( x 2 + ( y 1 ) 2 2 ) ( x 2 + ( y + 1 ) 2 2 ) = 0 \red{\left( x^2+(y-1)^2-2 \right)} \blue{\left( x^2+(y+1)^2-2 \right)}=0

For the product to be zero, (at least) one of the factors has to be zero. Equating the red factor to zero gives a circle centred at ( 0 , 1 ) (0,1) with radius 2 \sqrt2 ; equating the blue factor to zero gives a circle centred at ( 0 , 1 ) (0,-1) with radius 2 \sqrt2 . So the locus of points satisfying the original condition is just two intersecting circles, as below:

It's clear from the geometry that z |z| is maximised when z = ( 1 + 2 ) i z=\left( 1+\sqrt2 \right)i , ie z = 1 + 2 |z|=\boxed{1+\sqrt2} .


One final point: it seems there may be a shortcut to this solution, without rewriting z z in terms of reals, if we note that z 2 + 1 = z i z + i |z^2+1|=|z-i|\cdot |z+i| . I haven't managed to find one, though - any ideas?

I just posted a (mostly) "coordinate-free" solution.

Patrick Corn - 1 year, 2 months ago

Log in to reply

Nice (although saying Re ( w ) \text{Re} (w) isn't a coordinate stretches a point ;-)). I wondered, though, is there any way of showing that the locus is two linked circles without coordinates? (To me, that's the nice thing about this problem - I was very surprised that locus came up from such an innocuous equation)

Chris Lewis - 1 year, 2 months ago

Finally had a chance to look at this. Here you go: z + 1 z = 2 z 2 + 1 = 2 z z 4 + z 2 + z 2 + 1 = 4 z 2 z 4 2 z 2 + 1 + z 2 + z 2 2 z 2 = 0 ( z 2 1 ) 2 + ( z z ) 2 = 0 ( z 2 1 + i ( z z ) ) ( z 2 1 i ( z z ) ) = 0 ( ( z i ) ( z + i ) 2 ) ( ( z + i ) ( z i ) 2 ) = 0 ( z i 2 2 ) ( z + i 2 2 ) = 0 z i = 2 or z + i = 2 \begin{aligned} \left| z + \frac1{z} \right| &= 2 \\ \left| z^2 + 1 \right| &= 2|z| \\ |z|^4 + z^2 + {\overline z}^2 + 1 &= 4|z|^2 \\ |z|^4 - 2|z|^2 + 1 + z^2 + {\overline z}^2 - 2|z|^2 &= 0 \\ (|z|^2 - 1)^2 + (z-{\overline z})^2 &= 0 \\ (|z|^2 - 1 + i(z-\overline z))(|z|^2 -1 - i(z-\overline z)) &= 0 \\ ((z-i)({\overline z} + i) - 2)((z+i)({\overline z} - i) - 2) &= 0 \\ (|z-i|^2 - 2)(|z+i|^2 -2) &= 0 \\ |z-i| = \sqrt{2} &\text{ or } |z+i| = \sqrt{2} \end{aligned} and the steps are reversible.

Patrick Corn - 1 year, 1 month ago

Log in to reply

Awesome. Thanks for posting this!

Chris Lewis - 1 year, 1 month ago

Let z = x + i y z=x+iy . Then z + 1 z = 2 x 4 + 2 x 2 y 2 + y 4 2 x 2 6 y 2 + 1 = 0 4 x 3 d x + 4 x y 2 d x + 4 x 2 y d y + 4 y 3 d y 4 x d x 12 y d y = 0 |z+\dfrac{1}{z}|=2\implies x^4+2x^2y^2+y^4-2x^2-6y^2+1=0\implies 4x^3dx+4xy^2dx+4x^2ydy+4y^3dy-4xdx-12ydy=0 . z = x 2 + y 2 = |z|=\sqrt {x^2+y^2}= maximum 2 x d x + 2 y d y = 0 d y = x y d x 4 x 3 d x + 4 x y 2 d x 4 x 3 d x 4 x y 2 d x 4 x d x + 12 x d x = 0 x = 0 y 4 6 y 2 + 1 = 0 y 2 = 3 + 2 2 z m a x = 3 + 2 2 = 2 + 1 2.4142135623731 \implies 2xdx+2ydy=0\implies dy=-\dfrac{x}{y}dx\implies 4x^3dx+4xy^2dx-4x^3dx-4xy^2dx-4xdx+12xdx=0\implies x=0\implies y^4-6y^2+1=0\implies y^2=3+2\sqrt 2\implies |z|_{max}=\sqrt {3+2\sqrt 2}=\sqrt 2+1\approx \boxed {2.4142135623731} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...