Q. 65

Question

f(x)=5x-2

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

(b) Find the equation of the secant line containing 1,f1 and 3,f3.

Step-by-Step Solution

Verified
Answer

(a) The average rate of change is 5.

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

1Step 1. Given information.

We have:

f(x)=5x-2

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

The equation is f(x)=5x-2.

Average rate of change is given by:  

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

Here, a=1,b=3

yx=f(3)-f(1)3-1=5(3)-2-5(1)-22=5

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

The equation is f(x)=5x-2 and the point 2,f2, 3,f3.

Substitute x=2 in the equation:

f(2)=5(2)-2=10-2=8

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

msec=5

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

y-y1=msecx-x1y-2=5x-2y=5x-10+2y=5x-8