4.9 Antiderivatives
Not on Exam 3
antiderivative — reverse of derivative
- → Given a function \( f(x) \), find \( F(x) \) such that \( F'(x) = f(x) \)
for example, \( F(x) = -\cos x \) is the antiderivative of \( f(x) = \sin x \) because \( F'(x) = -(-\sin x) = \sin x = f(x) \)
Antiderivative of \( x^n \)
an antiderivative of \( x^n \) is \( \frac{x^{n+1}}{n+1} \) if \( n \neq -1 \)
why? because
\[ \frac{d}{dx} \left( \frac{x^{n+1}}{n+1} \right) = \frac{1}{n+1} (n+1) x^n = x^n \]for example, an antiderivative of \( x^2 \) is \( \frac{x^{2+1}}{2+1} = \frac{x^3}{3} = \frac{1}{3}x^3 \)
check:
\[ \frac{d}{dx} \left( \frac{1}{3}x^3 \right) = \frac{1}{3} \cdot 3x^2 = x^2 \]