Unit Circle: Definition, Coordinates, Chart, Examples

#Geometry
TL;DR
The unit circle is the circle of radius 1 centred at the origin, where every point on the rim has coordinates (cos θ, sin θ) for the angle θ measured from the positive x-axis. This article covers the definition, the equation x² + y² = 1, why the coordinates are cosine and sine, the special angles in both degrees and radians, six worked examples, and the common mistakes.
BT
Bhanzu TeamLast updated on June 9, 20269 min read

What Is the Unit Circle?

The unit circle is the circle of radius 1 centred at the origin $(0, 0)$ of the coordinate plane. Because the radius is exactly 1, its equation comes straight from the Pythagorean theorem applied to any point $(x, y)$ on the rim:

$$x^2 + y^2 = 1.$$

Now place a point P on the circle by rotating a radius counter-clockwise from the positive x-axis through an angle θ. The coordinates of P are exactly the cosine and sine of that angle:

$$P = (\cos\theta,\ \sin\theta).$$

That is the whole power of the unit circle: the x-coordinate of the point is $\cos\theta$, and the y-coordinate is $\sin\theta$. No ratios to compute, no triangle to draw, the position on the circle hands you both values directly. This material appears in NCERT Class 11, Chapter 3 (Trigonometric Functions) and under CCSS-M HSF-TF.A.2, which extends the trig functions to all real angles using the unit circle.

Why the Coordinates Are Cosine and Sine

This is worth deriving once, because it is the bridge between the triangle definition and the circle. Take the point P at angle θ in the first quadrant and drop a perpendicular from P to the x-axis. This builds a right triangle whose hypotenuse is the radius (length 1), whose horizontal leg is the x-coordinate of P, and whose vertical leg is the y-coordinate of P.

From the right-triangle definitions, with the hypotenuse equal to 1:

$$\cos\theta = \frac{\text{adjacent}}{\text{hypotenuse}} = \frac{x}{1} = x, \qquad \sin\theta = \frac{\text{opposite}}{\text{hypotenuse}} = \frac{y}{1} = y.$$

So $x = \cos\theta$ and $y = \sin\theta$, the coordinates are the trig values, because dividing by a hypotenuse of 1 leaves them unchanged. This double-anchoring matters: the same $\sin 30° = \tfrac{1}{2}$ is the ratio opposite-over-hypotenuse in a triangle and the y-coordinate of the point at 30° on the circle. The unit circle then carries the definition past 90°, where a triangle can no longer fit, by simply letting the point travel into the other quadrants. And because $x^2 + y^2 = 1$, substituting gives the most-used identity in trigonometry, $\cos^2\theta + \sin^2\theta = 1$.

What Is the Tangent on the Unit Circle?

Tangent is the third value, and it comes from the other two:

$$\tan\theta = \frac{\sin\theta}{\cos\theta} = \frac{y}{x}.$$

On the unit circle, the tangent of an angle is the y-coordinate divided by the x-coordinate of the point, the slope of the radius drawn to P. This is why $\tan 90°$ is undefined: at 90° the point is $(0, 1)$, so $x = 0$ and dividing by zero has no value.

The Special Angles and Their Coordinates

A handful of angles appear so often that their coordinates are worth knowing on sight. In the first quadrant, the special angles and their $(\cos\theta, \sin\theta)$ coordinates are:

Angle (degrees)

Angle (radians)

$\cos\theta$ (x)

$\sin\theta$ (y)

$\tan\theta$

$0°$

$0$

$1$

$0$

$0$

$30°$

$\dfrac{\pi}{6}$

$\dfrac{\sqrt{3}}{2}$

$\dfrac{1}{2}$

$\dfrac{1}{\sqrt{3}}$

$45°$

$\dfrac{\pi}{4}$

$\dfrac{\sqrt{2}}{2}$

$\dfrac{\sqrt{2}}{2}$

$1$

$60°$

$\dfrac{\pi}{3}$

$\dfrac{1}{2}$

$\dfrac{\sqrt{3}}{2}$

$\sqrt{3}$

$90°$

$\dfrac{\pi}{2}$

$0$

$1$

undefined

There is a clean pattern hiding here. Write the sine values for $0°, 30°, 45°, 60°, 90°$ as $\dfrac{\sqrt{0}}{2}, \dfrac{\sqrt{1}}{2}, \dfrac{\sqrt{2}}{2}, \dfrac{\sqrt{3}}{2}, \dfrac{\sqrt{4}}{2}$, and the cosine values run the same sequence backwards. The four quadrant points fill in the rest: $0°(1,0)$, $90°(0,1)$, $180°(-1,0)$, $270°(0,-1)$.

