Maxima, Minima complex function

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
heinerL
Messages
19
Reaction score
0
Hey

my problem is that I am unable to calculate the absolute value of the following function:

[tex]f(z)=\bar{z}(z-2)-2\Re z[/tex] wherase [tex]z=x+iy[/tex]

What i did was:

[tex]=|z|^2-2\bar{z}-2\Re z=x^2+y^2-2x+2iy-2x=x^2+y^2+2yi-4x[/tex]

and how should i calculate the absoulte value of this function??

Because i should find all maxima and minima of |f(x)|, which is not so difficult, i hope after i got the abs()!

Can anyone help me?
 
Physics news on Phys.org
yes, you're right, i mean the norm [tex]|a+ib|= \sqrt{a^2+b^2}[/tex] but how should i proceed?
 
you mean that:

[tex]\abs(x^2+y^2-4x+2iy)=\sqrt{(x^2+y^2-4x)^2+4y^2}[/tex]

that (x^2+y^2-4x) is the real part and 2iy the imaginary part?
 
In [tex]a+ib[/tex], a is the real part and b is the imaginary part. That is, don't include the imaginary unit i in the imaginary part.

And yes, you're right :smile: