
William W. answered 08/25/22
Math and science made easy - learn from a retired engineer
Problem 28:
For f(-3), you plug in x = -3 and do the arithmetic: f(-3) = -5(-3)2 + 2(-3) - 1 = -45 - 6 - 1 = -52
For f(-a) you would plug in x = -a: f(-a) = -5(-a)2 + 2(-a) - 1 = -5a2 - 2a - 1
For f(a + h), again, plug in x = (a + h):
f(a+h) = -5(a+h)2 + 2(a+h) - 1 = -5(a2 + 2ah + h2) + 2a + 2h - 1 = -5a2 - 10ah - 5h2 + 2a + 2h - 1
Problem 32:
g(x) = 5 - x2
g(x+h) = 5 - (x + h)2 = 5 - (x2 + 2xh + h2) = 5 - x2 - 2xh - h2
So g(x+h) - g(x) = (5 - x2 - 2xh - h2) - (5 - x2) = 5 - x2 - 2xh - h2 - 5 + x2 = -2xh - h2 = h(-2x - h)
The dividing by h gives: h(-2x - h)/h = -2x - h