A Brief Introduction to Calculus: Part 2.1 - Definite and Indefinite Integrals
Math
Calculus
Further Math
Published on Thu Aug 04 2022. Views
An introduction to basic concepts in Calculus; mostly based on the IGCSE Further Math textbook.
Introduction
This series would primarily focus on the three fundamental areas of calculus - derivatives, limits, and integration, looking briefly at some of the different concepts to get started with calculus.; thus no prior knowledge of calculus is needed.
This is the first chapter of the second part of the series, and it is about definite and indefinite integrals.
Further content on this topic will be published in separate articles for performance reasons.
The process of integration is essentially the reverse operation of differentiation. When differentiating a function, its polynomial degree is decreased to, for instance, work out the rate of change; whereas integration reverses this process and increments the polynomial degree.
An integral is also the anti-derivative of a function.
There are two types of integrals:
Indefinite integral
Definite integral
Indefinite Integrals
An indefinite integral is written in the form of ∫ydx, where y is the expression to be integrated (a.k.a the integrand) and x is the variable to integrate with respect to.
For example, ∫2xdx, is an indefinite integral whose integrand is 2x and the variable to integrate is x.
Since an integral produces another function, by convention, that new function, i.e. the anti-derivative is represented by F(x). In other words:
∫f(x)dx=F(x)+C
where C is some constant
As said earlier, integration is the reverse process of differentiation, so sometimes it will attempt to construct the function that's being differentiated.
For instance, if f(x)=x2, then the derivative of f(x) is given by f′(x)=2x. However, let's say that we have another function g(x)=x2+5, its derivative would also be g′(x)=2x. And hence with these two functions as integrands, we would obtain the same integral:
∫2xdx
Thus, if you were asked to find f(x) given that f′(x)=2x, you cannot give a definite and single answer, because as seen above, f′(x)=g′(x) but f(x)=g(x); and this is due to the constant in g(x), which is eliminated in the process of differentiation.
However, we can say that:
∫2xdx=x2+C
Where C is a possible constant ignored/removed when differentiating; it could be anything, but without further information, we won't be able to find C.
Rules for Integration
Let's discuss some basic rules for integration before moving on to definite integrals.
Bear in mind that integration is the inverse operation, so you can verify them yourself if you want to see why these rules make sense.
Just like differentiating, you will need to integrate term by term.
Note that it's also very important to pay attention to the part of dx, because it indicates what variable you should integrate with respect to.
When applying the following rules to all the terms in a function, the constant C is only added at the end and doesn't need to be included in every integrated term.
For the powers of x, there is one exception, and that is xa, and x needs to have a power of exactly −1 when it's rewritten as being multiplied by a. In other words, this doesn't include scenarios like ∫x21dx
∫xadx=aln(∣x∣)+C
This is because:
∫x1dx=ln(∣x∣)+C
and:
=∫xadx=a⋅∫x1dxaln(∣x∣)+C
Example
Evaluate ∫x4dx
∫x4dx=4ln(x)+C
Definite Integrals
Unlike indefinite integrals, these integrals have a limit of integration, composed of an upper and a lower bound. Moreover, they compute a definite value instead of producing a function.
A definite integral is written as follows:
∫abydx
What are a and b then?
b represents the upper limit of integration, and a represents the lower limit.
As discussed earlier, a function produced by an indefinite integral is written as F(x).
However, a definite integral is simply the value of F(b) - F(a)$.
Hence:
==∫abf(x)dx[F(x)]abF(b)−F(a)
Notice that the constant C is not included in the expressions, that's because when F(b)+C−(F(a)+C), the constant cancels out.