How signs change by quadrant

As P travels round, the signs of cosine and sine follow the signs of the x- and y-coordinates: both positive in Quadrant I, cosine negative in Quadrant II, both negative in Quadrant III, sine negative in Quadrant IV. (The mnemonic "All, Sine, Tangent, Cosine" names which function stays positive in each quadrant.)

Examples of the Unit Circle

With the coordinate meaning and the special angles in hand, here are values being read off the circle. The problems move from a direct coordinate read to using the circle past 90° and converting units.

Example 1 - Use the unit circle to find $\cos 60°$ and $\sin 60°$

The point at $60°$ has coordinates $\left(\dfrac{1}{2}, \dfrac{\sqrt{3}}{2}\right)$, and the coordinates are cosine and sine:

$$\cos 60° = \frac{1}{2}, \qquad \sin 60° = \frac{\sqrt{3}}{2}.$$

Final answer: $\cos 60° = \tfrac{1}{2}$, $\sin 60° = \tfrac{\sqrt{3}}{2}$.

Example 2 - Find $\cos 90°$ and $\sin 90°$ from the unit circle

Wrong attempt. A student tries to draw a right triangle at $90°$ to read the ratios, then gets stuck, at $90°$ the "triangle" has collapsed into a vertical line and there is no triangle left to take ratios from. Concluding that cosine and sine are therefore undefined at $90°$ is the trap.

Correct. This is exactly what the unit circle fixes. Forget the triangle and just read the point. At $90°$ the point sits at the top of the circle, $(0, 1)$, so:

$$\cos 90° = 0, \qquad \sin 90° = 1.$$

Final answer: $\cos 90° = 0$, $\sin 90° = 1$. In Bhanzu's Grade 11 cohort at the McKinney TX center, trying to force a right triangle at $90°$ (or beyond) instead of reading the coordinate is the most common first-attempt block here, roughly four in ten students hit it until the circle replaces the triangle in their mental model.

Example 3 - Find the coordinates of the point at $180°$ on the unit circle

$180°$ points along the negative x-axis, so the point is the left-hand intercept:

$$(\cos 180°, \sin 180°) = (-1, 0).$$

Final answer: $(-1, 0)$.

Example 4 - Convert $45°$ to radians and give the coordinates at that angle

Convert: $45° \times \dfrac{\pi}{180°} = \dfrac{\pi}{4}$. The point at $45°$ lies on the line $y = x$ in Quadrant I:

$$\left(\cos\frac{\pi}{4}, \sin\frac{\pi}{4}\right) = \left(\frac{\sqrt{2}}{2}, \frac{\sqrt{2}}{2}\right).$$

Final answer: $\dfrac{\pi}{4}$ radians, coordinates $\left(\dfrac{\sqrt{2}}{2}, \dfrac{\sqrt{2}}{2}\right)$.

Example 5 - Find $\tan 30°$ using the unit circle coordinates

At $30°$ the point is $\left(\dfrac{\sqrt{3}}{2}, \dfrac{1}{2}\right)$, and tangent is y over x:

$$\tan 30° = \frac{\sin 30°}{\cos 30°} = \frac{1/2}{\sqrt{3}/2} = \frac{1}{\sqrt{3}}.$$

Final answer: $\tan 30° = \dfrac{1}{\sqrt{3}}$ (equivalently $\dfrac{\sqrt{3}}{3}$).

Example 6 - The point at angle $\theta$ on the unit circle is $\left(-\dfrac{\sqrt{2}}{2}, \dfrac{\sqrt{2}}{2}\right)$. Find θ

Cosine is negative and sine positive, so the point is in Quadrant II. The reference values match $45°$, and the Quadrant II angle with that reference is:

$$\theta = 180° - 45° = 135° = \frac{3\pi}{4}.$$

Final answer: $\theta = 135°$ (which is $\dfrac{3\pi}{4}$ radians).

Why the Unit Circle Matters

The unit circle is not a memorisation chart, it is the move that turns trigonometry from "ratios in a triangle" into a tool that works for any angle, including the rotating and repeating kind.

  • It defines sine and cosine for every angle. A right triangle can only hold angles below 90°. The unit circle extends $\sin$ and $\cos$ to $180°$, $270°$, full turns, and negative angles, by letting the point keep travelling round.

  • It is where the waves come from. Track the y-coordinate of P as it spins steadily and you trace a sine wave; the x-coordinate traces a cosine wave. Every oscillation modelled with $\sin$ or $\cos$, sound, alternating current, tides, light, is a shadow of a point going round this circle.

  • It powers rotation and navigation. Rotating any object in a video game, a robot arm, or a satellite's orientation uses $(\cos\theta, \sin\theta)$ to place a rotated point. GPS and computer graphics lean on exactly these coordinates.

  • It makes the Pythagorean identity obvious. Because $x^2 + y^2 = 1$, the identity $\cos^2\theta + \sin^2\theta = 1$ is not something to memorise, it is the circle's own equation rewritten.

