| Writing r2=x+y instead of r2=x2+y2 when checking your work. | The relationship comes from the Pythagorean theorem applied to the right triangle formed by x, y, and r; both coordinate squares must be added together. | Always verify using r2=x2+y2. For example, if r=5, x=3, and y=4, check that 52=32+42, which gives 25=9+16=25 ✓. |
| Assuming that (r,θ) has only one representation and not recognizing that (r,θ)=(r,θ+2π)=(−r,θ+π) all describe the same point. | Adding 2π to the angle completes a full rotation back to the same direction; negative r means moving in the opposite direction, which combines with π radians to land at the same location. | Recognize that polar coordinates are non-unique: (r,θ), (r,θ+2πk), and (−r,θ+π+2πk) for integer k all represent the same point. Only the final Cartesian coordinates (x,y) are unique. |