Question 29 - Problems - Chapter 2¶
Problem:¶
A messenger carries a package twelve city blocks north in 14 min 5 s.
There, she receives a second package, which she brings six blocks south in 6 min 28 s.
Finally, she gets a third package, which she brings 3 blocks north in 3 min 40 s.
The city block spacing is 81 m. what is her average speed?What is her average velocity?
Question:¶
a) What is her average speed?
b) What is her average velocity?
Solution:¶
$\bigtriangleup t_1 = 14m 5s$
$\bigtriangleup t_2= 6m 28s$
$\bigtriangleup t_3= 3m 40s$
One Block = 81m
$\bigtriangleup s_1 = 12x81m=972m$
$\bigtriangleup s_2 = -6x81m=-486m$
$\bigtriangleup s_2 = 3x81m=243m$
The total displacement $\bigtriangleup s = \bigtriangleup s_1 + \bigtriangleup s_4 + \bigtriangleup s_5$
The average velocity:
$$
\overline v=\frac{\bigtriangleup s}{\bigtriangleup t}
$$
Total distance $s = \Big|{{\bigtriangleup s_1}}\Big| + \Big|{\bigtriangleup s_2}\Big| + \Big|{\bigtriangleup s_3}\Big|$
The average speed is
$$
v = \frac{s}{t}
$$
The problem is almost the same as problem Q028, so we can reuse the same program by just changing the values of the parameters.