Addition and Subtraction of Algebraic Expressions
To add or subtract algebraic expressions:
- Group like terms together
- Add or subtract the coefficients of like terms
- Keep unlike terms as they are
Example: \((3x^2 + 2x - 5) + (4x^2 - 3x + 7) = (3x^2 + 4x^2) + (2x - 3x) + (-5 + 7) = 7x^2 - x + 2\)
Multiplication of Algebraic Expressions
| Type | Rule | Example |
|---|---|---|
| Monomial × Monomial | Multiply coefficients, add exponents of like variables | \((3x^2)(4x^3) = 12x^{5}\) |
| Monomial × Polynomial | Distributive property: Multiply monomial by each term | \(2x(x + 3) = 2x^2 + 6x\) |
| Binomial × Binomial | FOIL method or distributive property | \((x + 2)(x + 3) = x^2 + 5x + 6\) |
| Polynomial × Polynomial | Multiply each term of first by each term of second | \((x + 1)(x^2 + 2x + 3) = x^3 + 3x^2 + 5x + 3\) |
Division of Algebraic Expressions
- Monomial ÷ Monomial: Divide coefficients, subtract exponents of like variables
- Example: \(\frac{15x^5}{3x^2} = 5x^{3}\)
- Polynomial ÷ Monomial: Divide each term by the monomial
- Example: \(\frac{6x^3 + 9x^2}{3x} = 2x^2 + 3x\)
- Polynomial ÷ Binomial: Use long division method
Simplification of Algebraic Expressions
Simplification means combining like terms, applying distributive property, and reducing to the simplest form without changing the value.
Factorization Basics
Factorization is the process of writing an expression as a product of its factors (the reverse of multiplication).
Methods of Factorization:
- Taking out common factors: \(4x^2 + 6x = 2x(2x + 3)\)
- Grouping: \(ax + ay + bx + by = a(x + y) + b(x + y) = (x + y)(a + b)\)
- Using identities: \(x^2 + 6x + 9 = (x + 3)^2\)