IV: Dealing with Rational Expressions

Back in Lecture Note I, we defined five fraction properties we can use when manipulating fractions. They are copied here for convenience:

Properties of Fractions
Suppose $a,b,c,d$ are real numbers.
  1. $\dfrac{a}{b}\cdot \dfrac{c}{d} = \dfrac{ac}{bd}$
  2. $\dfrac{a}{b}\div \dfrac{c}{d} = \dfrac{a}{b}\cdot \dfrac{d}{c}$
  3. $\dfrac{a}{c} + \dfrac{b}{c} = \dfrac{a + b}{c}$
  4. $\dfrac{a}{b} + \dfrac{c}{d} \ \ $ first find the LCD, then use property 3.
  5. $\dfrac{ac}{bc} = \dfrac{a}{b}$

We will now manipulate fractional expressions but ones that include variables.

Simplifying (property 5)


Property 5 says you can only cancel a factor within the context of the entire numerator/denominator.

To simplify, convert numerator/denominator to factors, then cancel.

Simplify the expression $\dfrac{x^2 - 1}{x^2 + x - 2}$.

Multiplying (property 1)


When multiplying, you should simplify first, then multiply.

Multiply and simplify: \[\dfrac{x^2 + 2x - 3}{x^2 + 8x + 16}\cdot \dfrac{3x + 12}{x - 1}\]
\begin{align} \dfrac{x^2 + 2x - 3}{x^2 + 8x + 16}\cdot \dfrac{3x + 12}{x - 1} &= \dfrac{(x+3)(x-1)}{(x+4)^2}\cdot \dfrac{3(x + 4)}{x - 1} && \text{new X method, GCF and } A^2 + 2AB + B^2 \\&= \dfrac{3(x+3)(x-1)(x+4)}{(x+4)^2(x-1)} && \text{Fraction Law 1} \\&= \dfrac{3(x+3)}{(x+4)} \end{align}

Dividing (property 2)


Divide and simplify: \[\dfrac{x-4}{x^2 - 4} \div \dfrac{x^2 - 3x - 4}{x^2 + 5x + 6}\]
\begin{align} \dfrac{x-4}{x^2 - 4} \div \dfrac{x^2 - 3x - 4}{x^2 + 5x + 6} &= \dfrac{x-4}{x^2 - 4} \cdot \dfrac{x^2 + 5x + 6}{x^2 - 3x - 4} && \text{Fraction Law 2} \\&= \dfrac{x-4}{(x-2)(x+2)} \cdot \dfrac{(x+2)(x+3)}{(x - 4)(x+1)} && A^2 - B^2 \text{ and new X method} \\&= \dfrac{(x-4)(x+2)(x+3)}{(x-2)(x+2)(x-4)(x+1)} && \text{Fraction Law 1} \\&= \dfrac{x+3}{(x-2)(x+1)} && \text{Fraction Law 5} \end{align}

Adding (property 3 + 4)


Adding fractions required you to find the LCD.

LCD requires factors.

You can group terms together with parentheses to create a factor.

Perform the indicated operation and simplify:

Compound Fractions


A compound fraction is a fraction nested within another fraction, for example \[\dfrac{\dfrac{x}{y} + 1}{1 - \dfrac{y}{x}}\] When you're asked to "simplify a compound fraction," this means getting rid of the nested fraction by removing the internal denominators.

Simplify the following:

The second problem will appear in calculus again! Take note of the $h$'s cancelling through fraction law #5.

Rationalizing


The rest of this lecture is recorded, available at this Youtube link.

Rationalizing means to remove square roots. There are two types of problems you will encounter: one factor or two term.

Rationalize the numerator: $\dfrac{\sqrt{4 + h} - 2}{h}$
Rationalize the denominator: $\dfrac{1}{\sqrt{x} + 1}$

Again, when you are asked to simplify a fractional expression, remember to simplify nested fractions!

Simplify: $\dfrac{\frac{1}{\sqrt{x}}}{x}$