McGraw Hill Integrated II, 2012
MH
McGraw Hill Integrated II, 2012 View details
6. Analyzing Functions with Successive Differences
Continue to next subchapter

Exercise 12 Page 143

How do the consecutive terms relate to each other?

Type of Function: Linear
Function: y=1/4x-1

Practice makes perfect

Finding the Model

We want to tell whether the table of values represents a linear, exponential, or quadratic function. To do so, we will analyze how the consecutive terms are related to each other.

x -1 0 1 2
y -1.25 -1 -0.75 -0.5

Let's begin with calculating the first differences.

Since the first differences are all equal, the table of values represent a linear function.

Finding the Equation

Let's recall the slope-intercept form of this type of function. y=mx+b We will use two ordered pairs given in the table to find the values of m and b. For simplicity, let's use (0,-1) and (1,-0.75). We will start by substituting 0 and -1 for x and y, respectively.
y=mx+b
-1=m( 0)+b
-1=b
b=-1
We can write a partial equation of the function represented by the table. y=mx-1 To find the value of m, we will substitute 1 for x and -0.75 for y in our partial equation.
y=mx-1
-0.75=m( 1)-1
Solve for m
-0.75=m-1
0.25=m
m=0.25
Now we can write the equation of the function represented by the table. y=0.25x-1 ⇔ y=1/4x-1