TrigonometryTopic #30 of 32

Circular Functions

Unit circle definition of sine and cosine with graphical representation.

Definition

Circular functions define trigonometric functions using the unit circle, where the input is a real number representing arc length (or angle in radians).

The Unit Circle

A circle with center at the origin and radius 1:

x2+y2=1x^2 + y^2 = 1

Wrapping Function

The wrapping function W(t)W(t) maps a real number tt to a point (x,y)(x, y) on the unit circle:

  • Start at (1,0)(1, 0)
  • Move counterclockwise for t>0t > 0
  • Move clockwise for t<0t < 0
  • Arc length traveled =t= |t|

W(t)=(cost,sint)W(t) = (\cos t, \sin t)

Circular Function Definitions

For any real number tt and point P(x,y)=W(t)P(x, y) = W(t) on the unit circle:

FunctionDefinition
cost\cos tx-coordinate of PP
sint\sin ty-coordinate of PP
tant\tan tyx=sintcost\frac{y}{x} = \frac{\sin t}{\cos t}
cott\cot txy=costsint\frac{x}{y} = \frac{\cos t}{\sin t}
sect\sec t1x=1cost\frac{1}{x} = \frac{1}{\cos t}
csct\csc t1y=1sint\frac{1}{y} = \frac{1}{\sin t}

The Sine Function: sint\sin t

Graph Characteristics

  • Domain: All real numbers
  • Range: [1,1][-1, 1]
  • Period: 2π2\pi
  • Amplitude: 11
  • Zeros: t=nπt = n\pi (nn is any integer)
  • Maximum: 11 at t=π2+2πnt = \frac{\pi}{2} + 2\pi n
  • Minimum: 1-1 at t=3π2+2πnt = \frac{3\pi}{2} + 2\pi n

Key Points (one period)

tt00π2\frac{\pi}{2}π\pi3π2\frac{3\pi}{2}2π2\pi
sint\sin t0011001-100

The Cosine Function: cost\cos t

Graph Characteristics

  • Domain: All real numbers
  • Range: [1,1][-1, 1]
  • Period: 2π2\pi
  • Amplitude: 11
  • Zeros: t=π2+nπt = \frac{\pi}{2} + n\pi
  • Maximum: 11 at t=2πnt = 2\pi n
  • Minimum: 1-1 at t=π+2πnt = \pi + 2\pi n

Key Points (one period)

tt00π2\frac{\pi}{2}π\pi3π2\frac{3\pi}{2}2π2\pi
cost\cos t11001-10011

Relationship Between Sine and Cosine

cost=sin(t+π2)\cos t = \sin\left(t + \frac{\pi}{2}\right)

sint=cos(tπ2)\sin t = \cos\left(t - \frac{\pi}{2}\right)

The cosine graph is the sine graph shifted left by π2\frac{\pi}{2}.

Fundamental Identity

For any point (x,y)(x, y) on the unit circle:

x2+y2=1x^2 + y^2 = 1

cos2t+sin2t=1\cos^2 t + \sin^2 t = 1

This is the Pythagorean Identity.

Even and Odd Properties

Cosine is even:

cos(t)=cost\cos(-t) = \cos t

Sine is odd:

sin(t)=sint\sin(-t) = -\sin t

Period and Periodicity

Both sine and cosine repeat every 2π2\pi:

sin(t+2π)=sint\sin(t + 2\pi) = \sin t

cos(t+2π)=cost\cos(t + 2\pi) = \cos t

For any function ff with period PP:

f(t+P)=f(t)f(t + P) = f(t)

Special Values from Unit Circle

tt(cost,sint)(\cos t, \sin t)
00(1,0)(1, 0)
π6\frac{\pi}{6}(32,12)\left(\frac{\sqrt{3}}{2}, \frac{1}{2}\right)
π4\frac{\pi}{4}(22,22)\left(\frac{\sqrt{2}}{2}, \frac{\sqrt{2}}{2}\right)
π3\frac{\pi}{3}(12,32)\left(\frac{1}{2}, \frac{\sqrt{3}}{2}\right)
π2\frac{\pi}{2}(0,1)(0, 1)
π\pi(1,0)(-1, 0)
3π2\frac{3\pi}{2}(0,1)(0, -1)
2π2\pi(1,0)(1, 0)

Applications

  1. Simple Harmonic Motion: Position of oscillating object

y=Asin(ωt+φ)y = A \sin(\omega t + \varphi)

  1. Circular Motion: Projection onto axes

x(t)=rcos(ωt)x(t) = r \cos(\omega t)

y(t)=rsin(ωt)y(t) = r \sin(\omega t)

  1. Waves: Modeling periodic phenomena

y=Asin(kxωt)y = A \sin(kx - \omega t)