Facebook Pixel
Mathos AI logo

Antiderivatives & Indefinite Integrals

Antiderivatives and Indefinite Integrals

In calculus, finding an antiderivative is the reverse process of finding a derivative. If you know the rate at which a quantity is changing, the antiderivative allows you to reconstruct the original quantity.

What is an Antiderivative?

A function F(x)F(x) is considered an antiderivative of f(x)f(x) if taking the derivative of F(x)F(x) gives you back f(x)f(x): F(x)=f(x)F'(x) = f(x)

For example, if f(x)=2xf(x) = 2x, an antiderivative is F(x)=x2F(x) = x^2 because the derivative of x2x^2 is exactly 2x2x.

The Constant of Integration (+ C)

Notice that the derivative of x2+5x^2 + 5 is also 2x2x. The same is true for x210x^2 - 10 or x2+42x^2 + 42. Because the derivative of any constant is zero, there are infinitely many antiderivatives for any given function.

To represent the entire family of possible antiderivatives, we use an indefinite integral and add an arbitrary constant CC, known as the constant of integration: f(x)dx=F(x)+C\int f(x) \, dx = F(x) + C

Here, \int is the integral sign, f(x)f(x) is the integrand (the function being integrated), and dxdx indicates the variable of integration.

Basic Integration Rules

Here are a few essential rules for evaluating indefinite integrals:

  • Power Rule: xndx=xn+1n+1+C\int x^n \, dx = \frac{x^{n+1}}{n+1} + C (for n1n \neq -1)
  • Exponential: exdx=ex+C\int e^x \, dx = e^x + C
  • Reciprocal: 1xdx=lnx+C\int \frac{1}{x} \, dx = \ln|x| + C
  • Sine: sinxdx=cosx+C\int \sin x \, dx = -\cos x + C
  • Cosine: cosxdx=sinx+C\int \cos x \, dx = \sin x + C
  • Sum and Difference: [f(x)±g(x)]dx=f(x)dx±g(x)dx\int [f(x) \pm g(x)] \, dx = \int f(x) \, dx \pm \int g(x) \, dx

Example Problems

Example 1: Find (3x24x+2)dx\int (3x^2 - 4x + 2) \, dx

Apply the sum/difference rule and the power rule to each term individually: 3x2dx=3(x33)=x3\int 3x^2 \, dx = 3 \left(\frac{x^3}{3}\right) = x^3 4xdx=4(x22)=2x2\int 4x \, dx = 4 \left(\frac{x^2}{2}\right) = 2x^2 2dx=2x\int 2 \, dx = 2x

Combine the terms and don't forget to add the constant of integration: (3x24x+2)dx=x32x2+2x+C\int (3x^2 - 4x + 2) \, dx = x^3 - 2x^2 + 2x + C

Example 2: Find (ex+2sinx1x)dx\int (e^x + 2\sin x - \frac{1}{x}) \, dx

Integrate each term using the basic rules: exdx=ex\int e^x \, dx = e^x 2sinxdx=2cosx\int 2\sin x \, dx = -2\cos x 1xdx=lnx\int \frac{1}{x} \, dx = \ln|x|

Combine the results to find the final indefinite integral: (ex+2sinx1x)dx=ex2cosxlnx+C\int \left(e^x + 2\sin x - \frac{1}{x}\right) \, dx = e^x - 2\cos x - \ln|x| + C