Fundamental Theorem of Calculus (FTC)Prerequisite KnowledgeAlgebraFactoring ExpressionsUse Technology to Rewrite Using AlgebraDistributive PropertyUse Technology to Rewrite Using AlgebraEven and Odd FunctionsRational ExponentsProperties of ExponentsAbsolute Value FunctionsPractice 01CC BY-NC-SA 4.0
Author: John J Weber III, PhD Corresponding Textbook Sections:
Mathematica
NOTE: On all Assessments, Mathematica may be used to rewrite any expression without showing any work.
1(* Factor 8x^3-1 *)2Factor[8x^3-1]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.
Factor[ ] has at least one argument:
For help on using the Factor[ ] function:
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.
Python
NOTE: On all Assessments, Python may be used to rewrite any expression without showing any work.
Warnings:

and
Distributive Property – Table Form

Distributive Property – Method of Detached Coefficients
Example 01:

which corresponds to the polynomial
Mathematica
NOTE: On all Assessments, Mathematica may be used to rewrite any expression without showing any work.
x1(* Example 01: Expand (x^3-2x^2-1)(2x^2+3x+5) *)2Expand[(x^3-2x^2-1)(2x^2+3x+5)]3
4(* Example: Expand (x^2+3x-2)/x *)5Expand[(x^2+3x-2)/x] 6
7(* Example: Expand (x^2+3x-2)/x *)8FullSimplify[(x^2+3x-2)/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.
Factor[ ] has at least one argument:
For help on using the Expand[ ] function:
You need to use parens,
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.
Python
NOTE: On all Assessments, Python may be used to rewrite any expression without showing any work.

Even Function:
Even functions have reflectional symmetry over the
Odd Function:
Odd functions have rotational symmetry about the origin.
Use the embedded DESMOS file below:
The absolute value function,
Rewrite using rational exponents:
Rewrite using rational exponents:
Rewrite as a product of rational functions:
Rewrite as a product of rational functions:
Factor completely over
Factor completely over
Factor completely over
Factor completely over
Expand:
Expand:
Expand:
Expand:
Distribute:
Determine if the function is even, odd, or neither even nor odd:
Determine if the function is even, odd, or neither even nor odd:
Determine if the function is even, odd, or neither even nor odd:
Determine if the function is even, odd, or neither even nor odd:
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, 18 January 2021 09:33 EDT Last Modified: Sunday, 22 May 2022 - 18:30 (EDT)