Functions and Their Graphs
Functions and Their Graphs
y
6
x = 3
5
(2, 5)
4
3 y = – 4
2
1 (5, 1)
x
1 2 3 4 5 6
L
The Cartesian Coordinate System
We can represent real numbers geometrically by points on
a real number, or coordinate, line:
The Cartesian Coordinate System
The Cartesian coordinate system extends this concept to a
plane (two dimensional space) by adding a vertical axis.
–1
–2
–3
–4
The Cartesian Coordinate System
The horizontal line is called the x-axis, and the vertical line is
called the y-axis.
y
4
x
–1
–2
–3
–4
The Cartesian Coordinate System
The point where these two lines intersect is called the origin.
y
4
1 Origin
x
–1
–2
–3
–4
The Cartesian Coordinate System
In the x-axis, positive numbers are to the right and negative
numbers are to the left of the origin.
y
4
–2
–3
–4
The Cartesian Coordinate System
In the y-axis, positive numbers are above and negative
numbers are below the origin.
y
4
Positive Direction
3
x
–1
Negative Direction
–2
–3
–4
The Cartesian Coordinate System
A point in the plane can now be represented uniquely in this
coordinate system by an ordered pair of numbers (x, y).
y
(– 2, 4) 4
3 (4, 3)
2
x
–1
(3, –1)
(–1, – 2) –2
–3
–4
The Cartesian Coordinate System
The axes divide the plane into four quadrants as shown below.
y
4
Quadrant II 3 Quadrant I
(–, +) (+, +)
2
x
–1
y
L
(x 1 , y 1 )
(x 2 , y 2 )
x
Slope of a Nonvertical Line
If (x1, y1) and (x2, y2) are two distinct points on a
nonvertical line L, then the slope m of L is given by
y y2 - y1
m= =
x x2 - x1
y
L
(x2, y2)
y 2 – y 1 = y
(x 1 , y 1 )
x 2 – x 1 = x
x
Slope of a Nonvertical Line
m=1 L
y = 1
x = 1
x
Slope of a Nonvertical Line
y
L
m=2
y = 2
x = 1
x
Slope of a Nonvertical Line
m = –1
x = 1
y = –1
x
L
Slope of a Nonvertical Line
m = –2
x = 1
y = –2
L
Examples
Find the slope m of the line that goes through the points
(–1, 1) and (5, 3).
Solution
Choose (x1, y1) to be (–1, 1) and (x2, y2) to be (5, 3).
With x1 = –1, y1 = 1, x2 = 5, y2 = 3, we find
y2 - y1 3 -1 2 1
m= = = =
x2 - x1 5 - ( -1) 6 3
Examples
Find the slope m of the line that goes through the
points (–2, 5) and (3, 5).
Solution
Choose (x1, y1) to be (–2, 5) and (x2, y2) to be (3, 5).
With x1 = –2, y1 = 5, x2 = 3, y2 = 5, we find
y2 - y1 5-5 0
m= = = =0
x2 - x1 3 - ( -2) 5
Examples
Find the slope m of the line that goes through the points
(–2, 5) and (3, 5).
Solution
The slope of a horizontal line is zero:
y
6
(–2, 5) (3, 5)
L
4
3 m=0
2
1
x
–2 –1 1 2 3 4
Parallel Lines
y L
1
(4, 0)
x
1 2 3 4 5 6
–1
–2
–3 (0, – 3)
–4
Equations of Lines
Let L be a straight line
parallel to the y-axis.
Then L crosses the x-axis at y L
some point (a, 0) , with the
(a, y )
x-coordinate given by x = a,
where a is a real number.
Any other point on L has
the form (a, y ), where y
is an appropriate number. (a, 0)
x
The vertical line L can
therefore be described as
x=a
Equations of Lines
Let L be a nonvertical line with a slope m.
Let (x1, y1) be a fixed point lying on L, and let (x, y) be a
variable point on L distinct from (x1, y1).
Using the slope formula by letting (x, y) = (x2, y2), we get
y - y1
m=
x - x1
Multiplying both sides by x – x1 we get
y - y1 = m( x - x1 )
Point-Slope Form
y - y1 = m( x - x1 )
Substituting for point (1, 3) and slope m = 2, we obtain
y - 3 = 2( x - 1)
Simplifying we get
2x - y + 1 = 0
Examples
Find an equation of the line that passes through the points
(–3, 2) and (4, –1).
Solution
The slope is given by
y -y -1 - 2 3
m= 2 1 = =-
x2 - x1 4 - (-3) 7
Substituting in the point-slope form for point (4, –1) and
slope m = – 3/7, we obtain
3
y + 1 = - ( x - 4)
7
7 y + 7 = -3x + 12
3x + 7 y - 5 = 0
Perpendicular Lines
1
m1 = -
m2
Example
Find the equation of the line L1 that passes through the
point (3, 1) and is perpendicular to the line L2 described by
y - 3 = 2( x - 1)
Solution
L2 is described in point-slope form, so its slope is m2 = 2.
Since the lines are perpendicular, the slope of L1 must be
m1 = –1/2
Using the point-slope form of the equation for L1 we obtain
1
y - 1 = - ( x - 3)
2
2 y - 2 = -x + 3
x + 2y -5 = 0
Crossing the Axis
A straight line L that is neither horizontal nor vertical
cuts the x-axis and the y-axis at, say, points (a, 0) and
(0, b), respectively.
The numbers a and b are called the x-intercept and
y-intercept, respectively, of L.
y
y-intercept
(0, b)
x-intercept
x
(a, 0)
L
Slope-Intercept Form
y = mx + b
Examples
Find the equation of the line that has slope 3 and
y-intercept of – 4.
Solution
We substitute m = 3 and b = – 4 into y = mx + b and get
y = 3x – 4
Examples
Determine the slope and y-intercept of the line whose
equation is 3x – 4y = 8.
Solution
Rewrite the given equation in the slope-intercept form.
3x - 4 y = 8
-4 y = 8 - 3 x
3
y = x-2
4
The equation
Ax + By + C = 0
where A, B, and C are constants and A and B
are not both zero, is called the general form
of a linear equation in the variables x and y.
General Form of a Linear Equation
y L
1
(4, 0)
x
1 2 3 4 5 6
–1
–2
–3 (0, – 3)
–4
Equations of Straight Lines
y
f x = -x
3
f x = x
2
x
–3 –2 –1 1 2 3
Functions
A function f is a rule that assigns to each element in a
set A one and only one element in a set B.
The set A is called the domain of the function.
It is customary to denote a function by a letter of the
alphabet, such as the letter f.
If x is an element in the domain of a function f, then the
element in B that f associates with x is written f(x) (read
“f of x”) and is called the value of f at x.
The set B comprising all the values assumed by y = f(x)
as x takes on all possible values in its domain is called
the range of the function f.
Example
Let the function f be defined by the rule
f x = 2x2 - x + 1
Find: f(1)
Solution:
f 1 = 2 1 - 1 + 1 = 2 - 1 + 1 = 2
2
Example
Let the function f be defined by the rule
f x = 2x2 - x + 1
Find: f( – 2)
Solution:
f -2 = 2 -2 - -2 + 1 = 8 + 2 + 1 = 11
2
Example
Let the function f be defined by the rule
f x = 2x2 - x + 1
Find: f(a)
Solution:
f a = 2 a - a + 1 = 2a 2 - a + 1
2
Example
Let the function f be defined by the rule
f x = 2x2 - x + 1
Find: f(a + h)
Solution:
f a + h = 2 a + h - a + h + 1 = 2a 2 + 4ah + 2h 2 - a - h + 1
2
Applied Example
ThermoMaster manufactures an indoor-outdoor
thermometer at its Mexican subsidiary.
Management estimates that the profit (in dollars)
realizable by ThermoMaster in the manufacture and sale
of x thermometers per week is
P x = -0.001x 2 + 8 x - 5000
Find ThermoMaster’s weekly profit if its level of
production is:
a. 1000 thermometers per week.
b. 2000 thermometers per week.
Applied Example
Solution
We have P x = -0.001x 2 + 8 x - 5000
or $2,000.
or $7,000.
Determining the Domain of a Function
Suppose we are given the function y = f(x).
Then, the variable x is called the independent variable.
The variable y, whose value depends on x, is called the
dependent variable.
To determine the domain of a function, we need to find
what restrictions, if any, are to be placed on the
independent variable x.
In many practical problems, the domain of a function is
dictated by the nature of the problem.
Applied Example: Packaging
An open box is to be made from a rectangular piece of
cardboard 16 inches wide by cutting away identical
squares (x inches by x inches) from each corner and
folding up the resulting flaps.
10 10 – 2x
x
x 16 – 2x x
16
Applied Example: Packaging
An open box is to be made from a rectangular piece of
cardboard 16 inches wide by cutting away identical
squares (x inches by x inches) from each corner and
folding up the resulting flaps.
The dimensions of the
resulting box are:
10 – 2x
16 – 2x
10 – 2x
16 – 2x
Applied Example: Packaging
Solution
b. Since the length of each side of the box must be greater
than or equal to zero, we see that
16 - 2 x �0 10 - 2 x �0 x �0
f x = x -1
Solution
Since the square root of a negative number is undefined, it
is necessary that x – 1 0.
Thus the domain of the function is [1,).
More Examples
Find the domain of the function:
1
f x = 2
x -4
Solution
Our only constraint is that you cannot divide by zero, so
x 2 - 4 �0
Which means that
x 2 - 4 = x + 2 x - 2 �0
Or more specifically x ≠ –2 and x ≠ 2.
Thus the domain of f consists of the intervals (– , –2),
(–2, 2), (2, ).
More Examples
Find the domain of the function:
f x = x2 + 3
Solution
Here, any real number satisfies the equation, so the
domain of f is the set of all real numbers.
Graphs of Functions
y
(x, y)
Range
x x
Domain
Example
The graph of a function f is shown below:
✦ What is the value of f(2)?
y
4
3
2
1
1 2 3 4 5 6 7 8 x
–1
–2
(2, –2)
Example
The graph of a function f is shown below:
✦ What is the value of f(5)?
y
4
3
(5, 3)
2
1
1 2 3 4 5 6 7 8 x
–1
–2
Example
The graph of a function f is shown below:
✦ What is the domain of f(x)?
y
4
3
2
1
1 2 3 4 5 6 7 8 x
–1
–2
Domain: [1,8]
Example
The graph of a function f is shown below:
✦ What is the range of f(x)?
y
4
3
2
Range: 1
[–2,4]
1 2 3 4 5 6 7 8 x
–1
–2
Example: Sketching a Graph
Sketch the graph of the function defined by the equation
y = x2 + 1
Solution
The domain of the function is the set of all real numbers.
Assign several values to the variable x and compute the
corresponding values for y:
x y
–3 10
–2 5
–1 2
0 1
1 2
2 5
3 10
Example: Sketching a Graph
Sketch the graph of the function defined by the equation
y = x2 + 1
Solution
The domain of the function is the set of all real numbers.
Then plot these values in a graph:
y
x y 10
–3 10
8
–2 5
–1 2 6
0 1 4
1 2
2
2 5
3 10
–3 –2 –1 1 2 3 x
Example: Sketching a Graph
Sketch the graph of the function defined by the equation
y = x2 + 1
Solution
The domain of the function is the set of all real numbers.
And finally, connect the dots:
y
x y 10
–3 10
8
–2 5
–1 2 6
0 1 4
1 2
2
2 5
3 10
–3 –2 –1 1 2 3 x
Example: Sketching a Graph
Sketch the graph of the function defined by the equation
�- x
� if x < 0
f x = �
�x if x �0
Solution
The function f is defined in a piecewise fashion on the set
of all real numbers.
In the subdomain (– , 0), the rule for f is given by
f x = -x
�- x
� if x < 0
f x = �
�x if x �0
Solution
Substituting negative values for x into f x = - x, while
substituting zero and positive values into f x = x we get:
x y
–3 3
–2 2
–1 1
0 0
1 1
2 1.41
3 1.73
Example: Sketching a Graph
Sketch the graph of the function defined by the equation
�- x
� if x < 0
f x = �
�x if x �0
Solution
Plotting these data and graphing we get:
x y f x = -x y
–3 3
3
–2 2 f x = x
–1 1 2
0 0 1
1 1
2 1.41 x
–3 –2 –1 1 2 3
3 1.73
The Vertical Line Test
Solution
The curve is indeed a function of x, because there is one
and only one value of y for any given value of x.
Examples
Determine if the curve in the graph is a function of x:
Solution
The curve is not a function of x, because there is more than
one value of y for some values of x.
Examples
Determine if the curve in the graph is a function of x:
Solution
The curve is indeed a function of x, because there is one
and only one value of y for any given value of x.
2.4
The Algebra of Functions
y
2000 y = R (t )
1800
y = S (t )
Billions of Dollars
1600
S (t )
1400
R (t )
1200
1000
t
1990 1992 1994 t 1996 1998 2000
Year
The Sum, Difference, Product and Quotient
of Functions
Consider the graph below:
✦ R(t) denotes the federal government revenue at any time t.
✦ S(t) denotes the federal government spending at any time t.
2000 y
y = R (t )
1800
Billions of Dollars
y = S(t)
1600
S(t)
1400
R ( t)
1200
1000
t
1990 1992 1994 t 1996 1998 2000
Year
The Sum, Difference, Product and Quotient
of Functions
Consider the graph below:
✦ The difference R(t) – S(t) gives the budget deficit (if negative)
or surplus (if positive) in billions of dollars at any time t.
2000 y
y = R (t )
1800
Billions of Dollars
y = S(t)
1600
S(t)
1400 D(t) = R(t) – S(t)
R ( t)
1200
1000
t
1990 1992 1994 t 1996 1998 2000
Year
The Sum, Difference, Product and Quotient
of Functions
The budget balance D(t) is shown below:
✦ D(t) is also a function that denotes the federal government
deficit (surplus) at any time t.
✦ This function is the difference of the two functions R and S.
✦ D(t) has the same domain as R(t) and S(t).
400 y
Billions of Dollars
200
y = D(t)
0
t
1992 1994 t 1996 1998 2000
–D (t )
200
Year
– 400
The Sum, Difference, Product and Quotient
of Functions
Most functions are built up from other, generally
simpler functions.
For example, we may view the function f(x) = 2x + 4
as the sum of the two functions g(x) = 2x and h(x) = 4.
The Sum, Difference, Product and Quotient of Functions
Let f and g be functions with domains A and B, respectively.
The sum f + g, the difference f – g, and the product fg of f
and g are functions with domain A ∩ B and rule given by
�f � f ( x)
x =
�g �
Quotient
� � g ( x)
Example
�f � f ( x) x +1
q( x ) = � �( x) = =
�g � g ( x) 2 x + 1
Applied Example: Cost Functions
Suppose Puritron, a manufacturer of water filters, has a
monthly fixed cost of $10,000 and a variable cost of
– 0.0001x2 + 10x (0 x 40,000)
dollars, where x denotes the number of filters
manufactured per month.
Find a function C that gives the total monthly cost
incurred by Puritron in the manufacture of x filters.
Applied Example: Cost Functions
Solution
Puritron’s monthly fixed cost is always $10,000, so it can
be described by the constant function:
F(x) = 10,000
The variable cost can be described by the function:
V(x) = – 0.0001x2 + 10x
The total cost is the sum of the fixed cost F and the
variable cost V:
C(x) = V(x) + F(x)
= – 0.0001x2 + 10x + 10,000 (0 x 40,000)
Applied Example: Cost Functions
Let’s now consider profits
Suppose that the total revenue R realized by Puritron from
the sale of x water filters is given by
R(x) = – 0.0005x2 + 20x (0 ≤ x ≤ 40,000)
Find
a. The total profit function for Puritron.
b. The total profit when Puritron produces 10,000 filters per
month.
Applied Example: Cost Functions
Solution
a. The total profit P realized by the firm is the difference
between the total revenue R and the total cost C:
P(x) = R(x) – C(x)
= (– 0.0005x2 + 20x) – (– 0.0001x2 + 10x + 10,000)
= – 0.0004x2 + 10x – 10,000
b. The total profit realized by Puritron when producing 10,000
filters per month is
P(x) = – 0.0004(10,000)2 + 10(10,000) – 10,000
= 50,000
or $50,000 per month.
The Composition of Two Functions
Another way to build a function from other functions is
through a process known as the composition of functions.
Consider the functions f and g:
f ( x) = x 2 - 1 g ( x) = x
Evaluating the function g at the point f(x), we find that:
g f ( x) = f ( x) = x2 - 1
This is an entirely new function, which we could call h:
h( x ) = x 2 - 1
The Composition of Two Functions
( g o f )( x ) = g ( f ( x )) = f ( x) + 1 = x 2 - 1 + 1
( f og )( x ) = f ( g ( x )) = ( g ( x )) 2 - 1 = ( x + 1) 2 - 1
= x + 2 x +1-1 = x + 2 x
Applied Example: Automobile Pollution
An environmental impact study conducted for the city of
Oxnard indicates that, under existing environmental
protection laws, the level of carbon monoxide (CO)
present in the air due to pollution from automobile
exhaust will be 0.01x2/3 parts per million when the
number of motor vehicles is x thousand.
A separate study conducted by a state government agency
estimates that t years from now the number of motor
vehicles in Oxnard will be 0.2t2 + 4t + 64 thousand.
Find:
a. An expression for the concentration of CO in the air due
to automobile exhaust t years from now.
b. The level of concentration 5 years from now.
Applied Example: Automobile Pollution
Solution
Part (a):
✦ The level of CO is described by the function
g(x) = 0.01x2/3
where x is the number (in thousands) of motor vehicles.
✦ In turn, the number (in thousands) of motor vehicles is
described by the function
f(t) = 0.2t2 + 4t + 64
where t is the number of years from now.
✦ Therefore, the concentration of CO due to automobile
exhaust t years from now is given by
(gf )(t) = g(f(t)) = 0.01(0.2t2 + 4t + 64)2/3
Applied Example: Automobile Pollution
Solution
Part (b):
✦ The level of CO five years from now is:
(gf )(5) = g(f(5)) = 0.01[0.2(5)2 + 4(5) + 64]2/3
= (0.01)892/3 ≈ 0.20
or approximately 0.20 parts per million.
2.5
Linear Functions
y
5 L1
4
2 (1, 2)
1
x
–1 1 2 3 4 5
L2
Linear Function
f ( x ) = mx + b
where m and b are constants, is called a linear
function.
Applied Example: Linear Depreciation
A Web server has an original value of $10,000 and is to
be depreciated linearly over 5 years with a $3000 scrap
value.
Find an expression giving the book value at the end of
year t.
What will be the book value of the server at the end of
the second year?
What is the rate of depreciation of the server?
Applied Example: Linear Depreciation
Solution
Let V(t) denote the Web server’s book value at the end of
the tth year. V is a linear function of t.
To find an equation of the straight line that represents the
depreciation, observe that V = 10,000 when t = 0; this tells
us that the line passes through the point (0, 10,000).
Similarly, the condition that V = 3000 when t = 5 says that
the line also passes through the point (5, 3000).
Thus, the slope of the line is given by
V
(0, 10,000)
10,000
(5, 3000)
3000
V = -1400t + 10,000
t
1 2 3 4 5 6
Cost, Revenue, and Profit Functions
(where m1, b1, m2, and b2 are constants) that intersect at the
point P(x0, y0).
The point P(x0, y0) lies on the line L1 and so satisfies the
equation y = m1x + b1.
The point P(x0, y0) also lies on the line L2 and so satisfies
y = m2x + b2 as well.
Therefore, to find the point of intersection P(x0, y0) of the
lines L1 and L2, we solve for x and y the system composed of
the two equations
y = m1x + b1 and y = m2x + b2
Example
Find the point of intersection of the straight lines that
have equations
y = x + 1 and y = – 2x + 4
Solution
Substituting the value y as given in the first equation into
the second equation, we obtain
x + 1 = -2 x + 4
3x = 3
x =1
Substituting this value of x into either one of the given
equations yields y = 2.
Therefore, the required point of intersection is (1, 2).
Example
Find the point of intersection of the straight lines that
have equations
y = x + 1 and y = – 2x + 4
Solution
The graph shows the point of intersection (1, 2) of the two
lines: y
5 L1
4
2 (1, 2)
1
x
–1 1 2 3 4 5
L2
Applied Example: Break-Even Level
Prescott manufactures its products at a cost of $4 per unit
and sells them for $10 per unit.
If the firm’s fixed cost is $12,000 per month, determine the
firm’s break-even point.
Solution
The revenue function R and the cost function C are given
respectively by
R( x ) = 10 x and C ( x ) = 4 x + 12,000.
10 x = 4 x + 12,000
6 x = 12,000
x = 2000
Applied Example: Break-Even Level
Prescott manufactures its products at a cost of $4 per unit
and sells them for $10 per unit.
If the firm’s fixed cost is $12,000 per month, determine the
firm’s break-even point.
Solution
Substituting x = 2000 into R(x) = 10x gives
y
Vertex ,
5 9
4 8
4 8
1
x-intercepts
–1 1
1 2 x
2
–1 f ( x ) = -2 x 2 + 5 x - 2
–2 y-intercept
Quadratic Functions
A quadratic function is one of the form
f ( x ) = ax 2 + bx + c
where a, b, and c are constants and a ≠ 0.
For example, the function
f ( x) = 2 x2 - 4 x + 3
y
10 f ( x) = 2 x 2 - 4 x + 3
6 Parabola
4
–2 –1 1 2 3 4 x
Quadratic Functions
The parabola is symmetric with respect to a vertical
line called the axis of symmetry.
The axis of symmetry also passes through the lowest or
highest point of the parabola, which is called the vertex
of the parabola.
Axis of
y symmetry
10 f ( x) = 2 x 2 - 4 x + 3
6 Parabola
4
2
Vertex (1, 1)
–2 –1 1 2 3 4 x
Quadratic Functions
We can use these properties to help us sketch the graph
of a quadratic function.
Suppose we want to sketch the graph of
f ( x ) = 3x 2 - 6 x + 1
If we complete the square in x, we obtain
f ( x ) = 3( x 2 - 2 x ) + 1
= 3[ x 2 - 2 x + ( -1) 2 ] + 1 - 3
= 3( x - 1) 2 - 2
y
f ( x ) = 3x 2 - 6 x + 1
–2 –2 2 4 x
Vertex (1, –2)
Properties of Quadratic Functions
x-intercepts
–1 1
1 2
x
2
–1
f ( x ) = -2 x 2 + 5 x - 2
–2
y-intercept
Some Economic Models
People’s decision on how much to demand or purchase of a
given product depends on the price of the product:
✦ The higher the price the less they want to buy of it.
✦ The higher the price, the more they want to produce of it.
p = s( x ) = 0.02 x 2 + 0.6 x + 20
where p is the expressed in dollars and x is measured in
units of a thousand.
Find the equilibrium quantity and price.
Applied Example: Supply and Demand
Solution
We solve the following system of equations:
p = -0.025 x 2 - 0.5 x + 60
p = 0.02 x 2 + 0.6 x + 20
Substituting the second equation into the first yields:
p = 0.02 20 + 0.6 20 + 20 = 40
2
y ($trillion)
6
t (years)
5 10 15 20 25 30
Mathematical Models
As we have seen, mathematics can be used to
solve real-world problems.
We will now discuss a few more examples of
real-world phenomena, such as:
✦ The solvency of the U.S. Social Security
trust fund
✦ Global warming
Mathematical Modeling
Regardless of the field from which the real-world problem
is drawn, the problem is analyzed using a process called
mathematical modeling.
The four steps in this process are:
Formulate Mathematical
Real-world problem
model
Test Solve
f ( x ) = an x n + an -1 x n -1 + �
��+ a2 x 2 + a1 x + a0 (an �0)
f ( x ) = an x n + an -1 x n -1 + �
��+ a2 x 2 + a1 x + a0 (an �0)
Year 1958 1970 1974 1978 1985 1991 1998 2003 2007
Amount 315 325 330 335 345 355 365 375 380
Applied Example: Global Warming
Year 1958 1970 1974 1978 1985 1991 1998 2003 2007
Amount 315 325 330 335 345 355 365 375 380
y (ppmv)
380
360
340
320
t (years)
10 20 30 40 50
Applied Example: Global Warming
Year 1958 1970 1974 1978 1985 1991 1998 2003 2007
Amount 315 325 330 335 345 355 365 375 380
y (ppmv)
380
A(t ) = 0.01076t 2 + 0.8212t + 313.4
360
340
320
t (years)
10 20 30 40 50
Applied Example: Global Warming
Year 1958 1970 1974 1978 1985 1991 1998 2003 2007
Amount 315 325 330 335 345 355 365 375 380
Year 1958 1970 1974 1978 1985 1991 1998 2003 2007
Amount 315 325 330 335 345 355 365 375 380
y ($trillion)
6
t (years)
5 10 15 20 25 30
Applied Example: Social Security Trust Fund
The projected assets of the Social Security trust fund (in
trillions of dollars) from 2008 through 2040 are given by:
Year 2008 2011 2014 2017 2020 2023 2026 2029 2032 2035 2038 2040
Assets 2.4 3.2 4.0 4.7 5.3 5.7 5.9 5.6 4.9 3.6 1.7 0
A mathematical model giving the approximate value of assets
in the trust fund (in trillions of dollars) is:
t (years)
5 10 15 20 25 30
Applied Example: Social Security Trust Fund
Year 2008 2011 2014 2017 2020 2023 2026 2029 2032 2035 2038 2040
Assets 2.4 3.2 4.0 4.7 5.3 5.7 5.9 5.6 4.9 3.6 1.7 0
Year 2008 2011 2014 2017 2020 2023 2026 2029 2032 2035 2038 2040
Assets 2.4 3.2 4.0 4.7 5.3 5.7 5.9 5.6 4.9 3.6 1.7 0
Year 2008 2011 2014 2017 2020 2023 2026 2029 2032 2035 2038 2040
Assets 2.4 3.2 4.0 4.7 5.3 5.7 5.9 5.6 4.9 3.6 1.7 0
2 Trust runs
out of funds
t (years)
5 10 15 20 25 30
Rational and Power Functions
A rational function is simply the quotient of two
polynomials.
In general, a rational function has the form
f ( x)
R( x) =
g ( x)
where f(x) and g(x) are polynomial functions.
Since the division by zero is not allowed, we conclude that
the domain of a rational function is the set of all real
numbers except the zeros of g (the roots of the equation
g(x) = 0)
Rational and Power Functions
Examples of rational functions:
3x 3 + x 2 - x + 1
F ( x) =
x-2
x2 + 1
G( x) = 2
x -1
Rational and Power Functions
Functions of the form
f ( x) = x r
1
f ( x) = x = x
1/2
and g ( x ) = 2 = x -2
x
Rational and Power Functions
Many functions involve combinations of rational and
power functions.
Examples:
1 - x2
f ( x) =
1 + x2
g ( x ) = x 2 - 3x + 4
1
h ( x ) = (1 + 2 x ) + 2
1/2
( x + 2)3/2
Applied Example: Driving Costs
A study of driving costs based on a 2007 medium-sized
sedan found the following average costs (car payments,
gas, insurance, upkeep, and depreciation), measured in
cents per mile:
Miles/year, x 5000 10,000 15,000 20,000
Cost/mile, y (¢) 83.8 62.9 52.2 47.1
A mathematical model giving the average cost in cents per
mile is:
164.8
C( x) =
x 0.42
where x (in thousands) denotes the number of miles the car
is driven in 1 year.
Applied Example: Driving Costs
Miles/year, x 5000 10,000 15,000 20,000
Cost/mile, y (¢) 83.8 62.9 52.2 47.1
164.8
C( x) =
x 0.42
Below is the scatter plot associated with this data:
y (¢)
140
120
100
80
60
40
C (x )
20
x (☓1000 miles/year)
5 10 15 20 25
Applied Example: Driving Costs
Miles/year, x 5000 10,000 15,000 20,000
Cost/mile, y (¢) 83.8 62.9 52.2 47.1
164.8
C( x) =
x 0.42
Using this model, estimate the average cost of driving a
2007 medium-sized sedan 8,000 miles per year and 18,000
miles per year.
Solution
The average cost for driving a car 8,000 miles per year is
164.8
C (8) = �68.81
8
0.42
or approximately 68.8¢/mile.
Applied Example: Driving Costs
Miles/year, x 5000 10,000 15,000 20,000
Cost/mile, y (¢) 83.8 62.9 52.2 47.1
164.8
C( x) =
x 0.42
Using this model, estimate the average cost of driving a
2007 medium-sized sedan 8,000 miles per year and 18,000
miles per year.
Solution
The average cost for driving a car 18,000 miles per year is
164.8
C (18) = �48.95
18
0.42
or approximately 48.95¢/mile.
Constructing Mathematical Models
Some mathematical models can be constructed using
elementary geometric and algebraic arguments.