How to Find Distance and Midpoint of Complex Numbers?
TL;DR: Here's the secret about complex numbers: a + bi plots as the point (a, b) on a regular-looking plane. Once you see that, distance and midpoint formulas feel exactly like the ones you already use in coordinate geometry. The distance between two complex numbers is the absolute value of their difference, and the midpoint is just their average. Same formulas, same vibes — the imaginary part simply takes the seat usually occupied by y. Spot that connection and the whole topic clicks.
Key takeaways:
- Plot \(a+bi\) as the point \((a,b)\) - real part on the \(x\)-axis, imaginary on the \(y\)-axis.
- Distance: \(|z_1-z_2|=\sqrt{(a_1-a_2)^2+(b_1-b_2)^2}\) - it's the regular distance formula.
- Midpoint: \(\frac{z_1+z_2}{2}=\left(\frac{a_1+a_2}{2}+\frac{b_1+b_2}{2}i\right)\).
- Modulus \(|z|=\sqrt{a^2+b^2}\) is just the distance from \(z\) to the origin.
- The complex plane (Argand diagram) is the geometric home for complex-number problems.
What should we do to calculate the distance and midpoint of complex numbers? Here, you will learn more about the calculation of distance and midpoint of complex numbers.
We all know how to calculate the distance between two spots and the midpoint between two points in a Cartesian plane, but what happens when we’re dealing with something more complicated like a complex plane?
It turns out that the formulae used to get the distance between two complex numbers and the midpoint between two complex numbers are very similar to the formulae used to determine the distance between two Cartesian points.
Complex numbers are discussed in this part, and we will learn how to utilize both the midpoint formula and the distance formula for them.
Related Topics
A step-by-step guide to finding the distance and midpoint of complex numbers
The following is the formula for calculating the distance between two points \((a, b)\) on the complex plane for the complex number \(a + bi\) and \((c, d)\) for the complex number \(c + di\):
\(\color{blue}{d=\sqrt{(c-a)^{2}+(d-b){^2}}}\)
- It makes no difference which points you deduct as far as the order remains the same. If you subtract the real component of the first integer from the second, you must also subtract the first number’s imaginary part from the second.
Using the midpoint rule from coordinate geometry, we can get the midpoint of any two complex numbers \(z=a+bi\) and \(w=c+di\):
\(\color{blue}{M=\frac{a+c}{2}+(\frac{b+d}{2})i}\)
- Thus, the complex number at the middle of the line is given.
Finding Distance and Midpoint of Complex Numbers – Example 1:
Find the distance between the points \(3+2i\) and \(8+5i\).
To find the distance between complex numbers use this formula: \(\color{blue}{d=\sqrt{(c-a)^{2}+(d-b){^2}}}\).
The distance is: \(d=\sqrt{(8-3)^2+(5i-2i)^2}=\sqrt{(5)^2+(3i)^2}\)
Then: \(i^2=-1\)
\(d=\sqrt{(5)^2+(3i)^2}=\sqrt{(5)^2+(3^2 i^2)}=\sqrt {(25)+(-9)}=\sqrt{16}=4\)
Finding Distance and Midpoint of Complex Numbers – Example 2:
Find the midpoint between the points \(6-4i\) and \(2+2i\)
To find the midpoint between complex numbers use this formula: \(\color{blue}{M=\frac{a+c}{2}+(\frac{b+d}{2})i}\)
\(M= \frac {6+2}{2}+(\frac {-4+2}{2})i\)\(=\)\( \frac {8}{2}+(\frac {-2}{2})i=4-i\)
Exercises for Finding Distance and Midpoint of Complex Numbers
Find the distance and midpoint of complex numbers.
- \(\color{blue}{(1+2i)}\), \(\color{blue}{(-2+4i)}\)
- \(\color{blue}{(-6+2i)}\), \(\color{blue}{(-2+5i)}\)
- \(\color{blue}{(-7i)}\), \(\color{blue}{(5-4i)}\)
- \(\color{blue}{(2+i)}\), \(\color{blue}{(6+5i)}\)
- \(\color{blue}{(-7-3i)}\), \(\color{blue}{(3+5i)}\)
- \(\color{blue}{d=\sqrt{5}}\), \(\color{blue}{M=-\frac{1}{2}+3i}\)
- \(\color{blue}{d=\sqrt{7}}\), \(\color{blue}{M=-4+\frac{7}{2}i}\)
- \(\color{blue}{d=4}\), \(\color{blue}{M=\frac{5}{2}-\frac{11}{2}i}\)
- \(\color{blue}{d=0}\), \(\color{blue}{M=4+3i}\)
- \(\color{blue}{d=6}\), \(\color{blue}{M=-2+i}\)
Recommended EffortlessMath Books
For a workbook that builds complex numbers from the ground up, the Pre-Calculus for Beginners walks through complex arithmetic, the complex plane, and polar form with worked examples. For deeper algebra-side coverage of complex numbers, the Algebra II for Beginners covers the same topics with extra practice.
Frequently Asked Questions
What’s a complex number?
A complex number has the form \(a+bi\), where \(a\) and \(b\) are real and \(i=\sqrt{-1}\). The real part is \(a\); the imaginary part is \(b\). Complex numbers extend the real number system to handle square roots of negative numbers.
How do I plot a complex number?
Use the complex plane (also called the Argand diagram). The horizontal axis is the real axis, the vertical axis is the imaginary axis. Plot \(a+bi\) as the point \((a,b)\). So \(3-2i\) sits 3 units right, 2 units down.
What’s the distance between two complex numbers?
The distance between \(z_1=a_1+b_1 i\) and \(z_2=a_2+b_2 i\) is \(\sqrt{(a_1-a_2)^2+(b_1-b_2)^2}\). This is also written as \(|z_1-z_2|\), the modulus of their difference. It’s the regular distance formula applied to the points \((a_1,b_1)\) and \((a_2,b_2)\) – identical math, just relabeled axes. Example: distance from \(2+3i\) to \(5+7i\) is \(\sqrt{9+16}=5\).
What’s the modulus of a complex number?
The modulus \(|z|\) is the distance from \(z=a+bi\) to the origin: \(|z|=\sqrt{a^2+b^2}\). For \(z=3+4i\), \(|z|=\sqrt{9+16}=5\). Modulus is always non-negative and tells you how far \(z\) is from 0 in the complex plane.
What’s the midpoint of two complex numbers?
The midpoint of \(z_1\) and \(z_2\) is \(\frac{z_1+z_2}{2}\). Add the two numbers (real parts together, imaginary parts together), then divide by 2. Example: midpoint of \(4+6i\) and \(2+2i\) is \(\frac{6+8i}{2}=3+4i\).
Why does this work the same as coordinate geometry?
Because the complex plane IS the coordinate plane with relabeled axes. Real axis = \(x\)-axis; imaginary axis = \(y\)-axis. Distance and midpoint formulas from geometry transfer directly. You can think of every complex-number geometry problem as a regular geometry problem in disguise.
Walk through a full example?
Find the distance and midpoint between \(z_1=5+3i\) and \(z_2=1-i\). Distance: \(\sqrt{(5-1)^2+(3-(-1))^2}=\sqrt{16+16}=\sqrt{32}=4\sqrt{2}\). Midpoint: \(\frac{(5+1)+(3+(-1))i}{2}=\frac{6+2i}{2}=3+i\). Both formulas work on the points \((5,3)\) and \((1,-1)\) in the complex plane – identical math, just relabeled coordinates. Sketching helps you check: the midpoint should sit halfway along the segment.
What if one number is purely real or purely imaginary?
Treat the missing part as 0. For \(z_1=5\) (no imaginary part), \(a_1=5\) and \(b_1=0\). For \(z_2=3i\), \(a_2=0\) and \(b_2=3\). Distance and midpoint formulas still apply: distance from 5 to \(3i\) is \(\sqrt{25+9}=\sqrt{34}\).
How does this connect to polar form?
The modulus \(|z|\) is the polar \(r\). The angle from the positive real axis to the line from 0 to \(z\) is the argument \(\theta\). So \(z=r(\cos\theta+i\sin\theta)\) is the polar form, with \(r=|z|\). Distance in the complex plane connects nicely to polar geometry.
Where do these formulas show up on tests?
Pre-calc and Algebra II tests, the SAT Math 2 Subject Test, AP Pre-Calculus, AP Calculus BC, and CLEP exams. Typical problems: find the distance between two complex numbers, find a midpoint, find the locus of complex numbers a fixed distance from a given point (which traces out a circle).
Related EffortlessMath Lessons
If a topic on this page feels rusty, these short lessons go deeper:
Related to This Article
More math articles
- How to Graph Quadratic Functions? (+FREE Worksheet!)
- How to Multiply Mixed Numbers? (+FREE Worksheet!)
- The Ultimate KAP Algebra 1 Course (+FREE Worksheets)
- How to Make Smart Payment Methods and Financial Decisions? (+FREE Worksheet!)
- Power Series Integration: Fundamentals, Step-by-Step Methods, and Applications
- Free Grade 4 English Worksheets for ACT Aspire Students
- ALEKS Math Formulas
- The Ultimate 7th Grade RISE Math Course (+FREE Worksheets)
- How to Solve Word Problems of Calculating Profit
- The Best Grade 4 ELA Practice Tests for Arkansas Students

























What people say about "How to Find Distance and Midpoint of Complex Numbers? - Effortless Math: We Help Students Learn to LOVE Mathematics"?
No one replied yet.