Jose buys a new moped. He travels 3km south and then 4km east. How far does he need to go to get back to where he started? To get back to its original position, it can either be in an opposite direction of the total distance travelled (much longer) or opposite direction of the displacement (shorter than the total distance travelled). For the total distance travelled: 3 km + 4 km = 7 km Thus, Jose needs to go back 7 km in an opposite direction (4 km West and 3 km North). For the displacement: Let d represent as displacement. Let R represent as resultant. Let Φ represents as the angle. Given: d1 = 3 km, 270° d2 = 4 km, 0° Formula: For horizontal x-axis: (n)(cosΦ) For vertical y-axis: (n)(sinΦ) For the resultant (or the magnitude displacement): R = √((x)^2 + (y)^2) For the angle (althought unnecessary): Φ = arctan (y/x) Equation: d1x = (3 km)(cos270) = 0 km d1y = (3 km)(sin270) = -3 km d2x = (4 km)(cos0) = 4 km d2y = (4 km)(sin0) = 0 km Summation of dx = (d1 + d2)x = 4 km Summatio...