First Asian Technology Conference in Mathematics Singapore, December 18-21, Workshop Notes. Hewlett Packard HP 38G

Size: px
Start display at page:

Download "First Asian Technology Conference in Mathematics Singapore, December 18-21, Workshop Notes. Hewlett Packard HP 38G"

Transcription

1 First Asian Technology Conference in Mathematics Singapore, December 18-21, 1995 Workshop Notes Hewlett Packard HP 38G Barry Kissane Australian Institute of Education Murdoch University Murdoch, Western Australia 6150 Tel: Fax: kissane@murdoch.edu.au Internet: Background and purposes What is a graphics calculator? How should we think of it? What kinds of capabilities does it have? What is its educational significance? Getting started Reset the calculator by pressing simultaneously ON and the 3rd key from the left in the top row of keys. Adjust the contrast to suit yourself: Hold down ON, and press either + or. Hold down A...Z and write DEMO (using the pink key labels). Then press ENTER to see some of the calculator features. Press HOME at any stage to return to the home screen. Entering and editing commands Commands are typed into a command line, and then the line is executed by pressing ENTER. Try some elementary commands like these. Use conventional mathematical syntax; note the stack of commands and results: 2(7 + 5) ( ) sin(π/3) Notice carefully the effect of the following sequence: 4*5 ENTER +2 ENTER ENTER ENTER Notice also the effects of Barry Kissane, 1995 Page 1

2 using the cursor keys and in an expression. pressing the ON key to clear the command line pressing the DEL key to backspace or erase a character pressing 2nd DEL to clear the whole stack. (The 2nd key is pale blue.) Move up and down the stack with and. Highlight a command in the stack and then press the COPY key (an unlabelled key right under the word COPY in the menu bar at the bottom of the screen). This will retrieve a command and place it into the command line. Highlight a command or result and then press the SHOW key to show it in conventional mathematical syntax. Fractions Results can be displayed in several ways. Press 2nd HOME to access the MODES. Notice the effect of now pressing You can also use the CHOOSE key. Use to move down, and press + a few times until Fraction mode appears. Press HOME when finished. Notice now the effect of fraction operations like 2/3 + 3/4. Use SHOW to see fractions in conventional format. Change back to Standard when you have finished. Complex numbers When results are complex numbers, the calculator gives them as ordered pairs. To see how this works, find the square root of 3 7; then square your result. Memories On a graphics calculator, memories are labelled alphabetically. The keys with pink writing designate memories, and the A...Z key needs to be used to access them. Memories can be manipulated using the same syntax as elementary algebra. Values are stored into memories using the STO key on the left of the menu bar (at the bottom of the screen). To see how this works, store 3 into memory A (which is accessed with A...Z HOME ) and 2 into memory B. To recall the values, enter the appropriate letters into the command line. Notice that expressions like 5AB are interpreted conventionally by the calculator. MATH menu Most calculator functions are not shown on the keyboard, but are obtained via menus. Press the MATH key to access many of these. There is not time in one workshop to explore Barry Kissane, 1995 Page 2

