How to rotate a point about the origin
- What Exactly is a Matrix?
- Geometric Perspective on Linear Transformations
- System of Linear Equations
- > How to rotate a point about the origin
- How to rotate a point about the origin (way 2)
- How to rotate a point about another point
- How to rotate a point about another point (way 2)
You have some point and you want it to rotate degrees about the origin (0,0).
Most problems, especially geometry oriented math problems, benefit greatly from a drawing, so let’s draw the situation, including what we know (, ), what we want to know (), as well as any auxillary elements (, , etc) that might helps us figure out a relationship between our known and unknown.
Once we draw the situation, we try to relate the knowns with the unknowns and solve for the unknowns.
Here is an implementation of the above solution in iodide.