📐
📊
✖️
← Back to Dashboard
Font Size:

1. Introduction

Algebraic expressions are mathematical phrases formed by combining numbers, variables and arithmetic operations. A variable is a letter that represents a quantity whose value can change, such as x, y or n. Constants are numbers whose value is fixed, such as 5, -3 or 1/2. An algebraic expression like 3x + 5 contains the variable term 3x and the constant term 5. Algebraic expressions allow us to write general rules, formulas and patterns in a compact way. For example, the perimeter of a square can be written as 4s, and the distance travelled at speed v for time t as v x t.

In Class 6 you learnt the idea of variables and simple expressions. In this chapter we study the parts of an expression, how to classify expressions by the number of terms, how to find the value of an expression, how to add and subtract expressions, and how to multiply a monomial by a monomial, a monomial by a binomial, and two binomials. These skills are the foundation of algebra, which is used everywhere in mathematics and science to express relationships and solve problems.

2. Terms and Factors

2.1 Terms of an Expression

An expression is made of terms separated by plus or minus signs. In the expression 4x^2 + 3x - 7, there are three terms: 4x^2, 3x and -7. Each term is a product of factors. In the term 4x^2, the factors are 4 and x^2; in the term 3x, the factors are 3 and x. The numerical part of a term is called its coefficient. In 4x^2, the coefficient of x^2 is 4; in 3x, the coefficient of x is 3; the term -7 is a constant term with no variable.

2.2 Like and Unlike Terms

Like terms have exactly the same variable parts, though their coefficients may differ. For example, 3x, 5x and -2x are like terms, and 7x^2 and -x^2 are like terms. Unlike terms have different variable parts, such as 4x and 4y, or 3x and 3x^2. Like terms can be combined by adding their coefficients; unlike terms cannot be added together.

3. Types of Algebraic Expressions

3.1 Monomials, Binomials and Trinomials

An expression with one term is a monomial, such as 5x or -3y^2. An expression with two terms is a binomial, such as 3x + 4 or 2a - b. An expression with three terms is a trinomial, such as x^2 + 2x + 1. Expressions with more than three terms are simply called polynomials.

3.2 Polynomials in One Variable

A polynomial in one variable is an expression with terms of non-negative whole number powers of a single variable. For example, x^2 + 3x + 2 is a polynomial in x, and the highest power of the variable is called the degree of the polynomial.

4. Finding the Value of an Expression

To find the value of an expression, substitute the given values of the variables and simplify using the rules of arithmetic. For example, the value of 3x + 5 when x = 2 is 3 x 2 + 5 = 6 + 5 = 11. The value of x^2 - 2x + 1 when x = 3 is 9 - 6 + 1 = 4. When substituting, always replace the variable with the value and follow the order of operations.

5. Addition and Subtraction of Algebraic Expressions

5.1 Adding Expressions

To add algebraic expressions, write the expressions in rows, align the like terms, and add the coefficients of the like terms. For example: (4x + 3) + (2x + 5) = (4x + 2x) + (3 + 5) = 6x + 8.

5.2 Subtracting Expressions

To subtract one expression from another, add the additive inverse: change the sign of each term of the expression being subtracted, then add. For example: (5x^2 + 3x - 2) - (2x^2 + x + 1) = 5x^2 + 3x - 2 - 2x^2 - x - 1 = 3x^2 + 2x - 3.

5.3 Combining Like Terms

Only like terms can be combined. When combining 7x and -3x, add the coefficients: 7x - 3x = 4x. Terms with different variables, like 4x and 5y, remain as separate terms in the answer.

6. Multiplication of Algebraic Expressions

6.1 Multiplying a Monomial by a Monomial

To multiply two monomials, multiply the coefficients and multiply the variable parts using the laws of exponents: (4x) x (3x) = (4 x 3) x (x x x) = 12x^2 (-2a) x (5b) = -10ab (3x^2) x (2x^3) = 6x^5

6.2 Multiplying a Monomial by a Binomial or Trinomial

Use the distributive property. Multiply the monomial with each term of the other expression and add: 2x x (3x + 5) = 2x x 3x + 2x x 5 = 6x^2 + 10x x x (x^2 + 2x + 1) = x^3 + 2x^2 + x

6.3 Multiplying Two Binomials

To multiply two binomials, multiply each term of the first binomial by each term of the second binomial and then combine like terms: (x + 2)(x + 3) = x x x + x x 3 + 2 x x + 2 x 3 = x^2 + 3x + 2x + 6 = x^2 + 5x + 6 (2a + 1)(a - 4) = 2a^2 - 8a + a - 4 = 2a^2 - 7a - 4

6.4 Multiplication by Zero

Any expression multiplied by zero gives zero. For example, 0 x (3x + 5) = 0.

Quick Revision Tables

Table 1: Types of Expressions

Type Number of Terms Example
Monomial 1 term 5x, -3y^2
Binomial 2 terms 3x + 4, 2a - b
Trinomial 3 terms x^2 + 2x + 1
Polynomial Many terms x^3 + x^2 + x + 1

Table 2: Multiplication Rules

