👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Number System
Study mode

Rational numbers

Introduction to the Number System and Rational Numbers

Numbers are the foundation of mathematics and appear in many forms. To understand rational numbers fully, it's important to see where they fit within the broader number system. The number system is like a family tree of numbers, starting from the simplest and moving to more complex types.

Let's start from the basics:

  • Natural Numbers: These are the counting numbers starting from 1, 2, 3, and so on. They are used when you count objects like apples or books.
  • Whole Numbers: These include all natural numbers and also zero (0, 1, 2, 3, ...).
  • Integers: These extend whole numbers to include negative numbers (..., -3, -2, -1, 0, 1, 2, 3, ...).
  • Rational Numbers: These are numbers that can be expressed as a ratio (or fraction) of two integers, where the denominator is not zero.
  • Real Numbers: This is the broadest category that includes all rational numbers as well as irrational numbers (numbers that cannot be expressed as a fraction, like \(\sqrt{2}\) or \(\pi\)).

Rational numbers are important because they include fractions and decimals that we encounter in everyday life - like money, measurements, and probabilities. Understanding rational numbers helps us work with parts of a whole, compare quantities, and solve many practical problems.

Definition and Properties of Rational Numbers

A rational number is any number that can be written in the form:

\[ \frac{a}{b} \] where \(a\) and \(b\) are integers and \(b eq 0\).

Here, \(a\) is called the numerator and \(b\) the denominator. For example, \(\frac{3}{4}\), \(-\frac{7}{2}\), and \(\frac{0}{5}\) are all rational numbers.

Rational numbers can also be represented as decimals. These decimals either:

  • Terminate (end after a finite number of digits), e.g., 0.75 = \(\frac{3}{4}\)
  • Repeat a pattern indefinitely, e.g., 0.333... = \(\frac{1}{3}\)

Some key properties of rational numbers are:

  • Closure: Rational numbers are closed under addition, subtraction, multiplication, and division (except division by zero). This means performing these operations on rational numbers always results in another rational number.
  • Commutative Property: Addition and multiplication of rational numbers are commutative; order does not change the result.
  • Associative Property: Grouping of rational numbers in addition or multiplication does not affect the result.
  • Existence of Additive Inverse: For every rational number \(\frac{a}{b}\), there exists \(-\frac{a}{b}\) such that their sum is zero.
Real Numbers Rational Numbers Integers Whole Numbers Natural Numbers

Representation of Rational Numbers on the Number Line

The number line is a visual tool that helps us understand where numbers lie relative to each other. Every rational number corresponds to a unique point on the number line.

To represent a rational number like \(\frac{1}{2}\), we divide the segment between 0 and 1 into 2 equal parts and mark the first part. For negative rational numbers, we move to the left of zero.

Let's look at some examples on a number line:

0 1/2 0.75 1.25 -3/4 -1.25

Notice how positive rational numbers lie to the right of zero and negative ones to the left. This helps us compare their sizes visually.

Operations on Rational Numbers

We can perform the four basic arithmetic operations on rational numbers: addition, subtraction, multiplication, and division. Let's understand the step-by-step process for each.

graph TD    A[Start with two rational numbers] --> B{Operation?}    B --> C[Addition]    B --> D[Subtraction]    B --> E[Multiplication]    B --> F[Division]    C --> G[Find common denominator]    G --> H[Add numerators]    H --> I[Simplify fraction]    D --> J[Find common denominator]    J --> K[Subtract numerators]    K --> I    E --> L[Multiply numerators]    L --> M[Multiply denominators]    M --> I    F --> N[Find reciprocal of divisor]    N --> O[Multiply numerators]    O --> P[Multiply denominators]    P --> I

Each operation follows a logical sequence to ensure the result is a rational number, often simplified to its lowest terms.

Formula Bank

Addition of Rational Numbers
\[ \frac{a}{b} + \frac{c}{d} = \frac{ad + bc}{bd} \]
where: \(a, c\) = numerators; \(b, d\) = denominators (\(b eq 0, d eq 0\))
Subtraction of Rational Numbers
\[ \frac{a}{b} - \frac{c}{d} = \frac{ad - bc}{bd} \]
where: \(a, c\) = numerators; \(b, d\) = denominators (\(b eq 0, d eq 0\))
Multiplication of Rational Numbers
\[ \frac{a}{b} \times \frac{c}{d} = \frac{ac}{bd} \]
where: \(a, c\) = numerators; \(b, d\) = denominators (\(b eq 0, d eq 0\))
Division of Rational Numbers
\[ \frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \times \frac{d}{c} = \frac{ad}{bc} \]
where: \(a, c\) = numerators; \(b, d\) = denominators (\(b eq 0, c eq 0, d eq 0\))
Conversion of Repeating Decimal to Fraction
\[ x = \text{repeating decimal} \Rightarrow \text{fraction} = \frac{\text{non-repeating part} \times (10^{n} - 1) + \text{repeating part}}{10^{n}(10^{m} - 1)} \]
where: \(n\) = digits in non-repeating part, \(m\) = digits in repeating part

Worked Examples

Example 1: Adding \(\frac{2}{3}\) and \(\frac{3}{4}\) Easy
Add the two rational numbers \(\frac{2}{3}\) and \(\frac{3}{4}\).

Step 1: Find the least common denominator (LCD) of 3 and 4, which is 12.

Step 2: Convert each fraction to have denominator 12:

\(\frac{2}{3} = \frac{2 \times 4}{3 \times 4} = \frac{8}{12}\)

