Given Z1 and Z2, find the
distance between them.
Z1 = 2 – 3i and Z2 = 4 + i
![Given Z1 and Z2 find the distance between them Z1 2 3i and Z2 4 i class=](https://us-static.z-dn.net/files/dbb/843bbf41fdc2eb307a1c7d724b3999dc.png)
Answer:
The distance between given points is: √20
Step-by-step explanation:
The given numbers are complex numbers. In order to find the distance between two numbers in complex plain, their difference is taken and then modulus is applied.
Given numbers are:
[tex]z_1 = 2-3i\\z_2 =4+i[/tex]
The difference will be calculated as:
[tex]z_2-z_1 = (4+i)-(2-3i)\\= 4+i-2+3i\\=2+4i[/tex]
The distance will be:
[tex]d = \sqrt{(2)^2+(4)^2}\\= \sqrt{4+16}\\=\sqrt{20}[/tex]
Hence,
The distance between given points is: √20