Problem 55650. Basic Mathematics 1
If a robot is traveling on a north heading at v1 inches per second and has the ability to only make N degree changes in direction (left or right) each second, what is the unobstructed distance required to the right or left of the robot to make the turn (i.e., the turn radius)? Round to 2 places
Solution Stats
Problem Comments
-
2 Comments
Gergely Patay
on 28 Oct 2022
Problem wording clearly suggests discrete changes in the heading ("make N degree changes in direction each second"), but the test suite contradicts this.
Christian Schröder
on 10 Nov 2022
I concur with Gergely, the problem description is misleading. What is meant here is not that the robot is making a single, discrete N degree turn each second, but rather that it turns continuously while moving at a rate of N degrees per second.
Solution Comments
Show commentsProblem Recent Solvers157
Suggested Problems
-
629 Solvers
-
1508 Solvers
-
1217 Solvers
-
1148 Solvers
-
722 Solvers
More from this Author31
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!