\(\frac{3}{4} = \frac{3 \times 3}{4 \times 3} = \frac{9}{12}\)

Step 3: Add the numerators:

\(8 + 9 = 17\)

Step 4: Write the sum as a fraction:

\(\frac{17}{12}\)

Answer: \(\frac{2}{3} + \frac{3}{4} = \frac{17}{12}\) or \(1 \frac{5}{12}\) as a mixed number.

Example 2: Subtracting \(\frac{5}{6}\) from \(\frac{7}{8}\) Easy
Calculate \(\frac{7}{8} - \frac{5}{6}\).

Step 1: Find the least common denominator of 8 and 6, which is 24.

Step 2: Convert each fraction:

\(\frac{7}{8} = \frac{7 \times 3}{8 \times 3} = \frac{21}{24}\)

\(\frac{5}{6} = \frac{5 \times 4}{6 \times 4} = \frac{20}{24}\)

Step 3: Subtract the numerators:

\(21 - 20 = 1\)

Step 4: Write the result:

\(\frac{1}{24}\)

Answer: \(\frac{7}{8} - \frac{5}{6} = \frac{1}{24}\)

Example 3: Multiplying \(\frac{3}{5}\) by \(\frac{10}{9}\) Easy
Find the product of \(\frac{3}{5}\) and \(\frac{10}{9}\).

Step 1: Multiply the numerators:

\(3 \times 10 = 30\)

Step 2: Multiply the denominators:

\(5 \times 9 = 45\)

Step 3: Write the product:

\(\frac{30}{45}\)

Step 4: Simplify the fraction by dividing numerator and denominator by their greatest common divisor (GCD), which is 15:

\(\frac{30 \div 15}{45 \div 15} = \frac{2}{3}\)

Answer: \(\frac{3}{5} \times \frac{10}{9} = \frac{2}{3}\)

Example 4: Dividing \(\frac{4}{7}\) by \(\frac{2}{3}\) Medium
Calculate \(\frac{4}{7} \div \frac{2}{3}\).

Step 1: Find the reciprocal of the divisor \(\frac{2}{3}\), which is \(\frac{3}{2}\).

Step 2: Multiply the dividend by the reciprocal:

\(\frac{4}{7} \times \frac{3}{2} = \frac{4 \times 3}{7 \times 2} = \frac{12}{14}\)

Step 3: Simplify the fraction by dividing numerator and denominator by 2:

\(\frac{12 \div 2}{14 \div 2} = \frac{6}{7}\)

Answer: \(\frac{4}{7} \div \frac{2}{3} = \frac{6}{7}\)

Example 5: Convert \(0.\overline{36}\) (0.363636...) to a fraction Hard
Express the repeating decimal \(0.\overline{36}\) as a rational number in fraction form.

Step 1: Let \(x = 0.363636...\)

Step 2: Since "36" repeats every 2 digits, multiply both sides by \(10^2 = 100\):

\(100x = 36.363636...\)

Step 3: Subtract the original \(x\) from this equation:

\(100x - x = 36.363636... - 0.363636...\)

\(99x = 36\)

Step 4: Solve for \(x\):

\(x = \frac{36}{99}\)

Step 5: Simplify the fraction by dividing numerator and denominator by 9:

\(\frac{36 \div 9}{99 \div 9} = \frac{4}{11}\)

Answer: \(0.\overline{36} = \frac{4}{11}\)

Tips & Tricks

Tip: Always simplify fractions after operations.

When to use: After addition, subtraction, multiplication, or division to get the answer in simplest form.

Tip: Use cross multiplication to compare two rational numbers quickly.

When to use: When deciding which of two fractions is larger without converting to decimals.

Tip: Remember that a rational number's decimal form either terminates or repeats.

When to use: To quickly identify if a decimal is rational.

Tip: Convert mixed fractions to improper fractions before operations.

When to use: When adding, subtracting, multiplying, or dividing mixed numbers.

Tip: Use divisibility rules to simplify denominators quickly.

When to use: When reducing fractions to simplest form.

Common Mistakes to Avoid

❌ Adding numerators and denominators directly (e.g., \(\frac{2}{3} + \frac{3}{4} = \frac{5}{7}\))
✓ Find common denominator and add adjusted numerators: \(\frac{2}{3} + \frac{3}{4} = \frac{8}{12} + \frac{9}{12} = \frac{17}{12}\)
Why: Students confuse fraction addition with whole number addition.
❌ Not flipping the second fraction when dividing rational numbers.
✓ Multiply by the reciprocal of the divisor: \(\frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \times \frac{d}{c}\).
Why: Misunderstanding of division operation on fractions.
❌ Forgetting to simplify the final answer.
✓ Always reduce fractions to simplest form by dividing numerator and denominator by their GCD.
Why: Neglecting simplification reduces accuracy and neatness.
❌ Misplacing negative signs during operations.
✓ Keep track of negative signs carefully, especially when subtracting or multiplying.
Why: Sign errors often occur due to rushing or lack of attention.
❌ Assuming all decimals are rational without checking for repeating pattern.
✓ Identify if decimal terminates or repeats to confirm rationality.
Why: Confusion between rational and irrational decimals.
Key Concept

Rational Numbers

Numbers expressible as a fraction \(\frac{a}{b}\) where \(a, b\) are integers and \(b eq 0\). Their decimal forms terminate or repeat.

✨ AI exam tools — try them free (included in every plan)
Tip: select any text above to Explain / Example / Simplify it.
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Rational numbers · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.