MATH 115: Lecture II Notes
MATH 115: Lecture II Notes
10 Lines
Recall that there are two basic forms for the equation of a line and that these forms are equiv-
alent. Let f (x) be a line with slope m ∈ R and y-intercept b ∈ R. We say that the slope-
intercept form of f (x) is given by f (x) = mx + b. Consider a point P = (x1 , y1 ) in R2 , i.e.,
such that x1 and y1 are all real numbers. We say that the point-slope form of f (x) is given by
y − y1 = m(x − x1 ), where we have interchanged f (x) and y since we have that y = f (x).
(a.) Give the slope-intercept form of the line f (x) with slope m = 5 and y-intercept −1.
(b.) Give the slope-intercept form of the line f (x) that passes through (1, 0) and (3, 4).
(c.) Give the point-slope form of the line with slope m = −2 that passes through (−1, −3).
(d.) Give the point-slope form of the line that passes through (2, 4) and (5, 5).
11
Unless otherwise stated, the domain of a function is the set of all real numbers which correspond
to a real output. In particular, we must omit from the domain of a function any values such that
• division by 0 occurs, or
Domain Restrictions. Find the domain of each function of the following functions.
√
(a.) f (x) = x − 1
1
(b.) g(x) =
x2 − 4
(c.) h(x) = x2 + 3
2.1.2 Graphs
Definition. We define the graph of a function f to be the set of all points (x, y) in R2 such that
x is in the domain of f and y = f (x) is in the range of f.
We may evaluate a function by simply looking at its graph.
Evaluating Functions Graphically. Draw a generic function; label a point a in the domain;
and find the corresponding point b = f (a).
Vertical Line Test. A curve y = f (x) in R2 is a function if and only if each vertical line x = a
intersects y = f (x) in at most one point.
Using the Vertical Line Test. Draw a few graphs, and show that some are functions and
some are not by applying the vertical line test.
Definition. Let f and g be functions with respective domains Df and Dg . We have the following
functions with domain Df ∩ Dg = {x : x ∈ Df and x ∈ Dg }.
12
Furthermore, the quotient of the functions f and g is a function with domain Df ∩ Dg∗ , where
Dg∗ = {x ∈ Dg : g(x) �= 0}.
� �
f f (x)
(x) = (The quotient of functions is a function.)
g g(x)
We note that the symbol ∩ is referred to as the “set intersection” symbol. Put in layman’s terms,
the set intersection A ∩ B denotes everything that is in both of the sets A and B.
√
Creating New Functions from Old. Let f (x) = x + 1 and g(x) = 2x + 1. Find the sum,
difference, product, and quotient of these functions, and state each new function’s domain.
where n is a non-negative whole number, the a0 , a1 , a2 , . . . , an−1 , an are real numbers called coeffi-
cients, and the leading coefficient an �= 0.
We have tacitly dealt with polynomials already. For instance, on this page alone, we have seen
2
polynomials f (x) = 2x + 1 and g(x) = x√ + 3. Even some of the craziest functions that we can
1 3
imagine — say h(x) = 2x − 3x + 2 x + 2x2 − π — are polynomials. Lower-degree polynomials
5 4
• Polynomials of degree n = 0 and n = 1 are called linear functions (or lines), e.g., f (x) =
mx + b. If m = 0, then f (x) = b is the horizontal line at b.
• Polynomials of degree n = 2 are called quadratic functions (or parabolas), e.g., f (x) =
ax2 + bx + c, a �= 0. Recall that the parabola opens upward if a > 0 and downward if a < 0.
13