Q. 68

Question

g(x)=x2+1

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

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


Step-by-Step Solution

Verified
Answer

(a) The average rate of change is 1.

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

1Step 1. Given information.

We have:

g(x)=x2+1

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

The function is g(x)=x2+1.

Average rate of change is given by:    

yx=g(b)-g(a)b-a

Here, a=-1,b=2:

yx=g(2)-g(-1)2--1=22+1--12+12+1=1

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

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

Substitute x=-1:

g(-1)=-12+1=1+1=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--1y+7=x+1y=x+1-7y=x-6