Orchids Logo

Integration

Introduction to Integration

Integration is a key concept in calculus and mathematical analysis. It involves finding a function based on its derivative or calculating the area under a curve. While differentiation breaks a quantity into its rates of change, integration combines it back together. Integration has applications in physics, engineering, economics, and probability. 

In ancient times, mathematicians employed a technique called the method of exhaustion to find areas enclosed by curves. Today, this technique is formally recognized as integration. Modern calculus has structured these ideas using limits.

 

Table of Contents

 

What is Integration?

Let’s define integration. Integration is the process of calculating the area under a curve or reversing the process of finding a derivative. When you are given a derivative and asked to find the original function, you need to perform integration. 

Mathematically, if 

d/dx F(x) = f(x),

then 

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

where:  

  • f(x): integrand  

  • dx: variable of integration  

  • C: constant of integration  

So, what is integration? In simple terms, it is the opposite of differentiation. It is a method used to add up small pieces of data into a whole.

 

Integration as the Inverse Process of Differentiation

As mentioned, integration reverses what differentiation does. If you know the rate at which something changes, you can use integration to find the original quantity. 

For example, let f'(x) = cos x. To find f(x), we integrate:  

∫ cos x dx = sin x + C.  

This process of retrieving the function from its derivative is why integration is also called anti-differentiation.  

 

Theorem on Indefinite Integration  

In calculus, indefinite integration means finding an antiderivative or primitive function of a given function. It shows a group of functions whose derivative is the original function. Because differentiation removes the constant term, indefinite integration always includes an arbitrary constant, noted as C.

If F(x) is a particular antiderivative of f(x) on an interval I, then every antiderivative of f(x) on I is given by:  

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

where C is the constant of integration.  

This means that all integral formulas will include an arbitrary constant C, because differentiating any constant gives 0.

 

Rules of Integration

The process of integration follows several basic rules. These rules make it easier to evaluate integrals of algebraic, trigonometric, exponential, and logarithmic functions. They guide us in performing integration effectively and form the foundation of all integral formulas.  

Here are the most important rules of integration:

Sum and Difference Rule
If two functions are added or subtracted, the integral of the result is the sum or difference of their individual integrals.
∫ [f(x) ± g(x)] dx = ∫ f(x) dx ± ∫ g(x) dx

Constant Multiple Rule
A constant multiplied with a function can be taken outside the integral.
∫ a·f(x) dx = a ∫ f(x) dx, where a is a constant

Power Rule
For any real number n ≠ -1:
∫ xⁿ dx = (xⁿ⁺¹)/(n + 1) + C

Exponential Function Rules
∫ eˣ dx = eˣ + C
∫ aˣ dx = aˣ / ln(a) + C, where a > 0 and a ≠ 1

Logarithmic Function Rule
∫ ln(x) dx = x·ln(x) − x + C

Reciprocal Rule
The integral of 1/x is the natural logarithm of x.
∫ (1/x) dx = ln|x| + C

Trigonometric Function Rules (Basic)
∫ sin(x) dx = −cos(x) + C
∫ cos(x) dx = sin(x) + C
∫ sec²(x) dx = tan(x) + C
∫ csc²(x) dx = −cot(x) + C
∫ sec(x)tan(x) dx = sec(x) + C
∫ csc(x)cot(x) dx = −csc(x) + C

These rules are the basic tools for using most standard functions. You can solve many complex integrals by rewriting them to fit one of the rules above. Always remember to add the constant of integration (+C) at the end of an indefinite integral. This constant represents all the antiderivatives of the function.

 

Properties of Integration

A few key properties that help simplify integration problems are:

  • Linearity: 
    ∫ [a·f(x) + b·g(x)] dx = a ∫ f(x) dx + b ∫ g(x) dx 

  • Additivity over intervals (for definite integrals): 
    ∫ from a to c f(x) dx = ∫ from a to b f(x) dx + ∫ from b to c f(x) dx 

  • Reversing limits: 
    ∫ from a to b f(x) dx = -∫ from b to a f(x) dx  

