Casio fx-CP400 User Manual

ClassPad II
Examples
E
CASIO Education website URL
http://edu.casio.com
Access the URL below and register as a user.
http://edu.casio.com/dl/

Contents

Chapter 2: Main Application ................................................................................................. 3
Chapter 3: Graph & Table Application ............................................................................... 12
Chapter 4: Conics Application ........................................................................................... 18
Chapter 5: Differential Equation Graph Application......................................................... 19
Chapter 6: Sequence Application ...................................................................................... 24
Chapter 7: Statistics Application ....................................................................................... 26
Chapter 8: Geometry Application ...................................................................................... 30
Chapter 9: Numeric Solver Application ............................................................................. 32
Chapter 10: eActivity Application ...................................................................................... 33
Chapter 11: Financial Application ...................................................................................... 34
Chapter 12: Program Application ...................................................................................... 39
Chapter 13: Spreadsheet Application ................................................................................ 41
About this booklet...
This booklet contains a collection of examples of operations explained in the ClassPad II User’s Guide.
Use this booklet in combination with the User’s Guide.
2

Chapter 2: Main Application

0201
Calculation Key Operation
56 × (–12) ÷ (–2.5) = 268.8
2 + 3 × (4 + 5) = 29
56*(z12)/(z2.5)E 2+3*(4+5)E

