Indices, Quadratics, Inequalities
Interactive curriculum lessons, worked examples, and geometric problem-solving techniques designed to help Kenyan students master CBC, KPSEA, KCSE, and IGCSE mathematics.
First Principles
Objective: Seamlessly integrate the laws of indices, quadratic factorisation, and algebraic inequalities to model and solve multi-step problems.
1. The Index Ladder (Repeated Multiplication)
Indices quantify exponential scaling. When bases are equal, multiplication aggregates powers: \(a^m \times a^n = a^{m+n}\), while division removes factors: \(\frac{a^m}{a^n} = a^{m-n}\). A power of a power multiplies dimensions: \((a^m)^n = a^{mn}\).
2. Quadratic Geometry (Parabolic Shapes)
A quadratic equation \(ax^2 + bx + c = 0\) represents where a parabola intersects the horizontal axis. Factorising into \((x-p)(x-q)=0\) relies on the Zero Product Property: if a product is zero, at least one factor must be zero, yielding critical boundaries at \(x = p\) and \(x = q\).
3. Sign Analysis on Inequalities
An inequality such as \(ax^2 + bx + c > 0\) identifies the domain where the parabola lies strictly above the \(x\)-axis. For \(a > 0\) (u-shaped), the function is positive on the outer tails (\(x < p\) or \(x > q\)) and negative between the roots (\(p < x < q\)).
Key Formulas
Worked Examples
Problem: Simplify \(\frac{2^3 \times 2^4}{2^5}\) completely to an integer.
- Combine the numerator using the Product Law:
\[ 2^3 \times 2^4 = 2^{3+4} = 2^7 \] - Apply the Quotient Law to divide:
\[ \frac{2^7}{2^5} = 2^{7-5} = 2^2 \] - Evaluate:
\[ 2^2 = 4 \]
Problem: A farmer in Kilifi constructs a rectangular goat pen. The length is \(x + 5\) metres and the width is \(x - 2\) metres. If the total area is \(30\text{ m}^2\), calculate the value of \(x\).
- Set up the area formula: \(\text{Area} = \text{Length} \times \text{Width}\)
\[ (x + 5)(x - 2) = 30 \] - Expand the quadratic expression:
\[ x^2 - 2x + 5x - 10 = 30 \implies x^2 + 3x - 10 = 30 \] - Set the quadratic equation to zero:
\[ x^2 + 3x - 40 = 0 \] - Factorise the quadratic: Find factors of \(-40\) that sum to \(+3\) \(\to +8\) and \(-5\):
\[ (x + 8)(x - 5) = 0 \] - Solve for \(x\): \(x = -8\) or \(x = 5\). Since physical length cannot be negative (\(x - 2 > 0\)), discard \(x = -8\).
Solution: \(x = 5\).
Problem: Solve for \(x\): \(3^{2x} = 9 \times 27^{x}\).
- Express every term with base 3: Notice that \(9 = 3^2\) and \(27 = 3^3\).
\[ 3^{2x} = 3^2 \times (3^3)^x \] - Apply the Power of a Power Law: \((3^3)^x = 3^{3x}\)
\[ 3^{2x} = 3^2 \times 3^{3x} \] - Combine exponents on the right side:
\[ 3^{2x} = 3^{2 + 3x} \] - Equate the exponents (since bases are equal):
\[ 2x = 2 + 3x \] - Rearrange to solve for \(x\):
\[ 2x - 3x = 2 \implies -x = 2 \implies x = -2 \]
Common Mistakes
Real World
Practice