So I have this equation: |z + 1 - 3i| = |z - 1 + i|.
I’ve tried to solve it by replacing z = x + iy. I’m supposed to write it in the form of y = kx + m. The answer I get to is y = x + 2 but the answer sheet says y = 1/2x + 1. How do you get to that? I included how I’ve solved it. Any tips are greatly appreciated. Thanks in advance
#Complex numbers
15 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
, rotate
An advice I can give is to try to look at the problem geometrically if you have two complex numbers a and b and you want to find the complex numbers z such that |z-a|=|z-b| that basically means you want to find the complex numbers that are equidistant to a and b which is actually a line, the line must contain (a+b)/2
(x+1)^2 + (x-1)^2 = (x-1)^2 + (x+3)^2 is not true
From this you know that the set of complex numbers that you are looking for are of the form x+iy with y=kx+m, here using the fact that (a+b)/2 is contained within the line you already have m and you can find k using some calculations
This is a bit of a different a approach looking at it geometrically but doing the calculations is good as well
Ok guys thank you for the advice. I’ll try to look at it based on your comments and I’ll come back if I don’t understand