Algebra
Algebraic Expressions, Identities and Linear Equations
---
Overview
Algebra forms the backbone of mathematics at the upper primary and secondary level, bridging arithmetic with abstract reasoning. For JKTET Paper II, algebra questions test your understanding of how to manipulate expressions, apply standard identities quickly, and solve linear equations—skills that every mathematics teacher must demonstrate fluency in.
This topic typically carries 3–5 questions in the mathematics section. Examiners focus on whether you can simplify expressions correctly, recall identities without error, and set up and solve word problems using linear equations. Mastery here also supports your ability to teach these concepts to Classes VI–VIII students, connecting symbolic manipulation to real-world problem contexts.
The pedagogy angle is equally important: expect questions on how to introduce variables to young learners, common student misconceptions, and activity-based approaches to teaching algebraic thinking.
---
Key Concepts
- **Variable vs Constant**: A variable (like x, y) represents an unknown or changing quantity; a constant (like 5, -3) has a fixed value. Teaching tip: use contexts like "age after n years" to make variables meaningful.
- **Algebraic Expression**: A combination of variables, constants, and operations (e.g., 3x² + 5x - 7). Terms are separated by + or - signs.
- **Coefficient and Degree**: The coefficient is the numerical factor of a term (in 4x³, coefficient is 4). The degree of a term is the sum of exponents of variables; the degree of a polynomial is the highest degree among its terms.
- **Like and Unlike Terms**: Like terms have identical variable parts (3x² and -5x² are like; 3x² and 3x are unlike). Only like terms can be combined.
- **Algebraic Identity**: An equation true for all values of the variable(s). Unlike an equation, which holds only for specific values.
- **Linear Equation in One Variable**: An equation of the form ax + b = 0 where a ≠ 0. The solution is x = -b/a. Graphically, it represents a point on the number line.
- **Transposition**: Moving a term from one side of an equation to the other by changing its sign—a procedural shortcut for the balance method.
---
Formulas / Key Facts
**Standard Algebraic Identities (must memorize)**
1. (a + b)² = a² + 2ab + b² 2. (a - b)² = a² - 2ab + b² 3. (a + b)(a - b) = a² - b² 4. (x + a)(x + b) = x² + (a + b)x + ab 5. (a + b + c)² = a² + b² + c² + 2ab + 2bc + 2ca 6. (a + b)³ = a³ + 3a²b + 3ab² + b³ = a³ + b³ + 3ab(a + b) 7. (a - b)³ = a³ - 3a²b + 3ab² - b³ = a³ - b³ - 3ab(a - b) 8. a³ + b³ = (a + b)(a² - ab + b²) 9. a³ - b³ = (a - b)(a² + ab + b²)
**Key Facts**
- Monomial: 1 term; Binomial: 2 terms; Trinomial: 3 terms; Polynomial: 1 or more terms.
- Zero of a polynomial p(x) is the value of x for which p(x) = 0.
- A linear equation has exactly one solution.
- Verification: Substitute the solution back into the original equation.
---
Worked Examples
**Example 1: Simplify (2x + 3y)² - (2x - 3y)²**
Step 1: Apply identity for difference of squares in reverse or expand each. Using (a + b)² - (a - b)² = 4ab (derived identity)
Here a = 2x, b = 3y = 4 × 2x × 3y = 24xy
**Example 2: If x + 1/x = 5, find x² + 1/x²**
Step 1: Use identity (x + 1/x)² = x² + 2 + 1/x² Step 2: 5² = x² + 2 + 1/x² Step 3: 25 = x² + 1/x² + 2 Step 4: x² + 1/x² = 23
**Example 3: Solve for x: 3(x - 4) - 5(2x + 1) = 7 - 2x**
Step 1: Expand brackets 3x - 12 - 10x - 5 = 7 - 2x
Step 2: Combine like terms on left side -7x - 17 = 7 - 2x
Step 3: Transpose variable terms to left, constants to right -7x + 2x = 7 + 17 -5x = 24
Step 4: Divide both sides by -5 x = -24/5 or x = -4.8
Verification: LHS = 3(-4.8 - 4) - 5(2(-4.8) + 1) = 3(-8.8) - 5(-8.6) = -26.4 + 43 = 16.6 RHS = 7 - 2(-4.8) = 7 + 9.6 = 16.6 ✓
**Example 4: Factorise 8x³ - 27y³**
This is of the form a³ - b³ where a = 2x and b = 3y Using a³ - b³ = (a - b)(a² + ab + b²) = (2x - 3y)(4x² + 6xy + 9y²)
---
Common Mistakes
- **Distributing the negative sign incorrectly** → When expanding -5(2x + 1), students often write -10x + 5 instead of -10x - 5. Fix: Multiply -5 by every term inside the bracket, including the +1.
- **Confusing (a + b)² with a² + b²** → Students forget the middle term 2ab. Fix: Always expand using the identity; never assume squaring distributes over addition.
- **Sign errors during transposition** → Moving +3 from left to right but keeping it as +3. Fix: Transposition changes sign; alternatively, use the balance method (subtract 3 from both sides).
- **Combining unlike terms** → Adding 3x² and 4x to get 7x³. Fix: Check that variable parts match exactly before combining; x² and x are different.
- **Forgetting to verify the solution** → Especially in MCQs, not checking leads to avoidable errors. Fix: Substitute the answer back; it takes 20 seconds and catches mistakes.
---
Quick Reference
- (a + b)² = a² + 2ab + b²; (a - b)² = a² - 2ab + b²; (a + b)(a - b) = a² - b²
- Linear equation ax + b = 0 → x = -b/a
- Like terms share identical variable parts; only like terms combine.
- Degree of polynomial = highest power of variable present.
- Always verify solutions by substitution.
- For (x + 1/x) = k problems: square both sides and use identity to find x² + 1/x².