=
0202
0203
0204 x:=123E
0205 Tapping u while the ClassPad is configured for Standard mode (Normal 1) display
100 ÷ 6 = 16.6666666...
2.54 × 103 = 2540 2.54e3E 1600 × 10–4 = 0.16 bgaaE-ew
123 + 456 = 579 123+456E 789 – 579 = 210 789-DE 210 ÷ 7 = 30 /7E
Expression ClassPad Operation Displayed Result
100/6u
(Switches to Decimal mode format.)
u (Switches back to Standard mode format.)
6/(4*5)E orN*6c4*5E
* The soft keyboard [Math1] key set
16.66666667
50
3
0206 Tapping u while the ClassPad is configured for Decimal mode (Normal 1) display
Expression ClassPad Operation Displayed Result
!2e+2u
2
+ 2 = 3.414213562...
0207 (Complex mode and Real mode calculation results)
Expression Complex Mode Real Mode
solve (
3
x
x2 + x – 1 = 0, x)
i + 2 i i
(1 +
'3 i)((2,45°))
(Switches to Standard mode format.)
u (Switches back to Decimal mode format.)
{
x = –i, x = i, x = 1}
(4,105)
ERROR: Non-Real in Calc
ERROR: Non-Real in Calc
Chapter 2: Main Application  3
2
+ 2
3.414213562
x = 1}
{
0208 (Assistant mode and Algebra mode calculation results)
Expression Assistant Mode Algebra Mode
2
x
+ 2x + 3x + 6 x2 + 2 ·
2
x+1)
expand ((
) x2 + 2 ·
x + 3
·
x + 6 x
x ·
1 + 1
x + 1 (When 1 is assigned to x) x + 1
2
+ 5 ·
x + 6
2
2
x
+ 2 ·
x + 1
2
0209
1. Tap location 1. 2. K3E
1
0210 0211
0212
Re-calculated
0213
0214
{1,2,3}WlistaE
or
)1,2,3eWlistaE
0215 lista[2]E
or
lista[d2E
Chapter 2: Main Application  4
0216 5Wlista[2]E
Tip: You can also perform the above operations on the “ans” variable when it contains LIST data.
Example: {1, 2, 3} E {1, 2, 3} D[2]E 2
0217 list3*{6,0,4}E
0218 {10,20,30}W{x,y,Z}
E
0219
0220
0221 5Wmat1[1,2]E
[[1,2][3,4]]Wmat1E
or
[d[d1,2e[d3,4eeW mat1E
mat1[2,1]E
Row Column
Tip: You can also perform the above operations on the “ans” variable when it contains MATRIX data.
0222
1. 6 (Creates a 1-row × 2-column matrix.)
1e2
2. 6 (Adds one column to the matrix.)
3
3. 7 (Adds one row to the matrix.)
4e5e6
4. Assign the matrix to the variable named “mat2”.
eWmat2E
Chapter 2: Main Application  5
0223
[[1,1][2,1]]+ [[2,3][2,1]]E
0224
0225 [[1,2][3,4]]*5E
0226 [[1,2][3,4]]{3E
0227 81e2cd3e4em3E
0228
81e1cd2e1
e*
82e3cd2e1E
710c20730eW7xcy7ZE
0229
1. Tap the down arrow button next to the < button, and then tap 1.
2. 10111+11010E
0230
1. Tap the down arrow button next to the < button, and then tap 2.
2. (11+7){2E
0231
1. Tap the down arrow button next to the < button, and then tap 4.
2. 123d+1010bE
Chapter 2: Main Application  6
0232
10102 and 11002 = 10002 (Number base: Binary)
1010pandp1100E
10112 or 110102 = 110112 (Number base: Binary)
1011porp11010E
10102 xor 11002 = 1102 (Number base: Binary)
1010pxorp1100E
not (FFFF16) = FFFF000016 (Number base: Hexadecimal)
not(ffff)E
0233
baseConvert( 579,15,12)E baseConvert( 100,13,10)E baseConvert( 123,16,3)E
0234
1. x{3-3x{2+3x-1
2. Drag the stylus across the expression to select it.
3. Tap [Interactive], [Transformation], [factor], and then [factor].
0235
1. x{2+2x
2. Drag the stylus across the expression to select it.
3. Tap [Interactive], [Calculation], and then [ ]. This displays the dialog box.
4. Tap “Definite” to select it.
5. Input the required data for each of the following three arguments.
Variable:
x, Lower: 1, Upper: 2
6. Tap [OK].
Chapter 2: Main Application  7
0236
1. Input the calculation below and execute it.
diff(sin(
x),x) × cos(x) + sin(x) × diff(cos(x),x)
2. Drag the stylus across “diff(sin(
3. Tap [Interactive], [Assistant] and then [apply].
• This executes the part of the calculation you selected in step 2. The part of the calculation that is not selected (× cos(
0237
1. Tap ! to display the Graph Editor window in the lower window.
2. Drag the stylus across “
3. Drag the selected expression to the Graph Editor window.
This copies the expression to the location where you dropped it.
x) + sin(x) × diff(cos(x),x)) is output to the display as-is.
x^2 – 1” in the work area to select it.
x),x)” to select it.
0238
1. Tap $ to display the Graph window in the lower window.
2. Drag the stylus across “x^2 – 1” in the work area to select it.
3. Drag the selected expression to the Graph window.
Chapter 2: Main Application  8
0239
1. On the work area window, tap ( to display the Stat Editor window in the lower window.
2. In the Stat Editor window, input {1, 2, 3} into “list1” and {4, 5, 6} into “list2”.
3. Make the work area window active, press k, and then perform the following calculation: list1 + list2
list3.
4. Press k to hide the keyboard.
• Here you can see that list3 contains the result of list1 + list2.
0240
1. Tap the Main application work area window to make it active.
2. Perform the operation {12, 24, 36} test, which assigns the list data {12, 24, 36} to the LIST variable named
“test”.
3. Tap the Stat Editor window to make it active, and then use e key to scroll the screen to the right until the
blank list to the right of “list6” is visible.
4. Tap the blank cell next to “list6”, input “test”, and then tap w.
This displays the list data {12, 24, 36}, which is assigned to the variable named “test”.
Chapter 2: Main Application  9
0241
1. Input the expression x^2/5^2 + y^2/2^2 = 1 in the work area.
2. Tap 3 to display the Geometry window in the lower window.
3. Drag the stylus across the expression in the work area to select it, and then drag the selected expression to the Geometry window.
• An ellipse appears in the Geometry window.
0242
Point Circle A point and its image
0243
1. Start up Verify.
2. Input 50 and press E.
3. Following the equal sign (=), input 25 × 3 and press E.
4. Tap [OK] to close the error dialog that appears.
5. Change 25 × 3 to 25 × 2 and press E.
6. Following the next equal sign (=), input 5 × 5 × 2 and press E.
Chapter 2: Main Application  10
0244
1. Tap O and then tap [OK] to clear the window.
2. Tap the down arrow on the toolbar and select T.
3. Input
4. Input (
0245
1. Start up Probability, and then select “2 Dice +”.
2. Enter 50 into the “Number of trials” box.
3. Tap [OK] to display the result in the
0246
1. Tap P to display the Probability dialog box, and then select “Container”.
2. Configure the following settings on the
x^2 + 1 and press E.
x + i)(x – i) and press E.
Probability window.
dialog box.
Replace: Yes*, A: 10, B: 20, C: 30 (Leave other letters set to zero.), Number of trials: 50
3. Tap [OK].
* Indicates the ball is replaced before the next draw. If the ball is not replaced, select “No”.
0247
1. OCTA()E
2. Enter 20 and then tap [OK].
• This will run OCTA and display the results in the
program output window.
Program output window
Chapter 2: Main Application  11

Chapter 3: Graph & Table Application

0301
1. On the a menu, tap [Draw Shade].
2. On the dialog box that appears, input the following: Lower Func: x2 + 1. Leave x min and x max blank.
3. Tap [OK].
0302
1. Tap 8 to display the Table Input dialog box, and then configure it with the settings below.
Start: –4.9, End: 7.1, Step: 2
2. On the Graph Editor window, input and store
This generates a number table and displays it.
3. Tap a and then [Link].
This displays the Graph window and draws the graph, with the trace
pointer located on the graph line. The coordinates of the trace pointer location will also be shown.
Tapping a cell in the
location of the cell’s value.
You can move the highlighting in the number table by pressing the up
and down cursor keys, or by tapping the cell you want to select. Doing so causes the trace pointer to jump to the corresponding location on the graph.
2
x
– 1, Upper Func:
y = 3log(x + 5) into line y1, and then tap #.
y1 column causes the trace pointer to move the
4. To quit the linked trace operation, tap l on the icon panel.
0303
1. Tap 8 to display the Table Input dialog box, and then configure it with the following settings.
Start: 0, End: 1, Step: 0.2
2. Input the function
3. Tap # to generate the number table.
3
y = x
– 3x on the Graph Editor window, and then tap $ to graph it.
Chapter 3: Graph & Table Application  12
4. Tap the Graph window to make it active. Next, tap [Analysis] and then [Trace].
• This causes a pointer to appear on the graph.
5. Use the cursor key to move the pointer along the graph until it reaches a point whose coordinates you want to input into the table.
6. Press E to input the coordinates at the current cursor position at the end of the table.
7. Repeat steps 5 and 6 to input the rest of the coordinates you want.
0304
1. In line y1 of the Graph Editor window, input and save x2x – 2, and then tap $.
2. Tap [Analysis], [Sketch], and then [Inverse].
This graphs the inverse function. The message box briefly shows the inverse function.
Tip: If a function does not have an inverse, the graph produced by the [Inverse] command will be the result of
interchanging the
x and y variables of the original function.
0305
1. While the Graph window is active, tap [Analysis], [Sketch], and then [Circle].
This display “Circle” on the Graph window.
2. Tap the point where you want the center of the circle to be, and then tap a second point anywhere on the circle’s circumference.
This draws the circle, and the message box shows the function for the circle.
You can also draw a circle by specifying the coordinates of its center point and specifying its radius value.
In place of the operation in step 2 of the above procedure, press a number key on the keypad. On the dialog box that appears, enter the required values and then tap [OK].
0306
1. While the Graph window is active, tap [Analysis], [Sketch], and then [Vertical].
This display “Vertical” on the Graph window.
2. Press 2.
This displays a dialog box for specifying the
x-coordinate of the vertical line, with 2 specified as the
x-coordinate.
Instead of inputting a value here, you can use the stylus to tap the point through which the vertical line
should pass.
3. Tap [OK].
To draw a horizontal line, tap [Analysis], [Sketch], and then [Horizontal] in place of [Vertical] in step 1 of the above procedure. In the case of a horizontal line, you need to specify the
y-coordinate in step 2.
Chapter 3: Graph & Table Application  13
Loading...
+ 30 hidden pages