Quina és la distància entre (0,1, -4) i (-1,4,3)?

Quina és la distància entre (0,1, -4) i (-1,4,3)?
Anonim

Resposta:

# "El reqd. Dist. =" Sqrt59 ~~ 7.68. #

Explicació:

La distància # PQ # btwn. pts. #P (x_1, y_1, z_1) i Q (x_2, y_2, z_2) # és

# PQ = sqrt {(x_1-x_2) ^ 2 + (y_1-y_2) ^ 2 + (z_1-z_2) ^ 2}. #

Així, en el nostre cas, el reqd. dist. és, #sqrt {(0 + 1) ^ 2 + (1-4) ^ 2 + (- 4-3) ^ 2} = sqrt (1 + 9 + 49) #

# = sqrt59 ~~ 7.68. #