A ladybug is climbing on a Volkswagen Beetle (a type of car). In its starting position, the surface of the car is represented by the unit semicircle in the -plane. The -axis is the road. At time the ladybug starts at the front bumper , and crawls counterclockwise on the surface of the car at a unit speed relative to the car. At the same time, the car moves to the right at speed 10.
What is the total distance traveled by the bug on the interval of time ? If total distance is , find .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
You can represent the ladybug's position as a vector. You can decompose that vector into two vectors: one vector that connects the origin and the midpoint of diameter on the x -axis on the Volkswagen Beetle, and another that connects the aforementioned midpoint and the ladybug's position.
The vector connecting the origin and aforementioned midpoint is ⟨ 1 0 t , 0 ⟩ because it is mentioned that its speed is 10. The vector connecting aforementioned midpoint and the ladybug's position is ⟨ cos t , sin t ⟩ because it's a unit semicircle. Adding the vectors together to get the vector giving the ladybug's position gives ⟨ 1 0 t + cos t , sin t ⟩ .
Let's call the vector that gives the ladybug's position p . Then , d t d p = v ( t ) = ⟨ 1 0 − sin t , cos t ⟩ .
We wanted to know the total distance on the interval of time 0 ⩽ t ⩽ 4 π . We know that ∫ α β ∣ ∣ v ( t ) ∣ ∣ d t gives the distance. In this case, this is ∫ 0 π / 4 ( 1 0 − sin t ) 2 + cos 2 t d t . To three decimal places, that is 7 . 5 9 4 .
Finally, the problem statement asks for the floor of 1000 times the total distance E , which turns out to be 7 5 9 4 .