Q. 67

Question

f(x)=x2-2

(a) Find the average rate of change from -2 to 1.

(b) Find the equation of the secant line containing -2,g-2 and 1,g1.

Step-by-Step Solution

Verified
Answer

(a) The average rate of change is -1.

(b) The equation of the secant line is y=-x-4.

1Step 1. Given information.

We have:

f(x)=x2-2

2Part a. Step 1. Find the average rate of change from - 2 to 1 .

The function is f(x)=x2-2.

Average rate of change is given by:   

yx=f(b)-f(a)b-a

Here, a=-2,b=1:

yx=f(1)-f(-2)1--2=12-2--22-21+2=-1

3Part b. Step 1. Find the equation of the secant line.

The function is f(x)=x2-2 and the points -2,f(-2) and 1,f1.

Substitute x=-2:

f(-2)=(-2)2-2 =4-2=2

The slope of the secant line is equal to the average rate of change of a function, it follows:  

m=-1

Therefore, use the point-slope form to equation of the secant line:  

y-y1=msecx-x1y-2=-1x-(-2)y+2=-1x+2y=-x-2-2y=-x-4