I'm trying to figure out the following set:
$|z+i| = 2|z|$.
My approach was to use the triangle inequality as follows:
$2|z| = |z+i| \leq |z| + |i| = |z| + 1$. This should imply that
$|z| \leq 1$, but this is nowhwere near the solution.
I'm trying to figure out the following set:
$|z+i| = 2|z|$.
My approach was to use the triangle inequality as follows:
$2|z| = |z+i| \leq |z| + |i| = |z| + 1$. This should imply that
$|z| \leq 1$, but this is nowhwere near the solution.
Hint. The given condition means that the distance from $z$ to $(-i)$ is twice the distance from $z$ to $0$. It is well known that the locus of points having a given ratio of distances to two given points is a circle. Such circles are called Apollonian circles. See e.g. this article at cut-the-knot.org.
Observe \begin{align} |z+i|^2=4|z|^2. \end{align} Since we have that \begin{align} |x+iy+i|^2=x^2+(y+1)^2 = 4x^2+4y^2=4|z|^2 \end{align} which means \begin{align} 3x^2+3\left(y^2-\frac{2}{3}y+\frac{1}{9}\right)-\frac{1}{3}=3x^2+3y^2-2y=1 \ \ \ \Rightarrow \ \ \ 3x^2+3\left(y-\frac{1}{3} \right)^2 = \frac{4}{3}. \end{align}
Let $z=x+iy$, $|z|=\sqrt{x^2+y^2}$ $$x^2+(y+1)^2 = 4x^2+4y^2$$ $$3x^2+3y^2-2y-1=0$$ $$x^2+(y-\frac{1}{3})^2=(\frac{2}{3})^2$$ $$|z - (0+\frac{1}{3}i )| =|z-\frac{1}{3}i |=\frac{2}{3}$$
It is a circle.
$|z+i|^2 = (2|z|)^2$
$z = x + i y$
$x^2 + (y+1)^2 = 4x^2 + 4y^2$
$3x^2 + 3y^2 - 2y -1 =0$
$x^2 + y^2 -\frac{2}{3}y - \frac{1}{3} = 0$
It is form of a circle if we compare it with the general equation $x^2 + y^2 + 2gx + 2fy + c =0$ whose center is $(-g,-f) = (0,\frac{1}{3})$ and radius of $\sqrt{g^2 + f^2 -c} = \sqrt{4/9} = \frac{2}{3}$.
You see that as per your approach too here $|z| < 1$.
More on properties and general equations of circles - http://mathscentre.ac.uk/resources/workbooks/mathcentre/mc-TY-circles-2009-1.pdf
Here |z+i|=2|z|. Let us assume z=x+iy. thus |x+i(y+1)|=2|x+iy|.
(x^2+(y+1)^2)^(1/2)= 2(x^2+y^2)^(1/2).
x^2 + y^2 +2y +1= 4(x^2+y^2).
3(x^2+y^2)-2y-1=0. Which is an equation of circle in complex plain with centre(0, 1/3) and radius 2/3.