Skip to main content
Logo image

Section A.5 Chapter 5 Functions

Subsection A.5.1 Functions

Subsubsection A.5.1.1 New vocabulary

Write a definition or description for each term. You can find answers in Section 5.1 of your textbook.
  1. Function
  2. Input variable
  3. Output variable
  4. Function value
  5. Function notation
Checkpoint A.5.1.
Identify each term above, or give an example, for this situation: At time t seconds, the height of a basketball above the ground, h, in feet, is given by
  h=16t2+20t+5.
Answer.
  1. h is a function of t.
  2. The input variable is t.
  3. The output variable is h.
  4. The function value for t=1 is h=9.
  5. h=f(t)

Subsubsection A.5.1.2 Solve non-linear equations

To solve simple non-linear equations, we "undo" the operation performed on the variable.
Example A.5.2.
Solve the equation   5t=83
Solution.
To "undo" a square root, we square both sides of the equation. First, we isolate the square root.
5t5=835Divide both sides by 5.(t)2=(16.6)2Square both sides.t=275.56
Example A.5.3.
Solve the equation   15y=45
Solution.
If the variable is in the denominator of a fraction, we must first clear the fraction.
y(15y)=45yMultiply both sides by y.15=45yDivide both sides by 45.y=1545=13
Checkpoint A.5.4.
Solve the equation   4.8w=3
Answer.
1.6
Checkpoint A.5.5.
Solve the equation   18=36q
Answer.
14

Subsection A.5.2 Graphs of Functions

Subsubsection A.5.2.1 Function notation

We can use function notation to describe a graph.
Fill in the blanks:
  1. The point (a,b) lies on the graph of f if and only if .
  2. Each point on the graph of y=f(x) has coordinates .
  3. A graph of a function is increasing if the values get larger as we read from left to right.
  4. The maximum value of a function is the of the highest point on the graph.
Checkpoint A.5.6.
How do you know that the point (1,9) lies on the graph of f(t)=16t2+20t+5 ?
Answer.
Because f(1)=9.
Checkpoint A.5.7.
What are the coordinates of any point on the graph of h=f(t) ?
Answer.
(t,f(t))

Subsubsection A.5.2.2 Solve graphically

Every point on the graph of an equation y=f(x) tells us the solution of the equation for a particular value of y.
Example A.5.8.
Use the graph of y=23x4 to solve the equation
23x4=2.
Solution.
We see that y has been replaced by 2 in the equation for the graph. So we look for the point on the graph that has y-coordinate 2.
This point, labeled P on the graph at right, has x-coordinate 3. Because it lies on the graph, the point P(3,2) is a solution of the equation y=23x4.
line
But this statement also tells us that 3 is a solution of the equation 23x4=2. You can check that substituting x=3 into this equation produces a true statement.
Example A.5.9.
Use the graph of y=23x4 to solve the inequality
23x42.
Solution.
We would like to find the x-coordinates of all points on the graph that have y-coordinate less than or equal to 2. These points on the graph are indicated by the heavy portion of the line.
The x-coordinates of these points are shown by the heavy portion of the x-axis. The solution is x3, or in interval notation, [3,) .
line
Checkpoint A.5.10.
Use the graph to solve the equation or inequality. (Note the scales on the axes.) Show your solutions on the graph. Then verify your solutions by solving algebraically.
  1. 9x4=2
  2. 9x45
graph
Answer.
  1. x=28
  2. x16
Checkpoint A.5.11.
Use the graph to solve the equation or inequality. (Note the scales on the axes.) Show your solutions on the graph. Then verify your solutions by solving algebraically.
  1. 72x3=3
  2. 72x3<1
graph
Answer.
  1. x=6
  2. x>12

Subsection A.5.3 Some Basic Graphs

Subsubsection A.5.3.1 Evaluate cube roots

It is a good idea to become familiar with the first few perfect cubes:
23=8      33=27      43=64      53=125      63=216
and so on.
Example A.5.12.
Evaluate each cube root.
  1. 643
  2. 1253
  3. 13
  4. 183
Solution.
  1. 43=64,  so  643=4
  2. The cube root of a negative number is negative.
    (5)3=125,  so  1253=5
  3. 13=1,  so  13=1
  4. We can take the cube root of a fraction by taking the cube root of its numerator and denominator.
    183=1383=12
Example A.5.13.
Use a calculator to evaluate the cube root. Round to thousandths.
  1. 3473
  2. 0.853
  3. 93
Solution.
On a scientific calculator, look for the key labeled 113. On a graphing calculator, press MATH 4
  1. 34737.027
  2. 0.8530.947
  3. 932.080
