Wat is de afstand tussen (0,1, -4) en (-1,4,3)?

Wat is de afstand tussen (0,1, -4) en (-1,4,3)?
Anonim

Antwoord:

# "The requqd dist. =" Sqrt59 ~~ 7.68. #

Uitleg:

De afstand # PQ # btwn. pts. # P (x_1, y_1, z_1) & Q (x_2, y_2, z_2) # is

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

Dus, in ons geval, de eis. dist. is, #sqrt {(0 + 1) ^ 2 + (1-4) ^ 2 + (- 4-3) ^ 2} = sqrt (1 + 9 + 49) #

# = Sqrt59 ~~ 7,68. #