- #1
goojilla
- 3
- 0
Homework Statement
Shade each region in the complex plane. Justify your solution.
1) z - Conjugate[z] = 4
2) 1 + z, where |z| = 1
The Attempt at a Solution
So for my attempt for 1 is:
Let z = x + iy therefore Conjugate[z] = x - iy
z - Conjugate[z] = 4
x + iy - (x - iy) = 4
2iy = 4
iy = 2 ***multiply both sides by i
-y = 2i
y = -2i
Now from my understanding y is supposed to be a real number, is it not? So what exactly does
y = -2i represent? What region would it be in the complex plane?
And my attempt for 2:
|z| = 1 represents a circle of unit radius 1.
Given 1+z and |z|=1, I changed this to into the equation of a disk in the complex plane (can I even do that?)
Let z = x + iy
|z+1| < 1 ***For this step would I use less than, less than or equal to, or just equal to?
|x+iy+1| < 1
(x+1)2 + y2 < 12
Now this gives me an equation for a circle of radius 1 centred around the point (-1,0)
Is this correct?
Thanks