Algebraic Simplification Techniques#
Simplifying Expressions Involving Fractions#
Adding or Subtracting Fractions
If the fractions have a common denominator, then they can be combined into a single fraction by adding or subtracting the numerators accordingly.
For example, \(\dfrac{2}{3} + \dfrac{5}{3} = \dfrac{7}{3}\).
If the fractions do not have a common denominator, then a common denominator can be formed by multiplying the denominators together.
For example, \(\dfrac{2}{3} - \dfrac{5}{7} = \dfrac{2\cdot 7- 3\cdot5}{3\cdot 7} = -\dfrac{1}{21}\).
Multiplying Fractions
To multiply two fractions, multiply the numerators and multiply the denominators of the two fractions.
For example, \(\dfrac{2}{3} \times \dfrac{5}{7} = \dfrac{2\cdot 5}{3\cdot 7} = \dfrac{10}{21}\).
Dividing Fractions
To divide two fractions, remember that division is the same as multiplication by the reciprocal. In other words, dividing by \(C/D\) is the same as multiplying by \(D/C\).
For example, \(\dfrac{2}{3} \div \dfrac{5}{7} = \dfrac{2}{3} \times \dfrac{7}{5} = \dfrac{14}{15}\).
Video Resource
Order of Operations (Links to an external site)
A review of how to evaluate expressions involving parentheses, exponents, multiplication, division, addition, and/or subtraction.
Video Resource
Understand Fractions in Minutes (Links to an external site)
A review of how to add, subtract, multiply and divide fractions.
Important
In the previous examples of combining fractions, only numerical values appeared in the numerators and denominators. However, the same formulas can be used to simplify expressions where the numerators and/or denominators contain functions.
Example 1#
Subtracting fractions with the same denominator
Rewrite \(\dfrac{x+1}{x+4} - \dfrac{3x-2}{x+4}\) as a single ratio.
Step 1: Subtract fractions with common denominator.
Since the ratios already have the same denominator, we need only apply the formula for subtracting fractions with a common denominator.
Step 2: Apply the formula from Step 1.
Apply the formula from Step 1 with \(A = x+1\), \(B=x+4\), and \(C = 3x-2\).
Note the use of parantheses around \(3x-2\). Since we are subtracting \(3x-2\), the parantheses are needed to make sure we distribute the minus sign to both terms of \(3x-2\), which we will do in the next step.
Step 3: Simplify the numerator.
Example 2#
Adding fractions with different denominators
Rewrite \(\dfrac{3}{x} + \dfrac{4}{x-5}\) as a single ratio.
Step 1: Apply formula for adding fractions with different denominators.
Since the ratios do not have the same denominator, we will apply the formula for adding fractions with different denominators.
Step 2: Apply the formula from Step 1.
Apply the formula from Step 1 with \(A = 3\), \(B=x\), \(C = 4\), and \(D = x-5\).
Step 3: Simplify the numerator.
Example 3#
Simplifying quotients of fractions
Simplify \( \cfrac{\left(\cfrac{3p}{\sqrt{180-6p}}\right)}{ \sqrt{180-6p}}. \)
Step 1: Recall formula for the quotient of fractions.
Step 2: Use formula from Step 1 to rewrite equation.
Step 3: Simplify the denominator.
Distributive Property of Multiplication#
Distributivity
The distributive property of multiplication can be used to rewrite a product (where at least one factor is a sum) as a sum.
For example, \(7(3+2) = 7\cdot 3 + 7\cdot 2\).
Important
In the above example of the distributive property of multiplication, only numerical values were used. However, the distributive property can also be used to expand products of functions.
Video Resource
Multiplying Polynomials (Links to an external site)
A review of how to use the distributive property to expand the product of polynomials.
Example 4#
Expanding a product of polynomials
Expand \(x^2(5x^3 + 7)\).
Step 1: Use distributivity to expand the given product.
Step 2: Simplify each term.
The FOIL Method#
F-O-I-L
The FOIL method is a way to remember how to apply the distributive property of multiplication when expanding the product of two binomial expressions. FOIL is an acronym for
First (i.e., multiply the first terms from each binomial)
Outer (i.e., multiply the first term from the first factor and the second term from the second factor)
Inner (i.e., multiply the second term from the first factor and the first term from the second factor)
Last (i.e., multiply the second terms of each binomial)
After expanding the product using the FOIL method, combine like terms, if possible.
Video Resource
The FOIL Method (Links to an external site)
A review of how to expand the product of two binomial expressions.
Example 5#
Applying the FOIL method
Expand \((x+2)(3x-5)\) using the FOIL method.
Step 1: Recall the formula for the FOIL method.
Step 2: Use the FOIL method to expand the expression.
Step 3: Combine like terms.
Squaring a Binomial#
Applying the FOIL Method to the Square of a Binomial
When applying the FOIL method to the square of a binomial (i.e., \((a+b)^2\) or \((a-b)^2\)), we arrive at the following formulas:
Video Resource
Squaring a Binomial (Links to an external site)
A review of how to square a binomial expression using the FOIL method or using the above formulas.
Example 6#
Expanding a binomial
Expand \((3x-5)^2\) by squaring the binomial.
Step 1: Apply the appropriate binomial formula.
Apply \((a - b)^2 = a^2 - 2ab + b^2\) with \(a=3x\) and \(b=5\).
Step 2: Simplify each term.
Example 7#
Expanding a product of a monomial and the square of a binomial
Expand \(3x^5(4+x)^2\).
Step 1: Apply the appropriate binomial formula.
Apply \((a + b)^2 = a^2 + 2ab + b^2\) with \(a=4\) and \(b=x\).