60
Discovering Algebra Calculator Notes for the Texas Instruments TI-73
©2002 Key Curriculum Press
Note 10A • PARADAY Program
This program reads either the CBL with a motion sensor or the CBR.
Jump Option
Place the motion sensor on the floor pointing at a wall or object 1 meter away.
Have the jumper stand halfway between. The jumper should jump after the
sensor begins to “tick.”
Roll Option
Place the motion sensor on the high end of an inclined table. An empty 2-lb
coffee can works well for this experiment. Starting at the low end of the table,
roll the can gently up the table when the sensor begins to “tick.”
Get Data
When you are happy with the data you have gathered, you can link another
calculator to the CBL and choose
3:GET DATA
to retrieve the data into a second
or third calculator. This will save you the difficulty of linking and sending lists
among different models of calculators in the same group.
PROGRAM:PARADAY
Menu("PARABOLA DAY",
"JUMP",1,"ROLL",2,"GET
DATA",3,"QUIT",5)
Lbl 1
Disp "PLACE CBR ON FLOOR","STAND
0.5M FROM","CBR, PRESS ENTER",
"JUMP WHEN YOU","HEAR THE CBR"
Pause
ClrScreen
Send({1,0})
Send({1,11,3})
Send({3,0.01,100,0,0,0,0,0,1})
Goto 4
Lbl 2
Disp "PRESS ENTER WHEN", "READY TO
ROLL"
C H A P T E R 1 0
Calculator Notes for the TI-73
Pause
Send({1,0})
Send({1,11,3})
Send({3,0.2,50,0,0,0,0,0,1})
Goto 4
Lbl 3
Send({5,1})
Lbl 4
Get(L€)
Get(L⁄)
round(L⁄,2)
Í
L⁄
Plot1(Scatter,L1,L€,.)
ZoomStat
Lbl 5
Errors
If you are not getting any data, check to see the link cable is pushed in securely
on both ends.