Solved Exercises on Simplifying Rational Expressions in Algebra 2

Master simplifying rational expressions: factoring, domain restrictions, cancellation rules, and advanced techniques through these 5 detailed exercises.

Solution: Exercises 1 to 3
1 Basic Factoring
Exercise 1
Simplify: \(\frac{x^2 - 9}{x^2 - 5x + 6}\)
Definition:

Rational expression: A fraction where both numerator and denominator are polynomials.

Simplification method:
  1. Factor both numerator and denominator completely
  2. Cancel out common factors
  3. State domain restrictions
Factor numerator
\(x^2 - 9 = (x+3)(x-3)\)
Factor denominator
\(x^2 - 5x + 6 = (x-2)(x-3)\)
Step 1: Factor the numerator

\(x^2 - 9\) is a difference of squares: \(a^2 - b^2 = (a+b)(a-b)\)

\(x^2 - 9 = x^2 - 3^2 = (x+3)(x-3)\)

Step 2: Factor the denominator

\(x^2 - 5x + 6\): Find two numbers that multiply to 6 and add to -5

Those numbers are -2 and -3: \((x-2)(x-3)\)

Step 3: Rewrite with factored forms

\(\frac{x^2 - 9}{x^2 - 5x + 6} = \frac{(x+3)(x-3)}{(x-2)(x-3)}\)

Step 4: Cancel common factors

Both numerator and denominator contain \((x-3)\), so cancel them:

\(\frac{(x+3)(x-3)}{(x-2)(x-3)} = \frac{x+3}{x-2}\)

\(\frac{x^2 - 9}{x^2 - 5x + 6} = \frac{x+3}{x-2}\), where \(x \neq 2, 3\)
Final answer:

\(\frac{x^2 - 9}{x^2 - 5x + 6} = \frac{x+3}{x-2}\), where \(x \neq 2, 3\)

Applied rules:

Difference of squares: \(a^2 - b^2 = (a+b)(a-b)\)

Factoring quadratics: Find two numbers that multiply to c and add to b

Cancellation: Only cancel factors that appear in both numerator and denominator

Domain restriction: Original expression undefined when denominator = 0

2 Complex Factoring
Exercise 2
Simplify: \(\frac{2x^2 - 8x + 6}{4x^2 - 16}\)
Definition:

GCF factoring: Always factor out the greatest common factor first before applying other factoring techniques.

Factor out GCF
Num: 2(x²-4x+3), Den: 4(x²-4)
Complete factoring
Num: 2(x-1)(x-3), Den: 4(x-2)(x+2)
Step 1: Factor out GCF from numerator

Numerator: \(2x^2 - 8x + 6 = 2(x^2 - 4x + 3)\)

Now factor \(x^2 - 4x + 3\): Find two numbers that multiply to 3 and add to -4

Those numbers are -1 and -3: \((x-1)(x-3)\)

So numerator = \(2(x-1)(x-3)\)

Step 2: Factor out GCF from denominator

Denominator: \(4x^2 - 16 = 4(x^2 - 4)\)

\(x^2 - 4\) is a difference of squares: \(x^2 - 2^2 = (x-2)(x+2)\)

So denominator = \(4(x-2)(x+2)\)

Step 3: Rewrite with factored forms

\(\frac{2x^2 - 8x + 6}{4x^2 - 16} = \frac{2(x-1)(x-3)}{4(x-2)(x+2)}\)

Step 4: Simplify coefficients and cancel common factors

\(\frac{2(x-1)(x-3)}{4(x-2)(x+2)} = \frac{2(x-1)(x-3)}{2 \cdot 2(x-2)(x+2)} = \frac{(x-1)(x-3)}{2(x-2)(x+2)}\)

\(\frac{2x^2 - 8x + 6}{4x^2 - 16} = \frac{(x-1)(x-3)}{2(x-2)(x+2)}\), where \(x \neq \pm 2\)
Final answer:

\(\frac{2x^2 - 8x + 6}{4x^2 - 16} = \frac{(x-1)(x-3)}{2(x-2)(x+2)}\), where \(x \neq \pm 2\)

Applied rules:

GCF first: Always factor out the greatest common factor initially

Order matters: Factor completely before attempting to cancel

Coefficient reduction: Simplify numerical coefficients separately

Domain restriction: Identify all values that make denominator zero

