TI-84 Graphing Functions Tutorial

Master the powerful graphing capabilities of your TI-84 calculator. Learn to plot equations, analyze graphs, use zoom and trace features, and work with advanced graphing modes.

⏱️ 20 min read
πŸ‘€ Intermediate Level
πŸ“ˆ Graphing Guide

πŸ“ Setting Up the Graphing Window

Before plotting any functions, you need to set up an appropriate viewing window. The window determines what portion of the coordinate plane you'll see on the screen.

Understanding the Window Settings

The WINDOW menu controls the boundaries and scale of your graph display. Press WINDOW to access these critical settings.

Setting Description Standard Value When to Change
Xmin Left boundary of viewing window -10 When you need to see more negative x-values
Xmax Right boundary of viewing window 10 When you need to see larger positive x-values
Xscl Distance between tick marks on x-axis 1 For better readability with different scales
Ymin Bottom boundary of viewing window -10 When functions have very negative values
Ymax Top boundary of viewing window 10 When functions have very large positive values
Yscl Distance between tick marks on y-axis 1 For better readability with different scales

Standard Window Settings

The TI-84 provides several preset window configurations that work well for different types of problems.

Quick Window Presets:

1
ZStandard: Press ZOOM β†’ 6 for the standard -10 to 10 window
2
ZDecimal: Press ZOOM β†’ 4 for nice decimal values when tracing
3
ZTrig: Press ZOOM β†’ 7 for trigonometric functions
4
ZSquare: Press ZOOM β†’ 5 for equal x and y scaling

Window Setup Strategy

Start with ZStandard for most functions. If your graph doesn't appear or looks cramped, adjust the window manually. For trigonometric functions, always use ZTrig or set the window manually to show complete periods.

πŸ“ˆ Plotting Your First Function

Now that you understand window settings, let's plot your first function. The Y= editor is where you enter equations to be graphed.

Using the Y= Editor

Press Y= to open the function editor. You can enter up to 10 functions (Y₁ through Yβ‚€) and graph them simultaneously.

Step-by-Step: Graphing y = xΒ²

1
Open Y= Editor: Press Y= to access the function input screen
2
Enter Function: In Y₁, type X,T,ΞΈ,n then ^ then 2
3
Set Window: Press ZOOM β†’ 6 for standard window
4
Graph It: Press GRAPH to see your parabola
πŸ“ˆ
y = xΒ² (parabola opening upward)

Multiple Functions

You can graph multiple functions simultaneously by entering them in different Y variables.

Graphing Multiple Functions:

1
Y₁: Enter X^2 (parabola)
2
Yβ‚‚: Enter 2*X + 1 (linear function)
3
Y₃: Enter SIN(X) (sine wave)
4
Graph: Press GRAPH to see all three functions

Function Input Tips

Here are essential techniques for entering functions correctly:

Function Type Example Calculator Input Notes
Linear y = 2x + 3 2*X + 3 Always use * for multiplication
Quadratic y = xΒ² - 4x + 1 X^2 - 4*X + 1 Use ^ for exponents
Rational y = 1/x 1/X Use parentheses for complex denominators
Exponential y = 2Λ£ 2^X Or use 2ND + LN for e^X
Trigonometric y = sin(x) SIN(X) Check angle mode (degree/radian)
Logarithmic y = log(x) LOG(X) LOG = base 10, LN = natural log

Common Input Errors

β€’ Forgetting multiplication symbols: Write 2*X, not 2X
β€’ Missing parentheses: Write (X+1)/(X-1), not X+1/X-1
β€’ Wrong variable: Use X,T,ΞΈ,n button, not typing the letter X
β€’ Angle mode: Check if trigonometric functions need degrees or radians

πŸ” Trace and Zoom Features

Once you've graphed a function, the TRACE and ZOOM features help you explore and analyze the graph in detail. These tools are essential for finding specific values and examining graph behavior.

Using the TRACE Function

The TRACE feature allows you to move along a function and read exact coordinate values.

How to Use TRACE:

1
Activate TRACE: Press TRACE while viewing a graph
2
Navigate: Use left and right arrow keys to move along the curve
3
Switch Functions: Use up and down arrows to move between different graphed functions
4
Jump to Value: Type a number and press ENTER to jump to that x-value

ZOOM Menu Functions

