Ninth Grade Mathematics Reference Codex (Algebra I)
An exhaustive reference codex for secondary algebra scholars, instructors, and pre-collegiate mathematicians. Systematizing polynomial ring operations, prime quadratic factorization algorithms, the general quadratic formula, parabolic axis and extrema theorems, discrete arithmetic/geometric progressions, and computational mental algebra heuristics.
Polynomial Arithmetic & Binomial FOIL Expansion
Factoring Quadratic Trinomials: The Master $ac$-Method
- Factor out any common greatest common factor ($\text{GCF}$).
- Compute product $P = a \cdot c$ and target sum $S = b$.
- Find two numbers $m, n$ such that $m \cdot n = a \cdot c$ and $m + n = b$.
- Rewrite middle term: $ax^2 + mx + nx + c$, then factor by grouping!
Special Factoring Identities & Conjugate Pairs
The Quadratic Formula & Discriminant ($\Delta$) Analysis
| Discriminant Value ($\Delta$) | Nature of Roots | Parabola Real $x$-Intercepts |
|---|---|---|
| $\Delta > 0$ (Perfect Square) | Two distinct rational roots | Crosses $x$-axis twice at rational integers/fractions |
| $\Delta > 0$ (Non-Square) | Two distinct irrational conjugate roots | Crosses $x$-axis twice at real radical values |
| $\Delta = 0$ (Zero) | Exactly one repeated real root (double root) | Parabola vertex touches $x$-axis tangentially |
| $\Delta < 0$ (Negative) | Two complex conjugate roots ($a \pm bi$) | Parabola floats entirely above or below $x$-axis |
Problem: Solve $2x^2 - 5x - 3 = 0$ using the Quadratic Formula.
Parabolic Geometry: Vertex Form & Extrema
Exponential Growth, Decay & Compound Interest
Arithmetic & Geometric Sequences ($a_n$)
Linear Systems by Elimination & 2D Inequalities
Multiply one or both equations by non-zero constants so that coefficients of one variable are exact additive opposites ($+k$ and $-k$). Add equations together to eliminate the variable!
- Graphing 2D Inequalities: Solid boundary line for $\le, \ge$; Dashed line for $<, >$.
- Test Point: Plug in $(0, 0)$ to decide which half-plane to shade.
Statistics: Standard Deviation ($\sigma$) & Correlation ($r$)
| Metric | Range | Statistical Meaning |
|---|---|---|
| Correlation ($r$) | $-1 \le r \le +1$ | Strength and direction of linear association ($+1$ perfect positive, $-1$ perfect negative, $0$ none) |
| Standard Deviation ($\sigma$) | $\sigma \ge 0$ | Measure of typical data spread dispersion around the mean $\bar{x}$ |
| Residual | $\mathbb{R}$ | $\text{Residual} = \text{Observed } y - \text{Predicted } \hat{y}$ (Random scatter indicates good linear fit) |
Scholia & Computational Mental Math Speed Hacks
The Grand Synoptic Tables & Complete Grade 9 / Algebra I Student Cheat Sheet
Grade 9 / Algebra I Master Reference Concordance
Authorized curriculum reference concordance • Algebra I Standards Complete
Quadratic Formula
- $x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}$
- $\Delta = b^2 - 4ac$
- $\Delta > 0$: 2 Real roots
- $\Delta = 0$: 1 Repeated root
- $\Delta < 0$: 2 Complex roots
- Vieta: $r_1+r_2 = -b/a, r_1 r_2 = c/a$
Factoring Identities
- $a^2 - b^2 = (a+b)(a-b)$
- $(a+b)^2 = a^2 + 2ab + b^2$
- $(a-b)^2 = a^2 - 2ab + b^2$
- $ac$-Method: Split middle term
- Always factor out GCF first!
Parabola Features
- Axis of Symmetry: $x = -\frac{b}{2a}$
- Vertex: $(h, k)$ in $y=a(x-h)^2+k$
- $a > 0$: Opens up (Minimum)
- $a < 0$: Opens down (Maximum)
- Step pattern: $1a, 3a, 5a$
Exponentials
- Growth: $y = a(1+r)^t$
- Decay: $y = a(1-r)^t$
- Compound: $A = P(1 + \frac{r}{n})^{nt}$
- Half-life: $y = a(0.5)^{t/h}$
- Horizontal asymptote: $y = 0$
Sequences
- Arithmetic: $a_n = a_1 + (n-1)d$
- Arithmetic Difference: $d = a_k - a_{k-1}$
- Geometric: $a_n = a_1 \cdot r^{n-1}$
- Geometric Ratio: $r = a_{k} / a_{k-1}$
Statistics
- Correlation $r$: $[-1, +1]$
- $r \approx \pm 1$: Strong linear
- Residual: $y - \hat{y}$
- Standard Deviation: $\sigma$
- Linear regression line: $\hat{y} = mx + b$