Partial Fraction

Author: John J Weber III, PhD Corresponding Textbook Sections:

Expected Educational Results

Bloom’s Taxonomy

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.

Bloom’s Taxonomy for different levels of understanding
Figure 1.1: Bloom's Taxonomy

Partial Fractions

Method of Partial Fractions

Definition: Irreducible Quadratics

Irreducible quadratic expressions cannot be factored using real numbers, R.

Activity 05

Show the following expressions are irreducible quadratic expressions, i.e., not factorable over the Reals:

  1. x2+4

  2. x2+x+1

  3. x2+2x+5

  4. x23x+7

  5. x2x+2

Use Technology to Factor Expressions

NOTE: On Assessments, you may use of technology to factor expressions without showing any work.

Mathematica

Warnings:

  1. 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.

  2. Factor[ ] has one arguments:

    1. The expression to be factored.

  3. For help on using the Factor[ ] function:

    1. In Mathematica, execute the code: ?Factor

    2. Click on near the bottom-left of output

    3. Click on local

    4. Read how to use the Factor[ ] function – you will be able to copy-paste code.

  4. Remember, correct Mathematica code will be all black except for variables.

  5. To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.

Python

  1. 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.

  2. Python requires for explicit multiplication.

  3. Python requires for exponentiation, e.g., x2 is x**2.

  4. Remember to use parens ( and )​ to group factors consisting of multiple terms.

  5. You can use pprint(factor(8x*3-1)) for pretty print.

  6. To execute code, press the “View the result” button:

CC BY-NC-SA 4.0

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: Wednesday, 08 September 2021 - 06:31 (EDT)