
Giorgio M. answered 04/04/19
Electrical Engineer and Tutor for EE and Math (MSEE degree)
First set up a coordinate system with the runner's house at (x,y) = (0,0) and noon corresponding to time t = 0.
The runner's initial position is then (0,3)
A)
The runner's position at time t=1 hour is (-1,1).
You can use the distance formula with (0,3) and (-1,1) to find how far he has ran.
B) & C)
His velocity (distance/time) in the x direction is vx = (-1 - 0) / 1 = -1
His velocity (distance/time) in the y direction is vy = (1 - 3) / 1 = -2
The parametric equations for motion follow this form:
x(t) = x0 + vxt
y(t) = y0 + vyt
The equations for his motion are then:
x(t) = -t
y(t) = 3 - 2t
Substitute t = 3 for x(t) and y(t) to find his position at 3pm.
x(3) = -3
y(3) = -3