The ZOOM menu provides powerful tools for adjusting your view of the graph.

ZOOM Option Key Sequence Purpose When to Use
ZBox ZOOM β†’ 1 Zoom into a rectangular region Focus on specific area of interest
Zoom In ZOOM β†’ 2 Magnify around cursor position Get closer look at specific point
Zoom Out ZOOM β†’ 3 Reduce magnification See more of the graph
ZDecimal ZOOM β†’ 4 Set window for nice decimal values When tracing and need clean numbers
ZSquare ZOOM β†’ 5 Make x and y scales equal For accurate shape representation
ZStandard ZOOM β†’ 6 Reset to standard -10 to 10 window Start over with default view
ZTrig ZOOM β†’ 7 Optimized for trigonometric functions When graphing sin, cos, tan functions

Advanced ZOOM Techniques

Using ZBox for Precise Viewing:

1
Select ZBox: Press ZOOM β†’ 1
2
Set First Corner: Move cursor to one corner of desired area and press ENTER
3
Set Opposite Corner: Move cursor to opposite corner and press ENTER
4
Zoom Complete: Calculator automatically zooms to your selected rectangle

TRACE Pro Tips

β€’ Use ZDecimal before tracing for clean decimal coordinates
β€’ Type specific x-values while tracing to jump to exact points
β€’ Press CLEAR to exit trace mode
β€’ Remember that TRACE shows points actually calculated, not every pixel

πŸ”¬ Graph Analysis Tools

The TI-84 includes powerful tools for analyzing functions and finding important points like zeros, maximums, minimums, and intersections.

CALC Menu Functions

Press 2ND + TRACE to access the CALC (Calculate) menu with these analysis tools.

Tool Menu Option Finds Common Use
Zero CALC β†’ 2 x-intercepts (where y = 0) Solving equations, finding roots
Minimum CALC β†’ 3 Lowest point in a region Optimization problems, vertex of parabola
Maximum CALC β†’ 4 Highest point in a region Optimization problems, vertex of parabola
Intersect CALC β†’ 5 Where two functions cross Solving systems of equations
dy/dx CALC β†’ 6 Derivative (slope) at a point Calculus problems, rate of change
∫f(x)dx CALC β†’ 7 Definite integral Area under curve, calculus

Finding Zeros (x-intercepts)

Zeros are where the function crosses the x-axis. This is equivalent to solving f(x) = 0.

Step-by-Step: Finding Zeros

1
Graph Function: Make sure your function is graphed and visible
2
Access Zero Function: Press 2ND + TRACE β†’ 2
3
Set Left Bound: Move cursor to left of zero and press ENTER
4
Set Right Bound: Move cursor to right of zero and press ENTER
5
Guess: Move cursor near the zero and press ENTER

Finding Maximum and Minimum Points

These tools find the highest and lowest points of a function within a specified interval.

Finding a Minimum (same process for maximum):

1
Select Minimum: Press 2ND + TRACE β†’ 3
2
Set Bounds: Set left and right bounds around the minimum point
3
Get Result: Calculator displays the coordinates of the minimum point

Finding Intersection Points

When you have multiple functions graphed, you can find where they intersect.

Finding Intersections:

1
Graph Two Functions: Enter functions in Y₁ and Yβ‚‚, then graph both
2
Select Intersect: Press 2ND + TRACE β†’ 5
3
Choose Functions: Select first curve, then second curve, then guess near intersection
4
Get Coordinates: Calculator displays exact intersection point

Analysis Tips

β€’ Zoom in for more accurate results
β€’ Set bounds carefully to isolate the point you want
β€’ Some functions may have multiple zeros, maxima, or minima
β€’ If "NO SIGN CHNG" appears, there's no zero between your bounds

⚑ Advanced Graphing Modes

Beyond basic function graphing, the TI-84 supports parametric, polar, and sequence modes for more advanced mathematical applications.

Parametric Mode

Parametric mode allows you to graph curves defined by separate x(t) and y(t) functions.

Setting Up Parametric Mode:

1
Change Mode: Press MODE, select "Par" (parametric), press ENTER
2
Enter Equations: Press Y= and enter X₁T and Y₁T functions
3
Set T Range: Press WINDOW and set Tmin, Tmax, and Tstep values
4
Graph: Press GRAPH to see the parametric curve