3 all of the functions contained in the HP 38G. Notice the effect of using the cursor keys. The left side of the menu contains menu names, while the right side contains commands. Selections are shown by shading. When the menu is first entered, Real functions are selected. It is necessary to know the syntax to use functions. In many cases, this follows standard mathematical conventions. For example, the syntax for the floor function is FLOOR(value). For example, to determine FLOOR(-2.4), select REAL on the left, move across with and then down with to select FLOOR on the right and press OK or ENTER to register your selection into the command line. Complete the command and enter it to get the result of -3. To leave the MATH menu without making a selection, press CANCL or the ON key. Note that, within a menu, on either side, pressing an alphabetically labelled key will jump to the corresponding part of the menu. To see this work, press MATH, followed by 5 (which is the key for P). Some syntax is more complicated, since there are several arguments. For example, the command FNROOT(X 2 X 1,X,0) gives a root of f(x) = x 2 x 1, when x is the variable, starting iterative search procedures at x = 0. (The X.T.θ key gives X while the comma key is on the bottom row.) Similarly, the command UTPN(0,1,2) gives the upper tail probability for the normal distribution function for a distribution with mean 0, variance 1 and z-value 2. The command UTPN is one of the choices in the Prob menu. Once a command is known, you do not need to select it from the menus, as the calculator will interpret a literal version. For example, type into the command line 31 MOD 7, making sure to put a space (with 2nd 2 ) before the M and after the D. This will have the same effect as selecting the function from the Real menu. The command HELPWITH will give the syntax for a command. To see how this works, type HELPWITH FNROOT into the command line and then press ENTER. Another way of accessing some functions Some functions can be accessed via their mathematical symbols on the CHARS menu, which appears above the ( key. Make selections from the characters using the cursor keys. To see how this works, enter the command Σ(X=1,5,X 2 ). Both the Σ and the = symbol are located in the CHARS menu, while the comma is located on the bottom row of the keyboard. Notice that conventional summation syntax is given when the SHOW command is used. Then enter the command (0,1, (1-X 2 ),X) and again use SHOW to see how the integral is displayed. Symbolic manipulation Barry Kissane, 1995 Page 3

4 Some elementary symbolic manipulation capabilities are built into the calculator. An example is the command POLYFORM in the Polynom. menu, obtained after pressing MATH. Try some examples such as the following to see the capacity (and some of the limitations) of this command: POLYFORM ((X+1)^3,X) POLYFORM ((X+Y)^3,X) POLYFORM ((3X+Y)^3,X) POLYFORM ((3X+2Y)^3,X) POLYFORM ((3X+2Y)^3,Y) A more sophisticated example is given by the command TAYLOR (SIN(X),X,5). Representing functions To access the function graphing capabilities, first make sure that the appropriate Aplet (mini application) has been selected from the Aplet library. To do this, press LIB, highlight Function in the list of Aplets, and press START, the menu choice on the far right. As the word Graphics suggests, the HP 38G can represent functions graphically. It can also do so numerically, with a table of function values. The other form of representation is symbolically, completing the so-called Rule of Three. These three representations are accessed with the three keys, PLOT, SYMB and NUM. The representations are controlled by the SETUP screens, each of which is accessed by pressing 2nd before pressing the appropriate one of the three keys. Enter functions with X as the variable using the X.T.θ key or the menu choice 3rd from the left. The CHK key checks which functions will be plotted. Try these two: F1(X) = X^3-3X+1 F2(X) = X + 1/2 2nd PLOT accesses the two pages of switches for setting up plots. Use the cursor keys to move around. For now, press 2nd DEL to set them all to the default values. Press PLOT to see the two functions plotted. Then press NUM to see them tabulated. Press HOME if you want to return to mathematical calculations. Exploring functions Once a function is represented on either a graph or in a table, it can be explored, using the menu keys at the bottom of the screen. When a plot is showing, the following kinds of exploration are available: ZOOM allows for various kinds of zooming on the graph TRAC when turned on, allows graphs to be traced using the and keys. Use the and keys to change which graph is traced. (X,Y) Shows coordinates Barry Kissane, 1995 Page 4

5 FCN DEFN MENU accesses automatic graph analysis functions gives a function definition on the screen displays or hides the menu. When a table is showing, the explorations available are: ZOOM BIG DEFN allow table values to be displayed allows for various kinds of numerical zooming changes the font size for numbers displays definitions instead of table values Notice that, for some menus, choices are indicated by a small square in the menu command. The detailed use of these facilities for exploring functions will be explained in the workshop. Multiple views of functions It is possible to see a plot and a table or two plots at the same time. The VIEWS menu is accessed with 2nd LIB. To see how this works, choose Plot-Table from this menu, and notice the effect of cursor movements. Other choices in VIEWS provide default scales. For example, Decimal chooses the original default scale for Plot, and so is the easiest way to get back to having just a graph rather than a graph and a table together. Choosing Auto Scale will adjust the Y scales to suit choices already made in Plot SETUP for the X scales, so that all of the graph is showing on the screen. Equation solving Other Aplets provide other kinds of mathematical capabilities. Press LIB and select the Solve Aplet to access the equation solver. Press START to register your choice. Enter an equation of your choice, using the = symbol on the menu bar as appropriate. An equation may actually be an equation (e.g., X 2 2 = LN(X) ) or a formula (e.g., V = πr 2 H). Press NUM, and all variables in your equation are displayed. For each variable, either give it a value or press the SOLVE key (on the far right) to solve the equation. Once all but one of the variables has been given a value, the calculator will find a numerical value for the remaining variable to satisfy the equality, within the limits of accuracy of the machine. The iterations start with the current value of the variable, so you need to choose this carefully if multiple solutions are involved. The PLOT key will allow you to explore the situation graphically to check how many solutions there appear to be. Barry Kissane, 1995 Page 5

6 Saving and transferring Aplets A powerful feature of the HP 38G is the capacity to save a configuration as a new Aplet. For example, you can save your own set of equations as an Aplet for retrieval later or for transferring to another calculator. To do so, press LIB and then SAVE, giving the Aplet a suitable name. Notice that your Aplet then appears in your Aplet Library, and can be retrieved in the same way as existing Aplets. To transfer an Aplet to another calculator, line up the infra-red ports at the top of the calculators (shown with a small arrow). Make sure that the calculators are no more than a few centimetres apart and are flat and still on a table. Select the Aplet to be transferred, press SEND, select HP 38G as the destination, and finally press OK. The other calculator has to be set to receive the Aplet, by pressing LIB, choosing RECV, selecting HP 38G as the source, and pressing OK. Statistics Another Aplet concerns statistics. Once again, the three controlling keys are PLOT, SYMB and NUM. The numerical display shows the data in columns, and is also where you designate the analysis as univariate (1VAR) or bivariate (2VAR). A range of numerical statistics is available with the STATS command. The symbolic display controls the analyses. In the case of univariate data, each analaysis is described with H (for histogram), and appropriate columns for data and frequencies are entered (using C for column). Thus if the data are in column 1 and their frequencies in column 2, designate these by C1 and C2 respectively. For bivariate data, analyses are described with S (for scatter plot); Regression models for each analysis are chosen with Symbolic SETUP. The Plot SETUP menu allows a choice between Histograms and Box and Whisker plots for univariate data, as well as controlling axes and other graphical elements. For bivariate data, it controls the symbols used on scatter plots as well as axis characteristics. Barry Kissane, 1995 Page 6

Using the HP 38G in upper school: preliminary thoughts

Using the HP 38G in upper school: preliminary thoughts Using the HP 38G in upper school: preliminary thoughts Barry Kissane Murdoch University The following examples have been devised to show some of the range of ways in which the HP 38G graphics calculator

More information

hp calculators hp 39g+ & hp 39g/40g Using Matrices How are matrices stored? How do I solve a system of equations? Quick and easy roots of a polynomial

hp calculators hp 39g+ & hp 39g/40g Using Matrices How are matrices stored? How do I solve a system of equations? Quick and easy roots of a polynomial hp calculators hp 39g+ Using Matrices Using Matrices The purpose of this section of the tutorial is to cover the essentials of matrix manipulation, particularly in solving simultaneous equations. How are

More information

HP 39gII Graphing Calculator Quick Start Guide. Edition 3 HP Part Number: NW

HP 39gII Graphing Calculator Quick Start Guide. Edition 3 HP Part Number: NW HP 39gII Graphing Calculator Quick Start Guide Edition 3 HP Part Number: NW249-90201 i Keyboard Legend The table and photo on the following page illustrate a few of the many features available on the HP

More information

Graphics calculator instructions

Graphics calculator instructions Graphics calculator instructions Contents: A Basic calculations B Basic functions C Secondary function and alpha keys D Memory E Lists F Statistical graphs G Working with functions H Two variable analysis

More information

TI-89 Calculator Workshop #1 The Basics

TI-89 Calculator Workshop #1 The Basics page 1 TI-89 Calculator Workshop #1 The Basics After completing this workshop, students will be able to: 1. find, understand, and manipulate keys on the calculator keyboard 2. perform basic computations

More information

Mastering the hp 39gs & hp 40gs

Mastering the hp 39gs & hp 40gs hp 39gs and hp 40gs graphing calculators Mastering the hp 39gs & hp 40gs A guide for teachers, students and other users of the hp 39gs & hp 40gs Edition 1.0 HP part number F2224-90010 Notice REGISTER YOUR

More information

Interactive learning on a ClassPad 300

Interactive learning on a ClassPad 300 Interactive learning on a ClassPad 300 Barry Kissane School of Education Murdoch University http://wwwstaff.murdoch.edu.au/~kissane 1. Getting oriented Use the stylus to tap the Menu icon at the bottom

More information

Kissane, B. (1997) Graphics calculators and science. SCIOS: Journal of the Science Teachers Association of Western Australia, 32 (1). pp

Kissane, B. (1997) Graphics calculators and science. SCIOS: Journal of the Science Teachers Association of Western Australia, 32 (1). pp MURDOCH RESEARCH REPOSITORY http://researchrepository.murdoch.edu.au/6341/ Kissane, B. (1997) Graphics calculators and science. SCIOS: Journal of the Science Teachers Association of Western Australia,

More information

hp calculators HP 39gs Examples of graphing A few simple functions A flower in the Polar aplet Motion in the Parametric aplet

hp calculators HP 39gs Examples of graphing A few simple functions A flower in the Polar aplet Motion in the Parametric aplet A few simple functions A flower in the Polar aplet Motion in the Parametric aplet The role of thetastep and TStep Choosing a nice scale Split views A few simple functions Example 1 The profit for a company

More information

Basic Calculator Functions

Basic Calculator Functions Algebra I Common Graphing Calculator Directions Name Date Throughout our course, we have used the graphing calculator to help us graph functions and perform a variety of calculations. The graphing calculator

More information

Graphing Calculator Tutorial

Graphing Calculator Tutorial Graphing Calculator Tutorial This tutorial is designed as an interactive activity. The best way to learn the calculator functions will be to work the examples on your own calculator as you read the tutorial.

More information

Graphics Calculators

Graphics Calculators Graphics Calculators Starting in ninth grade, you may use school provided calculators on exams. Today you will learn many of the features available on TI graphics calculators. Plain Vanilla The number

More information

Introduction to Excel Workshop

Introduction to Excel Workshop Introduction to Excel Workshop Empirical Reasoning Center September 9, 2016 1 Important Terminology 1. Rows are identified by numbers. 2. Columns are identified by letters. 3. Cells are identified by the

More information

Brenda Lynch TI Summit Algebra 1 October 20, 2012

Brenda Lynch TI Summit Algebra 1 October 20, 2012 I. Solving Equations A. On the TI-84 i. Plugging in answer with ( ) ii. Using the STO key to check your answer iii. Boolean Check (0 means incorrect, 1 means correct) iv. Using y= to solve an equation

More information

OVERVIEW DISPLAYING NUMBERS IN SCIENTIFIC NOTATION ENTERING NUMBERS IN SCIENTIFIC NOTATION

OVERVIEW DISPLAYING NUMBERS IN SCIENTIFIC NOTATION ENTERING NUMBERS IN SCIENTIFIC NOTATION OVERVIEW The intent of this material is to provide instruction for the TI-86 graphing calculator that may be used in conjunction with the second edition of Gary Rockswold's College Algebra Through Modeling

More information

Teaching trigonometry with technology

Teaching trigonometry with technology Teaching trigonometry with technology Barry Kissane & Marian Kemp Murdoch University, WA In this workshop, we explore some of the ways in which the teaching of trigonometry might be supported by the availability

More information

Graphics calculator instructions

Graphics calculator instructions Graphics calculator instructions Contents: A B C D E F G Basic calculations Basic functions Secondary function and alpha keys Memory Lists Statistical graphs Working with functions 10 GRAPHICS CALCULATOR

More information

Standardized Tests: Best Practices for the TI-Nspire CX

Standardized Tests: Best Practices for the TI-Nspire CX The role of TI technology in the classroom is intended to enhance student learning and deepen understanding. However, efficient and effective use of graphing calculator technology on high stakes tests

More information

TI-83 Graphing Functions & Relations

TI-83 Graphing Functions & Relations To graph a function: 1. The equation must be written in functional notation in explicit (or y equals ) form. (Y is the dependent variable and X is the independent variable.) For instance, we may need to

More information

Using the stat function of the TI-83+ graphing calculator to analyze data by making a scatter plot diagram.

Using the stat function of the TI-83+ graphing calculator to analyze data by making a scatter plot diagram. Using the stat function of the TI-83+ graphing calculator to analyze data by making a scatter plot diagram. I. Inputting the data into the TI-83 1. Press the STAT key 2. Press 1(Edit) 3. Place the cursor

More information

STAT 311 (3 CREDITS) VARIANCE AND REGRESSION ANALYSIS ELECTIVE: ALL STUDENTS. CONTENT Introduction to Computer application of variance and regression

STAT 311 (3 CREDITS) VARIANCE AND REGRESSION ANALYSIS ELECTIVE: ALL STUDENTS. CONTENT Introduction to Computer application of variance and regression STAT 311 (3 CREDITS) VARIANCE AND REGRESSION ANALYSIS ELECTIVE: ALL STUDENTS. CONTENT Introduction to Computer application of variance and regression analysis. Analysis of Variance: one way classification,

More information

Chapter 1 Histograms, Scatterplots, and Graphs of Functions

Chapter 1 Histograms, Scatterplots, and Graphs of Functions Chapter 1 Histograms, Scatterplots, and Graphs of Functions 1.1 Using Lists for Data Entry To enter data into the calculator you use the statistics menu. You can store data into lists labeled L1 through

More information

Sharp EL-9900 Graphing Calculator

Sharp EL-9900 Graphing Calculator Sharp EL-9900 Graphing Calculator Basic Keyboard Activities General Mathematics Algebra Programming Advanced Keyboard Activities Algebra Calculus Statistics Trigonometry Programming Sharp EL-9900 Graphing

More information

Essentials for the TI-83+

Essentials for the TI-83+ Essentials for the TI-83+ Special Keys. O S O O Press and release, then press the appropriate key to access the 2nd (yellow) operation. Press and release to access characters and letters indicated above

More information

1. Descriptive Statistics

1. Descriptive Statistics 1.1 Descriptive statistics 1. Descriptive Statistics A Data management Before starting any statistics analysis with a graphics calculator, you need to enter the data. We will illustrate the process by

More information

Graphing Calculator How To Packet

Graphing Calculator How To Packet Graphing Calculator How To Packet The following outlines some of the basic features of your TI Graphing Calculator. The graphing calculator is a useful tool that will be used extensively in this class

More information

Mastering the hp 39g+ A guide for teachers, students and other users of the hp 39g+, hp 39g & hp 40g

Mastering the hp 39g+ A guide for teachers, students and other users of the hp 39g+, hp 39g & hp 40g i n v e n t Mastering the hp 39g+ A guide for teachers, students and other users of the hp 39g+, hp 39g & hp 40g 1 Table of Contents Introduction...12 How to use this Manual...13 Early High School...13

More information

TI-89 (and 92) Calculus Operations

TI-89 (and 92) Calculus Operations TI 89 1 TI-89 (and 92) Calculus Operations A Preliminaries: 1. Home Screen: This is the screen that appears when the calculator is turned on. To return to the Home screen from other screens, press HOME

More information

Calculator Notes for the TI-83 Plus and TI-84 Plus

Calculator Notes for the TI-83 Plus and TI-84 Plus CHAPTER 1 Calculator Notes for the Note 1A Reentry If you want to do further calculation on a result you ve just found, and that result is the first number in the expression you now want to evaluate, you

More information

Introduction to Excel Workshop

Introduction to Excel Workshop Introduction to Excel Workshop Empirical Reasoning Center June 6, 2016 1 Important Terminology 1. Rows are identified by numbers. 2. Columns are identified by letters. 3. Cells are identified by the row-column

More information

Note that ALL of these points are Intercepts(along an axis), something you should see often in later work.

Note that ALL of these points are Intercepts(along an axis), something you should see often in later work. SECTION 1.1: Plotting Coordinate Points on the X-Y Graph This should be a review subject, as it was covered in the prerequisite coursework. But as a reminder, and for practice, plot each of the following

More information

Graphing Calculator Workshop

Graphing Calculator Workshop Graphing Calculator Workshop Marian K. Hukle, hukle@math.ku.edu; Amy Kim, akim@math.ku.edu; Chris Valle, cvalle@math.ku.edu POWER ON/OFF ON to turn on calculator. 2nd OFF to turn off calculator. SCREEN

More information

APPENDICES. APPENDIX A Calculus and the TI-82 Calculator. Functions. Specific Window Settings

APPENDICES. APPENDIX A Calculus and the TI-82 Calculator. Functions. Specific Window Settings APPENDICES APPENDIX A Calculus and the TI-82 Calculator Functions A. Define a function Press y= to obtain Y= edit screen. Cursor down to the function to be defined. (Press clear if the function is to be

More information

Basic Commands. Consider the data set: {15, 22, 32, 31, 52, 41, 11}

Basic Commands. Consider the data set: {15, 22, 32, 31, 52, 41, 11} Entering Data: Basic Commands Consider the data set: {15, 22, 32, 31, 52, 41, 11} Data is stored in Lists on the calculator. Locate and press the STAT button on the calculator. Choose EDIT. The calculator

More information

Spreadsheet View and Basic Statistics Concepts

Spreadsheet View and Basic Statistics Concepts Spreadsheet View and Basic Statistics Concepts GeoGebra 3.2 Workshop Handout 9 Judith and Markus Hohenwarter www.geogebra.org Table of Contents 1. Introduction to GeoGebra s Spreadsheet View 2 2. Record

More information

TI-84 GRAPHING CALCULATOR

TI-84 GRAPHING CALCULATOR TI-84 GRAPHING CALCULATOR Table of Contents Set Up & Troubleshooting... 3 TI-84: Resetting the Calculator... 4 TI-84: Mode Settings... 5 Entering Data... 7 TI-84: Entering & Editing Lists of Data... 8

More information

TI-89 Titanium Workshop Saturday, July 17 th 2004

TI-89 Titanium Workshop Saturday, July 17 th 2004 TI-89 Titanium Workshop Saturday, July 17 th 2004 TI-89 Titanium Hands-On Activities TI-89 Titanium Geography : Apps Desktop Turning ON the Apps Desktop: 1. Press MODE 2. Press 3. Scroll down to the Apps

More information

Chapter 2 Scatter Plots and Introduction to Graphing

Chapter 2 Scatter Plots and Introduction to Graphing Chapter 2 Scatter Plots and Introduction to Graphing 2.1 Scatter Plots Relationships between two variables can be visualized by graphing data as a scatter plot. Think of the two list as ordered pairs.

More information

MOVING FROM CELL TO CELL

MOVING FROM CELL TO CELL VCAE: EXCEL Lesson 1 Please send comments to Author: Zahra Siddiqui at zed_ess@hotmail.com Concepts Covered: Cell Address; Cell Pointer; Moving across Cells Constants: Entering, Editing, Formatting Using

More information

Ingredients of Change: Nonlinear Models

Ingredients of Change: Nonlinear Models Chapter 2 Ingredients of Change: Nonlinear Models 2.1 Exponential Functions and Models As we begin to consider functions that are not linear, it is very important that you be able to draw scatter plots,

More information

Graphing Calculator Overview

Graphing Calculator Overview Graphing Calculator Overview Workshop One Objectives Learn the general layout of the calculator Learn how to navigate the menus Learn basic operating procedures Perform linear regression LEARNING CENTER

More information

How to Do Everything We Need to Do on a TI Calculator in Algebra 2 for Now (Unless Davies Forgot Something)

How to Do Everything We Need to Do on a TI Calculator in Algebra 2 for Now (Unless Davies Forgot Something) How to Do Everything We Need to Do on a TI Calculator in Algebra 2 for Now (Unless Davies Forgot Something) 10.01.17 Before you do anything, set up your calculator so that it won t get in your way. Basics:

More information

AP Calculus Problems with HP Prime

AP Calculus Problems with HP Prime AP Calculus Problems with HP Prime G. T. Springer Email: gt.springer@hp.com Hewlett-Packard Calculators and Educational Software In this hands-on workshop, participants will explore a number of problems

More information

HOME SCREEN CALCULATIONS

HOME SCREEN CALCULATIONS TI-84 Graphing Calculator for Beginners Fan Disher, NBCT Mandeville High School AP Calculus & Precalculus Teacher T 3 Regional Instructor Algebra II LA Comp. Curriculum Writer fan.disher@stpsb.org http://mandevillehigh.stpsb.org

More information

Quickstart for Desktop Version

Quickstart for Desktop Version Quickstart for Desktop Version What is GeoGebra? Dynamic Mathematics Software in one easy-to-use package For learning and teaching at all levels of education Joins interactive 2D and 3D geometry, algebra,

More information

GRAPHING CALCULATOR KEYSTROKE GUIDE

GRAPHING CALCULATOR KEYSTROKE GUIDE GRAPHING CALCULATOR KEYSTROKE GUIDE to accompany ELEMENTARY ALGEBRA: DISCOVERY AND VISUALIZATION 2nd Edition Karl M. Zilm Lewis & Clark Community College HOUGHTON MIFFLIN COMPANY BOSTON NEW YORK Editor

More information

Introduction to the TI-83/84 Calculator

Introduction to the TI-83/84 Calculator P a g e 0 0 1 Introduction to the TI-83/84 Calculator Directions: Read each statement or question. Follow the directions each problem gives you. Basic Buttons 1 st Function Keys: Normal buttons 2 nd Function

More information

PR3 & PR4 CBR Activities Using EasyData for CBL/CBR Apps

PR3 & PR4 CBR Activities Using EasyData for CBL/CBR Apps Summer 2006 I2T2 Process Page 23. PR3 & PR4 CBR Activities Using EasyData for CBL/CBR Apps The TI Exploration Series for CBR or CBL/CBR books, are all written for the old CBL/CBR Application. Now we can

More information

Getting Started with the TI-83/TI-84 Plus Family of Calculators

Getting Started with the TI-83/TI-84 Plus Family of Calculators Appendix C Getting Started with the TI-83/TI-84 Plus Family of Calculators ON-OFF To turn on the calculator, press the ON key. To turn off the calculator, press 2nd and then ON. Most keys on the calculator

More information

The O key will power the unit on. To turn the unit off, press the yellow L key, then O key.

The O key will power the unit on. To turn the unit off, press the yellow L key, then O key. fx-9860gii Quick Reference Guide Selecting the RUN Q icon will allow you to perform general computations and arithmetic. The function keys allow you to access the tab (soft key) menus that will come up

More information

RECALLING PREVIOUS EXPRESSIONS

RECALLING PREVIOUS EXPRESSIONS The variable Ans holds the most recent evaluated expression, and can be used in calculations by pressing SHIFT ( ). For example, suppose you evaluate 3 4, and then wish to subtract this from 17. This can

More information

Graphing Calculator Comparison Activities

Graphing Calculator Comparison Activities Graphing Calculator Comparison Activities CASIO fx-9750gii VS. TI-83, TI-83 Plus, TI-84, TI-84 Plus Finding Extrema Algebraically Texas Instruments: TI-83 Plus, TI-84 Plus, & TI-84 SE CASIO GRAPHING CALCULATORS

More information

EXAMPLE. 1. Enter y = x 2 + 8x + 9.

EXAMPLE. 1. Enter y = x 2 + 8x + 9. VI. FINDING INTERCEPTS OF GRAPHS As we have seen, TRACE allows us to find a specific point on the graph. Thus TRACE can be used to solve a number of important problems in algebra. For example, it can be

More information

Sharp EL-9900 Graphing Calculator

Sharp EL-9900 Graphing Calculator Sharp EL-9900 Graphing Calculator Basic Keyboard Activities General Mathematics Algebra Programming Advanced Keyboard Activities Algebra Calculus Statistics Trigonometry Programming Sharp EL-9900 Graphing

More information

TI- Nspire Testing Instructions

TI- Nspire Testing Instructions TI- Nspire Testing Instructions Table of Contents How to Nsolve How to Check Compositions of Functions How to Verify Compositions of Functions How to Check Factoring How to Use Graphs to Backward Factor

More information

Pre-Lab Excel Problem

Pre-Lab Excel Problem Pre-Lab Excel Problem Read and follow the instructions carefully! Below you are given a problem which you are to solve using Excel. If you have not used the Excel spreadsheet a limited tutorial is given

More information

The O key will power the unit on. To turn the unit off, press the yellow L key, then O key.

The O key will power the unit on. To turn the unit off, press the yellow L key, then O key. fx-9750gii Quick Reference Guide Selecting the RUN Q icon will allow you to perform general computations and arithmetic. The function keys allow you to access the tab (soft key) menus that will come up

More information

Use of Technology. Perform statistical computations on stored data or entered statistics.

Use of Technology. Perform statistical computations on stored data or entered statistics. Chapter 1 Introduction Use of Technology Statistics is a field that deals with sets of data. After the data is collected, it needs to be organized and interpreted. There is a limit to how much of the work

More information

DataPro Quick Start Guide

DataPro Quick Start Guide DataPro Quick Start Guide Introduction The DataPro application provides the user with the ability to download and analyze data acquired using the ULTRA-LITE PRO range of Auto Meter products. Please see

More information

hp calculators HP 50g Calculator Modes and Customization Choosing how to use your Calculator Examples Selecting Radians Mode

hp calculators HP 50g Calculator Modes and Customization Choosing how to use your Calculator Examples Selecting Radians Mode Choosing how to use your Calculator Examples Selecting Radians Mode Displaying the Time and Date Selecting Exact or Approximate Mode Changing the Display Font Customization with Menus Using Flags and Menus

More information

Graphing Calculator Graphing with the TI-85

Graphing Calculator Graphing with the TI-85 Graphing Calculator Graphing with the TI-85 I. Introduction The TI-85 has fifty keys, many of which will perform multiple functions when used in combination. Each key has a symbol printed on its face.

More information

INSTRUCTIONS FOR USING MICROSOFT EXCEL PERFORMING DESCRIPTIVE AND INFERENTIAL STATISTICS AND GRAPHING

INSTRUCTIONS FOR USING MICROSOFT EXCEL PERFORMING DESCRIPTIVE AND INFERENTIAL STATISTICS AND GRAPHING APPENDIX INSTRUCTIONS FOR USING MICROSOFT EXCEL PERFORMING DESCRIPTIVE AND INFERENTIAL STATISTICS AND GRAPHING (Developed by Dr. Dale Vogelien, Kennesaw State University) ** For a good review of basic

More information

12.1 Getting Started with the TI-86

12.1 Getting Started with the TI-86 CHAPTER 1 TEXAS INSTRUMENTS TI-86 1.1 Getting Started with the TI-86 1.1.1 Basics: Press the ON key to begin using your TI-86. If you need to adjust the display contrast, first press nd, then press and

More information

Calculator Notes for the TI-83 and TI-83/84 Plus

Calculator Notes for the TI-83 and TI-83/84 Plus CHAPTER 3 Calculator Notes for the Note 3A Entering, Graphing, and Tracing Equations Equations are entered into the Y screen for various purposes, including graphing. You can enter up to ten equations,

More information

Getting Started with the TI- Nspire CX

Getting Started with the TI- Nspire CX Getting Started with the TI- Nspire CX Mr. Dana F. Morse dmorse@ti.com New York State Educational Technology Consultant Texas Instruments TI- Nspire CX for Beginners 1 Undo Like a Computer Touchpad Swipe

More information

FSA Algebra 1 EOC Practice Test Guide

FSA Algebra 1 EOC Practice Test Guide FSA Algebra 1 EOC Practice Test Guide This guide serves as a walkthrough of the Algebra 1 EOC practice test. By reviewing the steps listed below, you will have a better understanding of the test functionalities,

More information

FSA Algebra 1 EOC Practice Test Guide

FSA Algebra 1 EOC Practice Test Guide FSA Algebra 1 EOC Practice Test Guide This guide serves as a walkthrough of the Florida Standards Assessments (FSA) Algebra 1 End-of- Course (EOC) practice test. By reviewing the steps listed below, you

More information

Calculator Notes for the TI-83 Plus and TI-84 Plus

Calculator Notes for the TI-83 Plus and TI-84 Plus CHAPTER 2 Calculator Notes for the Note 2A Basic Statistics You can get several standard statistics for a data set stored in a list. Press STAT CALC 1:1-Var Stats, enter the name of the list, and press

More information

EXCEL 2003 DISCLAIMER:

EXCEL 2003 DISCLAIMER: EXCEL 2003 DISCLAIMER: This reference guide is meant for experienced Microsoft Excel users. It provides a list of quick tips and shortcuts for familiar features. This guide does NOT replace training or

More information

Math 230 Final Exam December 22, 2015

Math 230 Final Exam December 22, 2015 Math 230 Final Exam December 22, 2015 General Directions. This is an open- book, open- notes, open- computer test. However, you may not communicate with any person, except me, during the test. You have

More information

,!7IA3C1-cjfcei!:t;K;k;K;k ISBN Graphing Calculator Reference Card. Addison-Wesley s. Basics. Created in conjuction with

,!7IA3C1-cjfcei!:t;K;k;K;k ISBN Graphing Calculator Reference Card. Addison-Wesley s. Basics. Created in conjuction with Addison-Wesley s Graphing Calculator Reference Card Created in conjuction with Basics Converting Fractions to Decimals The calculator will automatically convert a fraction to a decimal. Type in a fraction,

More information

Linear and Quadratic Least Squares

Linear and Quadratic Least Squares Linear and Quadratic Least Squares Prepared by Stephanie Quintal, graduate student Dept. of Mathematical Sciences, UMass Lowell in collaboration with Marvin Stick Dept. of Mathematical Sciences, UMass

More information

Quickstart for Web and Tablet App

Quickstart for Web and Tablet App Quickstart for Web and Tablet App What is GeoGebra? Dynamic Mathematic Software in one easy-to-use package For learning and teaching at all levels of education Joins interactive 2D and 3D geometry, algebra,

More information

lab MS Excel 2010 active cell

lab MS Excel 2010 active cell MS Excel is an example of a spreadsheet, a branch of software meant for performing different kinds of calculations, numeric data analysis and presentation, statistical operations and forecasts. The main

More information

if you have anything on the screen you can clear it by pressing: CLEAR

if you have anything on the screen you can clear it by pressing: CLEAR Graphing Calculators are really very powerful hand held computing devices. The allow mathematics problems to be investigated by those whose learning styles range from the symbolic to the visual to the

More information

Year 10 General Mathematics Unit 2

Year 10 General Mathematics Unit 2 Year 11 General Maths Year 10 General Mathematics Unit 2 Bivariate Data Chapter 4 Chapter Four 1 st Edition 2 nd Edition 2013 4A 1, 2, 3, 4, 6, 7, 8, 9, 10, 11 1, 2, 3, 4, 6, 7, 8, 9, 10, 11 2F (FM) 1,

More information

Introductory to TI-84 Plus Graphing Calculator

Introductory to TI-84 Plus Graphing Calculator Introductory to TI-84 Plus Graphing Calculator Training Module Table of Contents INTRODUCTION: WORKING WITH TI-84 PLUS...1 TI-84 PLUS KEYBOARD...2 SWITCHING ON/OFF THE TI-84 PLUS...3 HOME SCREEN...4 SCREEN

More information

Casio fx-cg20. Calculator Instructions A B C D E F G. Contents:

Casio fx-cg20. Calculator Instructions A B C D E F G. Contents: Calculator Instructions Casio fx-cg20 Contents: A B C D E F G Basic functions Memory Lists Statistics Linear modelling Probability Working with functions 2 CASIO FX-CG20 A BASIC FUNCTIONS GROUPING SYMBOLS

More information

Quadratic (and higher order) regression on your calculator (TI-82, 83, or 84) NAME:

Quadratic (and higher order) regression on your calculator (TI-82, 83, or 84) NAME: Quadratic (and higher order) regression on your calculator (TI-82, 83, or 84) NAME: Notice the points on the scatter plot below have a curved pattern. We will find the quadratic, cubic, and quartic functions

More information

Models for Nurses: Quadratic Model ( ) Linear Model Dx ( ) x Models for Doctors:

Models for Nurses: Quadratic Model ( ) Linear Model Dx ( ) x Models for Doctors: The goal of this technology assignment is to graph several formulas in Excel. This assignment assumes that you using Excel 2007. The formula you will graph is a rational function formed from two polynomials,

More information

SKILL: Fraction arithmetic and reducing fractions back to top

SKILL: Fraction arithmetic and reducing fractions back to top Table of Contents 050 Skills 1) Fraction Arithmetic 2) Check Solution 3) Graphing and Ordered Pairs 4) Finding Intercepts From a Graph 5) Solve a System of Equations 6) Evaluate an Expression with Exponents

