Fraction - Advanced Theory and Extensions
Understand the equivalence relation for fractions, how fractions create fields in integral domains and polynomial rings, and key techniques such as partial‑fraction decomposition and rationalizing radicals.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz
Quick Practice
What is the condition for two fractions $\frac{a}{b}$ and $\frac{c}{d}$ to be equivalent?
1 of 14
Summary
Understanding Fractions: From Elementary Concepts to Abstract Algebra
Introduction
Fractions are one of the most fundamental objects in mathematics, appearing everywhere from basic arithmetic to advanced algebra. At their core, fractions represent parts of a whole, but their mathematical importance extends far beyond simple division. In this guide, we'll explore how fractions are defined rigorously, how they behave under various operations, and how they generalize to algebraic structures.
The key insight that makes fractions powerful is that different representations can mean the same thing—for example, $\frac{1}{2}$, $\frac{2}{4}$, and $\frac{3}{6}$ all represent the same quantity. Understanding this idea precisely is where we'll start.
Equivalence Relations and Rational Numbers
What Makes Two Fractions Equal?
In mathematics, we need a precise definition of when two fractions are considered "the same." This leads us to the concept of an equivalence relation.
Two fractions $\frac{a}{b}$ and $\frac{c}{d}$ are equivalent if and only if:
$$ad = bc$$
This formula captures the intuitive idea that $\frac{1}{2} = \frac{2}{4}$ because $1 \cdot 4 = 2 \cdot 2$. Notice that this definition doesn't require us to actually simplify the fractions—it's a pure algebraic relationship.
From Fractions to Rational Numbers
When we say two fractions are equivalent, we're really saying they represent the same rational number. A rational number is formally defined as an equivalence class of fractions—a collection of all fractions that represent the same value.
For practical purposes, we can represent each rational number uniquely by writing it in lowest terms: a fraction $\frac{a}{b}$ where $a$ and $b$ are coprime integers (their only common factor is 1) and $b > 0$. For instance, $\frac{6}{8}$ is equivalent to $\frac{3}{4}$, and $\frac{3}{4}$ is the lowest terms representation.
Why does this matter? By using equivalence classes, we can define arithmetic operations precisely, ensuring that $\frac{1}{2} + \frac{1}{4}$ gives the same result regardless of whether we think of it as $\frac{2}{4} + \frac{1}{4}$ or $\frac{1}{2} + \frac{1}{4}$.
Operations on Fractions
Addition and Subtraction
To add or subtract fractions, we use the following formulas:
Addition: $$\frac{a}{b} + \frac{c}{d} = \frac{ad + bc}{bd}$$
Subtraction: $$\frac{a}{b} - \frac{c}{d} = \frac{ad - bc}{bd}$$
These formulas work because they ensure the result is independent of which equivalent representations we started with. For example:
$\frac{1}{2} + \frac{1}{3} = \frac{1 \cdot 3 + 2 \cdot 1}{2 \cdot 3} = \frac{3 + 2}{6} = \frac{5}{6}$
$\frac{2}{4} + \frac{1}{3} = \frac{2 \cdot 3 + 4 \cdot 1}{4 \cdot 3} = \frac{6 + 4}{12} = \frac{10}{12} = \frac{5}{6}$
Notice that both approaches give the same answer (as they must).
Important note: The formula $\frac{a}{b} + \frac{c}{d} = \frac{ad + bc}{bd}$ works but doesn't always give the result in lowest terms. For example, $\frac{1}{2} + \frac{1}{2} = \frac{2}{4}$, which simplifies to $\frac{1}{1}$ or just $1$. You may need to reduce the final answer.
Algebraic Structures and Generalizations
The Integers and Rational Numbers
The integers (whole numbers) form what's called an integral domain—a mathematical structure where we can add, subtract, and multiply, and where there are no "zero divisors" (you can't multiply two nonzero numbers to get zero). However, the integers have a limitation: not every equation like $2x = 1$ has a solution within the integers.
The field of rational numbers is constructed from the integers to fix this problem. A field is an integral domain where you can also divide by any nonzero element. The rational numbers are quite literally the fractions $\frac{a}{b}$ where $a$ and $b$ are integers and $b \neq 0$. Mathematically, we say the rationals are the field of fractions of the integers.
Fractions in Polynomial Rings
This idea generalizes beautifully. Suppose we have an integral domain $R$ (any structure with addition, subtraction, and multiplication). We can construct its field of fractions by forming all quotients $\frac{a}{b}$ where $a, b \in R$ and $b \neq 0$.
A particularly important example: if $D$ is a field (like the real numbers), then polynomials in one variable with coefficients from $D$ form an integral domain $D[x]$. The field of fractions of $D[x]$ is called the field of rational functions (or rational fractions).
A rational fraction (or rational expression) is simply a quotient of two polynomials:
$$\frac{p(x)}{q(x)}$$
where $p(x)$ and $q(x)$ are polynomials and $q(x) \neq 0$.
For example, $\frac{x^2 + 3x + 2}{x - 1}$ is a rational fraction.
Types and Forms of Fractions
Algebraic Fractions
An algebraic fraction is any quotient of two algebraic expressions (expressions built from variables and constants using operations like addition, subtraction, multiplication, and exponentiation), as long as the denominator is not zero.
Examples include:
$\frac{x + 1}{x - 2}$ (rational fraction)
$\frac{\sqrt{x}}{x + 1}$ (contains a radical)
$\frac{1 + \frac{1}{x}}{x}$ (complex fraction, discussed below)
Rational Fractions
When both the numerator and denominator are polynomials, we have a rational fraction (also called a rational expression). These are special cases of algebraic fractions with nice properties—we can often factor them, simplify them, and perform calculus operations on them.
Lowest Terms
An algebraic fraction is in lowest terms when the numerator and denominator have no common factors except $1$ and $-1$.
To put a fraction in lowest terms:
Factor both numerator and denominator completely
Cancel all common factors
For example, $\frac{x^2 + 3x + 2}{x + 2}$ factors to $\frac{(x+1)(x+2)}{x+2}$, which simplifies to $x + 1$ (when $x \neq -2$).
Complex Fractions
A complex fraction is a fraction where the numerator, denominator, or both contain fractions themselves.
Example: $\frac{1 + \frac{1}{x}}{x - \frac{1}{x}}$
To simplify a complex fraction, multiply both numerator and denominator by the LCD (least common denominator) of all fractions within it. For the example above:
$$\frac{1 + \frac{1}{x}}{x - \frac{1}{x}} \cdot \frac{x}{x} = \frac{x + 1}{x^2 - 1} = \frac{x+1}{(x+1)(x-1)} = \frac{1}{x-1}$$ (when $x \neq -1$)
Partial Fraction Decomposition
Partial fraction decomposition is a technique for breaking a rational fraction into a sum of simpler fractions. This is useful for integration in calculus and for solving many algebraic problems.
For example, we can write: $$\frac{5}{(x+1)(x+2)} = \frac{A}{x+1} + \frac{B}{x+2}$$
To find $A$ and $B$, multiply both sides by $(x+1)(x+2)$: $$5 = A(x+2) + B(x+1)$$
Setting $x = -1$: $5 = A(1)$, so $A = 5$
Setting $x = -2$: $5 = B(-1)$, so $B = -5$
Therefore: $\frac{5}{(x+1)(x+2)} = \frac{5}{x+1} - \frac{5}{x+2}$
<extrainfo>
The general strategy for partial fraction decomposition depends on the form of the denominator:
Linear factors: For each factor $(x - a)$, include a term $\frac{A}{x-a}$
Repeated linear factors: For each factor $(x - a)^n$, include terms $\frac{A1}{x-a} + \frac{A2}{(x-a)^2} + \cdots + \frac{An}{(x-a)^n}$
Irreducible quadratic factors: For each factor $(ax^2 + bx + c)$, include a term $\frac{Ax+B}{ax^2+bx+c}$
</extrainfo>
Operations with Radical Expressions in Fractions
Rationalizing Denominators with Binomial Radicals
Sometimes a fraction has a denominator containing radicals (like $\sqrt{x}$ or $\sqrt[3]{y}$). The process of rationalizing the denominator means rewriting the fraction so the denominator has no radicals.
For a binomial radical denominator (a denominator like $a + \sqrt{b}$), multiply both numerator and denominator by the conjugate of the denominator.
The conjugate of $a + \sqrt{b}$ is $a - \sqrt{b}$, and vice versa.
Example:
$$\frac{1}{2 + \sqrt{3}} = \frac{1}{2 + \sqrt{3}} \cdot \frac{2 - \sqrt{3}}{2 - \sqrt{3}}$$
The denominator becomes: $$(2 + \sqrt{3})(2 - \sqrt{3}) = 4 - 2\sqrt{3} + 2\sqrt{3} - 3 = 4 - 3 = 1$$
So: $\frac{1}{2 + \sqrt{3}} = \frac{2 - \sqrt{3}}{1} = 2 - \sqrt{3}$
Why does this work? The product of conjugates $(a + b)(a - b) = a^2 - b^2$ always eliminates the radical terms. When $b = \sqrt{c}$, we get $(a + \sqrt{c})(a - \sqrt{c}) = a^2 - c$, which is rational.
Flashcards
What is the condition for two fractions $\frac{a}{b}$ and $\frac{c}{d}$ to be equivalent?
$ad = bc$
What is the formula for the addition of two fractions $\frac{a}{b} + \frac{c}{d}$?
$\frac{ad + bc}{bd}$
What is the formula for the subtraction of two fractions $\frac{a}{b} - \frac{c}{d}$?
$\frac{ad - bc}{bd}$
What are the requirements for the numerator $a$ and denominator $b$ in the standard representation of a fraction?
They must be coprime integers with $b > 0$.
What algebraic structure is formed by the set of all fractions of integers?
The field of rational numbers.
The rational numbers are the field of fractions for which integral domain?
The integers.
In an integral domain $R$, what elements constitute the field of fractions?
All quotients $\frac{a}{b}$ where $a, b \in R$ and $b \neq 0$.
What is the field of fractions of a polynomial ring $P$ called?
The field of rational functions (or rational fractions).
What defines a rational fraction in the context of polynomials?
It is a quotient of two polynomials.
What is the definition of an algebraic fraction?
The quotient of two algebraic expressions with a non-zero denominator.
When is an algebraic fraction considered to be in lowest terms?
When the only common factors of the numerator and denominator are $1$ and $-1$.
What characteristic defines a complex fraction?
The numerator or denominator (or both) contains a fraction.
What is the process of decomposing a rational fraction into a sum of simpler fractions called?
Partial fraction decomposition.
How do you rationalize a binomial radical denominator?
Multiply the numerator and denominator by the conjugate of the denominator.
Quiz
Fraction - Advanced Theory and Extensions Quiz Question 1: Under what condition are two fractions $\frac{a}{b}$ and $\frac{c}{d}$ considered equivalent?
- When $ad = bc$ (correct)
- When $a + d = b + c$
- When $a - c = b - d$
- When $ab = cd$
Fraction - Advanced Theory and Extensions Quiz Question 2: What must be true about the numerator $a$ and denominator $b$ in the standard representation of a fraction?
- They are coprime integers and $b>0$ (correct)
- Both are even numbers
- The numerator must be larger than the denominator
- The denominator must be a prime number
Under what condition are two fractions $\frac{a}{b}$ and $\frac{c}{d}$ considered equivalent?
1 of 2
Key Concepts
Fraction Concepts
Rational fraction (rational expression)
Complex fraction
Algebraic fraction
Lowest terms (reduced fraction)
Rationalizing the denominator
Mathematical Structures
Equivalence relation
Integral domain
Field of fractions
Fraction Operations
Rational function
Partial fraction decomposition
Definitions
Equivalence relation
A binary relation that is reflexive, symmetric, and transitive, used to define when two fractions represent the same rational number.
Integral domain
A commutative ring with unity and no zero divisors, forming the basis for constructing fields of fractions.
Field of fractions
The smallest field containing a given integral domain, consisting of all quotients of its elements with non‑zero denominators.
Rational function
A quotient of two polynomials over a field, forming the field of fractions of a polynomial ring.
Rational fraction (rational expression)
An algebraic fraction whose numerator and denominator are polynomials.
Complex fraction
A fraction in which the numerator, denominator, or both contain another fraction.
Partial fraction decomposition
The process of expressing a rational fraction as a sum of simpler fractions with linear or quadratic denominators.
Lowest terms (reduced fraction)
A fraction whose numerator and denominator share no common factors other than ±1.
Algebraic fraction
The quotient of two algebraic expressions, with a non‑zero denominator.
Rationalizing the denominator
Multiplying by a conjugate or appropriate factor to eliminate radicals from a fraction’s denominator.