

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
The properties and evaluation techniques for definite integrals, focusing on the fundamental theorem of calculus, integration rules, and examples. It covers topics such as integrating in opposite directions, constant multiple and sum rules, and dealing with piecewise-defined functions.
What you will learn
Typology: Exams
1 / 2
This page cannot be seen from the preview
Don't miss anything!
We have seen that a definite integral represents the area underneath a function over a given interval. There are numerous useful properties of definite integrals worth studying, so that we can become adept at using and manipulating them. Suppose f and g are both Riemann integrable functions. In light of the fundamental theorem of calculus, and that
∫ (^) b
a
f (x)dx = F (b) − F (a)
for F and antiderivative of f , we must have that
∫ (^) a
b
f (x)dx = F (a) − F (b) = −
∫ (^) b
a
f (x)dx
which in a sense states that by integrating in the opposite direction, or backwards, we pick up a negative sign. Let’s also notice that if we integrate over an interval of 0 length, then we must find 0 area, so (^) ∫ a
a
f (x)dx = 0
Just as we constant multiple and sum rules for indefinite integrals, they must hold for definite integrals so (^) ∫ b
a
kf (x)dx = k
∫ (^) b
a
f (x)dx
and (^) ∫ (^) b
a
(f (x) + g(x))dx =
∫ (^) b
a
f (x)dx +
∫ (^) b
a
g(x)dx
To illustrate the first property, suppose you are finding the area of a square. If you double the length of one of the sides, then the original square will fit twice inside the enlarged one, so the area of the enlarged square is twice that of the original square. The second property says that if we split an object into two pieces, the sum of the area should be the area of the sum. In a similar vein, it follows that
∫ (^) c
a
f (x)dx =
∫ (^) b
a
f (x)dx +
∫ (^) b
a
f (x)dx
because here we are simply splitting the area in a different way. Finally, if f (x) ≥ g(x) on [a,b], then it must follow that there is more area under f (x), so
∫ (^) b
a
f (x)dx ≥
∫ (^) b
a
g(x)dx
A special case of this property is looking at the rectangles formed by the minimum and maximum value of f. The rectangle formed by the max of f must have a greater area than under f , which must have a greater area than under the minimum value of f.
Using the above rules, we can now integrate a wider variety of functions. For instance, we are now capable of dealing with piecewise-defined functions.
Example 1 Evaluate
0
f (x)dx for
f (x) =
x 0 ≤ x < 2 4 2 ≤ x < 3 3 x^2 3 ≤ x
Solution To solve this problem we need to split the integral into multiple pieces, according to where the function is defined differently. ∫ (^4)
0
f (x)dx =
0
xdx+
2
4 dx+
3
3 x^2 dx =
x^2 2
2 0
+4x
3 2
+x^3
4 3
Example 2 Evaluate
− 5
|x|dx
Solution We do not know how to directly integrate |x|, but we can write it in terms of two functions we do now how to integrate. Using the fact that we can split the integral over the limits of integration, we find that ∫ (^5)
− 5
|x|dx =
− 5
|x|dx +
0
|x|dx =
− 5
(−x)dx +
0
xdx
x^2 2
0 − 5
x^2 2
5 0
This is really part of a more general phenomenon. When we have a function which is symmetric about the y-axis, and we integrate over an interval [−a, a], we find a value that is twice the integral from [0, a]. For this reason we can see that
∫ (^) π/ 2
−π/ 2
cos(x)dx = 2
∫ (^) π/ 2
0
cos(x)dx = 2 sin(x)
π/ 2 0
= 2(sin(π/2) − sin(0)) = 2
We have previously said that the definite integral finds the ‘signed’ area underneath a func- tion. We know that functions like the sine and cosine function have certain symmetries about the x-axis that cause their definite integrals to be 0 over certain limits. If we want to find the amount of conventional area between such a function and the x-axis, we need to integrate the magnitude of the function.
Example 3 Find the conventional area between sin(x) and the x-axis over [0, 2 π]. Solution In order to solve this problem we integrate | sin(x)|. However, we do not know how to integrate such a function, so we need to break it up into intervals where we know sine is positive and negative, so we can remove the absolute value sign. ∫ (^2) π
0
| sin(x)|dx =
∫ (^) π
0
sin(x)dx +
∫ (^2) π
π
(− sin(x))dx = − cos(x)
π 0
2 π π = − cos(π) + cos(0) + cos(2π) − cos(π) = 1 + 1 + 1 + 1 = 4