Prove that if the point z, –iz, 1 are collinear , then z lies on a circle.

To prove that if the points z, -iz, and 1 are collinear, then z lies on a circle, we need to use the property of the complex numbers.

Two points are collinear if the slope of the line connecting them is the same. Let's assume that z lies on a circle centered at the origin, which means the distance from the origin to z is constant. We can represent the complex number z as z = x + yi, where x and y are real numbers representing the coordinates of point z in the Cartesian plane.

Now, let's calculate the distances between these points:

1. Distance between z and -iz:
-iz = -(yi - x) = -yi - x
The distance between z and -iz is sqrt((x - (-y))^2 + (y - (-x))^2) = sqrt((x + y)^2 + (y + x)^2) = sqrt(2(x^2 + y^2)).

2. Distance between z and 1:
The distance between z and 1 is sqrt((x - 1)^2 + y^2) = sqrt(x^2 + y^2 - 2x +1 + y^2) = sqrt(2(x^2 + y^2) - 2x + 1).

Since the points z, -iz, and 1 are collinear, the distances between them should be proportional. Hence, we have:

sqrt(2(x^2 + y^2)) : sqrt(2(x^2 + y^2) - 2x + 1) = constant.

By squaring both sides of the equation, we get:

2(x^2 + y^2) : 2(x^2 + y^2) - 2x + 1 = k,

where k is a constant.

Simplifying further, we have:

(x^2 + y^2) / ((x^2 + y^2) - x + 1/2) = k/2.

Multiplying both sides by ((x^2 + y^2) - x + 1/2), we obtain:

(x^2 + y^2) = k/2 * ((x^2 + y^2) - x + 1/2).

Expanding and rearranging the terms, we get:

(k/2)x - (k/2)(x^2 + y^2) = k/2 - 1/2.

Rearranging the equation with all the x terms on one side, we have:

(k/2)(x^2 + y^2 - x) = 1/2 - k/2.

Now, let's consider the equation representing the equation of a circle:

(x - a)^2 + (y - b)^2 = r^2,

where (a, b) is the center of the circle, and r is the radius.

Comparing the two equations, we can see that:

a = k/2,
b = 0,
r^2 = 1/2 - k/2.

Thus, we can conclude that if the points z, -iz, and 1 are collinear, then z lies on a circle centered at (k/2, 0) with radius sqrt(1/2 - k/2).

Huh? Of course z lies on a circle! That's kind of vague.

If z = x+iy, then
(x,y), (y,-x), (1,0) are collinear
See what you can do with that.