What is f(x) = int x^2-3x-2 dxf(x)=x23x2dx if f(-1) = 2 f(1)=2?

1 Answer
Dec 20, 2017

f(x) = x^3/3 - (3 x^2) / 2 - 2x + 11/6f(x)=x333x222x+116

Explanation:

Let's first solve the integral:

int x^2 - 3x - 2 dx = int x^2 dx - 3 int x dx - 2 int 1 dx = x^3/3 - (3 x^2) / 2 - 2x + C x23x2dx=x2dx3xdx21dx=x333x222x+C

We know that f(-1) = 2f(1)=2. Therefore, we set x = -1x=1 and solve the following equation:

- 1/3 -3/2 + 2 + C = 21332+2+C=2.

Solving this, we find that C = 11/6C=116, and thus

f(x) = x^3/3 - (3 x^2) / 2 - 2x + 11/6f(x)=x333x222x+116.