Algebra
KTET Category II/III – Mathematics and Science
---
Overview
Algebra forms the backbone of mathematics from upper primary through high school. For KTET Category II (Classes 6–8) and Category III (Classes 8–10), you must demonstrate both content mastery and the ability to teach algebraic concepts effectively. Questions typically test your understanding of polynomials, solving equations, laws of exponents, and standard algebraic identities.
This topic connects arithmetic (which students already know) to abstract mathematical thinking. A strong grasp here helps students transition from "number manipulation" to "symbol manipulation"—a critical cognitive leap. Expect 4–6 questions directly on algebra, plus indirect applications in mensuration and data handling problems.
Master the identities and exponent laws by heart. Most exam questions are application-based: simplify an expression, factorise a polynomial, or solve an equation. Speed and accuracy come from pattern recognition.
---
Key Concepts
- **Variable vs Constant**: A variable (x, y, z) represents an unknown or changing quantity; a constant (3, -7, π) has a fixed value. Algebraic expressions combine both.
- **Polynomial**: An expression with one or more terms, each being a product of a constant (coefficient) and variable(s) raised to non-negative integer powers. Example: 3x² + 5x – 7.
- **Degree of a Polynomial**: The highest power of the variable. For 4x³ – 2x + 1, degree = 3. Classifies polynomials as linear (degree 1), quadratic (degree 2), cubic (degree 3).
- **Like and Unlike Terms**: Like terms have identical variable parts (3x² and –5x²). Only like terms can be added or subtracted directly.
- **Equation vs Expression**: An expression has no equality sign; an equation asserts two expressions are equal (e.g., 2x + 3 = 11).
- **Solution/Root of an Equation**: The value of the variable that makes the equation true. For 2x + 3 = 11, solution is x = 4.
- **Exponent**: In aⁿ, 'a' is the base and 'n' is the exponent (power). Exponents indicate repeated multiplication.
- **Identity**: An equation true for all values of the variable(s). Useful for quick expansion and factorisation.
---
Formulas / Key Facts
### Laws of Exponents (a, b ≠ 0; m, n are integers)
| Law | Formula | |-----|---------| | Product Rule | aᵐ × aⁿ = aᵐ⁺ⁿ | | Quotient Rule | aᵐ ÷ aⁿ = aᵐ⁻ⁿ | | Power of a Power | (aᵐ)ⁿ = aᵐⁿ | | Power of a Product | (ab)ⁿ = aⁿbⁿ | | Power of a Quotient | (a/b)ⁿ = aⁿ/bⁿ | | Zero Exponent | a⁰ = 1 | | Negative Exponent | a⁻ⁿ = 1/aⁿ |
### Standard Algebraic Identities
1. (a + b)² = a² + 2ab + b² 2. (a – b)² = a² – 2ab + b² 3. (a + b)(a – b) = a² – b² 4. (a + b + c)² = a² + b² + c² + 2ab + 2bc + 2ca 5. (a + b)³ = a³ + 3a²b + 3ab² + b³ = a³ + b³ + 3ab(a + b) 6. (a – b)³ = a³ – 3a²b + 3ab² – b³ = a³ – b³ – 3ab(a – b) 7. a³ + b³ = (a + b)(a² – ab + b²) 8. a³ – b³ = (a – b)(a² + ab + b²)
### Polynomial Operations
- **Addition/Subtraction**: Combine like terms.
- **Multiplication**: Distribute each term; apply exponent rules.
- **Division**: Long division or factorisation method.
### Solving Linear Equations (ax + b = c)
- Isolate variable: x = (c – b)/a
### Solving Quadratic Equations (ax² + bx + c = 0)
- Factorisation method
- Quadratic formula: x = (–b ± √(b² – 4ac)) / 2a
- Discriminant (D = b² – 4ac): D > 0 → two real roots; D = 0 → one repeated root; D < 0 → no real roots
---
Worked Examples
### Example 1: Simplify using exponent laws **Problem**: Simplify (2³ × 2⁵) ÷ 2⁴
**Solution**:
- Step 1: Apply product rule to numerator: 2³ × 2⁵ = 2³⁺⁵ = 2⁸
- Step 2: Apply quotient rule: 2⁸ ÷ 2⁴ = 2⁸⁻⁴ = 2⁴
- Step 3: Calculate: 2⁴ = 16
**Answer**: 16
---
### Example 2: Expand using identity **Problem**: Expand (3x + 4)²
**Solution**:
- Use identity (a + b)² = a² + 2ab + b²
- Here a = 3x, b = 4
- (3x)² + 2(3x)(4) + (4)²
- = 9x² + 24x + 16
**Answer**: 9x² + 24x + 16
---
### Example 3: Factorise using identity **Problem**: Factorise 25y² – 49
**Solution**:
- Recognise pattern: a² – b² = (a + b)(a – b)
- 25y² = (5y)² and 49 = 7²
- = (5y + 7)(5y – 7)
**Answer**: (5y + 7)(5y – 7)
---
### Example 4: Solve a linear equation **Problem**: Solve 5x – 7 = 3x + 9
**Solution**:
- Step 1: Bring variable terms to one side: 5x – 3x = 9 + 7
- Step 2: Simplify: 2x = 16
- Step 3: Divide: x = 8
**Answer**: x = 8
---
Common Mistakes
- **Confusing exponent rules**: Students write aᵐ × aⁿ = aᵐⁿ (wrong). **Correct**: aᵐ × aⁿ = aᵐ⁺ⁿ. Multiplication of same bases → add exponents.
- **Sign errors in (a – b)²**: Writing (a – b)² = a² – b² (wrong). **Correct**: (a – b)² = a² – 2ab + b². The middle term exists and is negative.
- **Forgetting to distribute the negative sign**: In 3x – (2x – 5), students write 3x – 2x – 5 (wrong). **Correct**: 3x – 2x + 5 = x + 5.
- **Treating a⁰ as 0**: Students assume 5⁰ = 0 (wrong). **Correct**: Any non-zero number raised to power 0 equals 1.
- **Incomplete factorisation**: Stopping at 2(x² – 9) instead of fully factorising to 2(x + 3)(x – 3). Always check if factors can be broken down further using identities.
---
Quick Reference
- **Degree**: Highest power of variable in a polynomial.
- **aᵐ × aⁿ = aᵐ⁺ⁿ** (add powers when multiplying same base).
- **aᵐ ÷ aⁿ = aᵐ⁻ⁿ** (subtract powers when dividing same base).
- **(a + b)² = a² + 2ab + b²** — middle term is positive.
- **(a – b)² = a² – 2ab + b²** — middle term is negative.
- **a² – b² = (a + b)(a – b)** — difference of squares, no middle term.
- **a⁰ = 1** for any a ≠ 0.