you should get ∆y = f(-2 + k) - f(-2) = -4k^2 + 11k
∆y represents the exact change of y in terms of k, where k can be any value
for example, if k = 9 (not a small value at all), you get that ∆y = -225, which lines up with that f(7) = f(-2) - 225
you need the approximate change in y instead
approximate = simpler answer
remember that dy/dx = the limit as h -> 0 of ∆y/∆x
so calculating (dy/dx)(∆x) would amount to doing:
= (lim h -> 0 of (f(-2 + h) - f(-2))/h)(k)
= (lim h -> 0 of (-4h^2 + 11h)/h) k
= (lim h -> 0 of (-4h + 11)) k
= (-4 * 0 + 11) k
= 11 k
notice here that this resembles the -4k^2 + 11k, except the -4k^2 is removed
if youre not comfortable with that, you can consider that k^2 goes to 0 twice as fast as k does, so that -4k^2 will be so small that it will barely affect -4k^2 + 11k for small values of k