These integration properties are essential for simplifying complex expressions or working with definite integrals.

 

Methods of Integration

Understanding how to do integration effectively requires knowledge of multiple techniques because not all functions can be integrated using a single approach. Depending on the complexity and type of function (algebraic, trigonometric, exponential, logarithmic, or a combination), various methods of integration are applied.

Let’s explore how to do integration using different methods. Depending on the function form, you can apply:

  1. Integration by Decomposition

  2. Integration by Substitution

  3. Integration using Partial Fractions

  4. Integration by Parts

Method 1: Integration by Decomposition

This method is useful when the integrand (the function to be integrated) is a rational algebraic expression. The goal is to break the function into simpler parts, which can be integrated easily using standard integral formulas. 

For example:  

∫ (x² - x + 1)/x³ dx 
= ∫ (x²/x³ - x/x³ + 1/x³) dx 
= ∫ (1/x - 1/x² + 1/x³) dx  

Now, each term can be integrated individually using basic rules. This method works well for expressions where simplifying the function leads to straightforward integrals.

 

Method 2: Integration by Substitution

This is one of the most powerful and commonly used techniques in calculus. The method involves changing the variable in the integrand to simplify the expression. It is particularly helpful when the integrand includes a composite function, and the derivative of an inner function is also present.

To use this method:

  • Substitute a part of the function with a new variable.
  • Change the differential (dx) accordingly.
  • Integrate with respect to the new variable.
  • Substitute back the original variable.

Example:
∫ sin(3x) dx
Let t = 3x ⇒ dt = 3 dx ⇒ dx = dt/3
Then, ∫ sin(3x) dx = (1/3) ∫ sin(t) dt = -(1/3) cos(t) + C = -(1/3) cos(3x) + C

This method simplifies otherwise difficult integrals and helps in identifying standard forms.

 

Method 3: Integration Using Partial Fractions

This technique is specifically used when the integrand is a rational function, i.e., a ratio of two polynomials. If the degree of the numerator is less than the degree of the denominator, we can express the function as a sum of simpler fractions, called partial fractions.

The process involves:

  • Factorizing the denominator.
  • Expressing the rational function as a sum of partial fractions.
  • Solving for unknown constants.
  • Integrating each fraction individually.

Example:
∫ [1 / (x + 1)(x + 2)] dx
= ∫ [A/(x + 1) + B/(x + 2)] dx
After solving for A and B, you integrate each term using the formula ∫ 1/x dx = ln|x| + C.

Partial fractions are extremely helpful when dealing with rational algebraic functions, especially in algebraic integration problems.

 

Method 4: Integration by Parts

This is one of the most powerful and commonly used techniques in calculus. The method involves changing the variable in the integrand to simplify the expression. It is particularly helpful when the integrand includes a composite function, and the derivative of an inner function is also present.

Formula:
∫ u·dv = u·v - ∫ v·du

Steps:

  1. Identify u and dv.
  2. Differentiate u to get du, and integrate dv to get v.
  3. Apply the integration by parts formula.

Example:
∫ x·e^x dx
Let u = x and dv = e^x dx
Then du = dx and v = e^x
Now apply the formula:
∫ x·e^x dx = x·e^x - ∫ e^x dx = x·e^x - e^x + C

This method is useful in cases involving products like:
x·ln x
x·sin x
x·e^x
ln x·e^x

Integration by parts can also be extended using Bernoulli’s formula for repeated application when dealing with polynomial and trigonometric or exponential functions together.

These methods - Decomposition, Substitution, Partial Fractions, and Integration by Parts - form the backbone of solving integration problems in calculus. Mastery over when and how to use each method helps in learning how to do integration efficiently and accurately.

 

Standard Integrals of Rational Algebraic Functions

Here are some must-know integral formulas:

