polypad art mode
A Quadratic, Seen All At Once
parameter atlasD = b^2 - 4ac
The current point lives in coefficient space. Blue regions have two real roots, gold is the tangent boundary, and red is the complex-root region.
root planeReal-axis roots
Real roots sit on the horizontal axis. Complex roots rise into mirrored positions above and below it.
standardx^2 - 3x + 2 = 0
factor(x - 1)(x - 2)
vertexy = 1(x - 1.5)^2 - 0.25
square(x - 1.5)^2 = 0.25
Discriminant lens1
Two visible crossings
x2
-1.5x
-1.5x
2.25
balanced area0.25
Area becomes side lengthx = 1.5 +/- 0.5
Why this is a polypadEvery visual object is tied to the same equation.
The curve shows roots and vertex, the sculpture shows completing the square, and the discriminant lens explains whether the solutions appear on the real axis or as a complex pair.
Current solutionx = 1, 2
(x - 1.5)^2 = 0.25