Q. 69

Question

h(x)=x2-2x

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

(b) Find the equation of the secant line containing 2,h2 and 4,h4.

Step-by-Step Solution

Verified
Answer

(a) The average rate of change is 4.

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

1Step 1. Given information.

We have:

h(x)=x2-2x

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

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

Average rate of change is given by:     

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

Here, a=2,b=4:

yx=f(4)-f(2)4-2yx=42-24-22-222=4

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

The function is h(x)=x2-2x and the points 2,h2 and 4,h4.

Substitute x=2:

h(2)=22-22=4-4=0

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

m=4

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

y-y1=msecx-x1y-0=4x-2y=4x-8