Checkpoint A.5.14.
Evaluate 0.53. Round to thousandths.
Answer.
0.794
Checkpoint A.5.15.
Evaluate 813. Round to thousandths.
Answer.
4.327

Subsubsection A.5.3.2 Evaluate absolute values

The definition of how to take an absolute value may look complicated, but it just says two things:
  1. If the number is positive, leave it alone.
  2. If the number is negative, put another negative in front, which will make the number positive.
Example A.5.16.
Simplify each expression.
  1. |3|
  2. |3|
  3. (3)
  4. |3|
Solution.
The absolute value of any number is positive (or zero). We can think of the absolute value of a number as its distnce from on a number line.
  1. 3 is 3 units from 0, so |3|=3.
  2. |3| is the opposite of |3|, so |3|=3.
  3. The opposite of 3 is 3, so (3)=3.
  4. |3| is the opposite of |3|, so |3|=3.
Example A.5.17.
Suppose x represents 8. Evaluate each expression.
  1. x
  2. |x|
  3. |x|
Solution.
  1. x=(8)=8
  2. |x|=|8|=8
  3. |x|=|(8)|=8
Checkpoint A.5.18.
Simplify |12|.
Answer.
12
Checkpoint A.5.19.
Simplify |25|.
Answer.
25
Checkpoint A.5.20.
Simplify (90)|.
Answer.
90

Subsubsection A.5.3.3 Use the order of operations

Recall the order of operations:
  1. Simplify what’s inside parentheses (or absolute value bars) first.
  2. Next evaluate all powers and roots.
  3. Then perform all multiplications and divisions in order from left to right.
  4. Finally, perform all additionas and subtractions in order from left to right.
Example A.5.21.
Simplify  |2|4|38|
Solution.
Absolute value bars are a grouping device. We simplify expressions within absolute value bars first.
|2|4|38|=|2|4|5|Evaluate absolute values.=24(5)Multiply.=220=18
Example A.5.22.
Simplify  8211.375+2.53384
Solution.
Simplify the expression under the radical first.
8211.375+2.53384=8227384 Evaluate the radical.amp=82(3)84Simplify numerator and denominator.=864=24=12
Checkpoint A.5.23.
Simplify   31252163+455123   . Follow the order of operations.
Answer.
3910
Checkpoint A.5.24.
Simplify   3|36|4|43|   . Follow the order of operations.
Answer.
37

Subsection A.5.4 Direct Variation

Subsubsection A.5.4.1 Find the constant of variation

If we know the type of variation and the coordinates of one point ont the graph, we can find the variation equation.
Example A.5.25.
Find the constant of variation and the variation equation:
   y varies directly with the square of x, and y=100 when x=2.5.
Solution.
Because y varies directly with the square of x, we know that y=kx2. We substitute the given values to find
100=k(2.5)2Solve for k.k=1002.52=16
The constant of variation is 16, and the variation equation is  y=16x2.
Checkpoint A.5.26.
Find the constant of variation and the variation equation:
y varies directly with the cube of x, and y=119,164 when x=6.2.
Answer.
k=500 and y=500x3

Subsubsection A.5.4.2 Sketch a variation graph

The graphs of direct variations are transformations of the basic graphs y=xn.
Example A.5.27.
Sketch a graph of V=0.2s3.
Solution.
We know that the graph has the shape of the basic function y=x3, so all we need are a few points to "anchor" the graph.
If s=1,V=0.2(1)3=0.2If s=2,V=0.2(2)3=1.6If s=3,V=0.2(3)3=5.4
The graph is shown below.
cubic
Checkpoint A.5.28.
Plot three points and sketch a graph of d=38t2.
Answer.
(1,38), (2,32), (4,6)
parabola

Subsubsection A.5.4.3 Solve a variation equation

Example A.5.29.
Solve  231.90=18.85r2 
Solution.
The equation is quadratic. We solve by extraction of roots.
231.90=18.85r2Isolate the squared expression.12.302=r2Take square roots.r=35
Example A.5.30.
Solve  62x3=4860.8 
Solution.
This equation is cubic. We isolate the variable, then take cube roots.
62x3=4860.8Divide both sides by 62.x3=78.4Take cube roots.x=16.9
Checkpoint A.5.31.
Solve  1371.8=25R3
Answer.
3.8
Checkpoint A.5.32.
Solve  6.3t2=18.4
Answer.
1.7

Subsection A.5.5 Inverse Variation

Subsubsection A.5.5.1 Solve an inverse variation equation

