1.week 1 Study Guide
1.week 1 Study Guide
Functions
If a variable y depends on a variable x such that each value of x determines exactly
one value of y, then y is a function of x. We can use the vertical line test to determine
whether a graph is a function or not.
The Vertical Line Test: A curve is the graph of a function f if and only if NO
vertical line intersects the curve more than once.
Page 1 of 6
Figure 1: Graph of y = |x|
Solution:
x − 1, if x − 1 ≥ 0
|x − 1| =
−(x − 1), if x − 1 < 0.
x − 1, if x ≥ 1
=
−x + 1, if x < 1.
• |-a| = |a|.
• |ab| = |a||b|.
• |a/b| = |a|/|b| provided b 6= 0.
• |a + b| ≤ |a| + |b| (The Triangle Inequality)
(a) y = x2 + 2x + 1.
√
(b) y = 3 − x
x+2
(c) y =
x−2
x+2
(d) y =
x2 − 3
Page 2 of 6
Solution:
√ √
Example Let f (x) = x and g(x) = x − 2. Find f + g, f − g, f g, f /g and state
their domain.
√ √
Solution:
√ f +√g = x + x − 2;
f − g√= √x − x −√2;
f g = √x x√− 2 = xp 2 − 2x
x
f /g = x/ x − 2 = x−2
Page 3 of 6
√
Example: Let f (x) = x2 + 3 and g(x) = x. Find (f ◦ g)(x) and (g ◦ f )(x) and state
their domain.
Solution:
(f ◦ g)(x) = f (g(x))
= (g(x))2 + 3
√
= ( x)2 + 3
= x+3
f (−x) = f (x).
• A function, f , is said to be an odd function if
f (−x) = −f (x).
Example
Determine whether the given function is even, odd or neither.
Solution:
(a) f (−x) = (−x)2 = (−1)2 x2 = x2 = f (x). Since f (−x) = f (x), the function
f (x) = x2 is an even function.
(b) f (−x) = | − x| = | − 1||x| = |x| = f (x). Since f (−x) = f (x), the function
f (x) = |x| is an even function.
(c) f (−x) = (−x)3 = (−1)3 x3 = −x3 = −f (x). Since f (−x) = −f (x), the function
f (x) = x3 is an odd function.
(d) f (−x) = 2 = f (x). Since f (−x) = f (x), the function f (x) = 2 is an even
function.
Page 4 of 6
Inverse functions
g(f (x)) = x for every x in the domain of f and f (g(y)) = y for every y in the domain
of g, then we say that f and g are inverses. Moreover, we call f an inverse function
for g and g an inverse function for f .
Example
1
If f (x) = x3 + 1, then f −1 (x) = (x − 1) 3 . Therefore,
1 3
1
f ◦f −1
(x) = f f −1
(x) = f (x − 1) = (x − 1)
3 3 + 1 = x − 1 + 1 = x.
1 1
f −1 ◦ f (x) = f −1 (f (x)) = f −1 x3 + 1 = x3 + 1 − 1 3 = x3 3 = x.
Example
2x+3
Show that f (x) = 4x−2
is its own inverse. What does this tell you about the graph of
f?
Domain of f −1 = Range of f.
Range of f −1 = Domain of f.
Method of Finding f −1
Example
√
Find a formula for f −1 (x) if f (x) = 3x − 2.
Page 5 of 6
√
Solution: Let y = 3x − 2, then
y 2 = 3x − 2
y 2 + 2 = 3x
y2 + 2
= x
3
y 2 +2 x2 +2
Thus f −1 (y) = 3
which implies that f −1 (x) = 3
.
Not every function function has an inverse. In general, f has an inverse if it is one-to-
one (as defined below).
A function f is one-to-one if and only if no horizontal line intersects its graph more
than once.
Graphs of Inverse Functions If f has an inverse, then the graph of y = f (x) and
y = f −1 (x) are reflections of one another about the line y = x.
Page 6 of 6