Substitution Rule

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

Prerequisite Knowledge

Algebra

Properties of Exponents

Rational Exponents

xmn=xmn

Check Your Work

Use Technology to Express Radicals

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.

Distributive Property

xd(a0+a1x+a2x2++anxn)=a0xd+a1x1+d+a2x2+d++anxn+d

and

a0+a1x+a2x2++anxnxc=a0xc+a1x1c+a2x2c++anxnc

Distributive Property – Table Form

(a0+a1++an)(b0+b1++bn)=b0a0+b0a1+

Distributive Property – Method of Detached Coefficients

Example 01: (x32x21)(2x2+3x+5)

which corresponds to the polynomial 2x51x41x312x23x5.

Check Your Work

Use Technology to Rewrite Using Algebra

Mathematica

NOTE: On all Assessments, you may use Mathematica to rewrite any expression without showing any work.

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. To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.

  3. Mathematica may return a result in a different, but equivalent, form than your answer.

Matlab

NOTE: Mathematica is used here to verify definite integrals. On all Assessments, you must show that you understand the Calculus I concept of using u​-Substitution to evaluate an indefinite integral.

Link to Mathematica Notebook file containing the above code: http://calc.jjw3.com/math2212/nb/02d_Indefinite_Integrals.nb.

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. expand( ) for has at least one argument:

    1. The expression to be simplified.

  3. The Matlab syntax for ex​ is exp(x)​; cos(x)​ is cos(x)​, ln(x)​ is log(x)​, etc.

  4. Remember to use parens ( and )​ to group multiple terms in the numerator or denominator of a rational expression.

  5. Matlab requires for explicit multiplication.

Python

NOTE: On all Assessments, you may use Python to rewrite any expression without showing any work.

  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 Python syntax is located at: https://www.jjw3.com/Common_Python_Code.html.

  2. Python requires for explicit multiplication.

  3. Python requires for exponentiation, e.g., x3 is x**3.

  4. Remember to use parens ( and )​ to group factors consisting of multiple terms.

  5. You can use pprint( ) for pretty print.

  6. To execute code, press the “View the result” button:

Properties of Logarithmic Functions

The only property of logarithmic functions needed for u-Substitution:

Check Your Work

Use Technology to Rewrite Using Algebra

Mathematica

NOTE: On all Assessments, you may use Mathematica to rewrite any expression without showing any work.

NOTE: This line of Mathematica code rewrite a log expression using the Power Property of Logarithms.

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. The argument x>0 forces Mathematica to use Real-values answers.

  3. 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, 18 January 2021 09:05 EDT Last Modified: Monday, 08 May 2023 - 10:59 (EST)