Answer:
[tex]Rateofchange=\frac{f(x_2)-f(x_1)}{x_2-x_1}[/tex]
where x₁ and x₂ are values in the interval [x,y] respectively
Step-by-step explanation:
Well, first to determine the average rate of change of a function, you should have the interval of the values of x for the function.
So lets assume you have a function;
[tex]f(x)=x^3-4x[/tex]
And the interval as [1,3]
Then the average rate of change for the function f(x) will be;
[tex]=\frac{f(x_2)-f(x_1)}{x_2-x_1}[/tex]
where x₁ and x₂ are the interval coordinates x,y respectively. In this case x₁=1 and x₂=3
To find the average rate of change in this example will be;
[tex]=\frac{f(x_2)-f(x_1)}{x_2-x_1} \\\\=f(x_2)=f(3)=3^3-4(3)=27-12=15\\\\=f(x_1)=f(1)=1^3-4(1)=1-4=-3\\\\\\=x_2-x_1=3-1=2\\\\\\=\frac{15--3}{2} \\\\=\frac{18}{2} =9[/tex]