← Math & statistics

2D Graphing Calculator with step-by-step analysis

Plot up to three functions at once, and reveal the x-intercepts, intersections, and extrema together with every numerical step.

Designed for teaching and study: zoom, pan, copy a shareable URL, and document bisection and derivative reasoning directly beside the graph.

Other languages 日本語 | English | 简体中文 | 繁體中文 | 繁體中文(香港) | Español | Español (México) | Português (Brasil) | Português (Portugal) | Bahasa Indonesia | Tiếng Việt | 한국어 | Français | Deutsch | Svenska | Suomi | Dansk | Norsk bokmål | Italiano | Русский | हिन्दी | العربية | বাংলা | اردو | Türkçe | ไทย | Polski | Filipino | Bahasa Melayu | فارسی | Nederlands | Українська | עברית | Čeština

What this calculator offers

For educational use only. Verify the formulas and ranges before relying on the results.

Set up your functions and range

  1. Pick a preset (or type your own functions).
  2. Zoom/pan in the graph preview to explore.
  3. Use “Detected points” to jump to intercepts, intersections, and extrema.
Presets

Pick a preset to load example functions and a suitable window.

Angle unit
Graph options
Range
Functions
Find
Embed this calculator

Graph preview

Default graph preview: sin(x) and cos(x) are drawn from x = -10 to 10 with a zero axis crossing near the origin.

Move the pointer over the canvas to inspect coordinates.

Functions: sin(x) and cos(x).

Keyboard shortcuts: arrows pan, +/- zoom, F fits the Y range, R resets the viewport.

Detected points

Points detected: 0

Detected points
Sample: sin(x) crosses zero near x = 0; JavaScript lists detected roots, extrema, and intersections.

How it's calculated

  1. Parse each expression and sample the selected x-range.
  2. Draw visible functions on the canvas and look for sign changes or turning points.
  3. Refine detected points before adding them to the results table.

Teacher notes

How to use this calculator effectively

Use the graphing calculator to visualize functions, compare curves, and inspect intercepts or intersections before moving to algebraic detail.

How it works

Enter one or more expressions, set a useful x/y window, and let the page sample points for plotting. Numerical intercepts and intersections depend on the visible range, so adjust the window before interpreting missing or extra roots.

When to use

Use it for classroom sketches, quick sanity checks, comparing transformations, or finding approximate crossing points before solving an equation exactly.

Common mistakes to avoid

Interpretation and worked example

Start with a narrow window around the expected behavior, then zoom out if the curve is clipped. If two graphs appear to touch, use the intersection list as an approximation and verify exact values with an algebra tool when needed.

See also

FAQ

How does the calculator find intersections or x-intercepts?

The viewport is sampled at fixed intervals to detect sign changes. Each bracket is refined with up to 40 bisection iterations, and the step-by-step log lists the interval width and g(x) values so you can follow the convergence.

What happens when I switch between degrees and radians?

Trigonometric expressions are converted internally according to the selected unit. Choosing degrees makes sin(90) evaluate to 1, while radians expects values such as sin(pi/2), so the graph remains correctly scaled.

What should I enter first for graphing?

Enter one expression such as sin(x), x^2 - 1, or x^3 - x with a sensible x-range first. Add more functions only after the first curve, axes, and detected points are readable.

Why can graphing results differ from nearby tools?

Differences usually come from expression syntax, degree/radian mode, graph window, and sampling resolution. Match those assumptions before comparing roots, extrema, or intersections.

How should I judge the detected points?

Use the table and step log together. Points are found by sampling the viewport and refining brackets, so a tighter window or higher sample count can reveal roots or intersections that a broad view misses.

Related