1. Algebra Review

Rational Expressions

Simplify, multiply, divide, and solve equations involving rational expressions with attention to domain restrictions and simplification.

Rational Expressions

Hey students! 👋 Welcome to one of the most important topics you'll encounter on the SAT Math section - rational expressions! Think of these as fractions with variables that can look intimidating at first, but once you understand the patterns, they become your mathematical superpower. In this lesson, we'll master how to simplify, multiply, divide, and solve equations with rational expressions while paying special attention to domain restrictions. By the end, you'll confidently tackle any rational expression problem that comes your way! 🚀

Understanding Rational Expressions and Their Domains

A rational expression is simply a fraction where both the numerator and denominator contain polynomials. Just like regular fractions such as $\frac{3}{4}$, rational expressions follow similar rules, but we need to be extra careful about when they're undefined.

Let's start with a real-world example: Imagine you're calculating the average speed of a car trip. If you travel $d$ miles in $t$ hours, your average speed is $\frac{d}{t}$ miles per hour. But what happens when $t = 0$? You can't divide by zero - it's mathematically impossible! This same principle applies to rational expressions.

Consider the rational expression $\frac{x^2 + 3x + 2}{x - 5}$. This expression is defined for all real numbers except when the denominator equals zero. Setting $x - 5 = 0$, we find that $x = 5$ makes the expression undefined. Therefore, the domain is all real numbers except $x = 5$, which we write as $x \neq 5$.

For more complex expressions like $\frac{2x + 1}{x^2 - 9}$, we need to find when $x^2 - 9 = 0$. Factoring gives us $(x - 3)(x + 3) = 0$, so $x = 3$ or $x = -3$. The domain restrictions are $x \neq 3$ and $x \neq -3$.

Here's a crucial SAT tip: Always identify domain restrictions first! Even if they don't appear in your final answer, understanding them prevents mathematical errors and shows complete understanding of the problem.

Simplifying Rational Expressions

Simplifying rational expressions is like reducing fractions to their lowest terms, but with algebra involved. The key is factoring both the numerator and denominator, then canceling common factors.

Let's work through $\frac{x^2 + 5x + 6}{x^2 + 2x - 3}$. First, we factor:

  • Numerator: $x^2 + 5x + 6 = (x + 2)(x + 3)$
  • Denominator: $x^2 + 2x - 3 = (x + 3)(x - 1)$

So we have $\frac{(x + 2)(x + 3)}{(x + 3)(x - 1)}$. The factor $(x + 3)$ appears in both numerator and denominator, so we can cancel it: $\frac{x + 2}{x - 1}$.

Important note: Even though we canceled $(x + 3)$, the original restriction $x \neq -3$ still applies! The simplified form $\frac{x + 2}{x - 1}$ has the additional restriction $x \neq 1$.

Consider this real-world application: A company's profit per unit is given by $\frac{x^2 - 4}{x + 2}$ where $x$ represents units sold (in thousands). Factoring the numerator: $x^2 - 4 = (x - 2)(x + 2)$. This gives us $\frac{(x - 2)(x + 2)}{x + 2} = x - 2$ (for $x \neq -2$). This simplified expression makes it much easier to analyze profit trends!

Multiplying and Dividing Rational Expressions

Multiplying rational expressions follows the same rule as multiplying regular fractions: multiply numerators together and denominators together, then simplify.

For $\frac{x + 1}{x - 2} \cdot \frac{x^2 - 4}{x^2 + 3x + 2}$, let's factor everything first:

  • $x^2 - 4 = (x - 2)(x + 2)$
  • $x^2 + 3x + 2 = (x + 1)(x + 2)$

This gives us: $\frac{(x + 1)}{(x - 2)} \cdot \frac{(x - 2)(x + 2)}{(x + 1)(x + 2)}$

Multiplying: $\frac{(x + 1)(x - 2)(x + 2)}{(x - 2)(x + 1)(x + 2)} = 1$ (with restrictions $x \neq 2, -2, -1$)

Division is multiplication by the reciprocal. To divide $\frac{a}{b} ÷ \frac{c}{d}$, we calculate $\frac{a}{b} \cdot \frac{d}{c}$.

Let's try $\frac{x^2 - 1}{x + 3} ÷ \frac{x - 1}{x^2 + 6x + 9}$:

First, rewrite as multiplication: $\frac{x^2 - 1}{x + 3} \cdot \frac{x^2 + 6x + 9}{x - 1}$

Factor everything:

  • $x^2 - 1 = (x - 1)(x + 1)$
  • $x^2 + 6x + 9 = (x + 3)^2$

This becomes: $\frac{(x - 1)(x + 1)}{(x + 3)} \cdot \frac{(x + 3)^2}{(x - 1)} = \frac{(x + 1)(x + 3)}{1} = (x + 1)(x + 3)$

Solving Rational Equations

Solving equations with rational expressions requires clearing the fractions by multiplying both sides by the least common denominator (LCD).

Consider $\frac{2}{x - 1} + \frac{3}{x + 2} = \frac{5}{x^2 + x - 2}$.

First, factor the denominator on the right: $x^2 + x - 2 = (x - 1)(x + 2)$

The LCD is $(x - 1)(x + 2)$. Multiply every term by this LCD:

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

Simplifying: $2(x + 2) + 3(x - 1) = 5$

Expanding: $2x + 4 + 3x - 3 = 5$

Combining: $5x + 1 = 5$

Solving: $5x = 4$, so $x = \frac{4}{5}$

Always check your solution in the original equation and verify it doesn't violate domain restrictions!

Here's a practical example: If a pipe can fill a pool in $x$ hours and another pipe can fill it in $x + 3$ hours, and together they fill it in 2 hours, we get the equation $\frac{1}{x} + \frac{1}{x + 3} = \frac{1}{2}$. Solving this type of work rate problem is a common SAT application!

Conclusion

Mastering rational expressions opens doors to solving complex real-world problems involving rates, proportions, and relationships between variables. Remember the key steps: identify domain restrictions first, factor completely before simplifying, use proper multiplication and division rules, and always verify your solutions. These skills will serve you well not just on the SAT, but in advanced mathematics and practical problem-solving throughout your academic journey! 💪

Study Notes

• Rational Expression: A fraction where numerator and denominator are polynomials

• Domain Restrictions: Values that make the denominator zero; always identify these first

• Simplification Process: Factor numerator and denominator completely, then cancel common factors

• Multiplication Rule: $\frac{a}{b} \cdot \frac{c}{d} = \frac{ac}{bd}$, then simplify

• Division Rule: $\frac{a}{b} ÷ \frac{c}{d} = \frac{a}{b} \cdot \frac{d}{c}$

• Solving Rational Equations: Multiply all terms by the LCD to clear fractions

• Always verify solutions don't violate domain restrictions

• Common factoring patterns: $a^2 - b^2 = (a-b)(a+b)$, $x^2 + bx + c = (x + m)(x + n)$ where $mn = c$ and $m + n = b$

Practice Quiz

5 questions to test your understanding