235k views
4 votes
Create a function that has a derivative of f(x) = 2x + 1 at a given input value of your choice.

User Yeya
by
6.0k points

1 Answer

3 votes
F(x) = (x^2) + x + C at (1,1)

1 = 1 + 1 + C

-1 = C

so,

F(x) = (x^2) + x - 1
User Rozon
by
6.1k points