
William W. answered 11/21/23
Experienced Tutor and Retired Engineer
I will assume your question reads: ". . . and F is an antiderivative of f that satisfies F(pi ) = 0, then F(x) =?"
The antiderivative of x2 is:
because, when you take the derivative of it, you get x2
The antiderivative of sin(x) is:
because, when you take the derivative of it, you get sin(x)
And, we must add a constant as the third term because when we take the derivative of a constant, we get zero. So, so far that gives us an antiderivative of:
F(x) = (1/3)x3 - cos(x) + C
To determine the value of "C", we must use the data point (π, 0) and plug it into our F(x):
0 = (1/3)(π)3 - cos(π) + C
C = -1 - (1/3)π3
So F(x) = (1/3)x3 - cos(x) - 1 - (1/3)π3