Analyzing the Setup
Welcome, fellow traveler, to the fascinating world of complex numbers. Often, students see z=x+iy and think only of imaginary numbers, but today, we are going to see them for what they truly are: a map of reality.
We are tasked with finding the locus of a point z that satisfies the condition ∣z−z1∣2−∣z−z2∣2=∣z1−z2∣2, where z1=2+3i and z2=3+4i.
Imagine you are standing on the Argand plane. You have two fixed points, z1 and z2. You are looking for a path—a locus—of a moving point z that maintains a very specific relationship between its distances to these two fixed points.
The Algebraic Grind
To solve this, we must translate the complex language into the language of coordinates. Let z=x+iy.
The modulus ∣z−z1∣2 is simply the square of the distance between z and z1. Using the distance formula, this is (x−2)2+(y−3)2. Similarly, ∣z−z2∣2 becomes (x−3)2+(y−4)2.
Now, let us calculate the right-hand side, ∣z1−z2∣2. Subtracting the coordinates, we get (2−3)+i(3−4)=−1−i. The square of its modulus is (−1)2+(−1)2=2.
So, our equation is:
((x−2)2+(y−3)2)−((x−3)2+(y−4)2)=2
The Moment of Cancellation
Now, do not be intimidated by the expansion. It is here that the magic happens.
Expanding the first term, we get x2−4x+4+y2−6y+9, which simplifies to x2+y2−4x−6y+13. Expanding the second term, we get x2−6x+9+y2−8y+16, which simplifies to x2+y2−6x−8y+25.
When we subtract the second from the first, the quadratic terms x2 and y2 vanish entirely! This is the beauty of the problem.
We are left with the following linear expression:
(−4x−(−6x))+(−6y−(−8y))+(13−25)=2
This simplifies to 2x+2y−12=2.
The Final Revelation
Our massive equation has collapsed into the simple linear form 2x+2y=14, or x+y=7. This is the equation of a straight line!
To find the sum of its intercepts, we rewrite it in the intercept form:
The x-intercept is 7, and the y-intercept is 7. Adding them together, we get 14.
You have successfully navigated the complex plane and arrived at the solution. Remember, every complex problem is just a geometric story waiting to be told.