Complex number problem

Aion

Junior Member
Joined
May 8, 2018
Messages
214
Problem:

Among the complex numbers zz which satisfy the condition z25i15\lvert z-25i\rvert \leq15 find the number having the least positive argument.

Solution attempt.

The condition z25i15\lvert z - 25i \rvert \leq 15 describes all complex numbers zz that lie within or on the boundary of a circle centered at the complex number 25i25i, with a radius of 1515. Geometrically, this corresponds to the set of points in the complex plane whose distance from 25i25i is less than or equal to 1515. Our goal is to determine the complex number zz within this region that has the smallest positive argument.

The argument of a complex number is minimized when the angle α\alpha it makes with the positive real axis is as small as possible, while still being positive. In this case, this occurs at the point in or on the circle that lies furthest to the right—that is, the point closest to the real axis in the first quadrant. This specific point lies on the boundary of the circle and corresponds to the smallest positive angle α\alpha such that a ray emanating from the origin at angle α\alpha is tangent to the circle. In other words, it is the point of tangency between the circle with radius 1515 and centre (0,25)(0,25) and a ray from the origin in the first quadrant.

Complex number problem.png
The figure above is a geometrical interpretation of the problem. We are asked to find the complex number C, which is the point of tangency of the straight line y=mx=tan(α)xy=mx=tan(\alpha) x with the circle x2+(y25)2=152x^2+(y-25)^2=15^2 as α\alpha is the smallest positive angle.

For the line y=mxy=mx to be tangent to the circle, the distance from the centre (0,25)(0,25) to the line y=mxy=mx must equal the radius 1515. From the distance formula in coordinate geometry, we know that the length of the perpendicular from the point (x,y)(x',y') to the straight line Ax+By+C=0Ax+By+C =0 is given by
Ax+By+CA2+B2\lvert\frac{Ax'+By'+C}{\sqrt{A^2+B^2}} \rvert
In this case from mxy=0mx-y=0 we have A=m,B=1A=m,B=-1 and C=0C=0. Hence, the distance from the straight line mxy=0mx-y=0 and the centre (0,25)(0,25) is 1515. This gives us

R=m(0)1(25)+0m2+1=25m2+1=15R=\frac{\lvert m(0)-1(25)+0\rvert}{\sqrt{m^2+1}}=\frac{25}{\sqrt{m^2+1}}=15
Solving for mm we obtain m=±43m=\pm\frac{4}{3}. Since we are only interested in the solution in the first quadrant, we conclude that the equation for the tangent line is y=4x3y=\frac{4x}{3} and we note that α=arctan(43)\alpha=arctan(\frac{4}{3})

By substituting y=4x3y=\frac{4x}{3} into the equation for the circle x2+(y25)2=152x^2+(y-25)^2=15^2 we have the following

x2+(4x325)2=225x^2+\left(\frac{4x}{3}-25 \right)^2=22525x2600x+3600=025x^2-600x+3600=0x224x+144=0x^2-24x+144=0(x12)2=0(x-12)^2=0Therefore x=12,y=4312=16x=12, y=\frac{4}{3}\cdot12=16
So the point of tangency is C=12+16iC=12+16i
Could you review my solution? Is there a simpler approach to arrive at the same result? Also, is my method correct? Thanks!
 
Last edited:
I can solve it geometrically in my head; is that accepted?

Since angle alpha = angle OAC, and cos(alpha) = cos(OAC) = 15/25 = 3/5. So x = cos(alpha)*OC = 3/5*20 = 12; similarly, y = sin(alpha)*OC4/5*20 = 16. QED.
 
Looks good to me. A simpler geometric solution would be to use similar triangles.
 
I can solve it geometrically in my head; is that accepted?

Since angle alpha = angle OAC, and cos(alpha) = cos(OAC) = 15/25 = 3/5. So x = cos(alpha)*OC = 3/5*20 = 12; similarly, y = sin(alpha)*OC4/5*20 = 16. QED.
This is a remarkably straightforward solution. Upon seeing it, I realize that my own approach was unnecessarily complex. :)
 
Top