Prepared by Xin Li at
the University of Central Florida
This is an expended abstract of the notes for the workshop on how to use TI-92 on August 24-25, 1996 at the Department of Mathematics of the University of Central Florida.
Some image files do not behave as they are supposed to. I dont know why yet.
Since this is the second of a series of ten lectures, I decided to concentrate on presenting the material to achieve the following two goals:
1. to get familiar with the basic function keys of TI-92, more precisely, to know how (and, more importantly, when) to use the following keys on TI-92's keyboard:
,
,
,
,
,
,
,
,
2 . to learn, in particular, how to manipulate trigonometric functions on TI-92, more precisely, to practise on using the two programs tExpand and tCollect, and, of course, the trigonometric function keys:
sin(x), cos(x), and tan(x) (and their inverses) are the three trigonometric functions built in TI-92. The keys for these three functions are located on the right-hand side of the TI-92 keyboard.
Pi is located on a key near tan( ) as a second function (use the
second function key
):
The angles can be measured in Radian or in Degree. Use mode to choose between the two.
The other trigonometric functions (like sec( ), csc( ), cot( )) can be defined by simple macros. See the section on How to Define Other trigonometric Functions.
The use of these trigonometric functions on a TI-92 is almost identical to that on any ordinary scientific calculator except that, on TI-92, we can do symbolic calculation! Let us see some examples.
Example 1.1. Type sin( pi/2) followed by
to produce 1, and type
cos(pi) and then
to produce -1, etc.
Example 1.2. Type (by using the second function key on top of the right-hand
side of the keyboard) -1(1) followed
by
to produce pi/2.
Press
key near the ON key
to get an approximate
value 1.5708.
Example 1.3. Let us try some composed functions. Type
sin(-1(x)) then
to produce x. How about
typing -1(sin(x)) followed by
?
Surprise!(Follow this link to the end to see the
answer.)
Example 1.4. Guess what will happen when we type
tan(-1(x)) and
?
TI-92 returns the right answer (in pretty type):
x/(1-x^2)^{1/2}.
Some exercises:
Exercise 1.1. .
Exercise 1.2. (cos(x)).
Exercise 1.3. sin((x)).
Exercise 1.4. sin().
Exercise 1.5. tan().
Exercise 1.6. sin(2 ). (Hint: You may need
to read section 3 before you try to solve this problem.)
Exercise 1.7. tan(x)cos(x).
There are only two built-in commands ( programs, or macros) in TI-92 for dealing with the trigonometric functions. One is called tExpand, the other, tCollect. For best results, use angles in Radian mode.
There are two ways to access these two commands (actually, the same for all programs in TI-92): the first way is by typing the name of the command; the second is by using the function key (on the left-hand side of the keyboard) F2(algebra) followed by choosing 9 (trig), then the two commands can be chosen from the menu. I prefer the first method. I only use the function F2 to find out what's available.
tExpand( expression ) returns an expression in which sin( ) and cos( ) of multiple angles, angle sums, and angle differences are expanded into those of single angles. In other words, double (or multiple) angle formulas and addition formulas are used to expand the given expression.
Let us look at some examples.
Example 2.1. tExpand( sin(2 x) ) followed by
will produce 2 sin(x)
cos(x)
Example 2.2. tExpand( cos(x-y) ) followed by
will produce cos(x)
cos(y) + sin(x) sin(y)
tCollect( expression ) returns an expression in which products (or integer powers) of sin( ) and cos( ) are converted to a linear combination of sin( ) and cos( ) of multiple angles, angle sums (or differences). In other words, angles are collected. Let us look at some examples.
Example 2.3. tCollect( 2 Cos(x)^2 ) followed by
will produce Cos(2
x) + 1
Example 2.4. tCollect( 2 Sin(x) Cos(y) ) followed by
will produce Sin(x+y)
+ Sin(x-y)
tExpand and tCollect are almost inverses to each other.
Example 2.5. tCollect(tExpand(sin(2 x))) followed by

will simply return sin(2 x).
But typing the following
tCollect(tExpand(sin(2 x)sin(x))) followed by

will not return sin(2 x)sin(x). It is in this sense that tExpand and
tCollect are not exactly inverse to each other.
Sometimes, applying tExpand to a result from tCollect, or vice versa, in two separate steps simplifies an expression.
Some exercises:
Exercise 2.1. tExpand(cos(2 x))
Exercise 2.2. tExpand(sin(a+2b))
Exercise 2.3. tCollect(sin(x)sin(y))
Exercise 2.4. tCollect(cos(x)sin(y)tan(z))
Exercise 2.5. Find an example that shows tExpand and tCollect are not "inverse"
to each other.
Let us play with tCollect and tExpand by using them to simplify some trigonometric expressions and establish some trigonometric identities.
It is important to know which of the two commands is more suitable for solving
a given problem. Here is a simple way to remember the functions of
tExpand and tCollect:
tExpand changes "multiple angles" into "single angles" while
tCollect does the reverse.
Example 3.1. Simplify cos(x)^2 (1 + tan(x)^2) .
Type the following directly on the keyboard:
texpand(cos(x)^2(1+tan(x)^2)) ,
The answer is located on the lower right corner of the screen right above
the input line---it is 1 in this example. (Try directly type the expression
itself.)
Example 3.2. Simplify (tan(x)sin(x)-sec(x)) cos(x).
What should we do with sec(x)? As we mentioned earlier, TI-92 does not have
a key for this function. A simple way to solve this problem is to use 1/cos(x)
to replace sec(x). Another way is to define a function for sec(x). This is
discussed in the next section. This second way is important if you are going
to use sec(x) often when you use your TI-92. After this preparation, Ti-92
returns the right answer:
.
(Try directly type the expression itself.)
Example 3.3. Simplify sin(2