The simplest way to define the unit circle is to say it is the collection of all points that are one unit away from the origin.
Pretend is that an old fashioned clock is in your circle. Each number is a distance of unit one away from the center.
We can get a unit circle in a 2D Cartesian coordinate system by declaring
With some mathematical wrangling we can change the above to
Half the points of our unit circle fit the definition
and the other half fit
For the above math to work correctly, it is necessary for ‘x’ to only take values between -1 and 1.
We can build a unit circle in 2D polar coordinates using all points that fit the following:
We can also plot points in 2D Cartesian Coordinates using the following two formulas: