
William W. answered 03/30/23
Top Pre-Calc Tutor
The antiderivative is the function that, if you take its derivative, you get f(x).. So, what would that function look like?
Well, if you take the derivative and get x4, it must be some form of x5 since the power rule reduces the exponent by one. But if it were x5, the derivative would be 5x4. To fix this, start with (1/5)x5 then the derivative will work out. The same goes for 7√x or 7x1/2, you would need to start with some form of x3/2 so, reduced by one, the exponent would become 1/2 when you take the derivative. But x3/2 would have a derivative of (3/2)x1/2, to fix that, start with (14/3)x3/2 and the derivative will work out just right.
So the antiderivative is F(x) = (1/5)x5 + (14/3)x3/2 + C where "C" is any constant (because the derivative of a constant is zero. To determine what the correct value of "C" is, use the given fact that F(1) = -2
-2 = (1/5)(1)5 + (14/3)(1)3/2 + C
-2 = 1/5 + 14/3 + C
-30/15 = 3/15 + 70/15 + C
C = -30/15 - 3/15 - 70/15 = -103/15
F(x) = (1/5)x5 + (14/3)x3/2 - 103/15