🧰 ToolPicoAll Tools →
HomeBlog › New: Zoom + Embed Code

New: Zoom Into the Parabola Graph and Embed the Solver Anywhere

Two requests that came up repeatedly — a closer look at the graph near a tight root, and a way to drop the live calculator into another page — just shipped on ToolPico's quadratic equation solver. Here's exactly what changed and how to use each one.

In this guide

What's new: interactive zoom and axis-range controls

Quick answerThe parabola graph now has three controls sitting under it: + Zoom in, − Zoom out, and Reset view, plus fields to type a custom minimum and maximum x-value for the axis. None of this existed before — the graph used to render only at one fixed, automatically-sized view.

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

Quick answerAlongside the zoom buttons, you can type an exact minimum and maximum x-value into the axis-range fields and apply them directly — more precise than clicking zoom repeatedly when you know exactly which interval you want to see.

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.

Clicking Reset view clears both the zoom level and any manual range in one click, which is the fastest way back to the default automatic framing if you've been experimenting with several zoom levels and lost track of where you started.

What's new: the Copy embed code button

Quick answerNext to Share, Copy link, and PDF/Print, there's now a </> Copy embed code button. Clicking it copies a ready-to-paste <iframe> tag whose src points at the solver's URL with ?embed=1 appended, so pasting that tag into another page renders a working copy of the calculator right there.

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

Quick answerThe ?embed=1 URL parameter switches the page into a simplified layout: it hides the site header, navigation, trust badges, the long-form article sections, and the footer, leaving just the calculator card plus a small credit link back to the full tool.

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?
After solving an equation, look under the graph for the '− Zoom out', '+ Zoom in', and 'Reset view' controls. Click '+ Zoom in' to tighten the view around the vertex and roots, or '− Zoom out' to see more of the curve; 'Reset view' returns to the automatic default framing.
Can I set a custom axis range instead of just zooming?
Yes. Alongside the zoom buttons, the graph panel now has manual axis-range fields where you can type a minimum and maximum x-value directly, then apply it, which is more precise than repeated zoom clicks when you want to frame a specific interval, such as the region right around a repeated root.
How do I embed the calculator on my own page?
Click the 'Copy embed code' button next to Share and Copy link. It copies a ready-to-paste <iframe> tag pointing at the solver's URL with ?embed=1 appended, which loads a simplified version of the calculator without the site header, footer, or ads — suitable for pasting into a course page, blog post, or LMS content block.
What's different about the embedded (?embed=1) view compared to the normal page?
The embed view hides the header, navigation, trust badges, article sections, and footer, showing only the calculator card itself plus a small credit link back to the full page. It keeps the layout narrower and adds a bit less top margin so it fits neatly inside a fixed-height iframe.
Do the zoom and axis-range settings carry over to the embedded version?
Each loaded instance of the page — whether opened directly or inside an iframe via ?embed=1 — starts with the graph's default automatic framing; zoom level and any custom range you set are part of that page's in-memory state and reset when the page (or the embedded iframe) is freshly loaded again.

Try the new zoom controls on the parabola graph, or grab an embed snippet for your own page.

Try the free Quadratic Equation Solver →

Related guides

Methodology note: This article describes a specific product update to the ToolPico quadratic equation solver as of its publication date; feature availability may continue to change over time. The underlying math (discriminant, quadratic formula, vertex, Vieta's formulas) is standard and evergreen. Numeric examples above are illustrative and rounded for explanation, not a substitute for checking your own specific coursework requirements. This article is for general educational information only.