Week 7 — Lecture Outline · Quadratic Equations
Course: College Algebra (MATH 120) · Silver Oak University (fictional sample) · Prof. Calloway
Objectives covered: Objective 6 — Solve quadratic equations by factoring, the square root property, completing the square, and the quadratic formula; interpret the discriminant.
SLOs touched: A (apply procedures accurately) · B (connect symbolic representation to interpretation)
Meeting pattern: 2 sessions × 75 min = 150 min. Segment minutes below total ~150; scale to your own pattern.
Week at a Glance
| The week's big question | "When four methods all work, how do you choose the right one — and how do you know in advance how many real solutions to expect?" |
| By the end of the week, students can… | (1) factor a quadratic and apply the zero-product property; (2) use the square root property to solve ax² = c and (x−h)² = k; (3) complete the square to convert any quadratic to perfect-square form; (4) apply the quadratic formula x = (−b ± √(b²−4ac))/(2a) correctly; (5) compute the discriminant b²−4ac and state what its sign says about the number and type of real solutions. |
| Key vocabulary | quadratic equation, standard form, zero-product property, square root property, completing the square, quadratic formula, discriminant, repeated root, no real solution |
| Materials | slides (Deck 7), the week's readings + video links, Desmos (or GeoGebra) and a calculator, one approved chatbot (Gemini / Claude / ChatGPT) for the AI-critique moment and the tutorial |
| Timing note | 8 segments, ~150 min total. Session 1 = Segments 1–4 (~74 min). Session 2 = Segments 5–8 (~76 min). |
Segment 1 — Hook & the Promise (8 min) · Session 1 opens
Hook. "You're installing a rectangular garden bed. You want the bed to be 5 feet longer than it is wide, and you need exactly 40 square feet of growing space. How wide should it make it?" Pause. "Setting up that question gives x(x + 5) = 40 — an equation with an x² in it. Linear equations won't touch it. Welcome to the quadratic world."
The promise (write it on the board): "By the end of this week you will solve any quadratic equation four different ways — and you'll know before you start which method to reach for."
Why it matters line: "Quadratics are everywhere physics and modeling live: how long an object is in the air, when revenue meets cost, how a bridge cable hangs. Learning to solve them is learning to speak the language of anything curved."
Segment 2 — Factoring & the Zero-Product Property (22 min)
Plain language first. A quadratic equation in standard form is ax² + bx + c = 0 (everything on one side, zero on the other). The first method — factoring — works by rewriting the left side as a product of two linear factors. The engine underneath it is the zero-product property: if A · B = 0, then A = 0 or B = 0. Zero times anything is zero; that's the only way a product is zero.
One fully worked example (every step):
Solve x² − 5x + 6 = 0.
1. Already in standard form (zero on the right). ✓
2. Factor the left side: look for two numbers that multiply to +6 and add to −5.
→ 2 and 3 multiply to 6, but we need −2 and −3 (they add to −5 and multiply to +6). ✓
→ (x − 2)(x − 3) = 0
3. Zero-product property: x − 2 = 0 or x − 3 = 0.
4. x = 2 or x = 3. Two solutions.
5. Check: 4 − 10 + 6 = 0 ✓ and 9 − 15 + 6 = 0 ✓.
Classic misconceptions — name them out loud:
-
❌ "Solve (x − 4)(x + 1) = 6 by setting each factor equal to 6."
✅ Cure: the zero-product property requires a 0 on the right, not 6. First expand, get to standard form = 0, then factor. You cannot split a product equal to a nonzero number. -
❌ "Solve x² = 5x by dividing both sides by x."
✅ Cure: dividing by x loses the solution x = 0. Instead, subtract 5x: x² − 5x = 0, then factor: x(x − 5) = 0 → x = 0 or x = 5. Both roots matter.
One more worked example (GCF factor first):
Solve 3x² − 12x = 0.
1. Standard form: already set to zero.
2. Factor out the GCF: 3x(x − 4) = 0.
3. Zero-product: 3x = 0 → x = 0 or x − 4 = 0 → x = 4.
4. x = 0 or x = 4. (Don't divide by 3x and lose x = 0.)
Segment 3 — The Square Root Property (18 min)
Plain language first. When a quadratic has no x-term (just x² = something), factoring is overkill. The square root property says: if x² = k, then x = ±√k. You isolate the squared expression, then take ±√ of both sides. The ± is mandatory — both signs are solutions.
One fully worked example:
Solve x² = 49.
1. Take ±√ of both sides: x = ±√49 = ±7.
2. x = 7 or x = −7. Both work: 7² = 49 ✓, (−7)² = 49 ✓.
Second worked example (shifted form):
Solve (x − 3)² = 16.
1. Take ±√ of both sides: x − 3 = ±4.
2. Case 1: x − 3 = 4 → x = 7. Case 2: x − 3 = −4 → x = −1.
3. x = 7 or x = −1.
Check: (7−3)² = 16 ✓, (−1−3)² = (−4)² = 16 ✓.
Classic misconception:
- ❌ "(x − 3)² = 16, so x − 3 = 4, so x = 7." (Dropping the ±)
✅ Cure: the square root has two values — positive and negative. Missing the ± loses exactly one solution every time. "Plus-or-minus is not optional."
Memory hook: "Square root property: isolate, then ±√. The ± is the whole point."
Segment 4 — Completing the Square (26 min) · Session 1 closes (~74 min)
Plain language first. Completing the square is the method that works on any quadratic — it turns any ax² + bx + c = 0 into a perfect-square form that the square root property can handle. It's also what you'll use in Week 9 to find the vertex of a parabola.
The technique, step by step (a = 1 case):
1. Move the constant to the right: x² + bx = −c.
2. Add (b/2)² to both sides — this "completes" the square on the left.
3. Left side becomes (x + b/2)²; right side gets the added value.
4. Apply the square root property.
5. Solve both cases.
One fully worked example (every step):
Solve x² + 6x + 5 = 0.
1. Subtract 5: x² + 6x = −5.
2. Half of 6 is 3; 3² = 9. Add 9 to both sides: x² + 6x + 9 = −5 + 9 = 4.
3. Left side is a perfect square: (x + 3)² = 4.
4. Square root property: x + 3 = ±2.
5. x = −3 + 2 = −1 or x = −3 − 2 = −5.
Check: (−1)² + 6(−1) + 5 = 1 − 6 + 5 = 0 ✓. (−5)² + 6(−5) + 5 = 25 − 30 + 5 = 0 ✓.
Why this always works: adding (b/2)² to both sides doesn't change the equation — we're adding the same thing to each side. The left side becomes a perfect square by construction.
Quick interaction — Think-Pair-Share (~6 min):
Slide: "For x² − 4x + 1 = 0 — what number do we add to both sides to complete the square?" Solo 30 sec, compare with neighbor, then class answer. Answer: (−4/2)² = 4. "What does the completed form look like?" → (x − 2)² = 3. This primes the quadratic-formula derivation.
Segment 5 — The Quadratic Formula & the Discriminant (28 min) · Session 2 opens
Hook back in: "Every method so far has a weakness: factoring only works for 'nice' numbers; completing the square requires careful arithmetic. What if we completed the square once, for the general ax² + bx + c = 0, and turned the result into a reusable formula? That's where the quadratic formula comes from."
The formula (write it large):
For ax² + bx + c = 0 (a ≠ 0):
x = (−b ± √(b²−4ac)) / (2a)
The expression under the radical, b²−4ac, is the discriminant.
What the discriminant tells you (before you solve):
| Discriminant b²−4ac | Number & type of real solutions |
|---|---|
| Positive | Two distinct real solutions |
| Zero | One repeated real solution (x = −b/(2a)) |
| Negative | No real solutions (results would involve √(negative)) |
One fully worked example — two real solutions:
Solve x² − 4x + 1 = 0 using the quadratic formula.
a = 1, b = −4, c = 1.
Discriminant: (−4)² − 4(1)(1) = 16 − 4 = 12 > 0 → two real solutions.
x = (−(−4) ± √12) / (2·1) = (4 ± 2√3) / 2 = 2 ± √3.
x ≈ 3.732 or x ≈ 0.268.
One example — no real solutions (discriminant < 0):
Solve x² + 2x + 5 = 0.
a = 1, b = 2, c = 5.
Discriminant: 4 − 20 = −16 < 0 → no real solutions. Stop here.
(Complex solutions exist, but they are outside our scope this week.)
One example — one repeated solution (discriminant = 0):
Solve 2x² − 4x + 2 = 0.
a = 2, b = −4, c = 2.
Discriminant: 16 − 16 = 0 → one repeated root.
x = (4 ± 0) / 4 = 1. (Only one solution.)
Misconceptions — the quadratic formula's biggest traps:
- ❌ "The formula has +b at the top." — The formula starts with −b, not b. If b = −4, then −b = +4.
- ❌ "I can simplify (4 ± 2√3)/2 by canceling the 2 from only one term." — Divide every term in the numerator by 2: 4/2 ± 2√3/2 = 2 ± √3.
- ❌ "A negative discriminant means I made an error." — No; it means no real solutions exist. That's a valid mathematical conclusion.
Segment 6 — Choosing Your Method (12 min)
Plain language — the decision tree:
1. Is one side zero? If not, rearrange to standard form first.
2. Are there only two terms? If it's ax² + c = 0 (no x-term), use the square root property.
3. Does it factor easily? If the leading coefficient is 1 and the constant factors to give integers with a matching sum, factor.
4. Otherwise: reach for the quadratic formula (always works) — or complete the square if the problem asks for it explicitly.
A worked decision example:
Which method for x² + 2x − 15 = 0?
Leading coefficient 1; constant is −15. Two numbers multiply to −15 and add to +2: that's +5 and −3. Factors cleanly → use factoring: (x + 5)(x − 3) = 0 → x = −5 or x = 3.Which method for 2x² + 3x − 2 = 0?
Not a simple factoring candidate (leading coefficient ≠ 1, and coefficients aren't tidy). Use the quadratic formula: a=2, b=3, c=−2. Discriminant = 9+16=25. x=(−3±5)/4 → x=1/2 or x=−2.
Segment 7 — Technology Workflow + AI-Critique (18 min)
Technology workflow — check solutions in Desmos (exact steps):
1. Open desmos.com/calculator.
2. On line 1, type the quadratic: y = x^2 - 5x + 6.
3. Look for where the graph crosses the x-axis — those x-values are the solutions.
4. Click each intercept; Desmos shows the coordinates. Confirm they match your algebraic answer.
5. For a quadratic that touches but doesn't cross (one repeated root), there's exactly one x-intercept. For one that never touches the x-axis, there are no real solutions. This is the geometric meaning of the discriminant.
AI-critique moment (students verify, not consume):
Paste this to an approved chatbot: "Solve x² − 4x + 1 = 0 using the quadratic formula and show every step."
Then check the model's work by hand. Common chatbot errors on this problem:
- Misreading b = −4 and writing −b = −4 instead of +4.
- Simplifying √12 incorrectly (√12 = 2√3, not √12 left unsimplified).
- Dividing only the ±√3 term by 2 instead of all of (4 ± 2√3).
Correct answer: x = 2 ± √3. The tool drafts; you judge. This is exactly how Tutorial 7 works.
Callback + tease:
- Callback: "Factoring from W6 is the engine for Method 1 this week. The discriminant tells you whether factoring will yield rational answers. It all connects."
- Tease next week: "W8 is your Midterm review — we'll bring together all of Objectives 1–6, including the quadratic equations from this week. The quadratic formula will be on the midterm."
Hand-off:
- Lecture Tutorial 7 (AI tutor, share-link submission) — all four methods + discriminant.
- Quiz 7 (end of week, no AI) and Discussion 7 ("Which method would YOU choose?").
- Assignment 7 ("Four Methods, One Toolkit") — AI-coached, self-scored.
Segment 8 — Wrap + Look Ahead (8 min) · Session 2 closes (~76 min)
Five-minute synthesis: "You've added four tools to your algebra toolkit this week. They all solve the same type of equation — quadratic — but each has a sweet spot. Factoring is fast when it works. The square root property is the move when there's no x-term. Completing the square always works and builds the vertex idea for next week. The formula is your guaranteed backup. The discriminant is your preview — use it every time."
Exit ticket (quick formative): Show slide: "For 3x² − 5x − 2 = 0, compute the discriminant. What does it tell you?" → 25 + 24 = 49 > 0 → two real solutions. (Students solve for themselves before comparing.)
Instructor FAQ — Common Stumbles
| Student says / does | Quick cure |
|---|---|
| Solves (x−4)(x+1) = 6 by setting each factor = 6 | Zero-product property requires zero on the right, not 6. Move everything left first. |
| Divides x² = 5x by x, gets x = 5 (only) | Never divide by the variable; factor out x → x(x−5)=0 → two solutions including x=0. |
| Drops the ± in the square root property | "The ± is the whole point — both signs are solutions. Dropping it always loses a root." |
| Uses +b instead of −b in the quadratic formula | Write out: a=, b=, c=. Then −b=. Force the substitution before plugging in. |
| Simplifies (4 ± 2√3)/2 by canceling just the ±2√3 part | Divide every term in the numerator: 4/2 ± 2√3/2 = 2 ± √3. |
| Claims discriminant < 0 means an algebra error | No — negative discriminant is a valid answer: no real solutions exist. |
| Completes the square but adds (b/2)² to only one side | Must add to both sides — we're keeping the equation balanced. |
| Thinks completing the square only works for a=1 | For a ≠ 1, divide through by a first, then complete the square. |
Scope flag
This outline stays within Objective 6 (quadratic equations). Complex solutions are out of scope — when the discriminant is negative, the conclusion is "no real solutions." Quadratic functions and graphing parabolas are covered in Week 9 (also Objective 6). The vertex formula derived from completing the square will be introduced there.
~ Prof. Calloway's edition · Fall 2026 · built with thecoursemaker.com