Well, I missed one of the intro lessions to functions due to a school leaders thing and i'm doing some catchup on functions. Just checking if i'm getting this right.
Find f(x+h) - f(x) if:
f(x) = 1 - x^2
f(x+h) = 1 - (x+h)^2
f(x+h) = 1 - (x+h)(x+h)
f(x+h) = 1 - (x^2 + 2xh + h^2)
so
f(x+h) - f(x) = 1- (x^2 +2xh + h^2) - (1 - x^2)
f(x+h) - f(x) = 1- x^2 - 2xh - h^2 - 1 + x^2
f(x+h) - f(x) = -2xh - h^2
is this right? or have i gone astray?
Find f(x+h) - f(x) if:
f(x) = 1 - x^2
f(x+h) = 1 - (x+h)^2
f(x+h) = 1 - (x+h)(x+h)
f(x+h) = 1 - (x^2 + 2xh + h^2)
so
f(x+h) - f(x) = 1- (x^2 +2xh + h^2) - (1 - x^2)
f(x+h) - f(x) = 1- x^2 - 2xh - h^2 - 1 + x^2
f(x+h) - f(x) = -2xh - h^2
is this right? or have i gone astray?