Partial Fractions

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

Need for Polynomial Division for Integrating Rational Functions

Let f(x)=P(x)Q(x) be a rational function where deg(P)deg(Q), then polynomial division [or synthetic division] is required.

Investigation 12

Integrate the following functions.

  1. xx+2dx

  2. x2+3x2+4dx

  3. x2+3x3x3dx

  4. x33x2+x+2x2xdx

Use Technology to Perform Polynomial Division

Mathematica

NOTE: You are permitted to use Mathematica to perform polynomial division without showing any work.

Mathematica Output: {x-2,2-x}

The quotient is x2; the remainder is 2x. Thus,

the output refers to the equivalence: x33x2+x+2x2x=x2+2xx2x

NOTE: You will need to decompose the rational expression into partial fractions.

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. PolynomialQuotientRemainder[ ] has three arguments:

    1. The dividend, i.e., the numerator of the rational expression;

    2. The divisor, i.e., the denominator of the rational expression;

    3. The independent variable.

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

    1. In Mathematica, execute the code: ?PolynomialQuotientRemainder

    2. Click on near the bottom-left of output

    3. Click on local

    4. Read how to use the PolynomialQuotientRemainder[ ] 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.

Homework

At this time, you should be able to complete the following assignments:

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: Monday, 6 September 2020 13:33 EDT Last Modified: Wednesday, 15 September 2021 - 06:03 (EDT)