Google Play badge

algebraic expression


Contents:
 
Literal Numbers

In Algebra we use English or Greek Alphabets like a, b, x, y, β, Φ, ... to represent numbers. These letters are used to represent unknown quantities. Since letters represent numbers so they are called literal numbers. A literal number can assume any value hence we call it a variable. A number with a definite value is called a constant. 
 

Algebraic Expression

A combination of constants and literals(variables) connected by one or more arithmetic operations(addition, multiplication, subtraction, division) is called an Algebraic expression. One or more signs (+, −) break an algebraic expression into several parts. Each part with its sign is called a term of the algebraic expression. A term can be a constant like for example 4, a variable, for example, x, a product of a constant and variable, for example, 4x or a product of two or more variables, for example, xy, xy2.

Monomial: An algebraic expression that has only one term is called a monomial. Example: 7x, ab2, 8
Binomial: An algebraic expression that has two terms is called a binomial. Example: x2 + y2, x + 2
Trinomial: An algebraic expression that has three terms is called a trinomial. Example: x2 + y2 + z2, x +y +2
 

Coefficient

Each of the quantities(constant or literals) multiplied to form a product, is called a factor of the product and any factor in a product is called the coefficient of the product of the remaining factors. In the term, -11p2q of the expression 5p3 − 11p2q + 7,

Like and Unlike Terms

The terms of the algebraic expression having the same variable(s) and same exponent(s) of the variables are said to be like terms. Like term can differ only in coefficients.
2xy+ 3x + 4y + 5xy + 7y
The terms 2xy and 5xy are like terms. 4y and 7y are like terms.

Terms in the algebraic expression 2x + 3xy + 5y are all unlike.
 

Polynomial  

An algebraic expression in which the powers of the variables involved are non-negative integers is called a polynomial.

\(x^3+ x^2 + 2x + 1\) is a polynomial in one variable x. 
\(6x - \frac{4x}{y} + 2y + 3 \) is not a polynomial (notice that y in the second term has power -1)
 

Addition and Subtraction of Like Terms

To combine like terms by addition or subtraction, simply add or subtract the numerical coefficients of the given terms.
Example:
\(3x + 4x = (3+4) x = 7x \\ 7x - 5x = (7-5)x = 2x\)
 

Addition and Subtraction of Algebraic Expressions

To add algebraic expression, simply add theirs like terms. For convenience write the like term one below the other in the same column. Example:
Add -
\(3x^2 + 5x + 9xy + \;2y + 7y^2\)\(2x + 4xy + y\)\(x^2\; + 2x + 3xy + 6y + 3y^2\)


\(\;\;\;\;\;3x^2 + 5x + 9xy + \;2y + 7y^2 \\ \;\;\;\;\;\;\;0\;\;+ 2x + 4xy + \;\;y+ 0 \\ + \;\;\;\underline{x^2\; + 2x + 3xy + 6y + 3y^2} \\ \;\;\;\;4x^2 \;\;+ 9x +16xy+ 9y + 10y^2 \)  

For subtraction, flip the sign of each term of the expression that is being subtracted and then add up the two expression together. Example 
Subtract \(3x^2 + 5x + 7y^2\) from \(9x^2 + 7x + 5y + 10y^2\)

\(\;\;\;\;\;9x^2 + 7x + 5y + 10y^2 \\ \;\;\underline{-3x^2 - 5x \;\;\;\;\;\;\; \;- \;7y^2} \\ \;\;\;\;6x^2 \;\;+ 2x + 5y + 3y^2 \)

You can also add or subtract algebraic expressions using Grouping. Let's take the above example and subtract using Grouping:

\((9-3)x^2 + (7-5) x + 5y + (10 - 7)y^2 = 6x^2 + 2x + 5y + 3y^2\)

Multiplication of Algebraic Expressions

Multiplication of algebraic expression can be divided into three cases, let's discuss them separately:

Case I (Multiplication of Monomials): Multiply their numerical coefficients together and then the variables by adding the exponents of common variables, leaving the uncommon variables unchanged. Example: Find the product of 6bc and 5b = \( (6 × 5) (c)(b^{1+1}) = 30 cb^2\) 

Case II (Multiplication Polynomial by a Monomial): Multiply each term of the polynomial by the monomial. Example: Product of 3xy and x2+ 2xy + y2 is
\(3xy(x^2+ 2xy + y^2) = (3xy ⋅ x^2) + (3xy ⋅ 2xy) + (3xy ⋅ y^2) = 3x^3y + 6x^2y^2+3xy^3\) 

Case III (Multiplication of a Polynomial by Polynomial): Multiply each term of one polynomial by every term of the other and then combine the like terms to simplify the product. Example: Product of (2x + 3y) and ( x + y + 2) is
\((2x + 3y) ⋅ (x + y + 2) = 2x( x + y + 2) + 3y(x + y + 2) \\ 2x^2 + 2xy + 4x + 3yx + 3y^2 + 6y\\ 2x^2 + 5xy + 4x + 3y^2 + 6y\)

Division of Algebraic Expressions

Division of algebraic expression can be explained using below three cases.

Case I (Division of a Monomial by a Monomial): To divide a monomial by a monomial, find the quotients of their numerical coefficients and the quotients of the variables by subtracting the exponents of common variables.Example:
\(18m^6x ÷ 2m^4x^2 = \frac{18m^6x}{2m^4x^2} = \frac{9m^2}{x}\)

Case II (Division of Polynomial by Monomial): Divide each term of the polynomial by a monomial and then divide as given in the above case.Example:
\((20x^2 + 40xy + 25y^2) \div 5xy \)
\(= \frac{20x^2}{5xy} + \frac{40xy}{5xy} + \frac{25y^2}{5xy}\)
\(= \frac{4x}{y} + 8 + \frac{5y}{x} \)
\(= \frac{4x}{y} + 8 + \frac{5y}{x} \)

Case III (Division of a Polynomial by a Polynomial): This will be done by the long division method. Let us try to understand this using an example.
 \(8x^2 + 9x - 8 \div 8x + 1\)

Begin by dividing the first term of the dividend(8x2) with the first term of the divisor(8x) to find the first term of the quotient(x) and then you multiply the quotient term with the divisor and subtract.

Consider the remainder as the new dividend and estimate the next term of the quotient.

Quotient - x + 1, Remainder -  -9

Removal of Brackets and use of Order of Operations Rule

To simplify an algebraic expression containing brackets, remove the brackets in the order of :
round bracket or parentheses then curly bracket and then square bracket
Example:
\(7 - [ x -{2y - (6x + y + 7)} + 3x ] \\ 7 - [ x - {2y - 6x - y - 7} + 3x] \\ 7 - [-2x - 3y - 7] \\ 7 +2x + 3y + 7 \\ 2x +3 y+ 14 \\\)

Download Primer to continue