Max A. answered  09/20/19
Professional Engineer with a Strong Tutoring/Academic Background
1) Drawing a graph is extremely useful for visualizing this problem and coming up with the correct answer. If we define the point (0,0) as the dog's starting point, we can plot points for each leg of the trip. This will help visualize the dog's travel path. We'll assume a standard convention of North = +y, East = +x, South = -y, West = -x.
Starting Point = (0,0)
30m West = (-30,0)
20m North = (-30,20)
60m East = (30,20)
a) Distance is a scalar quantity that refers to "how much ground an object has covered" during its motion. The dog went 30m West, then 20m North, then 60m East. So its total distance is 30m + 20m + 60m = 110m.
b) Displacement is a vector quantity that refers to "how far out of place an object is"; it is the object's overall change in position. So we are only interested in the dog's final and initial positions, more specifically the change in this position. An easy example would be if the dog went 30m West, then 30m back East. It's total distance traveled would be 60m but its displacement would be 0m. We are right back where we started.
So if our initial position is (0,0) and final position is (30,20), how do we calculate the change in position? We draw a straight line between the points and calculate the length of this line. We can draw a right triangle and use Pythagorean's Theorem.
Disp = sqrt[(30-0)2 + (20-0)2]
Disp = sqrt(900 + 400) = sqrt(1300)
Disp = 36.06m
The actual resultant displacement vector would be a line from (0,0) to (30,20), with an arrow at the (30,20) end. It's magnitude is 36.06m.
2) Similar to 1) part (b), we can plot a single point for our final position (25000, -15500) in meters or (25, -15.5) in kilometers. Use Phythagorean's theorem again to find the length of the line connecting (0,0) to (25, -15.5).
Disp = sqrt[(25-0)2 + (-15.5-0)2]
Disp = sqrt(625 + 240.25) = sqrt(865.25)
Disp = 29.42km or 29420m
    
            
                    
                    
                    
Jessica U.
Thank you so much, at first I wasn't really getting what u we're saying bit then I thought to try plotting the graph and I could see what you meant. Thank u so much09/21/19