Solveeit Logo

Question

Question: If \(z=x+iy\) and if the point P in the Argand Plane represents z, then describe geometrically the l...

If z=x+iyz=x+iy and if the point P in the Argand Plane represents z, then describe geometrically the locus of z satisfying equations,
(i)z23i=5 (ii)2z2=z1 \begin{aligned} & (i)\left| z-2-3i \right|=5 \\\ & \left( ii \right)2\left| z-2 \right|=\left| z-1 \right| \\\ \end{aligned}

Explanation

Solution

This question involves the concept of complex number. In this question, we have to put z=x+iyz=x+iy and solve using the concepts like, z=z=x2+y2z=\left| z \right|=\sqrt{{{x}^{2}}+{{y}^{2}}}. So, if any complex number is in form of z=α+iβz=\alpha +i\beta , then modulus of z=α2+β2\left| z \right|=\sqrt{{{\alpha }^{2}}+{{\beta }^{2}}}.

Complete step-by-step answer:
Now, we will consider the first equation, that is,
z23i=5\left| z-2-3i \right|=5
We have been given in the question that z=x+iyz=x+iy, so on substituting this value of z in the above equation, we will get,
x+iy23i=5\left| x+iy-2-3i \right|=5
On writing the real and the imaginary parts separately, we get,
(x2)+i(y3)=5\left| \left( x-2 \right)+i\left( y-3 \right) \right|=5
Now, let α\alpha be a complex number which is equal to (x2)+(y3)i\left( x-2 \right)+\left( y-3 \right)i. So, we will get the modulus of α\alpha as,
α=(x2)2+(y3)2\left| \alpha \right|=\sqrt{{{\left( x-2 \right)}^{2}}+{{\left( y-3 \right)}^{2}}}
So, we can write,
(x2)2+(y3)2=5\sqrt{{{\left( x-2 \right)}^{2}}+{{\left( y-3 \right)}^{2}}}=5
On squaring the above equation, we get,
(x2)2+(y3)2=25{{\left( x-2 \right)}^{2}}+{{\left( y-3 \right)}^{2}}=25
Now, we know that (xα)2+(yβ)2=r2{{\left( x-\alpha \right)}^{2}}+{{\left( y-\beta \right)}^{2}}={{r}^{2}} is the equation of a circle with the center (α,β)\left( \alpha ,\beta \right) and the radius r.
So, on comparing our equation with the equation of the circle, we get to know that,
(x2)2+(y3)2=25{{\left( x-2 \right)}^{2}}+{{\left( y-3 \right)}^{2}}=25 is the equation of a circle with the center (2,3) and the radius 5.
So, the locus of z in the equation z23i=5\left| z-2-3i \right|=5 is circle with the center (2,3) and the radius 5.
Now, we will consider the second equation, that is,
2z2=z12\left| z-2 \right|=\left| z-1 \right|
We have been given in the question that, z=x+iyz=x+iy, so on substituting this value of z in the above equation, we will get,
2x+iy2=x+iy12\left| x+iy-2 \right|=\left| x+iy-1 \right|
On writing the real and the imaginary parts separately, we get,
2(x2)+iy=(x1)+iy2\left| \left( x-2 \right)+iy \right|=\left| \left( x-1 \right)+iy \right|
On solving the modulus on both the sides, we get,
2(x2)2+y2=(x1)2+y22\sqrt{{{\left( x-2 \right)}^{2}}+{{y}^{2}}}=\sqrt{{{\left( x-1 \right)}^{2}}+{{y}^{2}}}
On taking the square root on both the sides of the above equation, we get,
4[(x2)2+y2]=(x1)2+y24\left[ {{\left( x-2 \right)}^{2}}+{{y}^{2}} \right]={{\left( x-1 \right)}^{2}}+{{y}^{2}}
We know that (ab)2=a2+b22ab{{\left( a-b \right)}^{2}}={{a}^{2}}+{{b}^{2}}-2ab, so on applying this property in the above equation, we get,
4[x2+44x+y2]=x2+12x+y24\left[ {{x}^{2}}+4-4x+{{y}^{2}} \right]={{x}^{2}}+1-2x+{{y}^{2}}
On solving it further, we get,
4x2+1616x+4y2=x2+12x+y24{{x}^{2}}+16-16x+4{{y}^{2}}={{x}^{2}}+1-2x+{{y}^{2}}
On taking all the terms to one side, we get,
4x2x216x+2x+4y2y2+161=0 3x2+3y214x+15=0 \begin{aligned} & 4{{x}^{2}}-{{x}^{2}}-16x+2x+4{{y}^{2}}-{{y}^{2}}+16-1=0 \\\ & 3{{x}^{2}}+3{{y}^{2}}-14x+15=0 \\\ \end{aligned}
On dividing the whole equation by 3, we get,
x2+y2143x+5=0{{x}^{2}}+{{y}^{2}}-\dfrac{14}{3}x+5=0
By making perfect squares, we get,
(x73)2+y2+5499=0 (x73)2+y249=0 (x73)2+y2=(23)2 \begin{aligned} & {{\left( x-\dfrac{7}{3} \right)}^{2}}+{{y}^{2}}+5-\dfrac{49}{9}=0 \\\ & {{\left( x-\dfrac{7}{3} \right)}^{2}}+{{y}^{2}}-\dfrac{4}{9}=0 \\\ & {{\left( x-\dfrac{7}{3} \right)}^{2}}+{{y}^{2}}={{\left( \dfrac{2}{3} \right)}^{2}} \\\ \end{aligned}
Now, we know that the equation of a circle with the center (α,β)\left( \alpha ,\beta \right) and the radius r is (xα)2+(yβ)2=r2{{\left( x-\alpha \right)}^{2}}+{{\left( y-\beta \right)}^{2}}={{r}^{2}}.
So, on comparing both the equations, we get to know that,
(x73)2+y2=(23)2{{\left( x-\dfrac{7}{3} \right)}^{2}}+{{y}^{2}}={{\left( \dfrac{2}{3} \right)}^{2}} is the equation of a circle with the center (73,0)\left( \dfrac{7}{3},0 \right) and the radius 23\dfrac{2}{3}.
So, the locus of z in equation 2z2=z12\left| z-2 \right|=\left| z-1 \right| is also a circle.

