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 x2โˆ’10x^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: โˆซxnโ€‰dx=xn+1n+1+C\int x^n \, dx = \frac{x^{n+1}}{n+1} + C (for nโ‰ โˆ’1n \neq -1)
  • Exponential: โˆซexโ€‰dx=ex+C\int e^x \, dx = e^x + C
  • Reciprocal: โˆซ1xโ€‰dx=lnโกโˆฃxโˆฃ+C\int \frac{1}{x} \, dx = \ln|x| + C
  • Sine: โˆซsinโกxโ€‰dx=โˆ’cosโกx+C\int \sin x \, dx = -\cos x + C
  • Cosine: โˆซcosโกxโ€‰dx=sinโกx+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 โˆซ(3x2โˆ’4x+2)โ€‰dx\int (3x^2 - 4x + 2) \, dx

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

Combine the terms and don't forget to add the constant of integration: โˆซ(3x2โˆ’4x+2)โ€‰dx=x3โˆ’2x2+2x+C\int (3x^2 - 4x + 2) \, dx = x^3 - 2x^2 + 2x + C

Example 2: Find โˆซ(ex+2sinโกxโˆ’1x)โ€‰dx\int (e^x + 2\sin x - \frac{1}{x}) \, dx

Integrate each term using the basic rules: โˆซexโ€‰dx=ex\int e^x \, dx = e^x โˆซ2sinโกxโ€‰dx=โˆ’2cosโกx\int 2\sin x \, dx = -2\cos x โˆซ1xโ€‰dx=lnโกโˆฃxโˆฃ\int \frac{1}{x} \, dx = \ln|x|

Combine the results to find the final indefinite integral: โˆซ(ex+2sinโกxโˆ’1x)โ€‰dx=exโˆ’2cosโกxโˆ’lnโกโˆฃxโˆฃ+C\int \left(e^x + 2\sin x - \frac{1}{x}\right) \, dx = e^x - 2\cos x - \ln|x| + C