Title: Building Functions from Functions
1Building Functions from Functions
2Sum, Difference, Product, and Quotient of
Functions
- Let f and g be two functions with intersecting
domains. Then for all values of x in the
intersection, the algebraic combinations of f and
g are defined by the following rules
3Sum, Difference, Product and Quotient
- Sum (fg)(x) f(x)g(x)
- Difference(f-g)(x)f(x)-g(x)
- Product (fg)(x) f(x)g(x)
- Quotient (f/g)(x)f(x)/g(x), provided g(x)?0.
4Sum, Difference, Product and Quotient
- In each case, the domain of the new function
consists of all numbers that belong to both the
domain of f and the domain of g. As noted, the
zeros of the denominator are excluded from the
domain of the quotient.
5Find fg, f-g, fg. Give the domain of each
function and the sum, difference and product.
- Demonstration in Geometer Sketchpad.
- Examples 2,4,6
6Composition of Functions
- Let f and g be two functions such that the domain
of f intersects the range of g. The composition
f of g, denoted f º g, is defined by the rule - (fºg)(x)f(g(x))
- The domain of f º g consists of all x-values in
the domain of g that map to g(x) values in the
domain of f.
7Composition of Functions
- Find the domain of the inside function
- Find the domain of the outside function.
- The domain of the composition is the domain of
the inside function with numbers taken out that
produce values that are not in the domain of the
outside function.
8Examples Find f(g(x)) and g(f(x)) and their
domains.
10,12,14
9Example Find f(g(x)) and g(f(x)) and their
domains.
10Decomposing Functions
11Relation
12Is an ordered pair in the relation defined by
- Plug the x-value in for x and the y-value in for
y and solve to determine if the statement is true.
13Example
14Implicitly Defined Functions
- Functions that cannot be clearly written as y.
They are more easily written in the form
variables constant. - Example x2 y2 5
15Example
16Defining Functions Parametrically
- A parametera variable used to create rules to
find x and y. - The variable will typically represent time.
17Putting the Calculator in Parametric Mode
- Press the mode button.
- Arrow down to Func Par Pol Seq.
- Place the cursor on Par(Parametric) and hit
enter. - Go to Y.
18Example
19Definition of Inverse Relation
- The ordered pair (a,b) is in a relation if and
only if the ordered pair (b,a) is in the inverse
relation.
20Relation or Function?
- If a graph passes the vertical line test, then it
is a function.
21Is the inverse relation a function?
- The inverse of a relation is a function if and
only if each horizontal line intersects the graph
of the original relation in at most one point.
22Horizontal Line Test
- The inverse of a relation is a function if and
only if each horizontal line intersects the graph
of the original relation in at most one point.
23A function Whose Inverse is a Function
- Its graph will pass both the vertical and
horizontal line test.
24One-to-One Function
- Every x is paired with a unique y and every y is
paired with a unique x.
25Inverse Function Definition
- If f is a one-to-one function with domain D and
range R, then the inverse function of f, denoted
f-1, is the function with domain R and range D
defined by - f-1(b) a if and only if f(a) b
26Inverse Reflection Principle
- The points (a,b) and (b,a) in the coordinate
plane are symmetric with respect to the line yx.
The points (a,b) and (b,a) are reflections of
each other across the line yx.
27The Graph of f-1
- The graph of f is reflected over the line yx to
get the graph of f-1.
28Examples Is the relation a function? Does it
have an inverse?
29The Inverse Composition Rule
- A function f is one-to-one with inverse function
g if and only if - f(g(x)) x for every x in the domain of g, and
- g(f(x)) x for every x in the domain of f.
30Finding the Inverse Function Algebraically
- Determine that there is an inverse by ensuring
the f is one-to-one. If needed, state any
restrictions on the domain to make it one-to-one. - Switch xs to y and ys to x.
- Solve for y to get the formula for the inverse.
State any restrictions on the domain of the
inverse.
31Examples Finding an Inverse