MC Bus Function 2009 1
MC Bus Function 2009 1
mc-bus-function-2009-1
Introduction
A quantity whose value can change is known as a variable. Functions are used to describe the rules
which define the ways in which such a change can occur. The purpose of this leaflet is to explain
functions and their notation.
The function rule
A function is a rule which operates on an input and produces an output. This can be illustrated
using a block diagram such as that shown below. We can think of the function as a mathematical
machine which processes the input, using a given rule, in order to produce an output. We often
write the rule inside the box.
function
In order for a rule to be a function it must produce only a single output for any given input. The
function with the rule ‘double the input’ is shown below.
f
double 8
4 the input
f
x double 2x
the input
Note that with an input of 4 the function would produce an output of 8. With a more general input,
x say, the output will be 2x. It is usual to assign a letter or other symbol to a function in order to
label it. The doubling function pictured in the example above has been given the symbol f .
A function is a rule which operates on an input and produces a single output from that input.
f (x) = 2x
This indicates that with an input x, the function, f , produces an output of 2x. The input to the
function is placed in the brackets after the function label ‘f ’. f (x) is read as ‘f is a function of x’,
or simply ‘f of x’, meaning that the output from the function depends upon the value of the input
x.
Example
State the rule of each of the following functions:
a) f (x) = 7x + 9, b) h(t) = t3 + 2, c) p(x) = x3 + 2.