Partial FractionsPrerequisite KnowledgeAlgebraCompleting the SquareVisualization of Completing the Square for Even bCheck Your WorkUse Technology to Complete the SquareCC BY-NC-SA 4.0
Author: John J Weber III, PhD Corresponding Textbook Sections:
This section contains the specific content from previous courses that you may need for CPT_06_Partial_Fractions.
Example 02: Complete the square for the polynomial
Solution 02a:
To compute the value to replace the red underscores above:
So,
The first three terms above is a complete square:
Rewrite:
Alternatively, use the formula
Solution 02b:
NOTE: On Assessments, you may use of technology to complete the square without showing any work.
*Mathematica
1(* Complete the square for x^2+3x-1 *)2ResourceFunction["CompleteSquare"][x^2+3x-1, 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.
ResourceFunction[ ][ ] requires
A call to the specific resource function using the first brackets, ["CompleteSquare"]
The argument to apply the resource function to, [x^2+3x-1, x] For this resource function, the argument has two parts:
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.
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)