312213
- 52
- 0
Homework Statement
I have a vector word search that works by using vectors to find each letter on a coordinate plane. Each letter is obtained by using the current letter location and following the given vector to arrive at the new letter. Vectors are given as magnitude in a direction like "5 units E" or 4.2 units 11° W of S." There is a third direction as "23° true." What does this mean?
Homework Equations
Trigonometry equations
The Attempt at a Solution
Attempting the word search and ending up outside the coordinate plane.