Functions and maps
Functions
In this course we define functions as objects which take an argument in
and return a value in
. We use the notation
![]()
to refer to a function with “input” space
. The “output” space for functions is
.
Example: The function
with values
![]()
gives the distance from the point
to
.
We allow for functions to take infinity values. The domain of a function
, denoted
, is defined as the set of points where the function is finite.
Example: Define the logarithm function as the function
, with values
if
, and
otherwise. The domain of the function is thus
(the set of positive reals).
Maps
We reserve the term map to refer to functions which return more than a single value, and use the notation
![]()
to refer to a map with input space
and output space
. The components of the map
are the (scalar-valued) functions
.
| Example: A map. |
| The map |
|
|
| has components the functions |
|
|
![Rendered by QuickLaTeX.com \[f(x) = \begin{pmatrix} \sqrt{x_{1}^2 + x_{2}^2} \cos(x_{3}) \\[0.7em] \sqrt{x_{1}^2 + x_{2}^2} \sin(x_{3}) \end{pmatrix}.\]](https://pressbooks.pub/app/uploads/quicklatex/quicklatex.com-fb77e489785857d3d5e4780fe43af9b8_l3.png)