More information

EXCEL 98 TUTORIAL Chemistry C2407 fall 1998 Andy Eng, Columbia University 1998

EXCEL 98 TUTORIAL Chemistry C2407 fall 1998 Andy Eng, Columbia University 1998 Created on 09/02/98 11:58 PM 1 EXCEL 98 TUTORIAL Chemistry C2407 fall 1998 Andy Eng, Columbia University 1998 Note for Excel 97 users: All features of Excel 98 for Macintosh are available in Excel 97 for

More information

8. DEALING WITH RANDOMNESS

8. DEALING WITH RANDOMNESS TABLE OF CONTENTS 8.1 GENERATING RANDOM NUMBERS... 3 ACTIVITY 1... 4 ACTIVITY 2... 4 8.2 TRANSFORMING RANDOM NUMBERS... 6 ACTIVITY 3... 6 ACTIVITY 4... 7 ACTIVITY 5... 8 8.3 DISPLAYING RANDOMNESS... 10

More information

Microsoft Excel Using Excel in the Science Classroom

Microsoft Excel Using Excel in the Science Classroom Microsoft Excel Using Excel in the Science Classroom OBJECTIVE Students will take data and use an Excel spreadsheet to manipulate the information. This will include creating graphs, manipulating data,

More information

Choose the file menu, and select Open. Input to be typed at the Maple prompt. Output from Maple. An important tip.

