Wie lauten die Koordinaten des Punktes, der 1/4 des Weges von A (-6, -3) nach B (6, 1) ist?

Wie lauten die Koordinaten des Punktes, der 1/4 des Weges von A (-6, -3) nach B (6, 1) ist?
Anonim

Antworten:

Die Stelle #1/4# der Weg ist #(-3,-2)#

Erläuterung:

Anfangen mit:

#d = sqrt ((x_ "end" -x_ "start") ^ 2+ (y_ "end" -y_ "start") ^ 2) #

# 1 / 4d = 1 / 4sqrt ((x_ "end" -x_ "start") ^ 2+ (y_ "end" -y_ "start") ^ 2) #

# 1 / 4d = sqrt (1/16 ((x_ "end" -x_ "start") ^ 2+ (y_ "end" -y_ "start") ^ 2)) #

# 1 / 4d = sqrt ((((x_ "end" -x_ "start") / 4) ^ 2 + ((y_ "end" -y_ "start") / 4) ^ 2)) #

#x_ (1/4) = (x_ "end" -x_ "start") / 4 + x_ "start" #

#y_ (1/4) = (y_ "end" -y_ "start") / 4+ y_ "start" #

#x_ (1/4) = (x_ "end" -x_ "start") / 4 + 4x_ "start" / 4 #

#y_ (1/4) = (y_ "end" -y_ "start") / 4+ 4y_ "start" / 4 #

#x_ (1/4) = (x_ "end" + 3x_ "start") / 4 #

#y_ (1/4) = (y_ "end" + 3y_ "start") / 4 #

#x_ "start" = -6 # und #y_ "start" = -3 #:

#x_ (1/4) = (x_ "end" +3 (-6)) / 4 #

#y_ (1/4) = (y_ "end" +3 (-3)) / 4 #

#x_ "end" = 6 # und #y_ "end" = 1 #:

#x_ (1/4) = (6 + 3 (-6)) / 4 #

#y_ (1/4) = (1 + 3 (-3)) / 4 #

#x_ (1/4) = -3 #

#y_ (1/4) = -2 #