In contrast to polar coordinates, Cartesian coordinates use a grid-based system. With two perpendicular axes—the x-axis (horizontal) and the y-axis (vertical)—every point in this coordinate system is defined by a pair of numbers \((x, y)\). This system is straightforward:
- x-coordinate: Indicates how far to the left or right the point is from the origin.
- y-coordinate: Indicates how far up or down the point is from the origin.
To convert from polar to Cartesian coordinates, apply the equations:\[x = r \cos \theta\]\[y = r \sin \theta\]These relationships allow for transformation between the two systems. For example, from our problem, we learned that when \(r \sin \theta = 0\), it translates to \(y = 0\), describing a horizontal line at the origin.