Type of Multiplication Method Example
Monomial x Monomial Multiply coefficients and variables (4x)(3x) = 12x^2
Monomial x Binomial Distributive property 2x(3x + 5) = 6x^2 + 10x
Binomial x Binomial Multiply every term of each (x + 2)(x + 3) = x^2 + 5x + 6
Any expression x 0 Always zero 0(3x + 5) = 0

Mind Map

flowchart TD A["Algebraic Expressions"] --> B["Terms and Factors"] B --> B1["Coefficient and constant"] B --> B2["Like and unlike terms"] A --> C["Types"] C --> C1["Monomial, binomial, trinomial, polynomial"] A --> D["Value of Expression"] D --> D1["Substitute and simplify"] A --> E["Addition and Subtraction"] E --> E1["Combine like terms"] E --> E2["Change signs while subtracting"] A --> F["Multiplication"] F --> F1["Monomial x monomial"] F --> F2["Monomial x binomial: distribute"] F --> F3["Binomial x binomial: FOIL"]

Important Diagrams (SVG)

Diagram 1: Parts of an Expression

Parts of the Expression 4x^2 + 3x - 7 4x^2 + 3x - 7 Term 1: 4x^2 Term 2: 3x Term 3: -7 Coefficient of x^2 is 4, coefficient of x is 3 -7 is a constant term. Terms are separated by plus and minus signs. Like terms have the same variable part: 3x and 5x Unlike terms like 4x and 4y cannot be combined. Golden Rule: Combine only like terms by adding or subtracting their coefficients; keep the variable part unchanged.

Diagram 2: Multiplying Two Binomials

Multiply (x + 2)(x + 3) First terms x x x = x^2 Outer terms x x 3 = 3x Inner terms 2 x x = 2x Last terms 2 x 3 = 6 x^2 + 3x + 2x + 6 = x^2 + 5x + 6 Combine the like terms 3x and 2x to get 5x. Golden Rule: Multiply each term of the first binomial with every term of the second, then combine like terms in the final answer.

Common Mistakes

  1. Combining unlike terms. Writing 4x + 5y = 9xy or 3x + 3x^2 = 6x^2 is wrong; only like terms with the same variable part can be added.
  2. Forgetting the sign change when subtracting expressions. In (5x - 3) - (2x + 1), the second bracket becomes -2x - 1, not -2x + 1.
  3. Confusing coefficients with variables. The coefficient of x in 4x is 4, not x, and in -x the coefficient is -1.
  4. Making sign errors in multiplication. (2a - 1)(a - 4) requires careful handling: 2a x (-4) = -8a and (-1) x (-4) = +4.
  5. Multiplying variable parts wrongly, for example writing x^2 x x^2 = x^4 incorrectly by adding instead of using exponents: x^2 x x^2 = x^4 actually is correct, but x x x^3 must give x^4, not x^3.
  6. Forgetting to multiply all terms in a monomial x binomial product; for example 2x(3x + 5) = 6x^2 + 10x, not just 6x^2.
  7. Substituting values incorrectly and ignoring the order of operations, for example evaluating x^2 + 2x when x = 3 as 3^2 + 2 x 3 = 9 + 6 = 15, but forgetting brackets gives wrong results.
  8. Dropping the constant term or a zero coefficient when simplifying, changing the value of the expression.

Exam Tips

  1. Identify like terms first by their variable part, then combine them by adding coefficients only.
  2. When subtracting an expression, immediately rewrite it as the addition of the additive inverse by flipping all signs inside the bracket.
  3. Use the FOIL order (First, Outer, Inner, Last) to multiply two binomials without missing any term.
  4. When evaluating an expression, substitute the value inside brackets wherever the variable appears, then apply the order of operations.
  5. Check your answer by testing with a small number, for example evaluating both the original and the simplified expression at x = 1.
  6. Write the final expression in descending powers of the variable, which is the standard presentation.
  7. Practise multiplying monomials with exponents, since 3x^2 x 2x^3 = 6x^5 type questions appear frequently.

Conclusion

Algebraic expressions bring variables, constants, coefficients and operations together into a general language for mathematics. Recognising terms, distinguishing like from unlike terms, evaluating expressions, and performing addition, subtraction and multiplication are the essential skills of this chapter. The distributive property unifies multiplication of monomials, binomials and trinomials, while the careful handling of signs prevents common errors. Algebraic expressions are the vocabulary of algebra: simple equations use them, and every higher topic, from factorisation to quadratic equations to coordinate geometry, builds directly on these foundations. Mastery here unlocks the rest of mathematics.


Extra Practice Problems

  1. Identify the terms, coefficients and constant in 3x^2 - 5x + 7.
  2. Find the value of 4x - 3 when x = 5.
  3. Find the value of x^2 - 2x + 1 when x = 3.
  4. Add: (4x + 3) + (2x + 5).
  5. Subtract: (5x^2 + 3x - 2) - (2x^2 + x + 1).
  6. Multiply: (4x)(3x).
  7. Multiply: 2x(3x + 5).
  8. Multiply: (x + 2)(x + 3).
  9. Multiply: (2a + 1)(a - 4).
  10. If a = 2 and b = 3, find the value of a^2 + 2ab + b^2.