∫ 1/(x^2 + a^2) dx = (1/a) tan^(-1)(x/a) + C
∫ 1/√(x^2 - a^2) dx = ln |x + √(x^2 - a^2)| + C
∫ 1/√(a^2 - x^2) dx = sin^(-1)(x/a) + C
∫ 1/(x^2 - a^2) dx = (1/2a) ln |(x - a)/(x + a)| + C

These help in quickly applying known solutions without doing the full work.

 

Important Notes on Integration

Here are some important points to help you understand integration better and learn how to do it:  

  • Integration is the opposite of differentiation.  

  • Always add the constant of integration (C) after indefinite integrals.  

  • Use substitution or integration by parts for functions that are hard to integrate.  

  • If you're unsure, break complex functions into simpler ones using decomposition.  

  • Practice is essential for mastering integration techniques.

 

Practice Examples

Example 1:
Find ∫ 2x sin(x^2 + 1) dx

Let z = x^2 + 1 → dz = 2x dx
So, ∫ 2x sin(x^2 + 1) dx = ∫ sin z dz = -cos z + C = -cos(x^2 + 1) + C

 

Example 2:
Evaluate ∫ (x^2 + 1)/(x^2 - 5x + 6) dx

Factor denominator: x^2 - 5x + 6 = (x - 2)(x - 3)

Use long division + partial fractions to rewrite:
(x^2 + 1)/(x^2 - 5x + 6) = 1 + (5x - 5)/[(x - 2)(x - 3)]

Using partial fractions, (5x - 5)/(x - 2)(x - 3) = A/(x - 2) + B/(x - 3)
Solve for A and B: A = -5, B = 10

Then:
∫ (x^2 + 1)/(x^2 - 5x + 6) dx = ∫ dx - 5∫ dx/(x - 2) + 10∫ dx/(x - 3)
= x - 5 ln |x - 2| + 10 ln |x - 3| + C

 

Conclusion

Now that you’ve learned what is integration, how to do integration, and the major integral formulas, you are better equipped to solve a wide variety of problems in calculus. Whether you are calculating area, solving physics equations, or modeling economic behavior, integration is a powerful tool in your mathematical toolkit.

Keep practicing the methods of integration - especially substitution, parts, and partial fractions - and always remember to add that +C at the end!

 

Related Links

Integration Questions - Practice important integration problems to build a strong understanding of calculus concepts.

Differential Equation - Dive into the world of differential equations with definitions, types, and methods for solving them, supported by examples to build a strong foundation.

Differentiation Questions - Practice a wide range of differentiation problems, from finding rates of change to solving advanced calculus questions, to enhance your problem‑solving skills.

 

Frequently Asked Questions on Integration

1. What does integration mean?

Ans: Integration is the process of finding the area under a curve, the antiderivative of a function, or the accumulated quantity over a certain interval. It is the inverse of differentiation and is used in calculus to calculate areas, volumes, displacement, and total accumulated values.

 

2. Who is the father of integration?

Ans: Gottfried Wilhelm Leibniz is considered the father of integration. He introduced the ∫ symbol and developed the fundamental rules of integral calculus during the late 1600s. His work laid the foundation for what we now call integral calculus.

 

3. Whose integration is one?

Ans: The integral of a function is 1 when the area under the function curve equals 1 over a certain interval.
For example:
∫ from 0 to 1 of 1 dx = 1
Here, the integration of the constant function f(x) = 1 over the interval [0, 1] results in 1.

 

4. What are the 5 basic integration formulas?

Ans: Here are the five most important and basic integration formulas:

  1. ∫ xⁿ dx = (xⁿ⁺¹)/(n + 1) + C, where n ≠ −1

  2. ∫ 1/x dx = ln|x| + C

  3. ∫ e^x dx = e^x + C

  4. ∫ a^x dx = a^x / ln(a) + C

  5. ∫ sin(x) dx = −cos(x) + C

These formulas are essential in solving basic problems involving how to do integration.

 

Learn integration and other maths concepts the easy way with step-by-step explanations at Orchids The International School.



Share
Loading Footer...