Partial FractionExpected Educational ResultsBloom’s TaxonomyPartial FractionsNeed for Completing the Square with Rational FunctionsInvestigation 11Use Technology to FactorUse Technology to Complete the SquareCheck Your WorkUse Technology to Verify Indefinite 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.

Example 04: Consider
Solution 04:
By Completing the Square,
So,
By known integral formulas:
Integrate the following functions.
Mathematica
NOTE: You are permitted to use Mathematica to algebraically simplify expressions without showing any work.
1(* Example 04 *)2(* Factor x^2-x+2 *)3Factor[x^2-x+2]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.
Factor[ ] has one argument:
The function to be factored, if possible.
For help on using the Factor[ ] function:
In Mathematica, execute the code:
Click on
Click on local
Read how to use the Factor[ ] function – you will be able to copy-paste code.
Remember, correct Mathematica code will be all black except for variables.
If Mathematica returns the same expression, then the expression is not factorable.
To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.
Mathematica
NOTE: You are permitted to use Mathematica to complete the square of an expression without showing any work.
x1(* Verify x^2 - x + 2 is not factorable *)2Factor[x^2-x+2]3
4(* Complete the square: x^2 - x + 2 *)5ResourceFunction["CompleteSquare"][x^2-x+2, 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.
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
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.
xxxxxxxxxx21(* Example 04: Integrate 3/(x^2-x+2) *)2Integrate[3/(x^2-x+2), 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.
Integrate[ ] has two arguments:
The function in the integrand;
The independent variable.
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.
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.
At this time, you should be able to complete the following assignments:
Section 7.4: # 9, 23.
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: Monday, 6 September 2020 13:33 EDT Last Modified: Wednesday, 15 September 2021 - 05:29 (EDT)