Chapter 2. Functions PDF
Chapter 2. Functions PDF
Functions
“凡此变数中函彼变数者,则此为彼之函数” ——李善兰
1.Definition of functions
A function is a process or a relation that maps each element x of a set X, the domain of the function, to a single element y of another set Y , the
range of the function. It is usually denoted by letters such as f, g and h.
Domain: The set of input values (independent variable) for a function. When defining a function, it is important to also specify its domain.
Tips:
(4) Notations:
Exercise:
When one function is followed by another function,the resulting function is called a composite function.
Exercise:
For every point (x,y) on the graph of f(x), there is a corresponding point (y,x) on the graph of its inverse function.
(1) Translation
Definition of translation:
A translation is a function that moves every point a constant distance in a specified direction.
Translation only changes the position but does not change the size of shapes.
(2) Reflection
Definition of reflection:
Reflection only changes the position but does not change the size of shapes.
Definition of stretch:
y = af(x) A stretch of the graph y=f(x) with scale factor a parallel to the y-axis
y = f(ax) A stretch of the graph y=f(x) with scale factor 1/a parallel to the x-axis
When two vertical transformations or two horizontal transformations are combined, the order in which they are applied may affect the outcome.
When one horizontal and one vertical transformation are combined, the order in which they are applied does not affect the outcome.
End-of-Chapter-2