parents

In this course, we will begin studying a collection of functions called the Elementary Functions.

The Elementary Functions are created from an initial collection of “building block” functions, which we will call the Core Functions.

The Elementary Functions are created by combining the Core Functions together through addition, subtraction, multiplication, division, composition, and inverses.

The Elementary Functions are sums, differences, products, quotients, compositions, and inverses of Core Functions.

Calculus is largly about analyzing the Elementary Functions.

We will begin with a set of Core Functions:

  • Constant Functions: \(C(x) = c\)
  • The Identity Function: \(Id(x) = x\)
  • Power Functions: \(P(x) = x^n\)
  • Root Functions: \(R(x) = \sqrt [n]{x}\)
  • Exponential Functions: \(E(x) = r^x\)
  • Logarithmic Functions: \(L(x) = \log _r(x)\)
  • Sine and Cosine: \(S(x) = \sin (x)\) and \(C(x) = \cos (x)\)
  • The Absolute Value Function: \(AV(x) = |x|\)

By forming sums, differences, products, quotients, compositions, and inverses of these Core Functions, we obtain the Elementary Functions.

  • Constant
  • Linear
  • Quadratic
  • Polynomial
  • Rational
  • Radical/Root
  • Exponential
  • Shifted Exponential
  • Logarithmic
  • Absolute Value
  • Trigonometric
  • Inverse Trigonometric

Creating the library of Elementray Functions is a long journey. We’ll need a lot of experience, which will take us right through Calculus.

The Core Functions

There is a core constant function for every real number.

Note: When \(r\) is not an integer, then we need to pay close attention to the domain.

There is a core power function for every real number.

Note: The power is non-zero, because \(x^0 = 1\). That would just give us a constant function.

These are often called “\(n^{th}\)” Root Functions.

Note: When \(n\) is not a positive integer, then we need to pay close attention to the domain.

There is a core root or radical function for every real number.

Note: There is a bridge connecting power functions and root functions, which simplifies the algebra (later).

Composition is a new operation for functions. By composing two functions, a new function is created.

Sometimes it is possible for the composition of two functions to be the Identity function, which is the identify element for function algebra.

This will be important as we build our library of Elementary Functions.

When the composition of two functions turns out to be the Identity function, then we say that the two component functions are “inverses” of each other.

The inverses of Exponential Functions are called Logarithmic function.

When we get to exponential and logarithmic functions, our magic sentence will be

\(\log _r(a)\) is the thing you raise \(r\) to, to get \(a\).

There are plenty of relationships in our world that exhibit a periodic pattern.

Our Core Functions for periodic relationships will be Sine and Cosine.

These will come from travelling around the unit circle.

Our last Core function is how we algebraically talk about distance. The Absolute Value function returns the distance between \(0\) and the domain number.

We can describe the distance between any two number on the number line using the absolute value function.

Suppose \(a\) and \(b\) are two real numbers on the real number line.

\[ |a-b| = \begin{cases} -(a-b) & \text {if $a<b$,} \\ a-b & \text {if $b\ge a$} \end{cases} \]

\(|a-b| = |b-a|\)

Both are positive or \(0\).

Either describes the distance between \(a\) and \(b\).

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

2026-06-13 18:07:50