Introduction to Integration Calculus: Definitions, Formulas, & Examples
03.15.2022 • 9 min read
Rachel McLean
Subject Matter Expert
In this article, we’ll discuss the definition of integral calculus, indefinite vs definite integration, key integration rules, and three essential integration methods.
You are probably already familiar with differentiation, which is the process used to calculate the instantaneous rate of change of a function. What is the difference between integration and differentiation? Well, you can think about integration as the reverse operation of differentiation. Together, differentiation and integration make up the essential operations of calculus and are related by the fundamental theorems of calculus.
Dr. Hannah Fry discusses the fundamental theorem of calculus:
When you integrate some function f(x), you find its antiderivative function, which is often denoted F(x). This function can calculate the area underneath the curve of f(x).
The notation for integrating f(x) looks like this:
∫f(x)dx=F(x)+C
Here’s a guide for interpreting this integral notation:
What is ∫?
The symbol ∫ is called the integral sign. This symbol indicates that we’re calculating the antiderivative function of f(x).
What is f(x)?
The function f(x) is called the integrand, and it’s the function we’re taking the integral of.
What is dx in calculus?
These letters represent the differential dx. The differential dx indicates that we’re integrating f(x) with respect to the variable x.
What is F(x)?
F(x) is the antiderivative function that gives back f(x) when differentiated.
What is C?
The capital letter C represents a constant value called the constant of integration. We’ll talk more about what the constant of integration means later.
Why is F(x) called the antiderivative function?
When you take the derivative of F(x), you get back f(x) again. To help think about the relationship between a function f and its antiderivative, you can ask the question, “What function F(x) has the derivative f(x)?” Their relationship can be thought of like this:
If ∫f(x)dx=F(x)+C, then F’(x)=f(x)
Or, it might be easier to think about it like this:
∫f’(x)dx=f(x)+C
For example,
This relationship is guaranteed by the First Fundamental Theorem of Calculus:
F′(x)=dxd∫axf(t)dt=f(x)
Because of this relationship, you might also hear integration referred to as anti-differentiation.
Dr. Tim Chartier discusses why we need antiderivatives to begin with:
Standard Integration Rules and Theorems
Assuming that f and g are continuous functions, here is a list of the most important integration rules and properties that you should know:
Sum Rule
∫[f(x)+g(x)]dx=∫f(x)dx+∫g(x)dx
Difference Rule
∫[f(x)−g(x)]dx=∫f(x)dx−∫g(x)dx
Constant Multiplier Rule
∫kf(x)dx=k∫f(x)dx for some constant k
Power Rule
∫xndx=n+1xn+1+C for some real number n
Constant Rule
∫adx=ax+C for some constant a
Reciprocal Rules
∫x1dx=∫x−1dx=ln∣x∣+C
∫ax+b1dx=a1ln(ax+b)+C
Exponential and Logarithmic Function Rules
∫exdx=ex+C
∫axdx=ln(a)ax+C, for any positive real number a
∫ln(x)dx=xln(x)−x+C
Trigonometric Function Rules
For these rules, assume that x is in radians.
∫sinxdx=−cosx+C
∫cosxdx=sinx+C
∫sec2xdx=tanx+C
∫csc2xdx=−cotx+C
∫secxtanxdx=secx+C
∫cscxcotxdx=−cscx+C
∫1−x2dx=sin−1x+C
∫1−x2−dx=cos−1x+C
∫1+x2dx=tan−1x+C
∫sin(ax)dx=a−cos(ax)+C for some real number a
∫cos(ax)dx=asin(ax)+C for some real number a
Absolute Value Rule
∫∣x∣dx=2x∣x∣+C
Here are a few short examples to practice these integration rules.
The indefinite integral finds the general antiderivative function of f(x), while the definite integral finds the area under the curve of f(x) on a specific interval.
These types of integrals have different outputs. The definite integral outputs a unique number that represents the area enclosed by a function’s curve and the x-axis over some interval [a,b]. The indefinite integral outputs a function’s antiderivative function, accompanied by the constant of integration C.
So, what exactly is the constant of integration C? Let’s figure this out by looking at an example. Consider the function f(x)=5x4. Using the power rule, observe that ∫(5x4)dx=x5+C=F(x).
Let’s try plugging some different C values into the antiderivative function F(x)=x5+C. When we take the derivative of the antiderivative function F(x), we should get our original function f(x) back again.
If C= 4, then F(x)=x5+4, and its derivative is F’(x)=5x4
If C= 0, then F(x)=x5, and its derivative is F’(x)=5x4
If C= -150, then F(x)=x5−150, and its derivative is F’(x)=5x4
Even though their last constant term is different, all of the above F(x) functions have the same derivative F’(x), and F’(x) is always equal to our original integrand function f(x)=5x4.
This is because the derivative of any constant is zero. Remember that for an integrand f(x), its antiderivative function answers the question, “What function F(x) has the derivative f(x)?” Any of the above F(x) functions will satisfy this question.
Since there are infinite constant values we can plug into C, the constant of integration C and the antiderivative function F(x) together represent an infinite family of functions. That’s why it’s called “indefinite” integration since there is not one unique antiderivative function.
By contrast, definite integrals give us a unique answer. We also don’t need to worry about the constant of integration anymore. To evaluate the definite integral of a function f(x) on the interval [a,b], we use this notation:
∫abf(x)dx=A
The letters a and b are called integral bounds or limits. The letter a represents the lower bound, while b represents the upper bound. We can think of this notation as the area bounded by f(x), the x-axis, and the lines x=a and x=b.
To find the definite integral of a function on [a,b], we take the difference between the indefinite integral of the function evaluated at a and the indefinite integral of the function evaluated at b. This is called the Second Fundamental Theorem of Calculus.
This theorem clarifies the relationship between the integral and the antiderivative function:
∫abf(x)dx=F(x)∣∣ab=F(b)−F(a)
Here are the four steps for evaluating a definite integral:
Step 1 - Find the indefinite integral F(x) using the integral rules.
Step 2 - Find F(b) by plugging b into F(x).
Step 3 - Find F(a) by plugging a into F(x).
Step 4 - Take the difference F(b)−F(a). Since we subtract these values, the constant of integration C cancels out, which is why we can ignore it.
For example, let’s evaluate f(x)=x+1 on [2,4]. The notation for this looks like ∫24(x+1)dx.
Step 1 - Using the power and constant rules, ∫(x+1)dx=2x2+x.
Step 2 - F(4)=242+4=12
Step 3 - F(2)=222+2=4
Step 4 - F(4)−F(2)=12−4=8
This value represents the area under the curve of f(x) on [2,4].
3 Ways to Calculate Integrals
Below, we’ll discuss three primary techniques for evaluating more complex integrals.
1. U-Substitution
U-Substitution reverses the chain rule for derivatives and is used to integrate composite functions. We need to rewrite our integral in terms of u and du, so that it looks like this:
∫f(g(x))g’(x)dx=∫f(u)du
Here are the four steps to integrating with u-substitution:
Pick u, the "inside" part of the chain rule.
Differentiate u to find du. If necessary, rearrange the problem algebraically so that du perfectly matches what’s left inside the integral.
Substitute u and du into the integrand and integrate.
Substitute the original values back into the resulting function and add the constant of integration to your final answer.
Example
Let’s evaluate ∫(5x2+1)210xdx. Let u=5x2+1. Then, du=10xdx. Now, we’ll substitute u and du into the integral.
We must choose one function in the integrand to represent u and the other to represent dv.
Here are four steps to integrate with integration by parts:
Separate the integrand into a product of functions by choosing u and dv.
Differentiate u to find du and integrate dv to find v.
Plug u, v, and du into the integration by parts formula.
Solve and simplify.
Example
Let’s evaluate ∫xsin(x)dx. We’ll let dv=sin(x)dx since the integral of this function is easy to find . Then, u=x since that’s what is left over. Now, we need to differentiate u to find du and integrate dv to find v.
Using the power rule on u=x and solving for du, we find that du=1dx. Integrating dv using the trigonometry rules, we find that v=∫sin(x)=−cos(x). Now we can plug these values into our formula.
∫udv=uv−∫vdu
∫xsin(x)dx=x(−cos(x)−∫−cos(x)dx
=−xcos(x)+∫cos(x)dx
=−xcos(x)+sin(x)
3. Integration by Partial Fractions
Integration by partial fractions is used to integrate rational functions. This method is hard to understand without an example, so be sure to try the example exercise.
Here are nine steps to integrating with this method:
Factor the denominator of the function.
Decompose the function into a sum of its parts by assigning an unknown variable to each term of the denominator.
Combine all terms into one by finding the common denominator, making sure you multiply each numerator appropriately.
Multiply out the numerator.
Set up an equation that equates the x terms of the original function’s numerator with the x terms in your new equation’s numerator.
Set up a second equation that equates the constant terms of the original function’s numerator with the constant terms in your new numerator.
Solve for the unknown variables.
Plug your solved variables into Step 2.
Integrate using the reciprocal rules.
Example
Let’s evaluate ∫x2+x−12x+4dx. First, we need to factor the denominator.
∫x2+x−12x+4dx=∫(x+4)(x−3)x+4dx
Now we can do steps 2 - 4.
(x+4)(x−3)x+4=x+4A+x−3B
=(x+4)(x−3)A(x−3)+B(x+4)
=(x+4)(x−3)Ax−3A+Bx+4B
Now, we can solve for A and B with steps 5 - 7.
Following those steps, our first equation is Ax+Bx=x, which simplifies to A+B=1. Our second equation is −3A+4B=4. Solving this system of equations, we find that A=0 and B=1.
Outlier (from the co-founder of MasterClass) has brought together some of the world's best instructors, game designers, and filmmakers to create the future of online college.