2.1.17 · D5Algebra — Introduction & Intermediate

Question bank — Quadratic formula — derivation by completing the square

1,658 words8 min readBack to topic

Reminder of the shape everything below refers to:

True or false — justify

Every item is a claim. Decide true/false and say why before revealing.

TF1. "If , the quadratic formula still works, we just get a simpler answer."
False — with you divide by , which is undefined; the equation isn't quadratic at all, it's the linear equation .
TF2. "A quadratic equation always has exactly two real solutions."
False — it has two roots counting multiplicity in the complex numbers; over the reals it may have two, one (repeated), or zero, depending on the sign of . See Discriminant and nature of roots.
TF3. "If the equation has no solution because adds nothing."
False — still gives a solution, namely the single repeated root ; "one root" is not "no root."
TF4. " means the equation is broken and has no answers."
False — it has no real answers, but two complex conjugate roots ; see Complex numbers and quadratic equations.
TF5. "The in the formula is optional — you can just pick ."
False — the encodes the two square roots of a positive number (); dropping one throws away a genuine root.
TF6. "Completing the square and the quadratic formula are two different, unrelated methods."
False — the formula IS completing the square done once on the general ; every specific completing-the-square problem is just re-deriving the same formula with numbers.
TF7. "You can complete the square only after making the leading coefficient equal to 1."
True in spirit — the clean pattern needs coefficient 1 on , so you first divide by (legal since ); skipping this makes the perfect-square number wrong.
TF8. "The number you add to complete the square, , must be added to both sides."
True — adding it to only the left changes the equation's value; equality is preserved only if the same amount lands on both sides.
TF9. " always."
False — , which equals only when ; the formula survives anyway because the absorbs the sign of .
TF10. "If a quadratic has two identical roots, its graph crosses the -axis twice at the same spot."
False — it touches (is tangent to) the axis at one point, the vertex; it never crosses. See Parabola and its vertex form.

Spot the error

Each line contains a flawed step. Name the mistake and give the correction.

SE1. "For , I set so ."
Error: is the coefficient with its sign, so and ; reading the sign off wrong flips the whole numerator.
SE2. ", then I'll divide by at the end if I remember."
Error: the entire numerator sits over from the start, including the term; write it as one fraction so nothing escapes the denominator.
SE3. "With : ."
Error: , so it's ; a negative flips the subtraction into an addition.
SE4. ", so ."
Error: they forgot the square root — taking a square root of the left cancels the square, so the right must also be rooted, giving .
SE5. "."
Error: the two fractions have different denominators; , so the sum is , not .
SE6. "To complete the square in , I add ."
Error: you add , not ; the rule is half the linear coefficient, then square. See Perfect square trinomials.
SE7. ": I completed the square without dividing by 2 first, using ."
Error: after dividing by the linear coefficient is , so you need ; using pretends the leading coefficient was 1.
SE8. "."
Error: is a real number whose square is , not ; the correct value is where .

Why questions

Answer the reason, not just the fact.

WHY1. Why must we divide by before completing the square?
Because the perfect-square pattern starts with a bare (coefficient 1); dividing by produces that leading 1 so the pattern applies.
WHY2. Why is the completing-the-square number exactly and not something else?
Matching to forces , so , and the missing constant is .
WHY3. Why does the appear only after taking the square root, never before?
Squaring loses sign information (), so undoing the square must restore both possibilities, which is what records.
WHY4. Why does the discriminant, sitting under a root, decide the number of real roots?
A real square root exists only for non-negative inputs, so gives two real values, gives one, and gives none in the reals.
WHY5. Why is built into the very definition of a quadratic?
If the term vanishes, leaving a linear equation; keeping guarantees there really is a squared term to solve.
WHY6. Why does correspond to the parabola touching the axis rather than missing or crossing it?
The two roots collapse to one value , the vertex's -coordinate, so the single contact point is exactly where the curve turns — tangent to the axis. See Parabola and its vertex form.
WHY7. Why can we write in the denominator instead of the more honest ?
The already produces both signs of the root, so whether or scales it, the same pair of roots emerges; the sign of just relabels which is "."
WHY8. Why does completing the square "untangle" the fact that appears twice?
It fuses the and terms into one block, so appears in a single place and can be freed by one square root.

Edge cases

Boundary and degenerate inputs — the scenarios that break careless formulas.

EC1. What happens to the formula when (equation )?
so roots are always real: , giving and ; factoring confirms this. See Factoring quadratics.
EC2. What happens when (equation )?
The formula gives ; roots are real and symmetric about 0 when , and purely imaginary otherwise.
EC3. What if both and ?
Then forces as a double root; , and the parabola's vertex sits on the origin.
EC4. What is the largest can tell you if it turns out to be a perfect square (like 81)?
A perfect-square signals rational roots, meaning the quadratic also factors nicely over the integers/rationals. See Factoring quadratics.
EC5. If , does the formula still hold without any adjustment?
Yes — nothing in the derivation assumed ; the and the algebra work for negative , the parabola simply opens downward.
EC6. What does it mean if the sum of the two roots equals regardless of 's sign?
The roots (even complex ones) always sum to and multiply to ; the terms cancel on adding and combine on multiplying. See Vieta's formulas for sum and product of roots.
EC7. When two roots are complex, why must they be conjugates rather than any two complex numbers?
Because are real, the only complex part comes from with ; the forces and style pairs that mirror across the real axis. See Complex numbers and quadratic equations.
EC8. Does a repeated root () count as "two solutions" when solving an inequality like ?
The single root splits the line into regions, but the quadratic never changes sign there (it only touches zero), which matters for Quadratic inequalities.
Recall Quick self-audit

If you missed any "Why" item, re-derive the formula once by hand from — every trap on this page is one careless line in that derivation.