SOLUTION: Given f(x)=x²+2x+1, find f(x+h) and simplify.
Algebra
->
Functions
-> SOLUTION: Given f(x)=x²+2x+1, find f(x+h) and simplify.
Log On
Algebra: Functions, Domain, NOT graphing
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Functions
Question 551919
:
Given f(x)=x²+2x+1, find f(x+h) and simplify.
Answer by
nyc_function(2741)
(
Show Source
):
You can
put this solution on YOUR website!
Let x = (x + h)
f(x + h) = (x + h)^2 + 2(x + h) + 1
f(x + h) = x^2 + 2xh + h^2 + 2x + 2h + 1
All you had to do is replace every x in the function with the value (x + h) and simplify.