Getting Started
Welcome! This guide will help you learn how to use the TI-84 Plus CE calculator β whether you're using the physical device or our free online emulator. Both work exactly the same way.
Turning it On
Press the ON key in the bottom-left corner. The calculator will show the home screen. You'll see a blinking cursor in the top-left. That means it's ready.
To turn it off, press 2nd then ON. In our online version, just close the tab.
The Display
The TI-84 Plus CE has a full-color screen. The top bar shows your current settings (like RADIAN or DEGREE mode). The main area is where you type and see your answers.
If your screen looks too bright or too dark, press 2nd + β to increase brightness, or 2nd + β to decrease it.
Using the Home Screen
The home screen is where you type calculations. Type any math expression and press ENTER to see the answer. Your last few answers are stored and shown above the current entry.
To clear everything on the screen, press CLEAR once (clears the line) or twice (clears the whole screen).
The Keyboard
The TI-84 Plus CE keyboard looks confusing at first β lots of keys! But once you understand the color system, it becomes easy.
Color Key System
- White labels: The main function of a key (what it does when you press it normally).
- Blue labels (above the key): The secondary function. Press 2nd first, then the key.
- Green labels (above certain keys): Alpha characters (letters). Press ALPHA first, then the key.
Important Keys
- 2nd β Activates the blue function above the next key you press.
- ALPHA β Activates the green letter above the next key you press.
- ENTER β Executes your calculation or confirms a selection.
- CLEAR β Clears the current input or the full screen.
- DEL β Deletes the character to the left of the cursor.
- (-) β The negative sign (next to ENTER). Different from the minus key!
- MODE β Opens the settings menu to change RADIAN/DEGREE and other options.
Common mistake: Using the subtraction minus β instead of the negative sign (-) for negative numbers. Always use (-) when you want a negative number, like (-3).
Basic Math
Arithmetic Operations
The four basic operations work just like you'd expect:
- Addition: +
- Subtraction: β
- Multiplication: Γ
- Division: Γ·
Type your expression and press ENTER. For example: 3 + 4 Γ 2 gives 11 (the calculator follows order of operations automatically).
Exponents and Roots
- To raise a number to a power: use the ^ key. Example:
2 ^ 8= 256. - Square root: press 2nd + xΒ². Then type your number inside the parentheses.
- Cube root: press MATH, then choose option 4: β(
Using Parentheses
Always use parentheses to control the order of operations. For example, to solve (3 + 4) Γ 2, type: (3 + 4) Γ 2 β Result: 14. Without parentheses, 3 + 4 Γ 2 = 11.
The Answer Key (Ans)
Press 2nd + (-) to insert Ans β this represents the last answer. You can use it in your next calculation. For example, if your last answer was 100, typing Ans / 4 gives 25.
Setting Modes
The Mode menu controls how your calculator behaves. Press MODE to open it.
Key Mode Settings
- RADIAN vs DEGREE: This affects trig functions (sin, cos, tan). Most algebra classes use DEGREE. Most calculus uses RADIAN.
- FLOAT vs 0-9: FLOAT shows as many digits as needed. Choose a number (like 2) to fix decimal places, e.g., showing 3.14 instead of 3.14159265...
- FUNCTION vs PARAMETRIC vs POLAR: Stick with FUNCTION for standard graphing. Change to POLAR for polar coordinates.
- REAL vs a+bi: Use a+bi when working with complex (imaginary) numbers.
Use arrow keys to highlight a setting, then press ENTER to select it. When done, press CLEAR or 2nd + QUIT to exit.
Graphing Basics
Graphing is one of the most powerful features of the TI-84 Plus CE. Here's how to graph any equation step by step.
Step 1: Enter Your Equation
Press Y= (top-left function key). You'll see slots labeled Y1, Y2, Y3, etc. Type your equation next to Y1. Use X,T,ΞΈ,n to enter the variable x.
Example: To graph y = 2x + 3, type 2X + 3 next to Y1.
Step 2: Set Your Window
Press ZOOM and choose 6: ZStandard for a standard -10 to 10 window. Or press WINDOW to set custom x and y min/max values.
Step 3: View the Graph
Press GRAPH. Your equation will be drawn on the screen.
You can graph up to 10 functions at once (Y1 through Y0). Use different colors to tell them apart!
Graphing a Circle
A circle like xΒ² + yΒ² = 25 has two parts. Solve for y first: y = Β±β(25 β xΒ²). Enter β(25 β XΒ²) in Y1 and ββ(25 β XΒ²) in Y2. Then press ZOOM β 5: ZSquare so the circle looks like a circle (not an oval).
Window Settings
Press WINDOW to set up your viewing window. This controls what part of the coordinate plane you see.
- Xmin / Xmax: The left and right edges of the x-axis.
- Xscl: The spacing between x-axis tick marks.
- Ymin / Ymax: The bottom and top edges of the y-axis.
- Yscl: The spacing between y-axis tick marks.
Useful ZOOM Shortcuts
- ZOOM 1: Box Zoom β draw a box around the area you want to zoom into.
- ZOOM 3: Zoom In β zoom in centered at current cursor position.
- ZOOM 4: Zoom Out β zoom out from current position.
- ZOOM 6: ZStandard β reset to standard Β±10 window.
- ZOOM 7: ZTrig β best window for trig functions (0 to 2Ο on x-axis).
Tracing & Tables
Using TRACE
After graphing, press TRACE. A small cursor appears on your graph. Use the left/right arrow keys to move along the curve. The x and y values display at the bottom of the screen.
If you have multiple graphs, press the up/down arrows to jump between them.
Finding Key Points
Press 2nd + CALC to open the Calculate menu:
- 1: value β Find y when you type an x value.
- 2: zero β Find x-intercepts (where the graph crosses the x-axis).
- 3: minimum β Find the lowest point of a curve.
- 4: maximum β Find the highest point of a curve.
- 5: intersect β Find where two graphs cross each other.
- 7: β«f(x)dx β Approximate the area under a curve (integral).
The TABLE Feature
Press 2nd + GRAPH to open the table. It shows y values for a list of x values. This is great for creating data tables quickly.
Customize the table with 2nd + WINDOW (TBLSET). Set TblStart for the first x value and ΞTbl for the step size between x values.
Algebra & Equations
Solving Equations by Graphing
The best way to solve an equation like xΒ² β 3x β 4 = 0 is to graph Y1 = xΒ² β 3x β 4 and find the x-intercepts using 2nd + CALC β 2: zero.
Solving Systems of Equations
To solve two equations simultaneously (like y = 2x + 1 and y = βx + 4):
- Enter equation 1 in Y1 and equation 2 in Y2.
- Press GRAPH.
- Press 2nd + CALC β 5: intersect.
- The calculator shows the solution (the x,y point where they cross).
Polynomial Operations
Use the MATH menu to access functions like:
- abs( β Absolute value. Example:
abs(-7)= 7. - round( β Round a number. Example:
round(3.567, 2)= 3.57. - iPart( / fPart( β Integer part or fractional part of a number.
Statistics
Entering Data
Press STAT β 1: Edit to open the data list editor. Type your numbers into L1 (and L2 if you have two variables). Press ENTER after each number.
One-Variable Statistics (1-Var Stats)
After entering data in L1, press STAT β arrow right to CALC β 1: 1-Var Stats. Press ENTER twice. You'll see:
- xΜ β Mean (average)
- Ξ£x β Sum of all values
- Οx β Population standard deviation
- Sx β Sample standard deviation
- n β Number of data points
- Med β Median (scroll down to see)
Linear Regression
Enter your x values in L1 and y values in L2. Press STAT β CALC β 4: LinReg(ax+b). The calculator gives you the slope (a), y-intercept (b), and RΒ² value (how well the line fits your data).
To see the regression line on your graph, after running LinReg, go to Y= and paste the equation there. Then press GRAPH.
Histograms and Box Plots
Press 2nd + Y= (STAT PLOT). Turn Plot1 on and choose the type: histogram, box plot, or scatter plot. Then press ZOOM β 9: ZoomStat to auto-fit the window to your data.
Matrices
Creating a Matrix
Press 2nd + xβ»ΒΉ (MATRIX). Arrow right to EDIT. Select [A]. Type the dimensions (rows Γ columns), then enter each value and press ENTER.
Matrix Operations
Back at the home screen, press 2nd + xβ»ΒΉ to select a matrix. Then you can:
- Add matrices:
[A] + [B] - Multiply:
[A] Γ [B] - Find the inverse:
[A]β»ΒΉ(press xβ»ΒΉ after selecting [A]) - Find the determinant: Go to MATRIX β MATH β det(
Solving Systems with Matrices (RREF)
Enter your augmented matrix in [A], then go to MATRIX β MATH β B: rref(. Type rref([A]) and press ENTER. The result is the reduced row echelon form β your solution is in the last column.
Trigonometry
Sin, Cos, Tan
The trig functions are on the third row of the keyboard: SIN, COS, TAN.
Make sure your MODE is set to DEGREE or RADIAN depending on your problem. A common mistake is using degrees when the calculator is in radian mode.
sin(30Β°)= 0.5 (in DEGREE mode)sin(Ο/6)= 0.5 (in RADIAN mode)
Inverse Trig Functions
To find an angle from a ratio, use inverse trig:
- 2nd + SIN β sinβ»ΒΉ( β "What angle has this sine value?"
- 2nd + COS β cosβ»ΒΉ(
- 2nd + TAN β tanβ»ΒΉ(
Example: sinβ»ΒΉ(0.5) = 30Β° in DEGREE mode.
Graphing Trig Functions
Go to Y= and type your function. For y = sin(x), press ZOOM β 7: ZTrig. This sets the window perfectly for one full cycle of a sine wave (from β2Ο to 2Ο).
Error Messages & Fixes
Error messages can be confusing. Here's what the most common ones mean and how to fix them:
ERR: SYNTAX
You made a typing mistake in your expression. Common causes: missing a parenthesis, using multiplication sign wrongly, or using the subtraction key instead of the negative sign.
ERR: DOMAIN
You're asking the calculator to do something mathematically undefined. Examples: log(β5), β(β4) (in REAL mode), or 1/0. Check your input.
ERR: WINDOW RANGE
Your window settings are invalid (e.g., Xmin is greater than Xmax). Press ZOOM β 6: ZStandard to reset.
ERR: DIM MISMATCH
You're trying to add or multiply matrices (or lists) that have different sizes. Make sure both matrices have compatible dimensions.
ERR: SINGULAR MAT
You tried to invert a matrix that has no inverse (its determinant is 0). Check your matrix values.
When an error pops up, choose 2: Goto to jump to the exact spot where the error occurred. This makes it much easier to find and fix the problem.
Shortcuts & Power Tips
Recall Previous Entries
Press the β up arrow on the home screen to scroll through your recent calculations. Press ENTER to re-use or edit them. This saves tons of time!
Store Values in Variables
You can store a number into a letter variable. Type the number, press STOβ, then press a letter (using ALPHA + key). Example: 42 STOβ A. Now every time you type A in an expression, the calculator uses 42.
Quick Fractions
Press MATH β 1: βΊFrac to convert a decimal to a fraction. Example: type 0.375, then press ENTER, then MATH β βΊFrac β ENTER. Result: 3/8.
Type Ο and e
Ο (pi): Press 2nd + ^. Use this in trig and geometry.
e (Euler's number): Press 2nd + LN for e^(, or 2nd + Γ· for the constant e itself.
Use Lists for Multiple Calculations
Type a list in curly braces: {1, 2, 3, 4, 5}. You can apply any operation to all values at once. For example, {1, 2, 3}Β² + 1 gives {2, 5, 10}. Incredibly useful for statistics and pattern problems!
Press 2nd + ENTER (ENTRY) to paste your last typed expression back on screen. This is faster than the up arrow if you just need to slightly change your previous calculation.