This chapter covers the addition, subtraction, and multiplication of algebraic expressions, including monomials, binomials, and polynomials, teaching methods to simplify and combine them using distributive law and identification of like terms.
Algebraic expressions are combinations of numbers, variables, and operation symbols. Examples include:
x + 32y – 53x²4xy + 7To add algebraic expressions, you must combine like terms. Like terms are those that have the same variable raised to the same power.
For instance, to add 7x² – 4x + 5 and 9x – 10, you arrange them:
7x² - 4x + 5
+ 9x - 10
--------------
7x² + 5x - 5
-4x from the first expression adds to 9x from the second giving 5x.Subtracting an expression can also be seen as adding its additive inverse. For example, subtracting 5x² - 4y² + 6y - 3 from 7x² - 4xy + 8y² + 5x - 3y works as follows:
7x² - 4xy + 8y² + 5x - 3y
- (5x² - 4y² + 6y - 3)
------------------------------
2x² - 4xy + 12y² + 5x - 9y + 3
When multiplying algebraic expressions, the distributive property is crucial. For various situations like calculating the area or volume:
length × breadth(l + 5) and (b - 3), the area is given by (l + 5) × (b - 3), involving distributions across both dimensions.A monomial has just one term. When multiplying two monomials, simply multiply coefficients and add the exponents of like bases:
5x × 4x² = 20x³For many monomials, multiply them all together:
2x × 5y × 7z = 70xyzTo multiply a monomial by a polynomial (e.g., a binomial or trinomial), apply the distributive law:
3x × (5y + 2) = 15xy + 6xWhen multiplying polynomials:
Example: (a + b) × (c + d) expands to:
ac + ad + bc + bdSimilar operation applies:
(2a + 3) × (a² + b + c) results in:2a³ + 3a² + 2ab + 3b + 2ac + 3cOverall, mastering these operations is critical in algebra as they form the basis for more complex functions and equations.