In the figure a pair of ~~arbitrary" points A = (a1, a2) and B = (b1, b2 ) is given. What are the coordinates of the point C? Write an expression for the length of AC in terms of the coordinates of A and C. Write an expression for the length of BC in terms of the coordinates of B and C
\[ d_{nE}(A,B) = |a_1 - b_1| + |a_2-b_2| \\ d_E (A, B) = \sqrt{(a_1-b_1)^2+(a_2-b_2)^2} \\ where: \\ nE:~ is~a~non-Eucledian~approach \\ T: ~ is~aEucledian~approach \]
i'm not getting what you are asking here
those two formulas measure two different things: the first is the Manhattan distance, the second is the Euclidean distance
Equations are not same: \(|a| = \sqrt{a^2}\) So \(|a_1-b_1|+|a_2-b_2| = \sqrt{(a_1-b_1)^2}+\sqrt{(a_2-b_2)^2}\neq\sqrt{(a_1-b_1)^2+(a_2-b_2)^2}\)
That helps?
lol huh, you just changed whole question....
Join our real-time social learning platform and learn together with your friends!