Algebra — Study Notes for JTET Paper II
Overview
Algebra forms the backbone of upper-primary mathematics and appears consistently in JTET Paper II. This topic tests your ability to manipulate symbols, simplify expressions, apply standard identities, and solve equations — skills that every mathematics teacher must demonstrate and later teach effectively.
For JTET, expect questions that require simplification of algebraic expressions, direct application of identities (especially the three standard identities), and solving linear equations in one or two variables. The pedagogy section may also ask how to introduce algebraic thinking to students transitioning from arithmetic. Mastering this topic ensures you can handle both content-based MCQs and questions on teaching methodology.
Students must be comfortable with terminology (variable, constant, coefficient, term), fluent in identity expansion and factorisation, and confident in setting up and solving word problems using linear equations.
---
Key Concepts
- **Variable vs Constant**: A variable (x, y, z) represents an unknown or changing quantity; a constant (5, −3, π) has a fixed value. Algebraic expressions combine both using operations.
- **Terms, Coefficients and Like Terms**: In 4x² − 3x + 7, there are three terms. The coefficient of x² is 4. Like terms have identical variable parts (e.g., 5xy and −2xy) and can be combined.
- **Polynomial Classification**: Monomial (one term), binomial (two terms), trinomial (three terms). Degree is the highest sum of exponents in any term — e.g., 3x²y has degree 3.
- **Algebraic Identities**: Pre-established equations true for all values of variables. They allow quick expansion and factorisation without multiplying term by term.
- **Linear Equation**: An equation where the highest power of the variable is 1. Standard form in one variable: ax + b = 0. In two variables: ax + by + c = 0.
- **Solution of an Equation**: The value(s) of variables that make the equation true. A linear equation in one variable has exactly one solution; in two variables, infinitely many solutions form a straight line.
- **Transposition Rule**: When moving a term across the equals sign, its sign changes. This is the basis of "solving for x."
---
Formulas / Key Facts
### Standard Algebraic Identities
| Identity | Expanded Form | |----------|---------------| | (a + b)² | a² + 2ab + b² | | (a − b)² | a² − 2ab + b² | | (a + b)(a − b) | a² − b² | | (x + a)(x + b) | x² + (a + b)x + ab | | (a + b + c)² | a² + b² + c² + 2ab + 2bc + 2ca |
### Additional Facts
- Sum and difference of cubes: a³ + b³ = (a + b)(a² − ab + b²); a³ − b³ = (a − b)(a² + ab + b²).
- For ax + b = 0, solution is x = −b/a (a ≠ 0).
- Simultaneous linear equations can be solved by substitution, elimination or cross-multiplication.
- Degree of a polynomial in one variable determines maximum number of roots.
---
Worked Examples
### Example 1 — Simplify using identity
**Problem**: Expand (3x + 5)²
**Solution**: Using (a + b)² = a² + 2ab + b² with a = 3x, b = 5: = (3x)² + 2(3x)(5) + 5² = 9x² + 30x + 25
---
### Example 2 — Factorise using identity
**Problem**: Factorise 49y² − 64
**Solution**: Recognise as a² − b² where a = 7y, b = 8: = (7y + 8)(7y − 8)
---
### Example 3 — Solve linear equation in one variable
**Problem**: Solve 5(x − 2) + 3 = 2x + 7
**Solution**: Step 1: Expand brackets 5x − 10 + 3 = 2x + 7 5x − 7 = 2x + 7
Step 2: Transpose variable terms to left, constants to right 5x − 2x = 7 + 7 3x = 14
Step 3: Divide both sides by coefficient x = 14/3
---
### Example 4 — Simultaneous equations (elimination method)
**Problem**: Solve 2x + 3y = 12 and 4x − y = 5
**Solution**: Multiply second equation by 3: 12x − 3y = 15 Add to first equation: 2x + 3y + 12x − 3y = 12 + 15 14x = 27 x = 27/14
Substitute x into 4x − y = 5: 4(27/14) − y = 5 108/14 − y = 5 54/7 − y = 5 y = 54/7 − 35/7 = 19/7
Solution: x = 27/14, y = 19/7
---
Common Mistakes
| Wrong Thinking | Correct Fix | |----------------|-------------| | Writing (a + b)² = a² + b² (forgetting middle term) | Always include 2ab: (a + b)² = a² + **2ab** + b² | | Subtracting same term from both sides but forgetting sign change | Use transposition carefully: moving +5 to other side makes it −5 | | Confusing coefficient with constant — calling 7 the coefficient in 3x + 7 | Coefficient multiplies the variable; 7 is a constant term | | Adding unlike terms: 3x² + 2x = 5x³ | Only like terms combine; 3x² + 2x stays as is | | Applying a² − b² identity to a² + b² | a² + b² does not factorise over real numbers using standard identities | | Solving 2x = 10 as x = 20 (multiplying instead of dividing) | Divide both sides by coefficient: x = 10/2 = 5 |
---
Quick Reference
- **(a + b)² = a² + 2ab + b²** — never skip the middle term.
- **(a − b)² = a² − 2ab + b²** — middle term is negative.
- **a² − b² = (a + b)(a − b)** — difference of squares identity.
- **Transposition**: sign flips when term crosses the equals sign.
- **Linear equation ax + b = 0** has unique solution **x = −b/a**.
- **Like terms only**: combine terms with identical variable parts.