Rational Numbers#
Integers Revision#
Theory#
Before we dive into rational numbers, let’s take a moment to review integers and why we need to expand our number system even further. Here’s why this matters: while integers gave us the ability to subtract any two whole numbers, they still can’t handle all division problems.
When we divide integers, we often get results that aren’t integers themselves:
This limitation is exactly what led mathematicians to develop rational numbers - a brilliant solution that allows us to express any division result precisely!
Key Integer Properties We’ll Build Upon:
• Closure under multiplication: \(a \times b \in \mathbb{Z}\) for all integers \(a, b\) • Distributive property: \(a(b + c) = ab + ac\) • Commutative property: \(a + b = b + a\) and \(a \times b = b \times a\) • Associative property: \((a + b) + c = a + (b + c)\) and \((a \times b) \times c = a \times (b \times c)\)
Notice how these properties will help us understand fraction operations later!
Application#
Examples#
Example 1: When Integer Division Works Perfectly#
Let’s explore cases where division stays within integers:
These examples show that integers are sometimes sufficient for division, but what about when they’re not?
Example 2: The Need for Rational Numbers#
Here’s a typical problem that shows why we need fractions:
But this doesn’t tell us the complete story! The exact answer is:
Interactive Visualization: From Integers to Fractions#
Multiple Choice Questions#
Rational Numbers#
Theory#
Let’s explore the ingenious solution to our division problem: rational numbers! A rational number is any number that can be expressed as a fraction of two integers, where the denominator isn’t zero.
The Set of Rational Numbers:
Here’s why this definition is so powerful: it allows us to represent any division result exactly, not just as an approximation!
Understanding Fraction Terminology:
Parts of a Fraction: • Numerator (top): The dividend - what’s being divided • Denominator (bottom): The divisor - what we’re dividing by • Fraction bar: Represents the division operation
Types of Fractions:
Proper Fractions: When the numerator is smaller than the denominator
Improper Fractions: When the numerator is greater than or equal to the denominator
Mixed Numbers: A whole number combined with a proper fraction
Equivalent Fractions - The Key to Understanding Rational Numbers:
Here’s a crucial insight: many different fractions represent the same rational number!
For example: $\(\frac{1}{2} = \frac{2}{4} = \frac{3}{6} = \frac{4}{8} = \frac{50}{100}\)$
This is why we often simplify fractions to their lowest terms by dividing both numerator and denominator by their greatest common divisor (GCD).
Fundamental Properties of Rational Numbers:
Density Property: Between any two rational numbers, there’s always another rational number
Closure Properties: Rational numbers are closed under all four basic operations (except division by zero)
• Addition: \(\frac{a}{b} + \frac{c}{d} = \frac{ad + bc}{bd}\) • Subtraction: \(\frac{a}{b} - \frac{c}{d} = \frac{ad - bc}{bd}\) • Multiplication: \(\frac{a}{b} \times \frac{c}{d} = \frac{ac}{bd}\) • Division: \(\frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \times \frac{d}{c} = \frac{ad}{bc}\) (when \(c \neq 0\))
Relationship to Other Number Systems:
Notice how rational numbers include all our previous number systems: • Every natural number \(n\) is rational: \(n = \frac{n}{1}\) • Every integer \(m\) is rational: \(m = \frac{m}{1}\) • This means: \(\mathbb{N} \subset \mathbb{Z} \subset \mathbb{Q}\)
Decimal Representations:
It’s worth taking a moment to appreciate that every rational number has a decimal representation that either: • Terminates: \(\frac{3}{4} = 0.75\) • Repeats: \(\frac{1}{3} = 0.333...\) or \(\frac{2}{7} = 0.285714285714...\)
This property distinguishes rational numbers from irrational numbers!
Interactive Visualization: Rational Numbers on the Number Line#
Application#
Examples#
Example 1: Simplifying Fractions#
Let’s work through simplifying \(\frac{48}{72}\). This might look complex at first, but we’ll break it down systematically.
Method 1: Finding the GCD
Here’s how we approach this using prime factorization:
Method 2: Step-by-Step Simplification
Notice what happens when we divide by common factors one at a time:
Example 2: Adding Fractions with Different Denominators#
Let’s add \(\frac{3}{8} + \frac{5}{12}\). The key insight here is finding a common denominator.
Finding the Least Common Denominator (LCD):
Converting to Common Denominator:
Adding the Fractions:
Example 3: Converting Mixed Numbers#
A recipe calls for \(3\frac{2}{5}\) cups of flour. Convert this to an improper fraction.
Here’s a helpful way to think about this conversion:
Quick Method: \((3 \times 5) + 2 = 17\), so \(3\frac{2}{5} = \frac{17}{5}\)
Multiple Choice Questions#
Sector Specific Questions: Rational Numbers Applications#
Key Takeaways#
Important
Rational numbers (\(\mathbb{Q}\)) are numbers that can be expressed as \(\frac{a}{b}\) where \(a, b \in \mathbb{Z}\) and \(b \neq 0\)
Every integer is rational: Any integer \(n\) can be written as \(\frac{n}{1}\)
Equivalent fractions represent the same value: \(\frac{2}{3} = \frac{4}{6} = \frac{6}{9}\)
Simplification means dividing numerator and denominator by their GCD
Operations require common denominators for addition and subtraction
Multiplication is straightforward: Multiply numerators and denominators separately
Division means multiply by the reciprocal: \(\frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \times \frac{d}{c}\)
Rational numbers are dense: Between any two rationals, there’s always another rational