Quadratic Feasibility LedgerA parameter can change the roots, the vertex, or even whether the equation is still quadratic.
Quadratic parameter problems are best handled as a sequence of feasibility checks. First confirm that the leading coefficient is nonzero. Then use the discriminant for root count, Vieta formulas for root sums and products, direct substitution for a prescribed root, and vertex formulas when the parameter controls the graph. Conditions involving positive roots, root differences, or distinct roots usually end with parameter intervals whose endpoints must be checked carefully.