3 Special Factoring Patterns
Exercise 3
Simplify: \(\frac{x^3 - 8}{x^2 - 4x + 4}\)
Definition:

Special factoring patterns: Sum/difference of cubes, perfect square trinomials, and other recognizable forms.

Numerator pattern
Difference of cubes: x³ - 2³
Denominator pattern
Perfect square: (x-2)²
Step 1: Factor numerator using difference of cubes

\(x^3 - 8 = x^3 - 2^3\)

Formula: \(a^3 - b^3 = (a-b)(a^2 + ab + b^2)\)

So \(x^3 - 2^3 = (x-2)(x^2 + 2x + 4)\)

Step 2: Factor denominator as perfect square trinomial

\(x^2 - 4x + 4\): This fits the pattern \(a^2 - 2ab + b^2 = (a-b)^2\)

Here, \(a = x\) and \(b = 2\), so \(x^2 - 4x + 4 = (x-2)^2\)

Step 3: Rewrite with factored forms

\(\frac{x^3 - 8}{x^2 - 4x + 4} = \frac{(x-2)(x^2 + 2x + 4)}{(x-2)^2}\)

Step 4: Cancel common factors

We have one \((x-2)\) in the numerator and two \((x-2)\) in the denominator

\(\frac{(x-2)(x^2 + 2x + 4)}{(x-2)^2} = \frac{x^2 + 2x + 4}{x-2}\)

\(\frac{x^3 - 8}{x^2 - 4x + 4} = \frac{x^2 + 2x + 4}{x-2}\), where \(x \neq 2\)
Final answer:

\(\frac{x^3 - 8}{x^2 - 4x + 4} = \frac{x^2 + 2x + 4}{x-2}\), where \(x \neq 2\)

Applied rules:

Difference of cubes: \(a^3 - b^3 = (a-b)(a^2 + ab + b^2)\)

Perfect square trinomial: \(a^2 - 2ab + b^2 = (a-b)^2\)

Pattern recognition: Memorize special factoring formulas

Cancellation: Cancel only identical factors in numerator and denominator

Key Concepts: Definitions, Rules, and Methods
\(\frac{P(x)}{Q(x)}\) where \(P(x), Q(x) \text{ are polynomials and } Q(x) \neq 0\)
Rational Expression Definition
Key definitions:

Rational Expression: A ratio of two polynomials where the denominator is not zero.

Domain: The set of all real numbers for which the expression is defined (denominator ≠ 0).

Simplified Form: When the numerator and denominator have no common factors other than constants.

Equivalent Expressions: Two expressions that yield the same value for all values in their common domain.

Simplification methodology:
  1. Factor completely: Factor both numerator and denominator fully
  2. Identify common factors: Look for identical factors in numerator and denominator
  3. Cancel common factors: Remove identical factors (but note domain restrictions)
  4. State domain restrictions: Identify values that make original denominator zero
Tip 1: Always factor out the GCF first before applying other factoring techniques.
Tip 2: Never cancel terms within polynomials; only cancel entire factors.
Tip 3: Always state domain restrictions even after simplification.
Tip 4: Check your work by substituting a value that's in the domain.
Common errors: Canceling terms instead of factors, forgetting domain restrictions, incomplete factoring.
Exam preparation: Memorize factoring patterns, practice domain identification, verify simplifications.
Essential rules to remember:

Factor first: Never attempt to simplify before factoring completely

Cancel factors only: You can only cancel entire polynomial factors

Preserve domain: State all values that make the original denominator zero

Check for GCF: Always factor out the greatest common factor initially

Recognize patterns: Know special factoring formulas (difference of squares, cubes, etc.)

\(a^2 - b^2 = (a+b)(a-b)\)
Difference of Squares
\(a^3 - b^3 = (a-b)(a^2 + ab + b^2)\)
Difference of Cubes
\(a^2 \pm 2ab + b^2 = (a \pm b)^2\)
Perfect Square Trinomial
Solution: Exercises 4 to 5
4 Quadratic Trinomial
Exercise 4
Simplify: \(\frac{x^2 + 7x + 12}{x^2 + 3x - 18}\)
Definition:

Quadratic trinomial factoring: For \(ax^2 + bx + c\), find two numbers that multiply to \(ac\) and add to \(b\).

Numerator
(x+3)(x+4)
Denominator
(x+6)(x-3)
Step 1: Factor the numerator \(x^2 + 7x + 12\)

We need two numbers that multiply to 12 and add to 7