Common Parametric Examples

Curve Type X₁T Y₁T T Range
Circle cos(T) sin(T) 0 ≀ T ≀ 2Ο€
Ellipse 3*cos(T) 2*sin(T) 0 ≀ T ≀ 2Ο€
Line T 2*T + 1 -10 ≀ T ≀ 10
Spiral T*cos(T) T*sin(T) 0 ≀ T ≀ 4Ο€

Polar Mode

Polar mode graphs functions of the form r = f(ΞΈ), useful for circular and spiral patterns.

Setting Up Polar Mode:

1
Change Mode: Press MODE, select "Pol" (polar), press ENTER
2
Enter Equation: Press Y= and enter r₁ as a function of ΞΈ
3
Set ΞΈ Range: Press WINDOW and set ΞΈmin, ΞΈmax, and ΞΈstep
4
Graph: Press GRAPH to see the polar curve

Common Polar Examples

Curve Type r₁ ΞΈ Range Description
Circle 3 0 ≀ ΞΈ ≀ 2Ο€ Circle with radius 3
Rose (4-petal) sin(2*ΞΈ) 0 ≀ ΞΈ ≀ 2Ο€ Four-petaled rose
Cardioid 1 + cos(ΞΈ) 0 ≀ ΞΈ ≀ 2Ο€ Heart-shaped curve
Spiral ΞΈ/2 0 ≀ ΞΈ ≀ 6Ο€ Archimedean spiral

Sequence Mode

Sequence mode is used for graphing recursive sequences and series.

Basic Sequence Setup:

1
Change Mode: Press MODE, select "Seq" (sequence)
2
Enter Sequence: Press Y= and define u(n), u(nMin), and initial conditions
3
Set Window: Press WINDOW and set nMin, nMax, and plotting options

Mode Switching Tips

β€’ Always remember to change back to "Func" mode for regular functions
β€’ Each mode has different window settings - check them carefully
β€’ Parametric and polar modes show parameter values when tracing
β€’ Use ZTrig window setting for most trigonometric parametric/polar curves

πŸ’‘ Tips and Troubleshooting

Even experienced users encounter graphing challenges. Here are solutions to common problems and tips for more effective graphing.

Common Graphing Problems

Problem: Graph doesn't appear

1
Check Y= equations: Make sure function is entered correctly and highlighted
2
Adjust window: Try ZStandard or manually set a larger window
3
Check for restrictions: Functions like 1/x or √x have limited domains

Problem: Graph looks wrong or incomplete

1
Check parentheses: (X+1)/(X-1) β‰  X+1/X-1
2
Use ZSquare: For accurate shape representation
3
Adjust Y-scale: Some functions need much larger or smaller Y-ranges

Problem: TRACE shows wrong values

1
Use ZDecimal: For clean decimal coordinates when tracing
2
Check angle mode: Trigonometric functions depend on degree/radian setting

Graphing Best Practices

Situation Best Practice Why
Starting any problem Use ZStandard first Good default view for most functions
Trigonometric functions Use ZTrig or set manually Shows complete periods clearly
Analyzing specific points Use ZDecimal before tracing Gives clean coordinate values
Comparing function shapes Use ZSquare Equal scaling prevents distortion
Complex expressions Use plenty of parentheses Ensures correct order of operations
Multiple functions Use different line styles Easier to distinguish curves

Efficiency Tips

  • Function Memory: Functions stay in Y= editor between sessions
  • Quick Clearing: Highlight function and press DELETE to remove
  • Toggle On/Off: Move cursor to = sign and press ENTER to disable function without deleting
  • Copy Functions: Use 2ND + RCL to copy functions between Y variables
  • Table View: Press 2ND + GRAPH to see function values in table form
  • Format Options: Press 2ND + ZOOM for line styles, grid options, and coordinate display

Before Exams or Important Work

β€’ Clear all Y= functions that you don't need
β€’ Reset to Function mode (not parametric, polar, or sequence)
β€’ Check angle mode (degree/radian) for trigonometry problems
β€’ Set window to ZStandard for consistency
β€’ Test basic functions like y=x to ensure calculator is working properly

Ready to Master Graphing?

Practice these graphing techniques with our free TI-84 calculator. Try plotting different functions and using the analysis tools to explore mathematical relationships!

πŸ“ˆ Start Graphing Now