An autonomous delivery drone is programmed to navigate from a central warehouse to a remote drop-off location. The drone executes the following sequence of movements:
1. It takes off and flies due North.
2. It turns to its right and flies .
3. It then rotates anti-clockwise and flies .
4. Finally, it turns clockwise and flies to reach the destination.
What is the shortest direct distance between the warehouse and the drop-off destination?
- A
- B
- C
- Cevap
Cevap
The shortest direct distance between the warehouse and the drop-off destination is .
The correct answer is found by tracking the drone's position on a 2D plane. By applying the vector components of each movement, the net displacement is East and North. The shortest direct distance is the hypotenuse of these components: .
Adım Adım Çözüm
Anahtar Kavram
Vector displacement, angular rotation tracking, and Pythagorean theorem application.