I used triangle inequality like this $$|z^2-3|≤|z|^2+|-3|$$ $$3|z|≤|z|^2+3$$ $$0≤|z|^2-3|z|+3$$ And now let's take $|z|= w$ where $w≥0$ $$0≤w^2-3w+3$$ $$Discriminant=(-3)^2-12=-3$$ $$D<0$$ Hence the inequality is true for all real w But $w≥0$ so it's true for all real non negative $|z|$ So how can there be a maximum value? On the other hand if i use $$||z|^2-|-3||≤|z^2-3|$$ $$||z|^2-3|≤3|z|$$ I get $$|z|^2-|-3|≤3|z|$$ or $$|z|^2-|-3|≥-3|z|$$ The first one gives max value as $(3+✓21)/2$ The second one gives $(-3+✓21)/2$
The correct answer is $(3+✓21)/2$ But I want to know why the other two inequalities got the wrong domains. I don't want to know how to get the answer, i want to know why the two of the inequalities are wrong.
There's nothing wrong about any of the inequalities.
What's happened with the triangle inequality is that it doesn't help any in this case since it tells you what you knew before, namely that $|z|\ge 0.$
As for the third inequality, you made a mistake somewhere. Recall that it gives us the solution $$|z|\le \frac{-3-\sqrt{21}}{2}$$ or $$|z|\ge \frac{-3+\sqrt{21}}{2}.$$ So in this case we cannot say anything about a maximum value. So this doesn't help either.
That leaves the second inequality, which gave you a maximum value.