Choose the file menu, and select Open. Input to be typed at the Maple prompt. Output from Maple. An important tip. MAPLE Maple is a powerful and widely used mathematical software system designed by the Computer Science Department of the University of Waterloo. It can be used for a variety of tasks, such as solving

More information

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

More information

Texas Instruments TI-86 Graphics Calculator. Getting started with the TI-86

Texas Instruments TI-86 Graphics Calculator. Getting started with the TI-86 Part III: Texas Instruments TI-86 Graphics Calculator III.1 Getting started with the TI-86 III.1.1 Basics: Press the ON key to begin using your TI-86 calculator. If you need to adjust the display contrast,

More information

Tips to Save Typing, etc.

Tips to Save Typing, etc. MATH 110 Dr. Stoudt Using Your TI-nspire CAS Guidebooks for all Texas Instruments calculators can be downloaded (in Adobe PDF format) from http://education.ti.com/en/us/guidebook/search Just search for

More information

Vertical Line Test a relationship is a function, if NO vertical line intersects the graph more than once

Vertical Line Test a relationship is a function, if NO vertical line intersects the graph more than once Algebra 2 Chapter 2 Domain input values, X (x, y) Range output values, Y (x, y) Function For each input, there is exactly one output Example: Vertical Line Test a relationship is a function, if NO vertical

