Explanation
Complex numbers behave like points in the plane.
Distance between two complex numbers:
If z₁ = a + bi and z₂ = c + di,
Distance = √[(c − a)² + (d − b)²]
Midpoint:
Midpoint = ((a + c)/2) + ((b + d)/2)i
These formulas come from coordinate geometry.
Quiz
-
What formula is used to find distance?
-
What is the distance between 0 + 0i and 3 + 4i?
-
What is the midpoint of 2 + 2i and 4 + 6i?
-
Does distance use the Pythagorean Theorem?
-
Is the midpoint always halfway between two points?
Answer Key
-
Distance formula
-
5
-
3 + 4i
-
Yes
-
Yes