( - 1、2、 - 3)と( - 1、4、 - 2)の間の距離は?

( - 1、2、 - 3)と( - 1、4、 - 2)の間の距離は?
Anonim

#A =( - 1,2、-3) ";" A_x = -1 ";" A_y = 2 ";" A_z = -3#

#B =( - 1,4、-2) ";" B_x = -1 ";" B_y = 4 ";" B_z = -2#

#デルタx = B x -A x = -1 + 1 = 0#

#Delta y = B_y-A_y = 4-2 = 2#

#Delta z = B_z-A_z = -2 + 3 = 1#

# "AとBの間の距離は、#を使って計算することができます"#

#s _( "A、B")= sqrt(デルタx ^ 2 +デルタy ^ 2 +デルタz ^ 2)#

#s _( "A、B")= sqrt(0 ^ 2 + 2 ^ 2 + 1 ^ 2)#

#s _( "A、B")= sqrt(4 + 1)#

#s _( "A、B")= sqrt(0 ^ 2 + 2 ^ 2 + 1 ^ 2)= sqrt 5 "単位"#