2.1.16 · D5Algebra — Introduction & Intermediate

Question bank — Quadratic equations — factoring, completing the square

2,465 words11 min readBack to topic

A reminder of the vocabulary we lean on, so nothing here is unearned:

Three pictures anchor this whole page. Keep them in your mind's eye as you work through every trap below.

Picture 1 — roots are x-intercepts. A root isn't an abstract number; it is a place where the curve meets the ground. Look at the blue parabola: the two red dots sit exactly where the height is zero.

Figure — Quadratic equations — factoring, completing the square

Picture 2 — why a product being zero pins down the intercepts. Factoring writes the curve as . The two straight lines below are the factors and ; each hits zero at one place, and the parabola (their product) can only be zero where one of the lines is zero. That is the Zero Product Property drawn out.

Figure — Quadratic equations — factoring, completing the square

Picture 3 — completing the square centers the parabola. The yellow arrow shows the shift that slides the curve so its lowest point sits on the vertical axis. Once centered, "how far to the roots" is just a symmetric step — that symmetry is the whole trick.

Figure — Quadratic equations — factoring, completing the square

Picture 4 — the three fates set by the discriminant. The same three cases the True/False items keep mentioning, drawn side by side: the blue curve crosses the ground twice (discriminant positive, two real roots), the yellow curve just touches it once (discriminant zero, one repeated root), and the red curve misses the ground entirely (discriminant negative, no real roots).

Figure — Quadratic equations — factoring, completing the square

True or false — justify

An equation with no visible term written can never be quadratic
False — hides an ; you must expand and collect terms first. Only after standard form can you check whether .
Every quadratic equation has two real roots
False — it has two roots counting multiplicity and complex numbers, but the number of real roots can be 2, 1, or 0 depending on whether the parabola crosses, touches, or misses the axis (all three drawn in Picture 4, governed by the sign of the discriminant ).
If then
False — squaring destroys sign information, so or . Forgetting the throws away half the solutions.
and have exactly the same roots
True — they are the same equation, just written factored versus expanded. Expanding one gives the other, so the roots and are shared (this is exactly the pair of lines in Picture 2).
Completing the square only works when factoring fails
False — completing the square works on every quadratic, including easily-factorable ones. It's a universal method, not a backup.
If then or
False — the Zero Product Property needs the product to equal zero, not . You must first expand, move the over, and re-factor .
Multiplying a whole quadratic equation by a nonzero constant changes its roots
False — and have identical roots; the constant divides out because the right side is .
The number we add to complete the square is always
True only after the -coefficient has been made . The rule "" is really " when that coefficient sits in front of a bare ." For with you must first divide the whole equation by (or factor out), which replaces by ; then the number to add is , not . Using before normalizing halves the wrong quantity.

Spot the error

— find the mistake
The completing term was added only to the left side. An equation is a claim that two sides are equal; adding to just one side breaks that equality, so the new line is a different (false) statement. To keep the same solution set you must add to both: .
, so the roots are and — find the mistake
The signs were copied instead of solved. A root is the value that makes a factor zero, so ask "what makes ?" — that is , not . The roots are and .
— find the mistake
, which forces a that isn't in the original constant . Correct: — the leftover was dropped.
divide by to get , so — find the mistake
Dividing by is only legal when , but is one of the very roots we're hunting — so the division quietly throws away a genuine solution. Never divide an equation by an expression that can be zero; factor instead: gives or .
To solve , cancel to get — find the mistake
Cancelling divides by a quantity that could be zero; the Zero Product Property only works if you keep both factors, and dividing erases the factor. Move everything over instead: , giving and .
— find the mistake
Only the positive square root was taken. A square equal to comes from , so also .
For we found — find the mistake
The denominator should be , not . Completing the square produces a from halving , and it never cancels.
— find the mistake
The factors give , not . Solving each factor requires dividing by the leading coefficient inside it.

Why questions

Why does setting each factor to zero give all the roots and never extra false ones?
Because the Zero Product Property is an if-and-only-if: a product is zero exactly when a factor is zero. Picture 2 makes this literal — the parabola touches the ground only above the spots where one of the straight-line factors touches the ground, and nowhere else.
Why must in the definition of a quadratic?
If the term vanishes and the equation collapses to the linear — a straight line, one root, handled by linear methods, not this topic.
Why do we add and subtract the same term when completing the square instead of just adding it?
Adding then subtracting the same number changes nothing about the value — it's a disguised zero. It merely regroups the expression so a perfect square becomes visible.
Why does completing the square, done in full generality, produce the quadratic formula?
Because the formula is the completed-square result with the letters left symbolic. Running the procedure once on the general equation yields every time, and the discriminant is precisely what sits under that root — see the discriminant note.
Why is the natural square to aim for and not some other?
Because a perfect square has middle term . Matching forces — it's the only that reproduces the linear term already present.
Why does "completing the square" deserve the word centering?
Picture 3 shows it: the substitution slides the parabola sideways until its vertex sits on the vertical axis. Once centered, the two roots are mirror images at the same distance from the axis, which is why the final answer is a symmetric .
Why does the AC method work for non-monic quadratics?
Because splitting the middle term into two pieces that multiply to and add to recreates the cross-terms of a factored product ; grouping then pulls out the shared binomial — the hidden factorisation. The "" in the name is literally the product you start from (see the AC-method definition box above). More in grouping techniques.
Why is the completed-square form useful beyond solving?
The locates the parabola's vertex (axis of symmetry) directly — it's exactly the shift drawn in Picture 3 — connecting to vertex form and showing solving and graphing are the same act seen two ways.
Why can factoring sometimes fail even though the equation has real roots?
Factoring "by inspection" needs nice (rational) roots. Irrational roots like exist and are real but won't come from integer factor pairs — completing the square or the formula is required.

Edge cases

What are the roots of ?
A single root , called a double root — the parabola just touches the axis at its vertex rather than crossing it (the yellow "touch" curve in Picture 4). Two equal roots, not one missing.
Can a quadratic have exactly one root?
Only in the "repeated" sense: gives twice. There's one distinct value but multiplicity two, exactly when the discriminant is zero.
What happens when you complete the square and the right side turns out negative, e.g. ?
No real solution exists, because a real square is never negative. The parabola never reaches the axis (the red "miss" curve in Picture 4); the roots are complex — this is the negative-discriminant case, previewed in the discriminant note.
How do you handle with ?
Factor out immediately: , giving or . Never divide by — that would lose the guaranteed root at zero.
How do you handle with (no middle term)?
Skip factoring entirely: isolate and square-root with . Real roots exist only when .
If both roots are the same number, what does the factored form look like?
A single squared factor: . Seeing a perfect square in factored form is the signature of a double root.
Is a valid quadratic even though is a fraction?
Yes — only needs to be nonzero, not an integer. Fractional or irrational coefficients are fine; you may clear fractions by multiplying through (roots unchanged) for convenience.

Recall One-line self-test

Cover everything above. Can you state the one property that makes factoring work, the one condition that makes an equation quadratic, the one value you add to complete the square (and the normalization it requires), and what the sign of the discriminant tells you? Answer ::: Zero Product Property; ; add only after dividing by so the -coefficient is (so for general the added term is ); and the sign of gives two / one / zero real roots for positive / zero / negative.