Trigonometric functions and the unit circle

The unit circle

The unit circle is a circle with radius 1 centered at the origin (0,0) in the coordinate plane. It's fundamental to understanding trigonometric functions sin(x)sin(x) and cos(x)cos(x).

Interactive Unit Circle Visualization


θ = 0.52 rad = π/6

ASTC rule

The ASTC rule is an acronym for remembering the positive signs of the trigonometric functions in each quadrant of the unit circle.

Sine and cosine

Trigonometry cheat sheet: link

The sine and cosine functions are defined as the y and x coordinates of a point on the unit circle, respectively.

We also define the tangent function as the ratio of sine and cosine:

tan(x)=sin(x)cos(x)\tan(x) = \frac{\sin(x)}{\cos(x)}

Properties of sine and cosine

  1. They are periodic with period 2π2\pi. (sin(x+2π)=sin(x)sin(x + 2\pi) = sin(x) and cos(x+2π)=cos(x)cos(x + 2\pi) = cos(x))
  2. They are bounded between -1 and 1.
  3. They are continuous.
  4. sin(x)=cos(π2x)\sin(x) = \cos(\frac{\pi}{2} - x)
  5. cos(x)=sin(π2x)\cos(x) = \sin(\frac{\pi}{2} - x)

Graphs

The graphs of the sine and cosine functions are shown below.


x = 0.00π rad

Pythagorean identity

sin2(x)+cos2(x)=1\sin^2(x) + \cos^2(x) = 1

Common values

(image source: link)

Common values

Exercises

1. Basic trigonometric function values

Round your answers to 2 decimal places.

a) What is sin(π6)\sin(\frac{\pi}{6})?





b) What is cos(π4)\cos(\frac{\pi}{4})?





c) What is tan(π3)\tan(\frac{\pi}{3})?





d) What is sin(π2)\sin(\frac{\pi}{2})?





e) What is cos(π)\cos(\pi)?





f) What is sin(3π2)\sin(\frac{3\pi}{2})?





2. ASTC rule and quadrant identification

For each angle, identify which quadrant it's in and whether the given trigonometric function is positive or negative.

a) sin(2π3)\sin(\frac{2\pi}{3})

b) cos(5π4)\cos(\frac{5\pi}{4})

c) tan(7π6)\tan(\frac{7\pi}{6})

d) sin(11π6)\sin(\frac{11\pi}{6})

3. Graphical analysis

Using the interactive unit circle above or graphing software:

a) For what values of xx in [0,2π][0, 2\pi] is sin(x)=cos(x)\sin(x) = \cos(x)?

b) For what values of xx in [0,2π][0, 2\pi] is sin(x)=12\sin(x) = -\frac{1}{2}?

c) For what values of xx in [0,2π][0, 2\pi] is cos(x)=32\cos(x) = \frac{\sqrt{3}}{2}?

d) What is the maximum value of sin(x)+cos(x)\sin(x) + \cos(x) for xx in [0,2π][0, 2\pi]?

4. Pythagorean identity practice

Use the Pythagorean identity sin2(x)+cos2(x)=1\sin^2(x) + \cos^2(x) = 1 to find the missing value.

(Round your answers to 2 decimal places.)

a) If sin(x)=35\sin(x) = \frac{3}{5} and xx is in the first quadrant, what is cos(x)\cos(x)?





b) If cos(x)=45\cos(x) = -\frac{4}{5} and xx is in the second quadrant, what is sin(x)\sin(x)?





c) If sin(x)=1213\sin(x) = -\frac{12}{13} and xx is in the third quadrant, what is cos(x)\cos(x)?





5. Periodicity and symmetry

Round your answers to 2 decimal places.

a) What is sin(13π6)\sin(\frac{13\pi}{6})? (Hint: use periodicity)





b) What is cos(π3)\cos(-\frac{\pi}{3})? (Hint: cosine is even)





c) What is sin(7π4)\sin(\frac{7\pi}{4})? (Hint: use reference angle)





6. Challenge exercises

  1. limx0sin(x)x\lim_{x \to 0} \frac{\sin(x)}{x}

Solution using squeeze theorem:
consider the unit circle, we have the following areas:

sin(x)/x
  1. Triangle area: Atriangle=12sin(x)cos(x)A_{triangle} = \frac{1}{2} \sin(x) \cos(x)
  2. Sector area: Asector=x2A_{sector} = \frac{x}{2}, since the area of a sector is x2ππr2=x2\frac{x}{2\pi} \pi r^2 = \frac{x}{2} for r=1r=1.
  3. Outer triangle area: Aouter=12tan(x)=12sin(x)cos(x)A_{outer} = \frac{1}{2} \tan(x) = \frac{1}{2} \frac{\sin(x)}{\cos(x)}

We have AtriangleAsectorAouterA_{triangle} \leq A_{sector} \leq A_{outer}, therefore we have sin(x)cos(x)2x2sin(x)2cos(x)\frac{\sin(x)\cos(x)}{2} \leq \frac{x}{2} \leq \frac{\sin(x)}{2\cos(x)}.
Equivalently, we have cos(x)xsin(x)1cos(x)\cos(x) \leq \frac{x}{\sin(x)} \leq \frac{1}{\cos(x)}.
Therefore, we have 1cos(x)sin(x)xcos(x)\frac{1}{\cos(x)} \leq \frac{\sin(x)}{x} \leq \cos(x).

limx01cos(x)=1=limx0cos(x)\lim_{x \to 0} \frac{1}{\cos(x)} = 1 = \lim_{x \to 0} \cos(x)

By squeeze theorem, we have limx0sin(x)x=1\lim_{x \to 0} \frac{\sin(x)}{x} = 1.

  1. limx0xsin(1x)\lim_{x \to 0} x \sin(\frac{1}{x})

  2. limx0tan(x)x\lim_{x \to 0} \frac{\tan(x)}{x}

  3. limx0sin(5x)x\lim_{x \to 0} \frac{\sin(5x)}{x}