TI-84 Graphing Calculator Free Online — Plot Functions Like a Pro

Quick Answer: To graph on the TI-84, press Y=, type your function using the X,T,θ,n key, then press GRAPH. Use TRACE to inspect points, ZOOM to adjust the view, and the CALC menu to find intercepts, maxima, and minima. The online version at Calc84 works the same way, right in your browser.

Graphing is the centrepiece of everything the TI-84 does. For many students, the moment they first see a function appear as a smooth curve on the screen is the moment math starts to click. This page is a complete walkthrough of the graphing workflow — from typing in a simple Y= equation all the way to finding intersection points between two curves. It covers what you can do with the Calc84 graphing engine and explains how the online graphing experience compares with button presses on a physical device.

Entering and plotting Y= functions

The Y= editor is where every graph begins. Press Y= (the top-left key on the physical TI-84, or the equivalent onscreen button in the online emulator) and you will see a list of function slots labelled Y₁ through Y₀. Up to ten functions can be active at once.

When you type a function, use the X,T,θ,n key for the variable. The calculator treats X as the independent variable for rectangular (Y=) mode. For example, entering Y₁ = X² - 4 and pressing GRAPH produces a parabola opening upward, with its vertex at (0, -4) and intercepts at x = -2 and x = 2. The screen auto-scales based on the current WINDOW settings, which default to Xmin = -10, Xmax = 10, Ymin = -10, Ymax = 10 (the ZStandard zoom level).

Functions can include any of the operations available on the keypad: addition, subtraction, multiplication, division, exponents (using the ^ key), trigonometric functions (SIN, COS, TAN), logarithms (LOG, LN), and the full MATH menu including roots, absolute value, and numeric operations. Everything works identically in the online TI-84 calculator.

Polar and parametric graphing modes

Beyond the familiar Y= rectangular mode, the TI-84 supports three additional graphing modes accessed through the MODE key:

The online graphing calculator handles all four modes identically to the hardware. Switch modes by tapping the onscreen MODE key or the corresponding keyboard shortcut, enter your equations in the Y= editor (which adapts to the selected mode), and press GRAPH. If you are working on a free TI-84 emulator online, you can switch between modes without clearing existing equations — something that is especially helpful when comparing rectangular and parametric representations of the same curve.

Inequality graphing: shading above or below

Inequality graphing is a built-in TI-84 feature that shades the region above or below a curve. In the Y= editor, move the cursor to the left of the equals sign and press ENTER repeatedly to cycle through the inequality symbols: = (equal), > (greater than), < (less than), ≥ (greater than or equal), and ≤ (less than or equal).

For instance, setting Y₁ to ≥ X + 1 and Y₂ to ≤ 5 - X² shades the overlapping region that satisfies both inequalities — a visual solution to a system of inequalities. This is especially useful for linear programming problems in algebra and for visualising feasible regions. The graph uses shaded patterns that are easy to read, and pressing TRACE lets you examine boundary points.

Using TRACE and the CALC menu to analyze graphs

Graphing a function is just the start. The real power comes from the analysis tools:

These CALC tools work the same way on the online graphing calculator as they do on the physical device. The intersection tool (option 5) is particularly efficient — it solves the system of equations Y₁ = Y₂ numerically without requiring algebraic manipulation.

ZOOM options: framing your graph perfectly

The ZOOM key opens a menu of preset and custom zoom options that control the WINDOW ranges:

The online calculator makes zooming even faster — you can click and drag to pan, scroll to zoom, or use the keyboard shortcuts. On a physical TI-84, zooming requires navigating menus with arrow keys, which is precise but slower. The browser-based version on Calc84 gives you both approaches, so you can use whichever you find more natural.

Online graphing workflow vs. physical TI-84 button presses

The online graphing experience maps directly to the hardware button layout, but with a few meaningful differences:

Graphing workflow: online emulator vs. physical TI-84
Action Online (Calc84) Physical TI-84
Enter a functionClick Y= onscreen or press keyboard shortcutPress the Y= key
Adjust windowDrag to pan, scroll to zoom, or use WINDOW menuPress WINDOW, arrow through fields, type values
Find intersection2nd + TRACE, select 5: intersect onscreen2nd + TRACE, arrow to 5: intersect
Zoom to box regionClick-drag rectangle on graphZOOM, 1: ZBox, draw box with cursor
View coordinatesHover over curve to see tooltipTRACE, arrow left/right
Screenshot/saveRight-click to save graph as imageRequires TI Connect software + cable

