- 2,190
- 200
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.
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:
[tex]|z^4-4z^2+3|≥ |z^4|-|3-4z^2|\geq\text{something}[/tex] by applying one of the two inequalities I posted to [itex]|3-4z^2|[/itex].
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.
Oops, you're right. Looking at it again, I see that what I get from the [tex]|z^4-4z^2+3|≥ |z^4|-|3-4z^2|\geq\text{something}[/tex] approach is [tex]|z^4-4z^2+3|≥-3.[/tex] I did this rather quickly and must have missed the minus sign.I like Serena said:@Fredrik: I'm afraid this does not work:
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.
Yes, I agree. [tex]|z^4-4z^2+3|=|z^2-3|\,|z^2-1|\geq \text{something}\cdot\text{something}[/tex] is definitely the way to go.I like Serena said:IMHO ehild's method of factoring, followed by the triangle inequalities, is the nicest one.
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.
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?)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. :)
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|.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.