8.7k views
2 votes
Given: f(x) = x 2 + 2x + 1, find f(x + h) and simplify.

User Epicurus
by
6.3k points

1 Answer

2 votes
f(x) = x² + 2x + 1
f(x + h) = (x + h)² + 2(x + h) + 1
f(x + h) = (x + h)(x + h) + 2(x) + 2(h) + 1
f(x + h) = (x(x + h) + h(x + h)) + 2x + 2h + 1
f(x + h) = (x(x) + x(h) + h(x) + h(h)) + 2x + 2h + 1
f(x + h) = (x² + hx + hx + h²) + 2x + 2h + 1
f(x + h) = (x² + 2hx + h²) + 2x + 2h + 1
f(x + h) = x² + 2x + 2hx + h² + 2h + 1
User Aloy A Sen
by
7.3k points