More information

NAME: BEST FIT LINES USING THE NSPIRE

NAME: BEST FIT LINES USING THE NSPIRE NAME: BEST FIT LINES USING THE NSPIRE For this portion of the activity, you will be using the same data sets you just completed where you visually estimated the line of best fit..) Load the data sets into

More information

HP-32SII Quick Reference

HP-32SII Quick Reference HP-32SII Quick Reference A. Thimet Memory 384 bytes total memory Variables...8 bytes per variable, only if non-0, including 8 Σ register Program instructions...1.5 bytes per instruction Equations...1.5

More information

[CALCULATOR OPERATIONS]

[CALCULATOR OPERATIONS] Example 1: Set up a table of values (with x-values between 3 and 3) and use it to draw the graph of 3. Press MENU 2: VIEW A: SHOW TABLE 1. Select the GRAPHS option: Or Press MENU 5: TRACE 1: GRAPH TRACE

More information

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9 Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9 Contents 1 Introduction to Using Excel Spreadsheets 2 1.1 A Serious Note About Data Security.................................... 2 1.2

More information

Microsoft Excel 2007

Microsoft Excel 2007 Microsoft Excel 2007 1 Excel is Microsoft s Spreadsheet program. Spreadsheets are often used as a method of displaying and manipulating groups of data in an effective manner. It was originally created