The key difference is speed. On the physical calculator, adjusting the window for a clear view of your graph can involve several rounds of WINDOW edits. Online, you can drag and zoom intuitively. This makes the online version excellent for exploration — you can try different window ranges quickly and see the results instantly.

Practice problem: graph y = sin(x)cos(2x)

Here is a concrete example to try right now. Open the online TI-84 calculator and follow these steps:

  1. Press MODE and make sure you are in Radian mode (not Degree). Trig functions behave more naturally in radians.
  2. Press Y= and enter sin(X)*cos(2X) for Y₁. Use the X,T,θ,n key for X.
  3. Press ZOOM, then select 7: ZTrig. This sets the window to X: [-2π, 2π] and Y: [-4, 4], which is perfect for trig functions.
  4. Press GRAPH. You should see a wave pattern with amplitude that varies — the sin(X) carrier wave is modulated by the cos(2X) factor, producing a distinctive envelope shape with peaks near x = π/2, 3π/2 and valleys near x = 0, π, 2π.
  5. Press TRACE and move along the curve. Note that the y-values oscillate between approximately -1 and 1, since both sin(X) and cos(2X) are bounded by [-1, 1] and their product cannot exceed those bounds.
  6. Press 2nd + TRACE (CALC), select 4: maximum. Set a left bound near x = 1, a right bound near x = 2, and a guess near x = 1.5. The calculator should find a local maximum near x ≈ 1.273 with y ≈ 0.769.

This one function demonstrates TRACE, ZTrig, and the CALC maximum-finding tool — the three graphing skills you will use most often. The online calculator at Calc84 performs each step with the same precision and output as a physical TI-84 running OS 5.8.0.

Frequently asked graphing questions

For additional graphing techniques, see Khan Academy's graphing tutorial and TI's official 10-minute graphing guide.

Why does my graph look like a blank screen?

Three common causes: (1) You forgot to turn on the function — check that the = sign next to Y₁ is highlighted. (2) The WINDOW settings are too zoomed in or out — press ZOOM then 6: ZStandard to reset. (3) You are in the wrong MODE — if you meant to graph Y= but the calculator is in Parametric or Polar mode, switch back using the MODE key.

How do I graph a piecewise function?

Use parentheses with division and the Boolean test operators (found in 2nd + MATH, under the TEST menu). For example, to graph f(x) = x² for x ≥ 0 and f(x) = -x for x < 0, enter: Y₁ = (X²)(X≥0) + (-X)(X<0). The Boolean expressions evaluate to 1 (true) or 0 (false), effectively selecting the correct branch.

Can I graph a function and its derivative at the same time?

Yes. Enter the original function in Y₁. Then for Y₂, go to the MATH menu (MATH key), scroll to 8: nDeriv(, and enter nDeriv(Y₁, X, X). This numerically computes the derivative of Y₁ and plots it alongside the original curve — very helpful for checking critical points.

How many functions can I graph at once?

The TI-84 allows up to 10 active functions (Y₁ through Y₀) simultaneously. Each one can be styled with a different line pattern — on the physical TI-84 Plus CE, lines are color-coded (blue, red, black, magenta, etc.). On the standard monochrome TI-84, lines use different dash patterns to stay distinguishable.

Graphing on the TI-84 is a skill that gets faster with practice. The free online TI-84 graphing calculator gives you a risk-free way to explore — you can try things, make mistakes, zoom in and out, and discover how functions behave without worrying about batteries or carrying a calculator. Open the main calculator page and start plotting.

Page last updated: July 26, 2026

Miqdad Qaisrani — creator of Calc84

Miqdad Qaisrani

Full Stack AI Engineer & Creator of Calc84

Miqdad built Calc84’s online graphing calculator to give students a free, faithful TI-84 emulator with full graphing, TRACE, ZOOM, and CALC capabilities. He is a full-stack engineer focused on browser-based math tools that work offline.