How do I try to find the locus of the complex number $a+bz$ such that $|z|= 2$? I tried putting $z=x+iy $ but it wasn't any help. How do I even start doing this?
2026-03-26 01:34:38.1774488878
On
On
If |z| = 2, what is the locus of a+bz?
2k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
$$w:=a+bz$$ describes a similarity transform of the locus of $z$. As $|z|=2$ defines a circle, so does $a+bz.$
That circle is centered at $a$, and has radius $2|b|$.
Indeed,
$$|z|=\left|\frac{w-a}{b}\right|=\frac{|w-a|}{|b|}<2$$
and
$$|w-a|<2|b|.$$
0
On
You want to describe the set $\{a+ bz \in \mathbb C : |z| = 2\}$. It's easy to see that this is nothing but $\{w\in\mathbb C: |w - a| = 2|b|\}$.
Write $a = u + iv$ and $w = x + iy$ with $u, v, x, y \in \mathbb R$. The equation $|w - a| = 2|b|$ then becomes: $$ (x - u)^2 + (y - v)^2 = 4|b|^2,$$ which is the equation of a circle centered at $(u, v)$ (namely the point $a$) with radius $2|b|$ (unless $b = 0$, in which case it reduces to a point).
The locus of $|z|=2$ is a circle with radius 2.
When we multiply by $b$, we scale that circle by the absolute value of $b$.
When we add $a$, we translate the circle by $a$.
So the locus of $a+bz$ is the circle with center $a$ and radius $2|b|$.