Magnitude of Complex Number And Other Equation

algebra-precalculuscomplex numbers

Sorry for the unclear question, but I have no idea how to solve this problem:

For certain positive integers $a,b,c$ and $d$, the set of complex numbers $z$ that satisfy $|z-5\sqrt{3}-5i|=5$ is equivalent to the set of complex numbers $z$ that satisfy $\left| \frac{1}{z} – \frac{1}{a \sqrt{b}} + \frac{i}{c} \right| = \frac{1}{d}$, where $b$ is not divisible by the square of a prime. Find $a+b+c+d$.

My approach was to graph a circle on the imaginary plane with center $(5\sqrt{3},5)$ with radius 5. The equation of this circle is $(x-5\sqrt{3})^2+(y-5i)^2=25$ (I think?). I'm not sure how to relate the set of $z$ to the equation. Any help is appreciated.

Best Answer

Note that if you replace $\frac 1z$ with $u$ in your second equation $\left| \frac{1}{z} - \frac{1}{a \sqrt{b}} + \frac{i}{c} \right| = \frac{1}{d}$ then the locus for $u$ in the complex plane is another circle whose radius is $\frac 1d$ and center is $\frac{1}{z} - \frac{1}{a \sqrt{b}}$. Thus the desired circle is the "inversion" of your first circle under the operation $z \to \frac 1z$.

You have the equation of the given circle, so find the equation of the inverted circle. There are several ways to do this. One way is to find three points (complex numbers) on the original circle, find the reciprocals of those three points, then find the circle that goes through those three points. Once you find that circle you find its center and radius then can find the values of $a, b, c,$ and $d$.

Or better, find the point on the first circle that is closest to the origin (point $0+0i$) and the point that is farthest from the origin. Those two points are the endpoints of a diameter of the first circle. The closest point is $\frac 52\sqrt{3} + \frac 52i$ and the farthest is $\frac {15}2\sqrt{3} + \frac {15}2i$, which can be seen easily geometrically (see the diagram, and recognize that the right triangle is a 30°-60°-90° triangle). Now invert those two points. The closest point on the first circle goes to the farthest point in the inverted circle, and vice versa. So the inverted points determine a diameter of the inverted circle. The average of those two inverted points is then the diameter of the inverted circle, and the radius is the modulus of the difference between the center and either of the two inverted points. This is much easier than using three general points on the circles.

enter image description here

Here are the final answers: when we invert the near point $z_1=\frac 52\sqrt{3} + \frac 52i$ we get $u_1=\frac 1{10}\sqrt 3-\frac 1{10}i$ and when we invert the far point $z_2=\frac {15}2\sqrt{3} + \frac {15}2i$ we get $u_2=\frac 1{30}\sqrt 3-\frac 1{30}i$. The center of the inverted circle is the average of those two points, $u_c=\frac 1{15}\sqrt 3-\frac 1{15}i$. If we rationalize the numerator we get

$$u_c=\frac 1{5\sqrt 3}-\frac 1{15}i$$

The radius of the circle is

$$|u_1-u_c|=\sqrt{\left[\frac 1{10}-\frac 1{15}\right]^2\sqrt 3^2+\left[\frac 1{10}-\frac 1{15}\right]^2}=\sqrt{\frac 3{900}+\frac 1{900}}=\frac 1{15}$$

So the final result is

$$a+b+c+d = 5+3+15+15 = 38$$

Related Question