303,618 views
12 votes
12 votes
I’m not sure how to solve this.

I’m not sure how to solve this.-example-1
User AMagyar
by
3.2k points

1 Answer

8 votes
8 votes

Answer: 2x + h - 2

===============================================

Work Shown:

Part 1


f(x) = x^2 - 2x + 8\\\\f(x+h) = (x+h)^2 - 2(x+h) + 8\\\\f(x+h) = (x+h)(x+h) - 2(x+h) + 8\\\\f(x+h) = x(x+h)+h(x+h) - 2(x+h) + 8\\\\f(x+h) = x^2+xh+xh+h^2 - 2x-2h + 8\\\\f(x+h) = x^2+2xh+h^2 - 2x-2h + 8\\\\

Part 2


(f(x+h)-f(x))/(h) = ((x^2+2xh+h^2 - 2x-2h + 8) - (x^2-2x+8))/(h)\\\\(f(x+h)-f(x))/(h) = (x^2+2xh+h^2 - 2x-2h + 8 - x^2+2x-8)/(h)\\\\(f(x+h)-f(x))/(h) = (2xh+h^2-2h)/(h)\\\\(f(x+h)-f(x))/(h) = (h(2x+h-2))/(h)\\\\(f(x+h)-f(x))/(h) =2x+h-2\\\\

-------------

In part 1, I replaced every x with x+h. Then I expanded things out using the distributive property. This is to figure out what f(x+h) is equal to.

In part 2, I then computed the difference quotient. Notice how basically all of the terms in the original f(x) cancel out. Leaving nothing but h terms behind. We factor out h to cancel it with the denominator.

User Nikolay Zakirov
by
3.1k points