Unit circle05_01A

The unit circle is a fundamental concept in math, and will be especially helpful in non-calculator papers involving solving trigonometric functions. Defined as a circle with a radius of
11
, it is centered around the origin
(0,0)(0,0)
in the Cartesian plane. From the equation of a circle -
(xh)2+(yk)2=r2(x-h)^2+(y-k)^2=r^2
- we can extract the starting point of a useful identity that will be discussed later:
x2+y2=1x^2+y^2=1
.
For now, I don't have tikz rendering set up, however you should draw a circle with the aforementioned qualities now. Then, draw some diagonal line, pointing upwards diagonally, from the origin until it touches the circumference of the circle. Note that the line touches a point on the circle. Now, try and find the
xx
and
yy
components of that point of intersection given the angle
θ\theta
which you should also draw that starts from the horizontal positive
xx
-axis going counterclockwise to that line.
You should now realize that the
xx
component is
x=cosθx=\cos{\theta}
and the
yy
component is
y=sinθy=\sin{\theta}
. We can therefore re-write the coordinate of that point as
(cosθ,sinθ)(\cos{\theta},\sin{\theta})
and start looking at how we can solve trigonometric values without needing a calculator!
If you think about it,
cos90\cos{90}
is perpendicular to the
xx
-axis, hence why its value is 0 (that is,
cos90=0\cos{90}=0
, because there's no movement in the
xx
direction). The same can be said for
sin90\sin{90}
, but as it's the
yy
-value, it's going to be the largest, hence why
sin90=1\sin{90}=1
. For other simple values, you'll either have to learn them from the table below, or through drawing triangles (again, once tikz is set up, I'll demonstrate this visually).

Trigonometric values

I've provided these values in degrees and radians for your convenience.
DegreesRadians
sinθ\sin{\theta}
cosθ\cos{\theta}
tanθ\tan{\theta}
0°0\degree
00
00
11
00
30°30\degree
π6\frac{\pi}{6}
12\frac{1}{2}
32\frac{\sqrt{3}}{2}
33\frac{\sqrt{3}}{3}
45°45\degree
π4\frac{\pi}{4}
22\frac{\sqrt{2}}{2}
22\frac{\sqrt{2}}{2}
11
60°60\degree
π3\frac{\pi}{3}
32\frac{\sqrt{3}}{2}
12\frac{1}{2}
3\sqrt{3}
90°90\degree
π2\frac{\pi}{2}
11
00
undef\text{undef}
180°180\degree
π\pi
00
1-1
00
270°270\degree
3π2\frac{3\pi}{2}
1-1
00
undef\text{undef}
360°360\degree
2π2\pi
00
11
00
You'll only have to memorize values up to
180°180\degree
, as past that you can just use the unit circle to determine the values.

Topics coming soon

  • Unit circle
  • Trigonometric identities
  • Solving trigonometric functions
  • Practical applications
  • ECQs