0% found this document useful (0 votes)
43 views9 pages

Getting Started With The TI-89 Titanium

Ti 89
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views9 pages

Getting Started With The TI-89 Titanium

Ti 89
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

Getting Started with the TI-89 Titanium

The opening screen for TI-89 Titanium is similar to the following:






HOME

To access CAS, press the HOME button or select Home on the opening screen.
(APPS returns you to the opening screen from all applications)

From the HOME screen, you can access the menus by pressing the F1 to F6 buttons.
The F6 menu can be accessed by the arrow keys or by pressing 2
nd
F1


F1 Tools
This is similar to a conventional File or Edit menu on a computer program.



Option 8 Clear Home is useful to clear the HOME screen of previously used
expressions.


F2 Algebra
This has many of the CAS commands.


Getting Started with the TI-89

An example of each Algebra command is listed in the table below:
Example Solution
solve(x^29=0,x) x =-3 or x =3
factor(x^216) (x 4) (x +4)
expand(x*(x5)) x
2
5 x
zeroes(x^25x+6,x) (2 3)
approx() 3.14159
comDenom(x^2/2+x/5)
2
5 2
10
x x +

propFrac((5x^2+2x)/10)
2
2 5
x x
+
nSolve(3x5=0,x) 1.66667
Trig
tExpand(sin(2x))
tCollect(2cos(x)^21)

2sin(x)cos(x)
cos(2x)
Complex
cSolve(x^2+9=0,x)
cFactor(x^2+9,x)
cZeroes(x^2+9,x)

x =3i or x =-3i
(x +-3i)(x +3i)
(3i -3i)
Extract
getNum(x^2/2+x/5)
getDenom(x^2/2+x/5)
left(x^22x=8)
right(x^22x=8)

x(5x +2)
10
x
2
2x
8


F3 Calc
This has many of the calculus commands:



An example of each Calculus command is listed below:
Example Solution
d(x^3+4x^2,x) 3x
2
+8x
(3x^2+8x,x) x
3
+4x
lim(x^24,x,1) 3
(x^2,x,1,5) 55
(x^2,x,1,5) 14400
fMin(x^22x,x) x =1
fMax(-x^2+4,x) x =0
arcLen((9x^2),x,-3,3) 9.42478

2004, Neale Woods page 2 of 9 Diamond Valley College, Victoria
Getting Started with the TI-89
taylor(e^(x),x,5)
5 4 3 2
1
120 24 6 2
x x x x
x + + + + +
nDeriv(x^3,x,h) 3x
2
+h
2
nInt(x^2,x,1,5) 41.33333
deSolve(y+2y+y=x^2,x,y) y=(@1 x +@2) e
-x
+x
2
4x +6
(this is a general solution)


F4 Other
This has miscellaneous commands.



A few examples of useful commands in this menu are listed below:
Example Solution
Define f(x)=x^4 Done
f(-1) -3
Define ab=5 Done
ab 5
DelVar ab Done
ab ab

Another useful feature from this menu is the ability to turn the graph plots on and off
using the FnOn and FnOff selections.


F5 PrgmID
This menu accesses CAS programs. This screen will be blank until programs are
written or imported.


F6 Clean Up




2004, Neale Woods page 3 of 9 Diamond Valley College, Victoria
Getting Started with the TI-89
Selecting Option 1 Clear az is recommended to clear the variables before starting a
new session.

2D Plotting

The 2D plotting features are similar to those of a TI-83 or TI-83+. The yellow options
above the F1 to F5 buttons allow you to perform these operations. To access them,
press the yellow button first. You can also use the Y=, Graph and Table
applications on the opening screen.


Statistics

Return to the opening screen by pressing the APPS button

To enter values into lists for statistical analysis, select Data/Matrix/Editor then New.
In the Variable box, enter the name stat1 and press Enter.



Enter the following numbers into c1 and c2 lists.



There are seven menus available in the statistics application. These are:

F1 Tools F2 Plots



2004, Neale Woods page 4 of 9 Diamond Valley College, Victoria
Getting Started with the TI-89
F3 List F4 Calc


F5 Distr F6 Tests


F7 Ints



One simple example of these menus is to select F4 Calc then 1Var Stats to get this
screen:



Use the ALPHA key to type in list1 if it does not appear in the List box.

Press Enter to get this screen:



2004, Neale Woods page 5 of 9 Diamond Valley College, Victoria
Getting Started with the TI-89

Scroll down with the arrow keys to view the rest of the 1Var Stats data.
Experiment with the other menus.



2004, Neale Woods page 6 of 9 Diamond Valley College, Victoria
Getting Started with the TI-89
Statistical Plotting

To set up a statistical plot, select F2 Plots ! Plot Setup to get this screen



Select F1 Define to get this screen.



Use the arrow keys to set Plot Type to Scatter and Mark to Box.

In the x and y boxes, use the ALPHA button to enter the words list1 and list2
respectively.



Select Enter twice to get back to the lists.
Select F3 (Graph) to plot the data



Experiment with some of the menus such as Zoom and Trace to manipulate the plot.

2004, Neale Woods page 7 of 9 Diamond Valley College, Victoria
Getting Started with the TI-89
Simultaneous Equations

Return to the opening screen by selecting APPS

Select A|b Simultaneous then New.
Enter 2 and 2 for the Number of Eqns and Number of Unknowns



Select Enter and replace the 0s with the following values:



Select F5 Solve to get the solutions.





3D Plotting

Press the MODE button and use the arrow keys to change the Graph setting to 3D.
Use the same buttons that are used for 2D graphing to enter and graph the equations.
Be aware that there can be a considerable time delay involved with each 3D plot.

Try: z1 = y^2 x^2

2004, Neale Woods page 8 of 9 Diamond Valley College, Victoria
Getting Started with the TI-89

Polynomial Root Finder

Return to the opening screen by selecting APPS

Select X
1
= Polynomial then New to get this screen:



Keep the default setting on 3 and select Enter

Enter the following values for a
3
, a
2
, a
1
, and a
0
.



Select F5 Solve to get the solutions.






2004, Neale Woods page 9 of 9 Diamond Valley College, Victoria

You might also like