Tested tool guide
Tested browser tools
Checked August 16, 2026
What Math Function Graph Plotter does, with a checked example
Enter a function in x and this tool draws its curve on a Cartesian plane, with several functions plotted together in different colors and an intersection finder that reports the coordinates where selected curves cross. Zoom and pan change the visible window, so you can inspect a crossing or an asymptote at any scale. The surprise that trips most users: the curve is drawn through the whole window, including points where the function is undefined, so at a vertical asymptote such as tan(x) near pi/2 the plot appears to run straight through a gap. Those strokes are artifacts; only the curve segments between them represent the function.
Worked example
A concrete input and expected output from the current implementation.
Input
x and x^2, entered as two separate functions
->
Expected output
The plane shows a 45-degree line through the origin and an upward-opening parabola through (0, 0). The intersection finder reports two points where the curves meet: (0, 0) and (1, 1).
Solving x = x^2 for the common points gives x = 0 or x = 1, and at each of these the two functions share the same y-value. A line and a parabola can cross at most twice, which is why exactly two intersections are reported.