next up previous
Next: 6. Functions of more Up: Business Mathematics, Summer 1999, Previous: 4. Graphing functions.

5. Functions working on functions

Many processes in life tend to be a bit more complicated than a single input and a single output - in particular one process often leads into another. Or put another way, sometimes it is a good idea to break a complex process down into a series of simpler ones. A key problem solving skill is to be able to take a complex problem and break it down into a sequence of simpler ones.

As an example of processes leading into another take an an organization which has 250 employees, and in which each employee works 8 hours a day. Assume that the hourly wage rate is 20$/hour. In order to calculate the total labor costs per day a two step procedure is needed: first calculate the total employee hours per day. This is represented by the function y=f(x), where y is the total number of employee hours per day, x is the number of employees and f is the rule ``multiply by 8'', that is $y = 8 \times x$

In particular:


\begin{picture}(12,4)
\put(1,2){\vector(1,0){3}}
\put(0,2.5){\textcolor{blue}{25...
...\put(9,2){\vector(1,0){3}}
\put(9.5,2.5){\textcolor{green4}{2000}}
\end{picture}

Now, as the wage rate is $20/hour, if we take the employee hours per day and multiply by 20 we get the total labor cost per day. This can be represented as z = g(y), where z is the total labor cost per day, y is the total employee hours per day, and g is the rule ``multiply by 20''.


\begin{picture}(12,4)
\put(1,2){\vector(1,0){3}}
\put(1.75,2.5){\textcolor{green...
...es 2000$ }}}
\put(9,2){\vector(1,0){3}}
\put(9.5,2.5){ \$$40000$ }
\end{picture}

We could in fact combine the above two rules into a single representation:


\begin{picture}(17,4)
\put(1,2){\vector(1,0){3}}
\put(2,2.5){\textcolor{blue}{$2...
...2000$ }}}
\put(17,2){\vector(1,0){3}}
\put(17.25,2.5){ \$$40000$ }
\end{picture}


\begin{picture}(17,1)
\put(4,1){ \textcolor{red}{Hours / day}}
\put(14,1){\textcolor{red}{\$/Hour}}
\put(17.25,1){\$/day}
\end{picture}

Written Mathematically, we have


\begin{picture}(17,4)
\put(1,2){\vector(1,0){3}}
\put(2,2.5){\textcolor{blue}{$x...
...ed}{Rule $2$ }}}
\put(17,2){\vector(1,0){3}}
\put(17.5,2.5){ $z$ }
\end{picture}

This is written symbolically as z = g(y) = g(f(x)). It is called a composition of functions.

The value of this representation, is, as stated earlier that good problem solving often involves breaking complex problems into a chain of simpler ones. Later in the course, we will study particular techniques for analyzing these compositions (or chains) of functions.


next up previous
Next: 6. Functions of more Up: Business Mathematics, Summer 1999, Previous: 4. Graphing functions.
Richard Waterman
1999-04-30