208k views
1 vote
If f(x) = 2x^2+x find f(x+1)

1 Answer

2 votes

Answer:

f(x+ 1) = 2x^2 + 5x + 3.

Explanation:

We replace the x in the expression for f(x) by x+1:

f(x+1) = 2(x + 1)^2 + x + 1

= 2(x^2 + 2x + 1) + x + 1

= 2x^2 + 4x + 2 + x + 1

= 2x^2 + 5x + 3.

User NSAnant
by
4.9k points