Note: In equation (i), that is z23i=5\left| z-2-3i \right|=5. We get,

If we assume a complex number α=2+3i\alpha =2+3i, then (zα)\left( z-\alpha \right) is also a complex number and zα\left| z-\alpha \right| is the distance between z and α\alpha , that is 5. So, whatever is z, the distance between z and a constant point, α\alpha is constant. So, this represents a circle.
So, zα=r\left| z-\alpha \right|=r represents a circle with the center α\alpha and radius r.
In equation (ii), that is 2z2=z12\left| z-2 \right|=\left| z-1 \right|, we can also write it as z2z1=12\dfrac{\left| z-2 \right|}{\left| z-1 \right|}=\dfrac{1}{2}.
And, we know that in zαzβ=pq\dfrac{\left| z-\alpha \right|}{\left| z-\beta \right|}=\dfrac{p}{q}, locus of z is a circle with diameter endpoints, internal and external division of α\alpha and β\beta in the ratio p:q.
So, z2z1=12\dfrac{\left| z-2 \right|}{\left| z-1 \right|}=\dfrac{1}{2} is a circle with the diametric end point A and B.

x1=2+23=43,y1=0+03=0 x2=223=0,y2=003=0 \begin{aligned} & {{x}_{1}}=\dfrac{2+2}{3}=\dfrac{4}{3},{{y}_{1}}=\dfrac{0+0}{3}=0 \\\ & {{x}_{2}}=\dfrac{2-2}{3}=0,{{y}_{2}}=\dfrac{0-0}{3}=0 \\\ \end{aligned}