(Complex number) I have no idea on this

Click For Summary
The discussion revolves around solving a complex number problem involving the expression |z^4 - 4z^2 + 3|, where z lies on the circle |z|=2. Participants explore the application of the triangle inequality and de Moivre's theorem to simplify the expression and find bounds. There is a focus on finding a smaller value for |z^4 - 4z^2 + 3| to demonstrate that |1/(z^4 - 4z^2 + 3)| ≤ 1/3. Despite various hints and methods suggested, some participants express frustration over their inability to progress in solving the problem. Ultimately, the conversation highlights the complexity of working with inequalities in the context of complex numbers.
  • #31


I still can't get my head around this question. I see now the two solution methods but neither seems nice to me. I wonder what the proper way to handle these is.
 
Physics news on Phys.org
  • #32


Fredrik said:
I realized that there's (very) tiny possibility for misinterpretation of what I said on page 1, so I will clarify. What I told you there is to continue what you started, like this:
|z^4-4z^2+3|≥ |z^4|-|3-4z^2|\geq\text{something} by applying one of the two inequalities I posted to |3-4z^2|.

One more thing, I think the solution I'm suggesting is simpler than the other one that's been suggested, since that one requires you to start by solving an equation to find a factorization.

@Fredrik: I'm afraid this does not work:

||3|-|4z^2|| \le |3-4z^2| \le |3|+|4z^2|

||3|-4|z|^2| \le |3-4z^2| \le |3|+4|z|^2

|3-4\cdot 2^2| \le |3-4z^2| \le |3|+4\cdot 2^2

13 \le |3-4z^2| \le 19

So:
-3 =16 - 19 \le |z^4|-|3-4z^2| \le 16 - 13 = 3
This includes 0, so the result is: ||z^4|-|3-4z^2|| \ge 0.
But we need to proof that ||z^4|-|3-4z^2|| \ge 3
 
Last edited:
  • #33


I like Serena said:
@Fredrik: I'm afraid this does not work:
Oops, you're right. Looking at it again, I see that what I get from the |z^4-4z^2+3|≥ |z^4|-|3-4z^2|\geq\text{something} approach is |z^4-4z^2+3|≥-3. I did this rather quickly and must have missed the minus sign.
 
  • #34


verty said:
I still can't get my head around this question. I see now the two solution methods but neither seems nice to me. I wonder what the proper way to handle these is.

IMHO ehild's method of factoring, followed by the triangle inequalities, is the nicest one.
 
  • #35


I was leaving it to Pranav-Arora to appreciate your picture. He likes pictures! :smile:
Thumbs_Up.png
 
  • #36


I like Serena said:
IMHO ehild's method of factoring, followed by the triangle inequalities, is the nicest one.
Yes, I agree. |z^4-4z^2+3|=|z^2-3|\,|z^2-1|\geq \text{something}\cdot\text{something} is definitely the way to go.

Pranav-Arora, the method I suggested doesn't work. We get |z^4-4z^2+3|\geq -3 if we do it exactly the way I suggested. We need +3 on the right, not -3, so this result is useless. Even if we change the first step into |z^4-4z^2+3|\geq 3-|z^4-4z^2|, we're getting something useless. I apologize for misleading you.

The only solution I have found that is similar to my original idea is to start with |z^4-4z^2+3|\geq|z^4-4z^2+4|-1=|z^2-2|^2-1, but as you can see, the only point of doing it this way would be to make the factorization a bit easier. I don't see a way to avoid doing a factorization.
 
Last edited:
  • #37


It didn't help that I made a mistake in thinking that |z^4 - 4z^2| <= |z^4| - |4z^2|. It is <= |z^4| + |4z^2|. Which means that |z^4 - 4z2 + 3| <= 35, a very strange looking result. But in this question we need >=, and that I don't know how to do nicely (unless factorizing is nice but it seems lucky). I'll look at this more.
 
  • #38


verty said:
It didn't help that I made a mistake in thinking that |z^4 - 4z^2| <= |z^4| - |4z^2|. It is <= |z^4| + |4z^2|. Which means that |z^4 - 4z2 + 3| <= 35, a very strange looking result. But in this question we need >=, and that I don't know how to do nicely (unless factorizing is nice but it seems lucky). I'll look at this more.

If ABC is a triangle then there are 2 triangle inequalities, which combined into one are:
\left|~|AC| - |BC|~\right| \le |AB| \le |AC| + |BC|

In words:
The length of AB is greater than the difference in length of the other 2 sides.
The length of AB is less then the sum of the lengths of the other 2 sides.

You need the first form.
 
  • #39


I am fed up of this problem.
Now please stop posting hints and stop making me more confused. :mad:
 
  • #40


Ok, I've got my head around it now. Right.

Pranav, in case you return to this question later, here is a hint how to do it without factorizing.

If we have |a| and |b|, we can say two things: one is |a| + |b| >= |a+b|, one is ||a| - |b|| <= |a-b|. Since we need to show (what?) about |z^4 + 3 - 4z^2|, we can (do what?) using (which one?) to find the answer. :)
 
  • #41


I already said:-

STOP POSTING HINTS NOW.
 
  • #42


verty said:
Ok, I've got my head around it now. Right.

Pranav, in case you return to this question later, here is a hint how to do it without factorizing.

If we have |a| and |b|, we can say two things: one is |a| + |b| >= |a+b|, one is ||a| - |b|| <= |a-b|. Since we need to show (what?) about |z^4 + 3 - 4z^2|, we can (do what?) using (which one?) to find the answer. :)
This seems to be the exact same approach that I tried first. See my comments in #38 and #42. (Did you miss the same minus sign as I did?)
 
  • #43


It wasn't the same sign error. I didn't trust myself to apply any other form of triangle inequality, so I stuck to the traditional "hypotenuse is no greater" form. But that gave the wrong bound, and then I had a sign error trying to adapt that approach to the problem. Anyway, let's move on.
 
  • #44


verty said:
I didn't trust myself to apply any other form of triangle inequality, so I stuck to the traditional "hypotenuse is no greater" form.
The one with a minus sign follows from that one. For all z and w, |z+w|≤|z|+|w|. This implies that for all z and w, |z|=|(z+w)-w|≤|z+w|+|-w|=|z+w|+|w|.

So for all z and w, we have |z|-|w|\leq|z+w|\leq |z|+|w|.
 

Similar threads

  • · Replies 20 ·
Replies
20
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 19 ·
Replies
19
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
Replies
9
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K