Those numbers are 3 and 4: \((x+3)(x+4)\)

Step 2: Factor the denominator \(x^2 + 3x - 18\)

We need two numbers that multiply to -18 and add to 3

Those numbers are 6 and -3: \((x+6)(x-3)\)

Step 3: Rewrite with factored forms

\(\frac{x^2 + 7x + 12}{x^2 + 3x - 18} = \frac{(x+3)(x+4)}{(x+6)(x-3)}\)

Step 4: Check for common factors

Numerator: \((x+3)(x+4)\)

Denominator: \((x+6)(x-3)\)

There are no common factors to cancel

Step 5: State domain restrictions

The original denominator equals zero when \(x = -6\) or \(x = 3\)

These values must be excluded from the domain

\(\frac{x^2 + 7x + 12}{x^2 + 3x - 18} = \frac{(x+3)(x+4)}{(x+6)(x-3)}\), where \(x \neq -6, 3\)
Final answer:

\(\frac{x^2 + 7x + 12}{x^2 + 3x - 18} = \frac{(x+3)(x+4)}{(x+6)(x-3)}\), where \(x \neq -6, 3\)

Applied rules:

Trinomial factoring: Find two numbers that multiply to c and add to b

No cancellation: If no common factors exist, the expression is in simplest form

Domain preservation: Always state restrictions from original expression

5 Advanced Simplification
Exercise 5
Simplify: \(\frac{x^4 - 16}{x^3 + 8}\)
Definition:

Higher-degree polynomial factoring: Apply multiple factoring techniques including recognizing special patterns.

Numerator
Diff. of squares: (x²+4)(x²-4)
Continue factoring
(x²+4)(x+2)(x-2)
Denominator
Sum of cubes: (x+2)(x²-2x+4)
Step 1: Factor numerator using difference of squares

\(x^4 - 16 = (x^2)^2 - 4^2 = (x^2 + 4)(x^2 - 4)\)

Notice that \(x^2 - 4\) is also a difference of squares: \(x^2 - 2^2 = (x+2)(x-2)\)

So numerator = \((x^2 + 4)(x+2)(x-2)\)

Step 2: Factor denominator using sum of cubes

\(x^3 + 8 = x^3 + 2^3\)

Formula: \(a^3 + b^3 = (a+b)(a^2 - ab + b^2)\)

So \(x^3 + 2^3 = (x+2)(x^2 - 2x + 4)\)

Step 3: Rewrite with factored forms

\(\frac{x^4 - 16}{x^3 + 8} = \frac{(x^2 + 4)(x+2)(x-2)}{(x+2)(x^2 - 2x + 4)}\)

Step 4: Cancel common factors

Both numerator and denominator contain \((x+2)\), so cancel them:

\(\frac{(x^2 + 4)(x+2)(x-2)}{(x+2)(x^2 - 2x + 4)} = \frac{(x^2 + 4)(x-2)}{x^2 - 2x + 4}\)

Step 5: Verify no further cancellation is possible

The remaining factors \((x^2 + 4)\), \((x-2)\), and \((x^2 - 2x + 4)\) share no common factors

\(\frac{x^4 - 16}{x^3 + 8} = \frac{(x^2 + 4)(x-2)}{x^2 - 2x + 4}\), where \(x \neq -2\)
Final answer:

\(\frac{x^4 - 16}{x^3 + 8} = \frac{(x^2 + 4)(x-2)}{x^2 - 2x + 4}\), where \(x \neq -2\)

Applied rules:

Chain factoring: Apply factoring techniques sequentially

Sum of cubes: \(a^3 + b^3 = (a+b)(a^2 - ab + b^2)\)

Complex patterns: Recognize that some expressions may factor multiple times

Simplifying Rational Expressions: Complete Guide
\(\frac{P(x)}{Q(x)} = \frac{\text{factored numerator}}{\text{factored denominator}}\)
Fundamental Simplification Approach
Key definitions:

Rational Expression: A fraction where both numerator and denominator are polynomials.

Simplified Form: When the numerator and denominator share no common polynomial factors.

Domain Restriction: Values of x that make the denominator zero must be excluded.

Equivalent Expressions: Expressions that have the same value for all x in their common domain.

