Partial FractionExpected Educational ResultsBloom’s TaxonomyPartial FractionsDefinite IntegralsInvestigation 13Check Your WorkUse Technology to Verify Definite IntegralsHomeworkCC BY-NC-SA 4.0
Author: John J Weber III, PhD Corresponding Textbook Sections:
Section 7.4 – Integration of Rational Functions by Partial Fractions
Objective 06–01: I can use partial fractions to evaluate an indefinite integral.
Objective 06–02: I can use partial fractions 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.

Integrate the following functions.
NOTE: The use of technology in this activity is to verify, i.e., check, your answers. You must show work on assessments to receive credit for all Calculus II work.
1(* Investigation 10-1: Integrate 1/(x^3+4x) from x=1 to x=pi/4 *)2Integrate[1/(x^3+4x), {x, 1, Pi/4}]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.
Integrate[ ] has two arguments:
The function in the integrand;
For help on using the Integrate[ ] function:
In Mathematica, execute the code:
Click on
Click on local
Read how to use the Integrate[ ] function – you will be able to copy-paste code.
You may need parens,
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.
At this time, you should be able to complete the following assignments:
Section 7.4: # 11, 15, 19.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License [http://creativecommons.org/licenses/by-nc-sa/4.0/].
Last Modified: Monday, 6 September 2020 13:33 EDT