SOLUTION: f(x)=3x^2-2x+4 ; find f(x+h)-f(x)
Algebra
->
Functions
-> SOLUTION: f(x)=3x^2-2x+4 ; find f(x+h)-f(x)
Log On
Algebra: Functions, Domain, NOT graphing
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Functions
Question 151795
:
f(x)=3x^2-2x+4 ; find f(x+h)-f(x)
Answer by
orca(409)
(
Show Source
):
You can
put this solution on YOUR website!
If f(x)=3x^2-2x+4, then
f(x + h)
= 3(x + h)^2 -2(x + h) + 4
=3(x^2 + 2hx + h^2) - 2(x + h) +4
= 3x^2 + 6hx + 3h^2 - 2x -2h + 4
So
f(x+h)-f(x)
= 3x^2 + 6hx + 3h^2 - 2x -2h + 4 - (3x^2 - 2x + 4)
= 3x^2 + 6hx + 3h^2 - 2x -2h + 4 - 3x^2 + 2x - 4
= 6hx + 3h^2 - 2h