Example A.5.33.
Solve  2.8125=36n
Solution.
We must first get the variable out of the denominator.
n(2.8125)=36nnMultiply boyh sides by n.2.8125n=36Divide both sides by 2.8125.n=12.8
Example A.5.34.
Solve  0.5547=1500d2
Solution.
We must first get the variable out of the denominator.
d2(0.5547)=1500d2d2Multiply boyh sides by d2.0.5547d2=1500Divide both sides by 0.5547.d2=2704.16Take square roots.d=52
Checkpoint A.5.35.
Solve  13.03=380h2
Answer.
5.4
Checkpoint A.5.36.
Solve  0.065=12p
Answer.
184.6

Subsubsection A.5.5.2 Sketch a variation graph

The graphs of inverse variations are transformations of the basic graphs y=1xn.
Example A.5.37.
Sketch a graph of H=48w.
Solution.
We know that the graph has the shape of the basic function y=1x, so all we need are a few points to "anchor" the graph.
If w=2,H=482=24If w=6,H=486=8If w=12,H=4812=4
The graph is shown below.
cubic
Checkpoint A.5.38.
Plot three points and sketch a graph of B=0.8d2.
reciprocal squared
Answer.
(1,0.8), (2,0.2), (4,0.05)
reciprocal squared

Subsubsection A.5.5.3 Find the constant of variation

If we know the type of variation and the coordinates of one point on the graph, we can find the variation equation.
Example A.5.39.
Find the constant of variation and the variation equation:
   y varies inversely with the square of x, and y=4687.5 when x=0.16.
Solution.
Because y varies inversely with the square of x, we know that y=kx2. We substitute the given values to find
4687.5=k0.162Solve for k.k=4687.5(0.16)2=120
The constant of variation is 120, and the variation equation is  y=120x2.
Checkpoint A.5.40.
Find the constant of variation and the variation equation:
y varies inversely with x, and y=31.25 when x=640.
Answer.
k=20,000 and y=20,000x

Subsection A.5.6 Functions as Models

Subsubsection A.5.6.1 Properties of the basic functions

The eight basic functions are often used as models.
For these Examples, refer to the eight basic functions:
f(x)=xf(x)=|x|f(x)=x2f(x)=x3f(x)=xf(x)=x3f(x)=1xf(x)=1x2
Example A.5.41.
Which of the eight basic functions are always increasing?
Solution.
f(x)=x,   f(x)=x3,   f(x)=x,   f(x)=x3
Example A.5.42.
Which of the eight basic functions are concave up for positive x?
Solution.
f(x)=x2,   f(x)=x3,   f(x)=1x,   f(x)=1x2
Checkpoint A.5.43.
Which of the eight basic functions are undefined at x=0?
Answer.
f(x)=1x,   f(x)=1x2
Checkpoint A.5.44.
Which of the eight basic functions are always non-negative?
Answer.
f(x)=|x|,   f(x)=x2,   f(x)=x,   f(x)=1x2

Subsubsection A.5.6.2 Simplify absolute value functions

The piecewise definition of the absolute value function is
f(x)={xif  x0xif  x<0
To write the absolute value of some other algebraic expression, we replace x by the expression wherever x appears.
Example A.5.45.
Simplify the function  f(x)=|2x8|  as a piecewise defined function.
Solution.
We use the definition of absolute value and replace x by 2x8.
f(x)={2x8if  2x80(2x8)if  2x8<0
Then we simplify each expression.
f(x)={2x8if  x482xif  x<4
Checkpoint A.5.46.
Simplify the function  f(x)=|63x|  as a piecewise defined function.
Answer.
f(x)={63xif  x23x6if  x>2
Checkpoint A.5.47.
Simplify the function  f(x)=|1+4x|  as a piecewise defined function.
Answer.
f(x)={1+4xif  x1414xif  x<14

Subsubsection A.5.6.3 Use interval notation

Recall that square brackets on an interval mean that the endpoints are included, and round brackets mean that the endpoints are not included.
Example A.5.48.
Write each set with interval notation, and graph the set on a number line.
  1. 3x<6
  2. x9
  3. x1 or x>4
  4. 8<x5 or 1x<3
Solution.
  1. [3,6). This is called a half-open or half-closed interval. 3 is included in the interval, but 6 is not included.
    interval
  2. [9,). We use round brackets next to the symbol because is not a specific number and is not included in the set.
    interval
  3. (,1](4,). The word “or” describes the union of two sets. The symbol    is used for union.
    interval
  4. (8,5][1,3).
    interval
Checkpoint A.5.49.
Write each set with interval notation, and graph the set on a number line.
  1. 5<x3
  2. 6<x<
  3. x<3 or x1
  4. 6x<4 or 2<x0
Answer.
  1. (5,3]
    interval
  2. (6,)
    interval
  3. (,3)[1,)
    interval
  4. [6,4)(2,0]
    interval
You have attempted 1 of 1 activities on this page.