composition

Using two given functions, we can create a third function, called the composition.

If \(f\) and \(g\) are the names of the two component functions, then \(f \circ g\) is the symbol for the composition of \(f\) and \(g\).

We compose \(f\) and \(g\) to form \((f \circ g)\).

The order makes a difference.

We compose \(g\) and \(f\) to form \((g \circ f)\).

Most of time these are not equal functions.

\[ (f \circ g) \ne (g \circ f) \]

Composition is our way of representing an ordered application of processes.

Algebraic Composition

Our first version of algebraic representations for functions is formulas (there will be other versions).

Each component function has its own formula, using its own variable.

The composition is evaluated by first evaluating the inner function at the domain number, and then evaluating the outer function at the value of the inner function.

Two Component Functions:

Let \(H\) and \(K\) be two functions defined by the following formulas.

\[ H(n) = 2 n^2 - 5 \, \text { with domain } \, (-3, 8) \]
\[ K(v) = -v + 1 \, \text { with domain } \, (-10, 5) \]

Let \(a\) and \(b\) be two functions defined by the following formulas.

\[ a(x) = 3 - 2x \, \text { with domain } \, (-5, 5] \]
\[ b(y) = -y^2 \, \text { with domain } \, [-9, 5] \]

From the formula for \(b\), we can see that \(b(1) = \answer {-1}\).

From the formula for \(a\), we can see that \(a(-1) = \answer {1}\).

These two values tell us that \((a \circ b)(1) = \answer {1}\)

Let \(a\) and \(b\) be two functions defined by the following formulas.

\[ a(x) = 3 - 2x \, \text { with domain } \, (-5, 5] \]
\[ b(y) = -y^2 \, \text { with domain } \, [-9, 5] \]

From the formula for \(a\), we can see that \(a(3) = \answer {-3}\).

From the formula for \(b\), we can see that \(b(-3) = \answer {-9}\).

These two values tell us that \((b \circ a)(3) = \answer {-9}\)

Let \(a\) and \(b\) be two functions defined by the following formulas.

\[ a(x) = 3 - 2x \, \text { with domain } \, (-5, 5] \]
\[ b(y) = -y^2 \, \text { with domain } \, [-9, 5] \]

Is \(4\) in the domain of \((b \circ a)\)?

Yes No

Is \(4\) in the domain of \((a \circ b)\)?

Yes No

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

2026-05-17 21:05:34