asked 134k views
5 votes
How can you find the distance between two complex numbers?

asked
User Nikshep
by
7.6k points

1 Answer

2 votes

Answer:


d = √((a_2 - a_1)^2 + (b_2 - b_1)^2)

Explanation:

The distance between two complex numbers is similar to the distance between two points on the coordinate plane.

Let a₁ + b₁i and a₂ + b₂i be two points on the complex plane.

Then the distance, d, between the two points is


d = √((a_2 - a_1)^2 + (b_2 - b_1)^2)

answered
User Furgas
by
7.5k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.