Quadratic Expressions and Equations
Interactive curriculum lessons, worked examples, and geometric problem-solving techniques designed to help Kenyan students master CBC, KPSEA, KCSE, and IGCSE mathematics.
First Principles
Learning Objective: Understand the structure of quadratic expressions, expand binomial products geometrically, and solve quadratic equations by factorisation and formula.
Core Concept: A quadratic expression represents quantities in two dimensions (like area). Written in standard form \(ax^2 + bx + c\) (where \(a \neq 0\)), it arises whenever two linear quantities multiply, such as the length and width of a maize shamba.
1. Concrete Scenario: The Shamba Extension
Imagine Farmer Otieno has a square farm plot of side length \(x\) metres. He decides to expand it by adding \(a\) metres along the length and \(b\) metres along the width. The new area is \((x + a)(x + b)\). When subdivided, the expanded shamba consists of four distinct sections:
- A square plot of \(x \times x = x^2\)
- Two rectangular extension strips of areas \(ax\) and \(bx\)
- A corner plot of area \(a \times b\)
Combining these gives the total area: \[\text{Area} = x^2 + ax + bx + ab = x^2 + (a+b)x + ab\]
2. Factorisation as Reverse Expansion
To factorise \(x^2 + bx + c\), we reverse this process: we search for two integers \(p\) and \(q\) whose product is \(c\) (the corner area) and whose sum is \(b\) (the combined strip width). Once found, we write the expression as \((x + p)(x + q)\).
Interactive Visualizer: Shamba Area Model
Adjust the sliders for \(a\) and \(b\) to see how the geometric area partitions and rebuilds the algebraic terms:
Key Formulas
- If \(\Delta > 0\): Two distinct real roots
- If \(\Delta = 0\): One repeated real root (equal roots)
- If \(\Delta < 0\): No real roots (two complex conjugate roots)
Worked Examples
Problem: Solve \(x^2 - 7x + 12 = 0\).
- Find two numbers: We need two numbers that multiply to \(+12\) and add to \(-7\). Listing factors of 12 gives \(-3\) and \(-4\), since \((-3)(-4) = 12\) and \((-3) + (-4) = -7\).
- Factorise: \((x - 3)(x - 4) = 0\).
- Apply Zero-Product Property: Either \(x - 3 = 0\) or \(x - 4 = 0\).
- Solve: \(x = 3\) or \(x = 4\).
Problem: Solve \(2x^2 + 5x - 3 = 0\).
- Identify coefficients: \(a = 2, b = 5, c = -3\).
- Find product and sum: Product \(ac = 2 \times (-3) = -6\), Sum \(b = 5\). The factors are \(6\) and \(-1\).
- Split the middle term: \[2x^2 + 6x - x - 3 = 0\]
- Factor by grouping: \[2x(x + 3) - 1(x + 3) = 0 \implies (2x - 1)(x + 3) = 0\]
- Solve each linear factor: \[2x - 1 = 0 \implies x = \frac{1}{2}\] \[x + 3 = 0 \implies x = -3\]
Problem: A rectangular vegetable garden has a length that is \(3\text{ m}\) longer than its width. If the total area of the garden is \(40\text{ m}^2\), find the perimeter of the garden.
- Define variables: Let width \(= w\). Then length \(= w + 3\).
- Set up equation: \[\text{Area} = w(w + 3) = 40 \implies w^2 + 3w - 40 = 0\]
- Factorise: Find two numbers multiplying to \(-40\) and summing to \(3\): \(+8\) and \(-5\). \[(w + 8)(w - 5) = 0\]
- Discard non-physical solutions: \(w = -8\) or \(w = 5\). Since length/width cannot be negative, \(w = 5\text{ m}\).
- Calculate dimensions & perimeter: \[\text{Width} = 5\text{ m}, \quad \text{Length} = 5 + 3 = 8\text{ m}\] \[\text{Perimeter} = 2(\text{Length} + \text{Width}) = 2(8 + 5) = 26\text{ m}\]
Common Mistakes
Incorrect: \((x + 4)^2 = x^2 + 16\)
Correct: \((x + 4)^2 = x^2 + 8x + 16\)
Why it feels right: Students intuitively remember index laws like \((ab)^2 = a^2 b^2\), but addition creates cross-terms \(2ab\) corresponding to the two rectangular strips in the area model.
Incorrect: Solving \(x^2 = 5x\) by dividing both sides by \(x\) to get \(x = 5\).
Correct: Rearrange to \(x^2 - 5x = 0 \implies x(x - 5) = 0\), yielding two solutions: \(x = 0\) and \(x = 5\).
Why it feels right: Dividing simplifies the equation quickly, but dividing by \(x\) eliminates the valid root \(x = 0\) (and is illegal if \(x=0\)).
Incorrect: Writing \(x = -b \pm \frac{\sqrt{b^2 - 4ac}}{2a}\)
Correct: \(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\)
Why it feels right: Students often punch \(-b\) separately into a calculator without grouping the entire numerator inside brackets.
Real World
1. Agriculture & Shamba Optimization
In Nakuru and Eldoret, farmers often fence rectangular sections of land for poultry or horticulture with fixed fencing perimeter. If a farmer has \(60\text{ m}\) of wire mesh to enclose three sides against an existing wall, the area equation is \(A = w(60 - 2w) = -2w^2 + 60w\). Finding the maximum area uses the quadratic vertex.
2. Matatu SACCO Fleet Economics
A transport SACCO operating between Nairobi and Thika finds that ticketing revenue is modeled by \(R(x) = -5x^2 + 1200x\), where \(x\) is ticket price in KSh. Quadratics help determine the break-even points and optimal fare pricing to balance passenger volume with total revenue.
3. Ballistics and Sports
When a goalkeeper at Nyayo Stadium kicks a football into the air, its height in metres after \(t\) seconds is modeled by \(h(t) = -4.9t^2 + 19.6t\). Solving \(h(t) = 0\) reveals the exact time the ball stays airborne before landing.
Practice