
Julian N. answered 10/04/20
Seasoned Math and Physics tutor
Let's define these terms first:
Net change: f(x+h) - f(x)
Average rate of change: [f(x+h) - f(x)] / [(x + h) - x]
Solving for each we get the following:
Net change:
f(x+h) - f(x) = [3 - 3*(x + h)^2] - [3 - 3*x^2]
= [3 - 3*x^2 - 6*x*h - 3*h^2] - [3 - 3*x^2]
= -6*x*h - 3*h^2
= -3*h(2*x +h)
Average rate of change:
[f(x+h) - f(x)] / [(x + h) - x] = -3*h(2*x + h) / [(x+h) - x]
= -3*h(2*x + h) / h
= -3(2*x + h)
= -6x - 3h