For a Class 11 student, the unit circle is the moment trigonometry stops being a triangle trick and becomes the language of anything that rotates or repeats.

Where Things Go Sideways With the Unit Circle

Mistake 1: Swapping the x- and y-coordinates for cosine and sine

Where it slips in: A student reads the point at $30°$ as $\left(\dfrac{1}{2}, \dfrac{\sqrt{3}}{2}\right)$, putting sine first.

Don't do this: Write the point as (sin, cos).

The correct way: The point is always (cos θ, sin θ), x first. Cosine is the horizontal coordinate, sine is the vertical. At $30°$ the point is $\left(\dfrac{\sqrt{3}}{2}, \dfrac{1}{2}\right)$.

Mistake 2: Forcing a right triangle for angles of 90° or more

Where it slips in: The angle is $90°$, $120°$, or larger, and the student tries to draw a right triangle.

Don't do this: Insist on a triangle past the first quadrant.

The correct way: Read the coordinate of the point on the circle. The whole reason the unit circle exists is to define the functions where a triangle cannot.

Mistake 3: Mixing degrees and radians without converting

Where it slips in: A problem gives $\dfrac{\pi}{3}$ and the student treats it as $\dfrac{3}{3} = 1$ degree, or plugs degrees into a radian-based formula.

Don't do this: Read $\dfrac{\pi}{3}$ as a degree count.

The correct way: $\dfrac{\pi}{3}$ radians is $60°$. Use $180° = \pi$ radians to convert before reading the circle.

Key Takeaways

  • The unit circle is the circle of radius 1 centred at the origin, with equation $x^2 + y^2 = 1$.

  • Every point on it is $(\cos\theta, \sin\theta)$, so cosine is the x-coordinate and sine is the y-coordinate, read directly, no ratios needed.

  • The special angles $30°, 45°, 60°$ ($\tfrac{\pi}{6}, \tfrac{\pi}{4}, \tfrac{\pi}{3}$) and the quadrant points are worth knowing on sight in both degrees and radians.

  • The most common mistake is swapping x and y (writing sine before cosine), the point is always (cos θ, sin θ).

  • The unit circle extends sine and cosine to every angle and is where sine and cosine waves come from.

Practice These Problems to Solidify Your Understanding

  1. Use the unit circle to find $\cos 30°$ and $\sin 30°$.

  2. Find the coordinates of the point at $270°$ on the unit circle.

  3. The point at angle θ is $\left(-\dfrac{1}{2}, -\dfrac{\sqrt{3}}{2}\right)$. Find θ in degrees.

Answer to Question 1: $\cos 30° = \dfrac{\sqrt{3}}{2}$, $\sin 30° = \dfrac{1}{2}$. Answer to Question 2: $(0, -1)$, the bottom of the circle. Answer to Question 3: both coordinates negative means Quadrant III; the reference angle is $60°$, so $\theta = 180° + 60° = 240°$. If Question 1 gave you the values reversed, recheck which coordinate is cosine (see Mistake 1).

Practice these problems to solidify your understanding, and if you want a live Bhanzu trainer to walk your child through the unit circle and trigonometry, book a free demo class — online globally.

Book a Free Demo

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is the unit circle?
It is the circle of radius 1 centred at the origin, where every point on the rim has coordinates $(\cos\theta, \sin\theta)$ for the angle θ measured from the positive x-axis.
What is the equation of the unit circle?
$x^2 + y^2 = 1$. It comes from the Pythagorean theorem with a radius of 1.
Why are the coordinates equal to cosine and sine?
Because the radius (hypotenuse) is 1, the right-triangle ratios $\cos\theta = x/1$ and $\sin\theta = y/1$ reduce to $x$ and $y$, so the point's coordinates are exactly cosine and sine.
Why do we use radians on the unit circle?
Radians measure angle directly as arc length on a radius-1 circle, which makes the link between angle, arc, and the trig functions clean. Both degrees and radians work; radians are the natural unit for calculus and waves.
How do you find the tangent on the unit circle?
Tangent is the y-coordinate divided by the x-coordinate of the point: $\tan\theta = \sin\theta / \cos\theta$. It is undefined wherever the x-coordinate is 0, such as at $90°$ and $270°$.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →