Let z , a , b , and c be complex numbers satisfying a z 2 + b z + c = 0 with ∣ a ∣ = ∣ b ∣ = ∣ c ∣ > 0 . What is the biggest possible value of ∣ z ∣ ?
Bonus : Try finding its minimum value from its maximum value without doing a seperate calculation.
This is not an original problem. I do not know the original source of this problem, so if anyone knows it please inform me so I can credit it.
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.
+1, very elegant solution, this is much cleaner than what I did!
WLOG let a = 1 . then z 2 + b z + c = 0 for phase b , c . we have z = 2 − b ± b 2 − 4 c = 2 b ( − 1 ± 1 − 4 b 2 c ) → ∣ z ∣ = ∣ ∣ ∣ ∣ ∣ 2 b ∣ ∣ ∣ ∣ ∣ ∣ ∣ ∣ ∣ ∣ − 1 ± 1 − 4 b 2 c ∣ ∣ ∣ ∣ ∣ = 2 1 ∣ ∣ ∣ − 1 ± 1 − 4 x ∣ ∣ ∣ with x = b 2 c also being a phase. so we have: z = 2 1 ∣ ∣ ∣ − 1 ± 1 − 4 x ∣ ∣ ∣ ≤ 2 1 ( ∣ − 1 ∣ + ∣ ∣ ∣ ± 1 − 4 x ∣ ∣ ∣ ) = 2 1 + ∣ 1 − 4 x ∣ ≤ 2 1 + ∣ 1 ∣ + ∣ − 4 x ∣ = 2 1 + 5 with the equality case being x = − 1 → b 2 = − c .
notice that if z satisfies the properties given in the problem, so does z 1 , from this we can find the minima.
Problem Loading...
Note Loading...
Set Loading...
Divide through by a to get z 2 + b z + c = 0 , ∣ b ∣ = ∣ c ∣ = 1 . So then ∣ z ∣ 2 = ∣ b z + c ∣ ∣ z ∣ 2 − ∣ z ∣ − 1 ≤ ∣ b ∣ ∣ z ∣ + ∣ c ∣ = ∣ z ∣ + 1 ≤ 0 . The roots of this equation are ϕ and 1 / ϕ , where ϕ = 2 1 + 5 , so we get immediately that ϕ 1 ≤ ∣ z ∣ ≤ ϕ . Clearly equality holds on the left with b = 1 , c = − 1 , and equality holds on the right with b = c = − 1 . This gives us the maximum and minimum values of ∣ z ∣ immediately.