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

Combining Rational Expressions

Investigation 04

Find a common denominator and combine the following difference as a single rational expression:

12(1x+3)12(1x+5)

Use Technology to Rewrite Expressions

NOTE: On Assessments, you may use of technology to rewrite 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: http://www.jjw3.com/TECH_Common_Functions.pdf.

  2. FullSimplify[ ] has one argument:

    1. The expression to be simplified.

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

    1. In Mathematica, execute the code: ?FullSimplify

    2. Click on near the bottom-left of output

    3. Click on local

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

Definition: Partial Fractions

Since 1x2+8x+15 can be decomposed into a sum of 12(1x+3) and 12(1x+5), then

12(1x+3) and 12(1x+5) are partial fractions of 1x2+8x+15.

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, 08 September 2021 - 05:58 (EDT)