集合的表示方法

CSCA 集合的表示方法 study guide aligned to the official syllabus. Practice 数学 questions on aicsca.com.

Syllabus Alignment

This study guide follows the official CSCA exam syllabus for international undergraduate applicants.

Who It Is For

International students preparing for CSCA Math, Physics, Chemistry, or Chinese exams.

Related Practice

CSCA Practice · Go to questions

Practice by Topic

Jump from this tutorial to filtered practice questions for the same knowledge point.

Tutorial Content

Methods of Representing Sets

In the CSCA exam, questions often switch between **Set-Builder Notation** (in the question stem) and **Interval Notation** (in the options). Mastering the conversion between these methods is a prerequisite for solving inequality problems.

1. Roster Method

Listing elements explicitly inside curly braces $\{ \}$.

* **Use Case**: Finite sets, or sets of integers with an obvious pattern.

* **Core Rules**:

1. **Unorderedness**: $\{1, 2\}$ is the same as $\{2, 1\}$.

2. **Distinctness**: $\{1, 2, 2\}$ must be written as $\{1, 2\}$.

2. Set-Builder Notation

This is the **most common** notation in exams, used to describe sets defined by a specific property.

**Structure Breakdown**:

![1](/media/tutorials/数学/集合与不等式/集合/集合的表示方法/img_1_bf1e42a4.jpg)

* **Format**: $\{ \text{Representative Element} \mid \text{Condition} \}$

* Example: $A = \{ x \in \mathbb{R} \mid x > 3 \}$

* **Read as**: Set $A$ consists of all elements $x$ in Real numbers such that $x$ is greater than 3.

* **Common Trap**: **Check the domain of the "Representative Element".**

* $A = \{x \in \mathbb{Z} | 0 < x < 3\} = \{1, 2\}$ (Integers)

* $B = \{x \in \mathbb{R} | 0 < x < 3\} = (0, 3)$ (Real Interval)

3. Interval Notation ★ Key Focus

In the CSCA exam, the **solution set of inequalities** is usually required to be expressed in interval notation. You must memorize the correspondence between **bracket shapes** and **inequality signs**.

**Interval & Number Line Reference Chart**:

![2](/media/tutorials/数学/集合与不等式/集合/集合的表示方法/img_2_190dd42c.jpg)

* **Rules Summary**:

* **Parentheses $( \quad )$**: Corresponds to

lt;, >$ or $\pm \infty$. Indicates endpoints are **excluded** (drawn as **hollow circles** on the number line).

* **Brackets $[ \quad ]$**: Corresponds to $\le, \ge$. Indicates endpoints are **included** (drawn as **solid dots** on the number line).

* **Infinity**: Always use **parentheses** next to $+\infty$ and $-\infty$.

* **Common Conversions**:

* $x \ge 2 \implies [2, +\infty)$

* $x < 5 \implies (-\infty, 5)$

* $x \ne 1 \implies (-\infty, 1) \cup (1, +\infty)$ (The union symbol $\cup$ is also essential).

4. Venn Diagrams

Using closed curves (circles) to represent sets. Primarily used as a visual aid to understand **Union, Intersection, and Complement** operations, rather than as a final answer format.