Before you can read that message, you need to own every single symbol the parent note throws at you. This page builds each one from absolute zero, in an order where nothing appears before it is explained.
The parent note names the two roots with Greek letters:
α (alpha) — the first root, just a name for a number.
β (beta) — the second root.
A quadratic has at most two roots because its parabola can cross a horizontal line at most twice. But "at most two" hides three genuinely different situations — we must cover all of them.
This is the heart of the whole topic, so we go slowly.
Why (x−α) and not (x+α)? Because we want the bracket to become 0 exactly when x equals the root. Substitute x=α into (x−α): you get α−α=0 (subtraction of a number from itself gives zero).
To decode coefficients we must multiply the two brackets back together (using the multiplication defined in section 0). Multiplying out brackets is called expansion. The rule: every term in the first bracket must be multiplied by every term in the second.
Two more plain-English symbols, both built from the operations of section 0:
α+β — add the two roots.
αβ (two letters touching) — multiply the two roots, i.e. α×β.
Matching our expansion x2−(α+β)x+αβ against the general form gives both Vieta relations. Let us state the second one plainly, since it is easy to miss:
The diagram below is a prerequisite map: read it top to bottom. Start at the equation (top). It defines its roots (node B). The roots let you write the factor form (C). Expanding that form (D) and collecting the middle terms (E) drops two facts into your lap: the sum equals −b/a (F) and the product equals c/a (G) — but only after you divide by a to make things monic (H feeds both F and G). Finally, the square identity (I) combined with the sum and product produces α2+β2 (J), and F together with G form the complete Vieta decoder (K).
If the diagram fails to render in your reader, the paragraph above it says exactly the same thing in words — no information is lost.
The machinery here leans on and feeds into: Quadratic Formula, Factoring Quadratics, Completing the Square, Discriminant, Polynomial Roots and Coefficients, Symmetric Polynomials, Systems of Equations, and Descartes' Rule of Signs. Return to the parent: Vieta's formulas.
Test yourself — cover the right side and answer out loud.
What does the raised 2 in x2 tell you to do?
Multiply x by itself: x2=x×x (it is not x×2).
What does writing two letters side by side, like αβ, mean?
Multiply them: α×β.
What does ax2+bx+c=0 ask you to find?
The values of x (the roots) that make the left side equal zero.
What is a root, as a picture?
A point where the parabola crosses the horizontal axis.
What are the three root cases and their pictures?
Two distinct real roots (parabola crosses twice, b2−4ac>0); one repeated root (parabola just touches, b2−4ac=0, α=β); complex roots (parabola never crosses, b2−4ac<0).
Why do we write the factor bracket as (x−α) and not (x+α)?
So the bracket becomes 0 exactly when x=α, since α−α=0.
When you expand (x−α)(x−β) and collect terms, what appears as the coefficient of x?
−(α+β) — minus the sum of the roots.
What is the second Vieta relation (the constant term)?
αβ=ac — the product of the roots equals c over a.
Why must you divide by a before reading off the sum and product?
To make the equation monic (leading coefficient 1); only then does the coefficient match −(α+β) and αβ cleanly.
What does "monic" mean?
The leading coefficient is 1: x2+px+q=0.
State the square identity linking α2+β2 to sum and product.