Taylor Series

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

Power Function

Definition: A power function has the form f(x)=kxp, where k0.

Horizontal Translation of a Power Function

Exponentiation Rules

Rewrite Exponential Expressions

Use Technology to Use Technology to Rewrite Exponential Expression

NOTE: You may use of technology to rewrite exponential expressions on all Assessments 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. You may need parens, ( and ), to group multiple terms or factors in the base or the exponent of the exponential expression.

  3. Together[ ] has at least one arguments:

    1. The exponential expression to be rewritten.

  4. PowerExpand[ ] has at least one arguments:

    1. The exponential expression to be rewritten.

  5. ExpandAll[ ] has at least two arguments:

    1. The exponential expression to be rewritten;

    2. Either the variable x or the parameter n.

  6. Collect[ ] has at least two arguments:

    1. The exponential expression to be rewritten;

    2. Either the variable x or the parameter n.

  7. For help on using the Together[ ] function:

    1. In Mathematica, execute the code: ?Together

    2. Click on near the bottom-left of output

    3. Click on local

    4. Read how to use the Together[ ] function – you will be able to copy-paste code.

  8. Remember, correct Mathematica code will be all black except for variables.

  9. 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, 15 November 2021 - 01:41 (EST) Created: Sunday, 9 April 2023 - 20:21 (EDT)