Triangle Inequality: Solving |z^2+3| ≤ (12) for |z|=3

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 2K views
sara_87
Messages
748
Reaction score
0

Homework Statement



Use the triangle inequality to show:
[tex]\left|z^2+3\right|[/tex] [tex]\leq(12)[/tex] for [tex]\left|z\right|[/tex]=3
where z is a complex number

Homework Equations



triangle inequality: [tex]\left|z_1+z_2\right|[/tex][tex]\leq[/tex] [tex]\left|z_1\right|[/tex]+[tex]\left|z_2\right|[/tex]

The Attempt at a Solution



I understand the triangle inequality but i can't seem to do the question.
 
Physics news on Phys.org
Simply substitute z1 with z^2 and z2 with 3.
 
but how do i use the information: 'on abs(z)=3' ?
 
oh i see:
like this:
[tex]\left|z^2+3\right|[/tex][tex]\leq[/tex][tex]\left|z^2\right|[/tex]+[tex]\left|3\right|[/tex]
[tex]\left|z^2+3\right|[/tex][tex]\leq[/tex]9+3=12
am i missing something?
 
Thats right. And note that |z^2|= |z|^2
 
I'm working on a similar question but this time, i must show that:
[tex]\left|z^2(2+i)+1\right|[/tex] [tex]\geq[/tex] 1 for [tex]\left|z\right|[/tex]=1

this time we can use the triangle inequality:
[tex]\left|z_1-z_2\right|[/tex] [tex]\geq[/tex] [tex]\left|abs(z_1)-abs(z_2)\right|[/tex]

do i substitute: z1 with z2(2+i) and z2 with -1 ?
because when i do this, i get:
[tex]\left|z^2(2+i)+1\right|[/tex] [tex]\geq[/tex] [tex]\left|z^2(2+i)-1\right|\right|\left|[/tex]
I think I am making a mistake
 
Your substitution is correct, but evaluate the absolute values on the right hand side
 
after evaluating the absolute values, the right hand side would look like:
2z^2 +iz^2-1
so somehow i must show that this is 1
?
 
The absolute value a complex number a+ib is
Sqrt(a^2+b^2), and thus a real number. Further you know abs(z)=1. And further abs(xy) = abs(x)abs(y). See what you can do with that
 
oh right, thanks, so i will get:
right hand side:
abs(1*abs(2+i)-1)=abs(4+i^2-1)=abs(sqrt(3)-1)=sqrt(3+1)=2
?? not 1 ?