
William W. answered 01/03/21
Experienced Tutor and Retired Engineer
let f(x) = x2/3 + 4x, then by the Fundamental Theorem of Calculus where F(x) = ∫f(x) then F'(x) = f(x) so we are looking for the function F whose derivative is x2/3 + 4x.
By the power rule, the function F (whose derivative is x2/3 + 4x) would have to be an x3 and an x2 function since the power rule reduces the exponent by 1. But notice that if it was just x3 and x2 then the derivative of that would be 3x2 and 2x while f(x) is x2/3 + 4x. That means F(x) must be composed of x3/9 and 2x2 so the derivative turns out right.
The Fundamental Theorem of Calculus also states that 0∫b f(x)dx = F(b) - F(0) therefore we can say 0∫b f(x)dx = (b3/9 + 2b2) - (03/9 + 2(0)2) which is just b3/9 + 2b2