2.1.20 · D3Algebra — Introduction & Intermediate

Worked examples — Formation of quadratic with given roots

3,435 words16 min readBack to topic

This page is a stress test. The parent note showed you the machine:

Below we hit every kind of input this machine can be fed. First the map, then the worked cases.


The scenario matrix

Every problem you will ever see is one of these cells. Column "Covered by" points to the example that nails it.

# Case class What makes it tricky Covered by
A Both roots positive integers baseline, warm-up Ex 1
B Mixed signs (one , one ) sign of the factor Ex 2
C Both roots negative double sign flip Ex 2
D A repeated root () parabola touches, doesn't cross Ex 3
E One root is zero the constant term vanishes Ex 4
F Irrational conjugate roots radicals must cancel Ex 5
G Complex conjugate roots real coefficients from imaginary roots Ex 6
H Given sum & product only (roots unknown) use Vieta directly Ex 7
I Extra point fixes (scaling) roots alone are not enough Ex 8
J Real-world word problem translate words → sum/product Ex 9
K Exam twist: new roots built from old transform, don't re-solve Ex 10
L Negative stretch (, opens downward) leading coefficient flips sign Ex 11

Tools we will invoke and why: the Factor theorem (turns "is a root" into "is a factor"), Vieta's formulas (lets us skip the roots entirely when only sum & product are known), the Quadratic formula (to check by going backwards), Complex roots (Case G), and Graph transformations (Cases K and L, where we move or flip the curve).

Figure — Formation of quadratic with given roots

What the figure shows (in words, in case it does not load): three parabolas over the same grey x-axis. The blue curve dips below the axis and comes back up, cutting it at two separate points ( and ) — this is the ordinary "two real roots / crossing" case. The orange curve just dips down to kiss the axis at a single point () and rises again without passing through — this is the "double root / touching" case. The green curve floats entirely above the axis, its lowest point still positive — it never meets the axis, the "complex roots" case. So: crossing = two real roots, touching = repeated root, never-touching = complex roots.

This figure is your reference chart for the "how many times does it meet the axis?" question. Cases D (touching) and G (never meeting) are the two unusual ways captured by the orange and green curves. Cases A, B, C and E are all ordinary crossings — two real roots, the blue-curve behaviour (Case E's crossing simply happens to sit at the origin). Keep the picture in mind: we will point back to it in Ex 3 and Ex 6.


Case A — both roots positive integers


Cases B & C — mixed signs and both negative


Case D — repeated (double) root


Case E — one root is zero


Case F — irrational conjugate roots


Case G — complex conjugate roots


Case H — sum & product given, roots hidden


Case I — an extra point fixes the stretch


Case J — real-world word problem


Case K — exam twist: new roots from old


Case L — negative stretch, parabola opens downward


Wrap-up

Recall Which cell is this problem? (self-test)

"Roots " is which case? ::: Case F — irrational conjugates; use sum , product , giving . "Roots and " is which case? ::: Case E — one zero root; constant term is , equation . "Roots sum , product " — what special feature? ::: Case D-flavoured — discriminant , so it is a repeated root ( twice), equation . "Roots but opens downward with peak height " — which case? ::: Case L — negative ; vertex at , solve for a negative .