Find Least Value of \left|z+\frac{1}{z}\right|, |z| ≥ 3

  • Thread starter Thread starter utkarshakash
  • Start date Start date
  • Tags Tags
    Value
AI Thread Summary
The least value of |z + 1/z| for |z| ≥ 3 is determined to be 8/3, contrary to the incorrect assertion of 10/3. The reasoning involves recognizing that the inequality |z - (-1/z)| ≥ |z| - |-1/z| does not guarantee that minimizing the right side will yield the minimum for the left side. A specific example using z = iy along the imaginary axis shows that |z + 1/z| can indeed reach 8/3. The discussion emphasizes the importance of ensuring that the method of minimization is applicable to the specific problem at hand.
utkarshakash
Gold Member
Messages
852
Reaction score
13

Homework Statement


Least value of \left|z+\frac{1}{z}\right| if |z|\geq3 is


Homework Equations




The Attempt at a Solution


\left|z-\frac{-1}{z} \right| \geq |z|-\left| \frac{-1}{z} \right|

So the minimum value will be

|z|- \frac{1}{|z|}

Now for minimum value
|z| = 3 as it is the minimum value of |z|

Substituting the value of |z| I get
3- \frac{1}{3}
=\frac{8}{3}

But the correct answer is \frac{10}{3}
 
Physics news on Phys.org
utkarshakash said:

Homework Statement


Least value of \left|z+\frac{1}{z}\right| if |z|\geq3 is


Homework Equations




The Attempt at a Solution


\left|z-\frac{-1}{z} \right| \geq |z|-\left| \frac{-1}{z} \right|

So the minimum value will be

|z|- \frac{1}{|z|}

Now for minimum value
|z| = 3 as it is the minimum value of |z|

Substituting the value of |z| I get
3- \frac{1}{3}
=\frac{8}{3}

But the correct answer is \frac{10}{3}

Your reasoning is wrong (or at least, incomplete---see below), but you have arrived at the correct answer. The minimum value is, indeed, 8/3, and the posted answer of 10/3 is incorrect. Hint: to show that 10/3 is incorrect, look for a value z = iy along the imaginary axis that gives z + 1/z = (8/3)i, so for that z we have |z + 1/z| = 8/3, which is less that the alleged minimum of 10/3.

So, what did you do wrong? Well, your inequality
\left|z-\frac{-1}{z} \right| \geq |z|-\left| \frac{-1}{z} \right|
is, indeed, true, but for some z it might be a strict inequality, so there is no guarantee that minimizing the right-hand-side will give an achievable minimum to the left-hand-side. I'll leave it up to you to see what else needs to be done to fix the argument.

RGV
 
Ray Vickson said:
Your reasoning is wrong (or at least, incomplete---see below), but you have arrived at the correct answer. The minimum value is, indeed, 8/3, and the posted answer of 10/3 is incorrect. Hint: to show that 10/3 is incorrect, look for a value z = iy along the imaginary axis that gives z + 1/z = (8/3)i, so for that z we have |z + 1/z| = 8/3, which is less that the alleged minimum of 10/3.

So, what did you do wrong? Well, your inequality
\left|z-\frac{-1}{z} \right| \geq |z|-\left| \frac{-1}{z} \right|
is, indeed, true, but for some z it might be a strict inequality, so there is no guarantee that minimizing the right-hand-side will give an achievable minimum to the left-hand-side. I'll leave it up to you to see what else needs to be done to fix the argument.

RGV

I can't make out any fault in my reasoning. Can you please bring it out?
 
utkarshakash said:
I can't make out any fault in my reasoning. Can you please bring it out?

I have already explained why your reasoning is incomplete: you have some expression A that you want to minimize, and you know that A ≥ B for some other expression B. Minimizing B does not necessarily minimize A.

For example, if f(x) = (x-1)2+ x4 and g(x) = (x-1)2, we certainly have f(x) ≥ g(x) for all x (and f = g for some x). However, the minimum of g(x) is = 0, and it occurs at x = 1, while the minimum of f(x) is = 0.2892734 and it occurs at x = 0.5897545 (as obtained using numerical methods). So, in this case, minimizing f by minimizing the simpler function g would fail. However, if I change f to f(x) = x2 + x4 and g(x) to g(x) = x2, we would get the correct answer by minimizing g instead of f.

So, sometimes your method works and sometimes it fails. The issue is whether you can apply it in your particular problem.

RGV
 
Ray Vickson said:
I have already explained why your reasoning is incomplete: you have some expression A that you want to minimize, and you know that A ≥ B for some other expression B. Minimizing B does not necessarily minimize A.

For example, if f(x) = (x-1)2+ x4 and g(x) = (x-1)2, we certainly have f(x) ≥ g(x) for all x (and f = g for some x). However, the minimum of g(x) is = 0, and it occurs at x = 1, while the minimum of f(x) is = 0.2892734 and it occurs at x = 0.5897545 (as obtained using numerical methods). So, in this case, minimizing f by minimizing the simpler function g would fail. However, if I change f to f(x) = x2 + x4 and g(x) to g(x) = x2, we would get the correct answer by minimizing g instead of f.

So, sometimes your method works and sometimes it fails. The issue is whether you can apply it in your particular problem.

RGV

Hmmm... that seems quite correct. Thanks
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top