with the power rule, we know that f(x)=xn means f′(x)=nxn−1
as you remember, derivative is an operation, and it is quite a destructive operation in the sense that we can’t find the original expression when given its derivative
antidifferentiation tries to get an idea of what the original expression was, and is depicted with the symbol ∫
we have these identities where c can be any constant ∫nxn−1=xn+c
∫xn=n+1xn+1+c
we also have the sum and constant multiple rules, the same as in derivatives ∫f(x)+g(x)=∫f(x)+∫g(x) ∫c⋅f(x)=c⋅∫f(x)
worked example: we know that f′(x)=−3x2+4x and f(0)=0, find f(x)
we want to find the antiderivative of −3x2+4x f(x)=∫−3x2+4x f(x)=−x3+2x2+c
given f(0)=0, c=0 f(x)=−x3+2x2
worked example: we know that f′(x)=x3+4x2 and f(0)=0. find f(x) f(x)=∫x3+4x2 f(x)=4x4+34x3+c f(x)=4x4+34x3