For the given function f and values of a and b, find the slope of the secant line between the points (a, f(a)) and (b, f(b)):
f(x) = x2, a = 1, b = 2.
Answer
f(x) = x2, a = 1, b = 2, f(a) = 1, f(b) = 4,
.