What's new: interactive zoom and axis-range controls
Solve any equation with the Parabola graph toggle switched on (it's on by default in Advanced settings), and the graph panel now shows a small row of controls beneath the SVG itself. Clicking + Zoom in tightens the view around the curve — useful when a repeated root sits so close to the x-axis that the default framing makes the curve near that point look nearly flat. − Zoom out does the reverse, pulling back to show more of the parabola's arms. Reset view clears both the zoom level and any manual range you've typed in, returning to the automatic framing sized to fit the vertex and roots.
For example, take x² − 6x + 9 = 0: here Δ=36−36=0, so there's a single repeated root at x=3, and the parabola just kisses the x-axis at that one point rather than crossing it. In the default view, that tangent point can look almost indistinguishable from a curve that dips slightly below the axis. Clicking + Zoom in a couple of times narrows the visible x-range around x=3, making it much clearer that the curve touches the axis and turns back upward without ever going below it — this is exactly the situation the new zoom control was built to help with.
Using zoom and a custom range together
Zoom buttons are quick for a rough adjustment, but if you already know you want to see, say, the interval from x=2 to x=4 around that repeated root at x=3, typing those two numbers into the range fields and applying them jumps straight there instead of clicking + Zoom in several times and eyeballing it. This is a reasonable workflow for building a worksheet screenshot: solve the equation, dial in the exact range you want with the fields, then screenshot the resulting graph.
What's new: the Copy embed code button
This is a genuinely different capability than the shareable link the tool already had. A shareable link is something you send to a person, who then clicks it and opens the full ToolPico page. The embed code is meant to sit inside someone else's page — a course site, a tutoring blog post, an internal wiki — as a live, interactive widget, without sending the reader away from that page at all.
Solve an equation, then click </> Copy embed code: the button copies an iframe tag pointing at https://toolpico.com/quadratic-equation-solver/?embed=1, sized at a sensible default width and height with rounded corners matching the site's own style. Paste that tag anywhere HTML is accepted, and visitors see a working solver they can type their own coefficients into — it's the full calculator engine, not a static picture of one specific equation.
Pasting the embed snippet into a page
Because most blogging platforms and course pages accept raw HTML snippets (or an "embed code" / "custom HTML" block specifically), pasting the iframe tag is usually a matter of finding that block type and dropping the copied code in. If you'd rather see what the embedded view looks like before pasting it anywhere, opening https://toolpico.com/quadratic-equation-solver/?embed=1 directly in a new tab shows exactly the same simplified layout the iframe will render — worth doing once so you know how tall to make the iframe for your particular page's width.
A practical example: a teacher writing a lesson page on quadratics could paste the embed code once, right below a section explaining the discriminant, so students can experiment with their own a, b, c values without leaving the lesson page or being redirected to a separate site — while the original quadratic equation solver page remains the full version, complete with the reference article, mini tools, and Practice Mode.
Frequently asked questions
How do I zoom into the parabola graph now?
Can I set a custom axis range instead of just zooming?
How do I embed the calculator on my own page?
What's different about the embedded (?embed=1) view compared to the normal page?
Do the zoom and axis-range settings carry over to the embedded version?
Try the new zoom controls on the parabola graph, or grab an embed snippet for your own page.
Try the free Quadratic Equation Solver →