TI Hints

Andy Long

  1. Use solve to find a solution to an equation: e.g.

    displaymath158

  2. Use expand to expand out a function: e.g.

    displaymath159

    or

    displaymath160

    (expands in terms of x by default). If you want the expansion in terms of a, then you would type

    displaymath161

    which would give

    displaymath162

    Note:

    displaymath163

    displaymath164

    displaymath160

    The coefficients of each term come from Pascal's triangle:

    displaymath166

    Etc.!

  3. TI hint: Use factor to factor an expression: e.g.

    displaymath167

    Factor will try to create linear terms in x (by default), i.e.

    displaymath168

  4. To differentiate an expression, use the d command (from the calc menu): e.g.

    displaymath169

    returns tex2html_wrap_inline210 . I personally prefer to define a function in the ``Y='' menu, e.g.

    displaymath170

    and then use

    displaymath171

    If you have to use a function over and over, it's usually smart to define it in a way that will be stored for future use.

    Now we can do things like solve for where the derivative is zero:

    displaymath172

  5. The tExpand command (available from the Algebra -> trig menu) is useful for expanding out trigonometric expressions:

    displaymath173

    for example yields tex2html_wrap_inline212 , one of the most important trig identities.

    displaymath174

    yields another: tex2html_wrap_inline214 .

  6. To make a sum, use the tex2html_wrap_inline216 key (2nd-4 on a TI-92; F3-4 on a TI-89). As usual I do this in ``Y='' menu, e.g.

    displaymath175

    This command would represent the sum

    displaymath176

    which is similar to the type of sum we need when creating Riemann sums.

  7. Use lists whenever possible. For example, for problem #4, p. 71, we need a slope computed for a list of domain values. You can:


LONG ANDREW E
Tue Jan 28 08:46:51 EST 2003