repeating

In addition to gluing together pieces from several functions, we also have functions which just repeat one part over and over and over. They glue the same function next to itself over and over and over. These functions are said to be periodic.

Different sawtooth functions are made by varying the height and width of the tooth. The single tooth that was repeated is called the wave of the function. The width of the wave is called the period. And, the height of the wave is called the amplitude.

Sawtooth functions are piecewise defined functions but there is really one piece that just repeats. We would like to express this idea in a formula. We define a formula for the initial piece and then state the period.

\[ SawTooth(x) = \begin{cases} x &\text {on $[0,1)$,} \\ -x+2 &\text {on $[1,2)$} \\ SawTooth(x) = SawTooth(x+2) & \text {otherwise} \end{cases} \]

\(SawTooth(x) = SawTooth(x+2)\) tells us to keep jumping by \(2\) until you get to a known value.
\(2\) is the period of \(SawTooth\).

This function gets its name because it looks like moving up and down on the teeth on a saw. Other periodic functions come from similarly moving on different objects.

You can make a periodic function out of any piece of any function, just use that piece as the wave. But we have two very special basic periodic functions in our set of Elementary Functions.

Traveling around the unit circle produces two important periodic functions.

The Unit Circle

The unit circle is the circle of radius \(1\) centered at the origin in the Cartesian plane. A point on the unit circle has two coordinates.

  • The first coordinate gives the horizontal position of the point.
  • The second coordinate gives the vertical position of the point.

Both of these depend on an angle measurement, \(\theta \). \(\theta \) is the angle made between the positive horizontal axis and a radius formed by drawing a line from the origin (center of the circle) the point on the unit circle.

Angle Measurement

The domain of sine and cosine are real numbers interpreted as angle measurements measured couterclockwise from the positive horizontal axis. We have two units for measuring these angles.

  • degrees: A full circle is divided into \(360\) degrees.
  • radians: A full circle is divided into \(2\pi \) radians.
  • A half-circle rotation is \(\answer {180}\) degrees.
  • A quarter-circle rotation is \(\answer {90}\) degrees.
  • A eighth-circle rotation is \(\answer {45}\) degrees.
  • A half-circle rotation s \(\answer {\pi }\) radians.
  • A quarter-circle rotation is \(\answer {\frac {\pi }{2}}\) radians.
  • A eighth-circle rotation is \(\answer {\frac {\pi }{4}}\) radians.

Shorthand: Degrees has a little superscript circle as a shorthand abbreviations, like \(90^\circ \). Radians doesn’t have a shorthand abbreviation. Therefore, if you see an angle measurement with no units, then the units are radians.

Angles are measured counterclockwise from the positive horizontal axis. It is like a circular number line. Rotating counterclockwise is the positive direction. Rotating clockwise is the negative direction. After you rotate a full circle (positively or negatively), the values just keep repeating.

The unit circle is a circle of radius \(1\) centered at the origin.

Its coordinates satisfy the equation

\[ x^2 + y^ 2 = 1 \]

For instance the point \(\left ( \frac {1}{\sqrt {2}}, \frac {1}{\sqrt {2}} \right )\) is on the unit circle since these coordinates satisfy the equation.

\[ \left ( \frac {1}{\sqrt {2}} \right )^2 + \left ( \frac {1}{\sqrt {2}} \right )^2 = \frac {1}{2} + \frac {1}{2} = 1 \]

Sine and Cosine are periodic functions with periods of \(2\pi \) (radians). Therefore, we only need examine the interval \([0, 2\pi )\) and then repeat our findings every \(2\pi \).

We call the interval \([0, 2\pi )\), the principal interval for sine and cosine.

From the graphs we can see that Sine and Cosine have maximum and minimum values.

Easy Angles

Sine and cosine are transcendental functions. They transcend Algebra. They are beyond our usual algebraic tools. That makes equations difficult when they involve sine and cosine.

This is true unless you work with angles that just happen to have nice values for sine and cosine. We have several easy angles: \(30^{\circ }\), \(45^{\circ }\), and \(60^{\circ }\).

  • \(\sin (30^{\circ }) = \frac {1}{2}\)
  • \(\cos (30^{\circ }) = \frac {\sqrt {3}}{2}\)

And, since \(30^{\circ }\) and \(60^{\circ }\) make up a right triangle, we have

  • \(\sin (60^{\circ }) = \frac {\sqrt {3}}{2}\)
  • \(\cos (60^{\circ }) = \frac {1}{2}\)

\(45^{\circ }\) cuts the quadrant in half making sine and cosine equal.

  • \(\sin (45^{\circ }) = \frac {1}{\sqrt {2}}\)
  • \(\cos (45^{\circ }) = \frac {1}{\sqrt {2}}\)

Add these to \(0^{\circ }\), \(90^{\circ }\), \(180^{\circ }\), and \(270^{\circ }\) and we can walk around the unit circle.

Memorize this Circle

\[ \sin \left ( \frac {7\pi }{6} \right ) = \answer {-\frac {1}{2}} \]
\[ \cos \left ( \frac {5\pi }{3} \right ) = \answer {\frac {1}{2}} \]

ooooo-=-=-=-ooOoo-=-=-=-ooooo
more examples can be found by following this link
More Examples of Piecewise-Defined Functions

2026-01-27 21:32:52