Before we start, let me re-anchor the two facts we lean on the entire way down. For a quadratic written ax2+bx+c=0 — that is, a is the number in front of x2, b the number in front of x, and c the lonely constant — the two roots α (alpha) and β (beta) satisfy:
Keep the picture below in your head the whole time: the coefficients are just the expanded shadow of the factored form a(x−α)(x−β).
Related tools you may reach for: Quadratic Formula, Factoring Quadratics, Completing the Square, Discriminant, Symmetric Polynomials, Polynomial Roots and Coefficients, Systems of Equations, Descartes' Rule of Signs.
Goal: read the coefficients and quote the right formula.
Recall Solution L1-a
Identify the coefficients. Here a=1, b=−7, c=12.
Sum:α+β=−ab=−1−7=7.
Product:αβ=ac=112=12.
(Sanity: this factors as (x−3)(x−4), and indeed 3+4=7, 3⋅4=12.)Answer:α+β=7, αβ=12.
Use the construction rule: a monic quadratic with roots α,β is
x2−(α+β)x+αβ=0.Sum:6+(−21)=211.
Product:6×(−21)=−3.
Plug in:
x2−211x−3=0.
Multiply through by 2 to clear the fraction (optional, keeps the same roots):
2x2−11x−6=0.(Check: (x−6)(2x+1)=2x2+x−12x−6=2x2−11x−6. ✓)Answer:x2−211x−3=0, or equivalently 2x2−11x−6=0.
Recall Solution L2-c
Why not solve for the roots? Because α1+β1 is a symmetric expression — it doesn't care which root is which — so it can be written entirely from the sum and product. Combine the fractions:
α1+β1=αββ+α=αβα+β.
From Vieta: α+β=−25, αβ=−23.
αβα+β=−3/2−5/2=−3−5=35.Answer:35.
Goal: combine Vieta with algebraic identities to reach expressions the roots satisfy.
Recall Solution L3-a
Vieta:α+β=−3−12=4, αβ=34.
Identity we need: squaring a sum gives a cross term, so
(α+β)2=α2+2αβ+β2⇒α2+β2=(α+β)2−2αβ.
Substitute:
α2+β2=42−2⋅34=16−38=348−38=340.Answer:340.
Recall Solution L3-b
Identity:(α−β)2=α2−2αβ+β2=(α+β)2−4αβ.
(Why this form? It uses only the two Vieta quantities — no need to know the roots individually, and (α−β)2 is symmetric even though α−β alone is not.)(α−β)2=42−4⋅34=16−316=348−16=332.Answer:332.
(Aside: (α−β)2=a2b2−4ac — the Discriminant over a2. Here 9144−48=996=332 ✓.)
Recall Solution L3-c
Vieta:α+β=5, αβ=6.
Identity for a sum of cubes (the one that stays symmetric):
α3+β3=(α+β)3−3αβ(α+β).(Where from? (α+β)3=α3+3α2β+3αβ2+β3=α3+β3+3αβ(α+β); rearrange.)α3+β3=53−3⋅6⋅5=125−90=35.Answer:35.
Goal: build a brand-new equation whose roots are transformed versions of the old ones.
Recall Solution L4-a
Old Vieta:α+β=6, αβ=4.
To build the new equation x2−(new sum)x+(new product)=0, I need the sum and product of the new roots α2,β2.
New sum:α2+β2=(α+β)2−2αβ=36−8=28.New product:α2β2=(αβ)2=42=16.Assemble:x2−28x+16=0.Answer:x2−28x+16=0.
Recall Solution L4-b
Old Vieta:α+β=27, αβ=23.
New sumα1+β1=αβα+β=3/27/2=37.New productα1⋅β1=αβ1=3/21=32.Assemble monic:x2−37x+32=0⟹3x2−7x+2=0.(Neat shortcut: reversing the coefficients of 2x2−7x+3 gives 3x2−7x+2 — reciprocal roots always reverse the coefficient list. ✓)Answer:3x2−7x+2=0.
Recall Solution L4-c
Old Vieta:α+β=−4, αβ=1.
New sum:(α+2)+(β+2)=(α+β)+4=−4+4=0.New product:(α+2)(β+2)=αβ+2(α+β)+4=1+2(−4)+4=1−8+4=−3.Assemble:x2−(0)x+(−3)=0⟹x2−3=0.Answer:x2−3=0.
Goal: degenerate and boundary cases — repeated roots, complex roots, sign reasoning, and a reverse problem.
Recall Solution L5-a
"Repeated root" means α=β. Call the common value r.
Vieta: sum =2r=k and product =r2=9.
From the product, r=±3.
If r=3: k=2(3)=6.
If r=−3: k=2(−3)=−6.
(Cross-check with the Discriminant: equal roots need b2−4ac=0, i.e. k2−36=0⇒k=±6. ✓)Answer:k=6 (root 3) or k=−6 (root −3).
Recall Solution L5-b
Vieta's formulas hold whether roots are real or complex — they come from expansion, not from the Quadratic Formula. So:
Vieta:α+β=−1, αβ=1.
α2+β2=(α+β)2−2αβ=(−1)2−2(1)=1−2=−1.Answer:−1. (A negative sum of squares is fine — the roots aren't real numbers, so their squares needn't be positive.)
Recall Solution L5-c
Vieta:α+β=7>0, αβ=10>0.
Reasoning like Descartes' Rule of Signs but through Vieta:
Product >0 ⟹ the roots have the same sign (a positive product can't come from one positive and one negative).
Same sign and sum >0 ⟹ both must be positive.
Answer: both roots positive. (Indeed x2−7x+10=(x−2)(x−5), roots 2,5. ✓)
Recall Solution L5-d
This is a small Systems of Equations problem, but Vieta turns it into one quadratic. If the numbers are the roots, then
x2−(sum)x+(product)=x2−5x−14=0.
Factor (or use the Quadratic Formula): (x−7)(x+2)=0, so x=7 or x=−2.
Answer: the numbers are 7 and −2. (Check: 7+(−2)=5, 7×(−2)=−14. ✓)
Sum of roots ::: α+β=−ab
Product of roots ::: αβ=ac
Build monic quadratic from roots ::: x2−(α+β)x+αβ=0
New product when roots are squared ::: (αβ)2 (square it, don't double it)
Does Vieta need real roots? ::: No — it comes from expansion, works for complex roots too