Was ist die Geschwindigkeit eines Objekts, das sich innerhalb von 2 Sekunden von (8, 4, 1) nach (6, 0,, 2) bewegt?

Was ist die Geschwindigkeit eines Objekts, das sich innerhalb von 2 Sekunden von (8, 4, 1) nach (6, 0,, 2) bewegt?
Anonim

Antworten:

# v = sqrt 6 "" "unit" / s #

Erläuterung:

# P_1 (8,4,1) "" P_2 (6,0,2) #

#P_ "1x" = 8 "P_" 2x "= 6" Delta P_x = 6-8 = -2 #

#P_ 1y = 4 P_2y = 0 Delta P_y = 0-4 = -4 #

#P_ 1z = 1 P_2z = 2 Delta P_z = 2-1 = 2 #

# "Abstand zwischen dem Punkt" P_1 "und" P_2 "ist:" #

#Delta x = sqrt ((Delta P_x) ^ 2 + (Delta P_y) ^ 2 + (Delta P_z) ^ 2) #

#Delta x = sqrt ((- 2) ^ 2 + (- 4) ^ 2 + 2 ^ 2) = sqrt (4 + 16 + 4) = sqrt24 #

# v = (Delta x) / t #

# v = sqrt 24/2 #

# v = sqrt (4 * 6) / 2 #

# v = (Abbruch (2) * sqrt6) / Abbruch (2) #

# v = sqrt 6 "" "unit" / s #