Open In App

Indefinite Integrals

Last Updated : 31 Dec, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Integrals are also known as anti-derivatives as integration is the inverse process of differentiation. Instead of differentiating a function, we are given the derivative of a function and are required to calculate the function from the derivative. This process is called integration or anti-differentiation.

If f(x) is a continuous function on an interval I, an indefinite integral of f is a function F(x) such that:

F′(x) = f(x) for all x ∈ I

Consider a function f(x) = sin(x), the derivative of this function if f'(x) = cos(x). So, the integration of f'(x) should give back the function f(x). Notice that for every function f(x) = sin (x) + C, the derivative is the same because the constant becomes zero after differentiation.

This relationship is expressed using the integral symbol without upper and lower limits:

∫f(x) dx = F(x) + C

Where ∫ is the symbol for integral.

The table below represents the symbols and meanings related to integrals.

Symbol/Term/MeaningMeaning
\int f(x)dxIntegral of f with respect to x
f(x) in \int f(x)dxIntegrand
x in \int f(x)dxVariable of integration
Integral of f(x)A function such that F'(x) = f(x)

Formulas for Indefinite Integrals

There are certain formulas and rules which when kept in mind, help us simplify the calculating and do it fast. Some of these formulas are:

  • ∫ 1 dx = x + C
  • ∫ P dx = Px + C
  • ∫ xn dx = xn + 1/ (n + 1) + C
  • ∫ ex dx = ex + C
  • ∫ ax dx = ax / ln a + C
  • ∫1/x dx = ln |x| + C
  • ∫ cos x dx = sin x + C
  • ∫ sin x dx = -cos x + C
  • ∫ sec2x dx = tan x + C

How to Find Indefinite Integral

Various different methods are used to calculate the indefinite integrals are,

Let's consider an example for better understanding.

Example: Find the indefinite integral ∫ x3 cos x4 dx

Solution:

Using the substitution method. 

Let x4 = t
⇒ 4x3 dx = dt

Now, ∫ x3 cos x4 dx
= 1/4∫cos t dt
= 1/4 (sin t) + C
= 1/4 sin (x4 ) + C

Read More about Integration Methods.

Properties of Indefinite Integrals

Indefinite integrals have various properties some of the various properties of Indefinite Integral are,

Property of Sum

The property of the Sum of Indefinite Integral is,

∫ [f(x) + g(x)]dx = ∫ f(x)dx + ∫ g(x)dx

Property of Difference

The property of the Difference of Indefinite Integral is,

∫ [f(x) × g(x)]dx = ∫ f(x)dx × ∫ g(x)dx

Property of Constant Multiple

The property of the Constant Multiple of Indefinite Integral is,

∫ k f(x)dx = k∫ f(x)dx

Some of the other properties of the indefinite integral are,

  • ∫ f(x) dx = ∫ g(x) dx if ∫ [f(x) - g(x)]dx = 0
  • ∫ [k1f1(x) + k2f2(x) + ...+knfn(x)]dx = k1∫ f1(x)dx + k2∫ f2(x)dx + ... + kn∫ fn(x)dx

Difference Between Indefinite Integral and Definite Integral

Some of the key differences between indefinite and definite integrals are:

Aspect

Indefinite Integrals

Definite Integrals

Definition

Integration of a function without any bounds.

Integration of a function over a specific interval (bounded by lower and upper limits).

Notation

∫ f(x) dx = F(x) + C

abf(x) dx = F(b) - F(a) 

Result

Gives a family of functions (general antiderivative).

Gives a specific numerical value.

Use Case

Used to find the general form of the antiderivative of a function.

Used to find the exact value of the accumulated quantity, such as area under a curve, between specific limits.

Article Related:

Indefinite Integrals Examples

Example 1: Find the integral for the given function f(x), f(x) = sin(x) + 1

Solution: 

Given f(x) = sin(x) + 1

sin(x) is a standard function, and it's anti-derivative is,

∫ f(x)dx
= ∫ (sin(x) + 1)dx
\int sin(x)dx  + \int 1dx
-cos(x) + x + C

Example 2: Find the integral for the given function f(x), f(x) = 2ex 

Solution: 

Given f(x) = 2ex 

ex is a standard function, and it's anti-derivative is,

\int f(x)dx
\int 2e^xdx

Using the property 1 mentioned above, 

2\int e^xdx
= 2ex + C

Example 3: Find the integral for the given function f(x), f(x) = 5x-2

Solution: 

Given f(x) = 5x-2

Using reverse power rule

\int f(x)dx
\int 5x^{-2}dx

Using property 1 mentioned above, 

5\int x^{-2}dx
\frac{-5}{x} + C

Example 4: Find the integral for the given function f(x), f(x) = sin(x) + 5cos(x)

Solution: 

Given f(x) = sin(x) + 5cos(x)

sin(x) and cos(x) are standard functions, and its integral is,

\int f(x)dx
= ∫ (sin(x) + 5cos(x))dx
\int sin(x)dx  + 5\int cos(x)dx
-cos(x) + 5sin(x) + C

Example 5: Find the integral for the given function f(x), f(x) = 5x-2 + x4 + x

Solution: 

Given f(x) = 5x-2 + x4 + x

Using reverse power rule

\int f(x)dx
\int (5x{-2} + x^4  + x)dx
\int (5x{-2} + x^4  + x)dx
5\int x^{-2}dx + \int x^4dx   + \int xdx
\frac{-5}{x} + \frac{x^5}{5}   + \frac{x^2}{2}


Next Article

Similar Reads