Integration by PartsExpected Educational ResultsBloom’s TaxonomyIntegration by PartsDefinition: Integration by PartsProcedure: Traditional Method for Integration by PartsProcedure: The Tanzalin Method for Integration by PartsInvestigation 04Using Integration by Parts for Indefinite IntegralsInvestigation 05Use Technology to Verify AntiderivativesHomeworkCC BY-NC-SA 4.0
Author: John J Weber III, PhD Corresponding Textbook Sections:
Section 7.1 – Integration by Parts
Objective 03–01: I can use integration by parts to evaluate an indefinite integral using FTC-I.
Objective 03–02: I can use integration by parts to evaluate a definite integral using FTC-II.
Objective 03–03: I can use substitution and integration by parts to evaluate an indefinite integral using FTC-I.
Objective 03–04: I can use substitution and integration by parts to evaluate a definite integral using FTC-II.
A modern version of Bloom’s Taxonomy is included here to recognize various different levels of understanding and to encourage you to work towards higher-order understanding (those at the top of the pyramid). All Objectives, Investigations, Activities, etc. are color-coded with the level of understanding.

If
When using Integration by Parts, the typical first step is:
Let
NOTE: Sometimes the above first step does not work. We will discuss this case later in this Module.
Example 01: Evaluate:
Solution 01: The polynomial factor is
We need
NOTE: There is NO
Now substitute
NOTE: Since there is an integral remaining in the line above, there is no
The above line still has an integral. So we need to evaluate the integral term,
NOTE: Since there is no integral remaining in the line above, you must include
Example 02: Evaluate:
Solution 02a: The polynomial factor is
We need
NOTE: There is NO
Now substitute
NOTE: We need to integrate (the red integral term) by parts again!
The polynomial factor is
We need
NOTE: There is NO
Now substitute
Evaluate the last integral term (include
Solution 02b:
For a discussion of this method: www.intmath.com/blog/mathematics/tanzalin-method-for-easier-integrationby-parts-4339.

Multiply along the diagonals and use alternating signs along diagonals.
Compare the result of integrating
Explain the use of the
Use either procedure for Integration by Parts to integrate the following:
Mathematica
NOTE: Mathematica is used here to verify antiderivatives. You must show that you understand the Calculus concept of the antiderivative.
1(* Example from Example 02: Integrate x^2e^x *)2Integrate[x^2*E^x, x]Warnings:
Be very careful with the syntax. Syntax is the set of rules on how to write computer code. Every software program has its own unique syntax. Some basic Mathematica syntax is located at: https://www.jjw3.com/Common_Mathematica_Code.html.
The Mathematica syntax for
Remember to use parens
Integrate[ ] for indefinite integrals has two arguments:
The integrand, i.e., function of the definite integral;
Remember, correct Mathematica code will be all black except for variables.
To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.
Mathematica does not show
Mathematica may return a result in a different, but equivalent, form than your answer. In these cases, use FTC-I to check your work.
Python
NOTE: Python is used here to verify definite integrals. On all Assessments, you must show that you understand the Calculus I concept of using
Warnings:
Be very careful with the syntax. Syntax is the set of rules on how to write computer code. Every software program has its own unique syntax. Some basic Python syntax is located at: https://www.jjw3.com/Common_Python_Code.html.
All code is included above with comment codes that explain the executable code.
integrate( ) for indefinite integrals has two arguments:
The integrand, i.e., function of the definite integral;
You only need to change the function in the integrate( ) command.
The Python syntax for
Python requires
Remember to use parens
Python does not return the antiderivative with
To execute code, press the “View the result” button:

At this time, you should be able to complete the following assignments:
Section 7.1: # 1, 3, 5, 11, 35.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License [http://creativecommons.org/licenses/by-nc-sa/4.0/].
Created: Thursday, 12 August 2021 - 15:26 (EDT) Last Modified: Tuesday, 16 August 2022 - 15:34 (EDT)