More information

CAMBRIDGE TECHNOLOGY IN MATHS Year 11 TI-89 User guide

CAMBRIDGE TECHNOLOGY IN MATHS Year 11 TI-89 User guide Year 11 TI-89 User guide Page 1 of 17 CAMBRIDGE TECHNOLOGY IN MATHS Year 11 TI-89 User guide CONTENTS Getting started 2 Linear equations and graphs 3 Statistics 5 Sequences 11 Business and related mathematics

More information

GRAPHING CALCULATOR REFERENCE BOOK

GRAPHING CALCULATOR REFERENCE BOOK John T. Baker Middle School GRAPHING CALCULATOR REFERENCE BOOK Name: Teacher: - 1 - To Graph an Equation: Graphing Linear Equations 1.) Press Y= and enter the equation into Y 1. 2.) To see the graph in

More information

GeoGebra. 10 Lessons. maths.com. Gerrit Stols. For more info and downloads go to:

GeoGebra. 10 Lessons.   maths.com. Gerrit Stols. For more info and downloads go to: GeoGebra in 10 Lessons For more info and downloads go to: http://school maths.com Gerrit Stols Acknowledgements Download GeoGebra from http://www.geogebra.org GeoGebra is dynamic mathematics open source

More information

Computer Algebra and Mathematics with the HP40G

Computer Algebra and Mathematics with the HP40G Computer Algebra and Mathematics with the HP40G Version.0 Renée de Graeve Lecturer at Grenoble I Acknowledgments It was not believed possible to write an efficient program for computer algebra all on one

More information

Calculator Supplement for TI-82/83 # 0 Introduction # 1 Computations # 2 Tables of Values # 3 Graphing # 4 The Calculate Submenu

Calculator Supplement for TI-82/83 # 0 Introduction # 1 Computations # 2 Tables of Values # 3 Graphing # 4 The Calculate Submenu 11/00, revised 3/02, 6/04, 10/05 JCD Calculator Supplement for TI-82/83 # 0 Introduction # 1 Computations # 2 Tables of Values # 3 Graphing # 4 The Calculate Submenu # 1 Introduction A. Double Action of

More information