Calpalned said:|z−1|=2=x2+y2−1−−−−−−−−−√|z-1|=2=\sqrt{x^2+y^2-1}
Expressing z into its real and imaginary parts:Calpalned said:Homework Statement
View attachment 90170
I don't understand example 2. For part a, I got a slightly different answer.
Homework Equations
see picture
The Attempt at a Solution
##|z-1|=2=\sqrt{x^2+y^2-1}##
##4=x^2+y^2-1 \neq (x-1)^2+y^2##
Given ##|z-1|## how did you decide to make the substitution of ##u=x-1##? Why not ##y-1##? So my method was incorrect? While it is true that ##|z| = \sqrt{x^2 +y^2}##, ##|z-1| \neq \sqrt{x^2 +y^2-1}##? Thank you.SteamKing said:Expressing z into its real and imaginary parts:
z = x + iy
We can also create another complex number, w, such that:
w = u + iv
We can also specify that
u = x - 1
v = y
So that
w = u + iv = (x-1) + iy = z - 1
If we let the modulus of (z - 1) = 2, then
|w| = |z - 1| = 2
then by the definition of the modulus of a complex number, we get
|w| = (u2 + v2)1/2 = 2
Squaring both sides and substituting for u and v,
u2 + v2 = 4 or
(x - 1)2 + y2 = 4
which is the equation of a circle of radius = 2 centered at (1, 0).
Ok, this method makes a lot of sense. But just to clarify, was it wrong that I approached this question with ##|z-1|=\sqrt{x^2+y^2-1}##Mark44 said:Geometrically, the equation |z - 1| = 2 represents all of the points z in the complex plane that are 2 units away from 1; i.e., 1 + 0i. The geometry here should suggest that we're dealing with a circle of radius 2, centered at (1, 0).
For the algebra, a slightly different tack from the one SteamKing took...
##|z - 1| = 2##
##\Rightarrow |x + yi - 1| = 2##
##\Rightarrow \sqrt{ [(x - 1) + yi] \cdot [(x - 1) - yi]} = 2## (using the fact that ##|z| = \sqrt{z \cdot \bar{z}}##)
##\Rightarrow \sqrt{(x - 1)^2 + y^2} = 2##
##\Rightarrow (x - 1)^2 + y^2 = 4##
Yes, because ##\sqrt{x^2+y^2-1} \ne \sqrt{(x - 1)^2 + y^2}##Calpalned said:Ok, this method makes a lot of sense. But just to clarify, was it wrong that I approached this question with ##|z-1|=\sqrt{x^2+y^2-1}##
Okay thank youMark44 said:Yes, because ##\sqrt{x^2+y^2-1} \ne \sqrt{(x - 1)^2 + y^2}##
It is easier for me to follow Mark44's method, but I still thank you for your response.Calpalned said:Given ##|z-1|## how did you decide to make the substitution of ##u=x-1##? Why not ##y-1##? So my method was incorrect? While it is true that ##|z| = \sqrt{x^2 +y^2}##, ##|z-1| \neq \sqrt{x^2 +y^2-1}##? Thank you.
Not even close. Subtracting 1 from z doesn't translate into subtracting 1 from the stuff inside the radical. The operations involved are very non-linear.Calpalned said:So my method was incorrect? While it is true that ##|z| = \sqrt{x^2 +y^2}##, ##|z-1| \neq \sqrt{x^2 +y^2-1}##?