Partial Fractions

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

Prerequisite Knowledge

This section contains the specific content from previous courses that you may need for CPT_06_Partial_Fractions.

Algebra

Completing the Square

Example 02: Complete the square for the polynomial x2+3x1.

Solution 02a:

x2+3x1 implies a=1, b=3, and c=1.

x2+3x+01x2+3x+___1___

To compute the value to replace the red underscores above:

(b2)2=(32)2=94

So,

x2+3x+94194

The first three terms above is a complete square:

(x+32)2194

Rewrite:

(x+32)2194(x+32)2134

Alternatively, use the formula ax2+bx+c=a(x+b2a)2+(cb24a)

Solution 02b:

x2+3x1 implies a=1, b=3, and c=1.

1x2+3x1=1(x+32(1))2+(1(3)24(1))(x+32)2134

Visualization of Completing the Square for Even b

Check Your Work

Use Technology to Complete the Square

NOTE: On Assessments, you may use of technology to complete the square 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. ResourceFunction[ ][ ] requires

    1. A call to the specific resource function using the first brackets, ["CompleteSquare"]

    2. The argument to apply the resource function to, [x^2+3x-1, x] For this resource function, the argument has two parts:

      1. The expression to complete the square, x2+3x-1
      2. The independent variable, x
  3. Remember, correct Mathematica code will be all black except for variables.

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

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, 06 September 2021 - 12:36 (EDT) Last Modified: Wednesday, 26 January 2022 - 04:06 (EST)