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 periodic 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.

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.

As the angle changes, the corresponding point on the unit circle changes position and thus its coordinates change. In other words, given an angle, there is exactly one corresponding point in the unit circle at that angle.

  • Given an angle there is exactly one corresponding horizontal coordinate.
  • Given an angle there is exactly one corresponding vertical coordinate.

The horizontal and vertical coordinates of points on the unit circle are functions of the angle. These two functions are called cosine and sine - abbreviated as cos and sin.

Each point on the unit circle has coordinates described as

\[ (\cos (\theta ), \sin (\theta )) \]

As the angle turns around the unit circle, these coordinates repeat. Sine and cosine are periodic functions.

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.
Pieces of a Circle
  • 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 of sine and cosine just keep repeating.

Sine and Cosine are periodic functions with periods of \(2\pi \). 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 unit circle we can see that sine and cosine have maximum and minimum values. This is reflected in their graphs.

Sine and Cosine belong to the Core Functions. We will compose them with linear functions to create general sine and cosine functions.

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

2026-05-23 14:17:19