Algebraic fraction facts for kids
An algebraic fraction is like a regular fraction, but instead of just numbers, it has algebraic expressions on the top and bottom. Think of it as a way to show division using algebra. For example, is an algebraic fraction.
A rational fraction is a special type of algebraic fraction. It has polynomials on both the top and bottom. A polynomial is an expression where variables (like `x`) only have whole number powers (like `x^2` or `x^3`), and there are no square roots of variables. The fraction is a rational fraction because both the top (`3x`) and the bottom (`x^2+2x-3`) are polynomials. However,
is not a rational fraction because the top has a square root of a variable.
Contents
How to Work with Algebraic Fractions
Working with algebraic fractions is similar to working with regular fractions. You can multiply them, divide them, add them, and subtract them.
Multiplying Algebraic Fractions
To multiply algebraic fractions, you multiply the tops (numerators) together and the bottoms (denominators) together. Often, you can simplify the fractions before or after multiplying by canceling out common parts.
Let's look at an example:
First, you can factor the expressions on the top and bottom:
- Failed to parse (Missing <code>texvc</code> executable. Please see math/README to configure.): x^2+9x+20 factors to Failed to parse (Missing <code>texvc</code> executable. Please see math/README to configure.): (x+4)(x+5)
- Failed to parse (Missing <code>texvc</code> executable. Please see math/README to configure.): x^2-4 factors to Failed to parse (Missing <code>texvc</code> executable. Please see math/README to configure.): (x+2)(x-2) (this is a difference of squares)
So the problem becomes: Failed to parse (Missing <code>texvc</code> executable. Please see math/README to configure.): = \frac{(x+4)(x+5)}{(x+2)(x-2)} \cdot \frac{x+2}{x+4}
Now, you can see that Failed to parse (Missing <code>texvc</code> executable. Please see math/README to configure.): (x+4) is on the top and bottom, and Failed to parse (Missing <code>texvc</code> executable. Please see math/README to configure.): (x+2) is also on the top and bottom. You can cancel these out:
After canceling, you are left with:
This is the simplified answer.
Dividing Algebraic Fractions
To divide algebraic fractions, you change the division problem into a multiplication problem. You do this by "flipping" the second fraction (finding its reciprocal) and then multiplying.
Here's how it works: Failed to parse (Missing <code>texvc</code> executable. Please see math/README to configure.): \frac{x^2+9x+20}{x^2-4} {\color{Green}\div} \frac{\color{Orange}x+2}{\color{Blue}x+4}
Flip the second fraction (Failed to parse (Missing <code>texvc</code> executable. Please see math/README to configure.): \frac{x+2}{x+4} becomes Failed to parse (Missing <code>texvc</code> executable. Please see math/README to configure.): \frac{x+4}{x+2} ) and change the division sign to multiplication: Failed to parse (Missing <code>texvc</code> executable. Please see math/README to configure.): = \frac{x^2+9x+20}{x^2-4} {\color{Green}\cdot} \frac{\color{Blue}x+4}{\color{Orange}x+2}
Now, this is a multiplication problem, just like the one we solved above. You would factor the expressions and cancel out common terms to simplify the answer.
See also
In Spanish: Fracción algebraica para niños