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

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

Antwoord:

De afstand tussen #(-6,3,1)# en #(0,4,-2)# is#6.782#

Uitleg:

In een tweedimensionaal vlak, afstand tussen twee punten # (X_1, y_1) # en # (X_2, y_2) # is gegeven door

#sqrt ((x_2-x_1) ^ 2 + (y_2-y_1) ^ 2) #

en in driedimensionale ruimte, afstand tussen twee punten # (X_1, y_1, z_1) # en # (X_2, y_2, z_2) # is gegeven door

#sqrt ((x_2-x_1) ^ 2 + (y_2-y_1) ^ 2 + (z_2-z_1) ^ 2) #

Vandaar de afstand tussen #(-6,3,1)# en #(0,4,-2)# is

#sqrt ((0 - (- 6)) ^ 2 + (4-3) ^ 2 + (- 2-1) ^ 2) #

= #sqrt (6 ^ 2 + 1 ^ 2 + (- 3) ^ 2) = sqrt (36 + 1 + 9) = sqrt46 = 6,782 #