Big Ideas Math Integrated I, 2016
BI
Big Ideas Math Integrated I, 2016 View details
6. Recursively Defined Sequences
Continue to next subchapter

Exercise 64 Page 320

Point-slope form is y-y_1=m(x-x_1).

f(x) = 3x

Practice makes perfect
Equations in point-slope form follow a specific format. y- y_1= m(x- x_1) In this form, m is the slope of the line and ( x_1, y_1) is a point on the line. We are looking for a function with values f(2) = 6 and f(-1) = - 3. This means that the linear function passes through two known points. (2,6) and (- 1, - 3) To determine the slope of the line, we use the Slope Formula.
m = y_2-y_1/x_2-x_1
m = 6-( - 3)/2-( - 1)
â–Ľ
Simplify right-hand side
m = 6+3/2+1
m = 9/3
m = 3
Now that we know the slope of the line is 3, we can write the equation of the line in point-slope form. We can use either of the given points as (x_1,y_1) in our equation. Let's use ( 2, 6).
y - y_1 = m(x - x_1)
y - 6 = 3(x - 2)
y - 6 = 3x - 6
y = 3x
We found a line y=3x, so the function we are asked for is f(x) = 3x.