UtilityBase logoUtilityBase

Calculators

Graphing Calculator

Plot up to four functions with pan, zoom, and clean asymptotes — no eval, no app.

Updated July 8, 2026

How to use the graphing calculator

  1. 1Type a function of x — try sin(x), x^2 - 2, or e^(-x^2).
  2. 2Add up to three more; each gets its own color.
  3. 3Drag to pan, scroll to zoom, Reset view to start over.
  4. 4Invalid expressions outline in red while you're mid-edit — keep typing.

Common uses

  • Checking calculus and precalc homework by seeing the function
  • Visualizing how parameters change a graph's shape
  • Finding approximate roots and intersections visually
  • Teaching function families without installing anything

Frequently asked questions

What syntax does it accept?

Standard math notation: x^2, 2x + 1, sin(x), e^(-x^2), 1/(x-2). Implicit multiplication works (2x, 3sin(x), x(x+1)), pi and e are built in, and the function list covers sin/cos/tan and their inverses, sinh/cosh/tanh, sqrt, abs, ln (natural), log (base 10), exp, floor, ceil, and round.

How do I zoom in on a specific feature?

Drag the graph so the feature is centered, then scroll to zoom — the grid rescales its step (10 → 5 → 2 → 1 → 0.5) as you go, so gridlines stay readable at any magnification. Reset view returns to the standard window.

Why do some graphers draw vertical lines at asymptotes?

Naive plotters connect every computed point, so when tan(x) jumps from +∞ to −∞ they draw the connecting line. This one detects those jumps and lifts the pen — what you see at an asymptote is the honest gap.

Can it find intersections or solve equations?

It's a grapher, not a CAS — but graphing y = f(x) and y = g(x) together shows intersections visually, and zooming in reads their coordinates to any precision you need. For symbolic solutions, plot to understand the shape first; the algebra goes faster when you know what the answer should look like.

About this tool

The graphing calculator plots up to four functions in distinct colors on a pannable, zoomable grid with labeled axes — drag to move, scroll to zoom, exactly the interaction you'd expect from a dedicated app. It supports the full precalc toolkit: arithmetic with ^, parentheses, implicit multiplication (2x, 3sin(x)), constants pi and e, and trig, inverse trig, hyperbolic, log, exponential, and rounding functions. Expressions run through a purpose-built parser rather than eval, so nothing you type executes as code; discontinuities like 1/x and tan(x) break cleanly instead of drawing false vertical lines. Homework-grade graphing with nothing to install and nothing sent anywhere.

Like most tools on UtilityBase, the graphing calculator runs entirely in your browser — nothing you enter is uploaded or stored on a server. It's free to use with no account required. Browse more calculators here.

Was this tool helpful?

Related tools