TS TET · Mathematics and Science (Paper II)

Algebra

Polynomials, equations, exponents and algebraic identities.

Share with your prep group:WhatsApp

Test yourself on Algebra

5 real TS TET questions with instant answers — no signup, ~3 minutes.

Take the 5-question quiz →

Algebra

Polynomials, Equations, Exponents and Algebraic Identities

---

Overview

Algebra forms the backbone of mathematics at the upper primary level (Classes 6-8) and carries significant weightage in TS TET Paper II. This topic tests both your content mastery and your ability to teach abstract mathematical concepts to young learners. Questions typically involve direct computation, application of identities, and pedagogical understanding of how students learn algebraic thinking.

The shift from arithmetic to algebra is a major cognitive leap for students. They move from working with specific numbers to understanding variables as placeholders for unknown or varying quantities. As a teacher, you must understand not just the "how" but the "why" behind algebraic procedures—examiners frequently test whether you can identify student misconceptions and appropriate teaching strategies.

Expect 3-5 questions directly from algebra content and 1-2 questions on algebra pedagogy. Mastering the standard identities, laws of exponents, and equation-solving techniques is non-negotiable for scoring well.

---

Key Concepts

  • **Variable**: A symbol (usually x, y, z) representing an unknown or changing quantity. Students must understand that 5x means "5 times some number," not "fifty-something."
  • **Algebraic Expression**: A combination of constants, variables, and operations (e.g., 3x² + 2x - 7). Unlike equations, expressions don't have an equals sign.
  • **Polynomial**: An expression with non-negative integer exponents only. Examples: 2x³ - 5x + 1 (polynomial), but 3x⁻² or √x are not polynomials.
  • **Degree of a Polynomial**: The highest power of the variable. In 4x³ + x² - 6, degree = 3. For a constant (like 7), degree = 0.
  • **Equation**: A statement of equality between two expressions. Linear equations have degree 1; quadratic equations have degree 2.
  • **Exponent/Index**: In aⁿ, 'a' is the base and 'n' is the exponent. It represents repeated multiplication: a × a × a... (n times).
  • **Algebraic Identity**: An equation true for all values of variables. Identities are tools for simplification, not equations to solve.
  • **Like Terms**: Terms with identical variable parts (same variables with same powers). 3x²y and -7x²y are like terms; 3x²y and 3xy² are not.

---

Formulas / Key Facts

### Laws of Exponents | Law | Formula | Example | |-----|---------|---------| | Product Rule | aᵐ × aⁿ = aᵐ⁺ⁿ | 2³ × 2⁴ = 2⁷ | | Quotient Rule | aᵐ ÷ aⁿ = aᵐ⁻ⁿ | 5⁶ ÷ 5² = 5⁴ | | Power of Power | (aᵐ)ⁿ = aᵐⁿ | (3²)⁴ = 3⁸ | | Zero Exponent | a⁰ = 1 (a ≠ 0) | 7⁰ = 1 | | Negative Exponent | a⁻ⁿ = 1/aⁿ | 2⁻³ = 1/8 | | Product to Power | (ab)ⁿ = aⁿbⁿ | (2×3)² = 4×9 = 36 |

### 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²)**

### Types of Polynomials by Terms

  • Monomial: 1 term (5x²)
  • Binomial: 2 terms (x + 3)
  • Trinomial: 3 terms (x² + 2x + 1)

---

Worked Examples

### Example 1: Simplify using exponent laws **Simplify: (2³ × 2⁵) ÷ 2⁴**

Step 1: Apply product rule to numerator 2³ × 2⁵ = 2³⁺⁵ = 2⁸

Step 2: Apply quotient rule 2⁸ ÷ 2⁴ = 2⁸⁻⁴ = 2⁴ = 16

**Answer: 16**

---

### Example 2: Expand using identity **Expand: (3x + 4y)²**

Using identity (a + b)² = a² + 2ab + b² Here a = 3x, b = 4y

= (3x)² + 2(3x)(4y) + (4y)² = 9x² + 24xy + 16y²

**Answer: 9x² + 24xy + 16y²**

---

### Example 3: Factorise using identity **Factorise: 49m² - 64n²**

Recognise this as a² - b² form 49m² = (7m)² and 64n² = (8n)²

Using a² - b² = (a + b)(a - b) = (7m + 8n)(7m - 8n)

**Answer: (7m + 8n)(7m - 8n)**

---

### Example 4: Solve linear equation **Solve: 3(x - 2) + 5 = 2(x + 4)**

Step 1: Expand brackets 3x - 6 + 5 = 2x + 8 3x - 1 = 2x + 8

Step 2: Collect variable terms on one side 3x - 2x = 8 + 1 x = 9

**Answer: x = 9**

---

Common Mistakes

  • **Confusing exponent rules**: Students write aᵐ × aⁿ = aᵐⁿ (wrong). → **Correct**: Product rule gives aᵐ⁺ⁿ; power-of-power rule gives aᵐⁿ. Multiplication of powers means adding exponents.
  • **Incorrect middle term in (a + b)²**: Writing (a + b)² = a² + b² and forgetting the 2ab term. → **Correct**: Always include the middle term. Verify by substituting numbers: (2 + 3)² = 25, not 4 + 9 = 13.
  • **Sign errors in (a - b)²**: Writing (a - b)² = a² - 2ab - b² (wrong sign for b²). → **Correct**: The last term is always positive: (a - b)² = a² - 2ab + b². Squaring always yields positive.
  • **Wrong factorisation of a² + b²**: Attempting to write a² + b² = (a + b)(a - b). → **Correct**: a² + b² cannot be factorised using real numbers. Only a² - b² factorises as difference of squares.
  • **Treating expressions as equations**: Students "solve" 3x + 5 by writing x = something. → **Correct**: Expressions can only be simplified, not solved. Equations (with = sign) can be solved.
  • **Distributing exponents incorrectly**: Writing (a + b)² = a² + b². → **Correct**: Exponents don't distribute over addition/subtraction. Expand using the identity or FOIL method.

---

Quick Reference

  • **Polynomial degree** = highest exponent of variable
  • **aᵐ × aⁿ = aᵐ⁺ⁿ** (same base: add powers)
  • **aᵐ ÷ aⁿ = aᵐ⁻ⁿ** (same base: subtract powers)
  • **(a + b)² = a² + 2ab + b²** — never forget the middle term
  • **(a - b)² = a² - 2ab + b²** — last term stays positive
  • **a² - b² = (a + b)(a - b)** — difference of squares identity
  • **a⁰ = 1** for any non-zero a

You read the notes — now try one

If 3x + 7 = 22, what is the value of x?

Tap an option to check your answer.

👥 Study this together

Invite your prep group — read the same notes, then discuss doubts in this topic's shared room.

Invite to study

Need more? Ask Shishya

Shishya is your personal tutor for this topic. Pick a starter or open a free chat.

Open Shishya tutor →

Practice this topic

Take a full mock
  • Q1 · Algebra · MEDIUM

    If 3x + 7 = 22, what is the value of x?

Ask Shishya to explain these →

Notes generated on 27 Jun 2026