Rational expression: A fraction where both numerator and denominator are polynomials.
- Factor both numerator and denominator completely
- Cancel out common factors
- State domain restrictions
\(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)\)
\(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)\)
\(\frac{x^2 - 9}{x^2 - 5x + 6} = \frac{(x+3)(x-3)}{(x-2)(x-3)}\)
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\)
• 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
GCF factoring: Always factor out the greatest common factor first before applying other factoring techniques.
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)\)
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)\)
\(\frac{2x^2 - 8x + 6}{4x^2 - 16} = \frac{2(x-1)(x-3)}{4(x-2)(x+2)}\)
\(\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\)
• 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
Special factoring patterns: Sum/difference of cubes, perfect square trinomials, and other recognizable forms.
\(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)\)
\(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\)
\(\frac{x^3 - 8}{x^2 - 4x + 4} = \frac{(x-2)(x^2 + 2x + 4)}{(x-2)^2}\)
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\)
• 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
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.
- Factor completely: Factor both numerator and denominator fully
- Identify common factors: Look for identical factors in numerator and denominator
- Cancel common factors: Remove identical factors (but note domain restrictions)
- State domain restrictions: Identify values that make original denominator zero
• 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.)
Quadratic trinomial factoring: For \(ax^2 + bx + c\), find two numbers that multiply to \(ac\) and add to \(b\).
We need two numbers that multiply to 12 and add to 7
Those numbers are 3 and 4: \((x+3)(x+4)\)
We need two numbers that multiply to -18 and add to 3
Those numbers are 6 and -3: \((x+6)(x-3)\)
\(\frac{x^2 + 7x + 12}{x^2 + 3x - 18} = \frac{(x+3)(x+4)}{(x+6)(x-3)}\)
Numerator: \((x+3)(x+4)\)
Denominator: \((x+6)(x-3)\)
There are no common factors to cancel
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\)
• 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
Higher-degree polynomial factoring: Apply multiple factoring techniques including recognizing special patterns.
\(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)\)
\(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)\)
\(\frac{x^4 - 16}{x^3 + 8} = \frac{(x^2 + 4)(x+2)(x-2)}{(x+2)(x^2 - 2x + 4)}\)
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}\)
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\)
• 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
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.
- Factor completely: Factor both numerator and denominator into irreducible polynomials
- Identify common factors: Look for identical polynomial factors in both numerator and denominator
- Cancel common factors: Remove identical factors (keeping track of domain restrictions)
- State domain restrictions: Identify values that made the original denominator zero
- Verify: Check that no further factoring or cancellation is possible
• 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
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
- Substitution: Plug in a value (not in the restricted domain) to both original and simplified forms
- Domain check: Verify that excluded values are properly identified
- Factor check: Ensure all possible factoring has been performed