Complete methodology:
  1. Factor completely: Factor both numerator and denominator into irreducible polynomials
  2. Identify common factors: Look for identical polynomial factors in both numerator and denominator
  3. Cancel common factors: Remove identical factors (keeping track of domain restrictions)
  4. State domain restrictions: Identify values that made the original denominator zero
  5. Verify: Check that no further factoring or cancellation is possible
Tip 1: Always factor out the GCF first before applying other factoring techniques.
Tip 2: Remember that you can only cancel entire polynomial factors, not individual terms.
Tip 3: For quadratic expressions, use the AC method or trial-and-error factoring.
Tip 4: Always state domain restrictions even after simplification.
Common errors: Canceling terms instead of factors, forgetting domain restrictions, incomplete factoring.
Exam preparation: Memorize factoring patterns, practice domain identification, verify simplifications.
Essential formulas and rules:

Difference of squares: \(a^2 - b^2 = (a+b)(a-b)\)

Sum of cubes: \(a^3 + b^3 = (a+b)(a^2 - ab + b^2)\)

Difference of cubes: \(a^3 - b^3 = (a-b)(a^2 + ab + b^2)\)

Perfect square trinomial: \(a^2 \pm 2ab + b^2 = (a \pm b)^2\)

Domain preservation: State restrictions from original expression

\(a^2 - b^2 = (a+b)(a-b)\)
Difference of Squares
\(a^3 \pm b^3 = (a \pm b)(a^2 \mp ab + b^2)\)
Sum/Difference of Cubes
\(a^2 \pm 2ab + b^2 = (a \pm b)^2\)
Perfect Square Trinomial
Common factoring patterns:

GCF: Always factor out the greatest common factor first

Grouping: For 4-term polynomials, group pairs and factor out common terms

Quadratic trinomials: Find two numbers that multiply to c and add to b

Higher degree: May require multiple rounds of factoring

Verification techniques:
  1. Substitution: Plug in a value (not in the restricted domain) to both original and simplified forms
  2. Domain check: Verify that excluded values are properly identified
  3. Factor check: Ensure all possible factoring has been performed
Key note: The simplified form and original form are equivalent everywhere except at excluded values.
Key note: If no common factors exist, the rational expression is already in simplest form.

Questions & Answers

Question: I keep getting confused about when I can cancel terms in rational expressions. Can you explain the rule clearly?

Answer: The key rule is: You can only cancel entire FACTORS, not individual TERMS.

  • FACTOR: Something that is multiplied, like \((x+2)\) or \((x-3)\)
  • TERM: Something that is added or subtracted, like \(x^2\) or \(3x\)

Example: In \(\frac{(x+2)(x-1)}{(x+2)(x+5)}\), you can cancel the factor \((x+2)\) because it appears in both numerator and denominator.

But in \(\frac{x^2 + 2x}{x + 2}\), you CANNOT cancel just the \(x\) terms because they are not factors of the entire numerator and denominator. You must first factor: \(\frac{x(x+2)}{x+2} = x\), where \(x \neq -2\).

Always factor completely before attempting to cancel anything.

Question: Why do I need to worry about domain restrictions after simplifying? Isn't the simplified form equivalent?

Answer: While the simplified form is algebraically equivalent to the original expression, they have different domains.

Consider \(\frac{x^2-4}{x-2}\). This equals \(\frac{(x+2)(x-2)}{x-2} = x+2\) after cancelling the \((x-2)\) factors.

  • The original expression is undefined when \(x = 2\) (division by zero)
  • The simplified expression \(x+2\) is defined for all real numbers

So while the expressions are equal for all \(x \neq 2\), we must preserve the domain restriction from the original expression. The complete answer is: \(\frac{x^2-4}{x-2} = x+2\), where \(x \neq 2\).

This ensures that both expressions have the same domain and are truly equivalent.

Question: How do I know if I've factored completely? What if I miss a factorization opportunity?

Answer: To ensure complete factorization, follow this systematic approach:

  1. Factor out GCF first: Always remove the greatest common factor from all terms
  2. Look for special patterns: Difference of squares, sum/difference of cubes, perfect square trinomials
  3. Factor quadratics: Use AC method or trial-and-error for trinomials
  4. Try grouping: For 4-term polynomials, group pairs and factor out common terms
  5. Repeat: Continue factoring each factor until all factors are prime (irreducible)

A polynomial is considered completely factored when none of its factors can be factored further using real coefficients. For example, \(x^2 + 4\) cannot be factored further using real numbers.

To verify completeness, check that no common factors remain between numerator and denominator after factoring.