Section 1.2 Functions
Subsection 1.2.1 Things to know
A function ff is a rule that assigns to each element xx in a set DD exactly one element, called f(x),f(x), in a set E.E.- Domain and range: The set DD is called the domain of f,f, while the range of ff is the set of all possible values of f(x)f(x) as xx varies through the domain.
- Graph of a function: all points in the xyxy-plane such that y=f(x)y=f(x) with xx in the domain of f.f.
- Vertical line test: A curve in the xyxy-plane is the graph of a function of xx if and only if no vertical line intersects the curve more than once.
- Piecewise defined functions: Functions that are defined using different formulae for different parts of their domains.
-
Absolute value function: f(x)=|x|f(x)=|x| is defined by|x|={xfor x≥0,−xfor x<0..|x|={xfor x≥0,−xfor x<0..
- Increasing and decreasing functions: A function is increasing (resp. decreasing) on some interval II if f(x1)<f(x2)f(x1)<f(x2) (resp. f(x1)>f(x2)f(x1)>f(x2)) for all x1,x2∈Ix1,x2∈I such that x1<x2x1<x2 (resp. x1>x2).
- Odd and even functions: A function f such that f(x)=f(−x) is even, while if f(x)=−f(−x) it is odd.
-
Transformations of functions:
- Vertical shift: y=f(x)+k,
- Horizontal shift: y=f(x−k),
- Vertical stretch: y=cf(x),
- Horizontal stretch: y=f(x/c),
- Reflection about the x-axis: y=−f(x),
- Reflection about the y-axis: y=f(−x),
- Composition of functions: (f∘g)(x)=f(g(x)). Note that the domain of f∘g is the set of all x in the domain of g such that g(x) is in the domain of f.
-
Types of functions:
- Linear function: f(x)=mx+b. Its graph is a line with slope m and y-intercept b.
- Polynomial function: f(x)=anxn+an−1xn−1+…+a1x+a0. The degree of f(x) is n. When n=2, f(x) is called quadratic, while it is called cubic if n=3.
- Power function: f(x)=xa. If a is a positive integer, then f(x) is a particular example of a polynomial function. If a=1/n with n a positive integer, then f(x) is a root function (for example, for a=1/2 it is the familiar square root function f(x)=x1/2=√x). For a=−1, it is the reciprocal function f(x)=1/x.
- Rational function: f(x)=P(x)Q(x) where P(x) and Q(x) are polynomial functions.
- Algebraic function: A function that can be constructed using algebraic operations (such as addition, subtraction, multiplication, division, and taking roots) starting with a polynomial function. All rational functions are clearly algebraic.