QUADRATICS
Solving and reasoning about quadratic equations on the AMC10.
Overview
A quadratic equation is any equation you can write as with . Quadratics appear constantly on the AMC10 — sometimes as the main event, sometimes hiding inside a word problem or a system of equations. The key insight is that you rarely need to find the roots explicitly; most AMC questions ask for sums, products, or expressions in terms of the roots, which Vieta's formulas deliver in a single step.
Quadratics also connect to parabolas (), where completing the square reveals the vertex and minimum/maximum value instantly. Knowing when to factor, when to use the quadratic formula, and when to reach for Vieta's or the vertex form is the art of quadratic fluency.
The discriminant controls the number of real roots: positive means two distinct real roots, zero means one repeated root, negative means no real roots. AMC problems often hinge on setting equal to zero or asking how many values of a parameter give real solutions.
Key facts
- Standard form: , .
- Quadratic formula: — use when factoring isn't obvious.
- Vieta's sum of roots: — reaches the answer without finding individual roots.
- Vieta's product of roots: — same idea for products.
- Discriminant: . → two real roots; → one repeated real root; → no real roots.
- Vertex form: , vertex at . Minimum value when ; maximum when .
- Completing the square: .
- Identity toolkit: — express symmetric functions of roots using Vieta values alone.
Worked example 1
The roots of are and . Find .
We want , but we don't need to find and individually. By Vieta's formulas:
Now use the identity :
(Quick check: the roots are and , so . ✓)
Worked example 2
Find all values of such that has a repeated real root. What is the sum of all such values of ?
A repeated root occurs when the discriminant equals zero:
Expand:
That's a contradiction — there is no value of giving a repeated root for this particular equation. This illustrates that setting can produce zero, one, or two solutions depending on how the coefficients depend on the parameter.
For a version that does have solutions, consider . Setting :
So or , and their sum is .
Common traps
- Forgetting the sign in Vieta's sum. The sum of roots is , not . If , the sum is , not .
- Confusing "equal roots" with "integer roots." Equal roots means . Integer roots means is a perfect square and the formula gives whole numbers — a stricter condition.
- Dropping the leading coefficient. Vieta gives and . When , students often forget to divide by .
- Vertex vs. root. The vertex is not a root (unless the vertex touches the -axis). Don't mix up the vertex formula with the quadratic formula.
- Assuming two solutions always exist. Check before claiming roots. A problem may intend the "no real solution" case as a trap answer.