Introduction

Welcome to the world of sets! In the previous chapters, you learned about the basic idea of a set (a collection of things). In this chapter, we are going to learn how to count the items inside a set and, more importantly, how to understand sets when they are described using "maths code" or algebraic rules. Don't worry if this seems a bit abstract at first; once you learn how to "decode" the notation, it becomes as simple as following a recipe!

Section 1: The "Size" of a Set: \(n(A)\)

When we want to talk about how many elements (items) are inside a set, we use a special notation: \(n(A)\). This literally translates to "the number of elements in set \(A\)."

Key Rules for Counting:

  • Each distinct item counts as one.
  • If an item is repeated in a list, we only count it once (though usually, sets are written without repeats).
  • If a set is empty, written as \(\emptyset\) or \(\{ \}\), then the number of elements is zero: \(n(\emptyset) = 0\).

Example: If set \(S = \{2, 4, 6, 8, 10\}\), then \(n(S) = 5\) because there are five numbers in the brackets.

Quick Review: \(n(A)\) is always a whole number (an integer) because you can't have half an element!

Section 2: Decoding Sets Defined Algebraically

Sometimes, mathematicians don't want to list every single number in a set. Instead, they give you a rule. This is called Set Builder Notation. It looks like a secret code, but it is very logical once you break it down.

The Anatomy of the Notation

You might see something like this: \(\{x : \text{rule}\}\)

  • The \(\{ \}\) brackets mean "The set of..."
  • The \(x\) represents a general element in the set.
  • The \(:\) colon is the most important part. It means "such that".
  • The rule tells you what conditions \(x\) must meet to be allowed into the set.

Example: \(\{x : x \text{ is an integer and } 1 < x < 5\}\)

This translates to: "The set of all numbers \(x\), such that \(x\) is an integer and \(x\) is between \(1\) and \(5\)."

The numbers that fit this rule are \(2, 3,\) and \(4\). Therefore, the set is \(\{2, 3, 4\}\) and \(n(\text{this set}) = 3\).

Section 3: Important Number Sets to Know

To solve algebraic set problems, you must recognize the standard sets of numbers mentioned in the syllabus. These act as the "building blocks" for your rules:

  1. Natural Numbers: The counting numbers starting from \(1\) (e.g., \(1, 2, 3, \dots\)).
  2. Integers: Whole numbers, including negatives and zero (e.g., \(\dots, -2, -1, 0, 1, 2, \dots\)).
  3. Rational Numbers: Numbers that can be written as a fraction, like \(\frac{1}{2}\) or \(0.75\).
  4. Irrational Numbers: Numbers that cannot be written as simple fractions, like \(\sqrt{2}\) or \(\pi\).

Did you know? The syllabus requires you to recognize these sets, but you don't need to prove why a number is irrational. Just knowing which is which is enough!

Section 4: Step-by-Step: Finding \(n(A)\) from an Algebraic Rule

Let's look at a typical exam-style question.

Question: Find \(n(A)\) if \(A = \{x : x \text{ is an even integer, } 2 \le x < 10\}\).

Step 1: Identify the type of number.
The rule says \(x\) must be an integer and it must be even.

Step 2: Identify the boundaries (the inequalities).
The rule says \(2 \le x < 10\).
The symbol \(\le\) means we include \(2\).
The symbol \(<\) means we exclude \(10\).

Step 3: List the elements that fit both rules.
Even integers starting from \(2\) and stopping before \(10\) are: \(2, 4, 6, 8\).

Step 4: Count the elements.
There are \(4\) elements in our list. So, \(n(A) = 4\).

Section 5: Common Mistakes to Avoid

Even the best students can make small slips here. Watch out for these:

  • Boundary Blunders: Mixing up \(<\) and \(\le\). Remember: if there is a line under the arrow (\(\le\)), the number is invited to the party! If not, it's left out.
  • The "Zero" Confusion: If a set is \(\{0\}\), it is not empty. It has one element (the number zero). So, \(n(\{0\}) = 1\).
  • Misreading "Positive": If a rule says "positive integers," it usually means starting from \(1\). Zero is neither positive nor negative!
  • Over-counting: In a set like \(\{2, 2, 3\}\), \(n(A)\) is actually \(2\), because the number \(2\) is only counted once.

Key Takeaways Summary

1. \(n(A)\) is simply the count of how many unique things are in set \(A\).
2. \(\{x : \dots \}\) is a description. Always read the colon as "such that" and then list the numbers that fit the rule.
3. Check your inequality signs carefully to see if the end numbers are included in your count.
4. Know your number types: Integers (whole numbers) and Natural numbers (\(1, 2, 3\dots\)) are the most common ones used in these algebraic definitions.

Don't worry if this seems tricky at first! The more you practice "translating" the algebraic rules into lists of numbers, the more natural it will feel.