Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Math & Sciences (https://www.askmehelpdesk.com/forumdisplay.php?f=402)
-   -   Programming a Robot using bearings (https://www.askmehelpdesk.com/showthread.php?t=276083)

  • Nov 1, 2008, 06:57 PM
    funkymathhound
    Programming a Robot using bearings
    A robot turtle is programmed using bearings to follow a path. He heats 5 m at a bearing of 110 degrees, then 8 m at a bearing of 210 degrees then 9 m at a bearing of 260 degrees.
    How far is the turtle from its starting point and what bearing will retrun the turtle to its starting position?
  • Nov 2, 2008, 12:12 PM
    galactus
    This is what is called a traverse in surveying. The bearings can be thought of as azimuths

    turning clockwise from due north(y-axis).

    The first point is 110 degrees and ad distance of 5 meters. We find these distances and add

    them to our starting point we can call (0,0) at the origin.




    The coordinates of the first point is (4.7,-1.71)

    Now, do the other and add them to the last point coordinates.




    Continue until you get to the end.

    If you do the rest correctly, you will get an angle of 38.67 degrees and a distance of

    13.07 meters back to the starting point from the last point.

  • All times are GMT -7. The time now is 04:27 AM.