การดำเนินการของเซต (Set Operations) คือกระบวนการสร้างเซตใหม่จากเซตเดิมที่มีอยู่ โดยอาศัยกฎเกณฑ์ทางคณิตศาสตร์ ซึ่งประกอบด้วย 4 การดำเนินการหลัก ได้แก่ ยูเนียน, อินเตอร์เซกชัน, คอมพลีเมนต์ และ ผลต่าง เปรียบเสมือนการบวก ลบ คูณ หาร ของตัวเลขนั่นเอง
Set Operations are mathematical processes used to construct new sets from existing ones. The four primary operations are Union, Intersection, Complement, and Difference. They function similarly to addition, subtraction, multiplication, and division in arithmetic.
ยูเนียน Union ($A \cup B$)
ยูเนียน (Union) ของเซต $A$ และ $B$ คือเซตที่ประกอบด้วยสมาชิกที่อยู่ในเซต $A$ หรือ อยู่ในเซต $B$ หรือ อยู่ในทั้งสองเซต (พูดง่ายๆ คือ "เอาสมาชิกทั้งหมดมารวมกัน" ตัวไหนซ้ำให้เขียนแค่ครั้งเดียว)
The Union of set $A$ and set $B$ is the set containing all elements that are in $A$, or in $B$, or in both. (Simply put, "combine all elements", writing duplicates only once).
กำหนดให้ $A = \{1, 2, 3\}$ และ $B = \{3, 4, 5\}$ จงหา $A \cup B$
Given $A = \{1, 2, 3\}$ and $B = \{3, 4, 5\}$, find $A \cup B$.
กำหนดให้ $X = \{a, b\}$ และ $Y = \{c, d\}$ จงหา $X \cup Y$
Given $X = \{a, b\}$ and $Y = \{c, d\}$, find $X \cup Y$.
กำหนดให้ $C = \{1, 2\}$ และ $D = \{1, 2, 3, 4\}$ จงหา $C \cup D$
Given $C = \{1, 2\}$ and $D = \{1, 2, 3, 4\}$, find $C \cup D$.
กำหนดให้ $A = \{10, 20\}$ จงหา $A \cup \emptyset$
Given $A = \{10, 20\}$, find $A \cup \emptyset$.
กำหนดให้ $A = \{x, y, z\}$ จงหา $A \cup A$
Given $A = \{x, y, z\}$, find $A \cup A$.
กำหนดให้ $E = \{2, 4, 6, \dots\}$ (เซตของจำนวนคู่บวก) และ $O = \{1, 3, 5, \dots\}$ (เซตของจำนวนคี่บวก) จงหา $E \cup O$
Given $E = \{2, 4, 6, \dots\}$ (positive even integers) and $O = \{1, 3, 5, \dots\}$ (positive odd integers), find $E \cup O$.
ให้ $V = \{\text{a, e, i, o, u}\}$ และ $L = \{\text{a, b, c, d, e}\}$ จงหา $V \cup L$
Given $V = \{\text{a, e, i, o, u}\}$ and $L = \{\text{a, b, c, d, e}\}$, find $V \cup L$.
ให้ $A = [0, 5]$ และ $B = [3, 8]$ จงหา $A \cup B$
Given intervals $A = [0, 5]$ and $B = [3, 8]$, find $A \cup B$.
ให้ $A = (-2, 0)$ และ $B = (2, 4)$ จงหา $A \cup B$
Given intervals $A = (-2, 0)$ and $B = (2, 4)$, find $A \cup B$.
ให้ $A=\{1,2\}$, $B=\{2,3\}$ และ $C=\{3,4\}$ จงหา $A \cup B \cup C$
Given $A=\{1,2\}$, $B=\{2,3\}$, and $C=\{3,4\}$, find $A \cup B \cup C$.
อินเตอร์เซกชัน Intersection ($A \cap B$)
อินเตอร์เซกชัน (Intersection) ของเซต $A$ และ $B$ คือเซตที่ประกอบด้วยสมาชิกที่อยู่ในเซต $A$ และ อยู่ในเซต $B$ พร้อมๆ กัน (พูดง่ายๆ คือ "เอาเฉพาะสมาชิกที่ซ้ำกัน" ของทั้งสองเซต)
The Intersection of set $A$ and set $B$ is the set containing elements that are in both $A$ and $B$. (Simply put, "take only the common elements").
กำหนดให้ $A = \{1, 3, 5, 7\}$ และ $B = \{2, 3, 4, 5\}$ จงหา $A \cap B$
Given $A = \{1, 3, 5, 7\}$ and $B = \{2, 3, 4, 5\}$, find $A \cap B$.
กำหนดให้ $A = \{2, 4, 6\}$ และ $B = \{1, 3, 5\}$ จงหา $A \cap B$
Given $A = \{2, 4, 6\}$ and $B = \{1, 3, 5\}$, find $A \cap B$.
กำหนดให้ $A = \{1, 2, 3\}$ จงหา $A \cap A$
Given $A = \{1, 2, 3\}$, find $A \cap A$.
กำหนดให้ $X = \{1, 2\}$ และ $Y = \{1, 2, 3, 4\}$ จงหา $X \cap Y$
Given $X = \{1, 2\}$ and $Y = \{1, 2, 3, 4\}$, find $X \cap Y$.
กำหนดให้ $A = \{10, 20, 30\}$ จงหา $A \cap \emptyset$
Given $A = \{10, 20, 30\}$, find $A \cap \emptyset$.
ให้ $A = \{\text{m, a, t, h}\}$ และ $B = \{\text{s, t, a, r}\}$ จงหา $A \cap B$
Given $A = \{\text{m, a, t, h}\}$ and $B = \{\text{s, t, a, r}\}$, find $A \cap B$.
กำหนดให้ $P = \{2, 3, 5, 7, 11, \dots\}$ (เซตของจำนวนเฉพาะ) และ $E = \{2, 4, 6, 8, \dots\}$ (เซตของจำนวนคู่) จงหา $P \cap E$
Given $P = \{2, 3, 5, 7, 11, \dots\}$ (primes) and $E = \{2, 4, 6, 8, \dots\}$ (evens), find $P \cap E$.
ให้ $A = [0, 5]$ และ $B = [3, 8]$ จงหา $A \cap B$
Given intervals $A = [0, 5]$ and $B = [3, 8]$, find $A \cap B$.
ให้ $A = (0, 2)$ และ $B = (4, 6)$ จงหา $A \cap B$
Given intervals $A = (0, 2)$ and $B = (4, 6)$, find $A \cap B$.
ให้ $A=\{1,2,3\}$, $B=\{2,3,4\}$ และ $C=\{3,4,5\}$ จงหา $A \cap B \cap C$
Given $A=\{1,2,3\}$, $B=\{2,3,4\}$, and $C=\{3,4,5\}$, find $A \cap B \cap C$.
คอมพลีเมนต์ Complement ($A'$)
คอมพลีเมนต์ (Complement) ของเซต $A$ เขียนแทนด้วย $A'$ คือเซตที่ประกอบด้วยสมาชิกที่อยู่ในเอกภพสัมพัทธ์ ($\mathcal{U}$) แต่ ไม่อยู่ใน เซต $A$ (พูดง่ายๆ คือ "เอาทุกอย่างยกเว้นสมาชิกของ $A$")
The Complement of set $A$, denoted as $A'$, is the set of elements in the Universal set ($\mathcal{U}$) that are not in set $A$. (Simply put, "everything except $A$").
กำหนดให้ $\mathcal{U} = \{1, 2, 3, 4, 5, 6, 7\}$ และ $A = \{2, 4, 6\}$ จงหา $A'$
Given $\mathcal{U} = \{1, 2, 3, 4, 5, 6, 7\}$ and $A = \{2, 4, 6\}$, find $A'$.
กำหนดให้ $\mathcal{U} = \{1, 2, 3\}$ จงหา $\mathcal{U}'$ และ $\emptyset'$
Given $\mathcal{U} = \{1, 2, 3\}$, find $\mathcal{U}'$ and $\emptyset'$.
จาก $\mathcal{U} = \{1, 2, 3, 4\}$ และ $A = \{1, 2\}$ จงหา $(A')'$
Given $\mathcal{U} = \{1, 2, 3, 4\}$ and $A = \{1, 2\}$, find $(A')'$.
ให้ $\mathcal{U} = \mathbb{Z}$ (จำนวนเต็ม) และ $A = \mathbb{Z}^+$ (จำนวนเต็มบวก) จงหา $A'$
Given $\mathcal{U} = \mathbb{Z}$ (integers) and $A = \mathbb{Z}^+$ (positive integers), find $A'$.
ให้ $\mathcal{U} = \{a, b, c, d, e\}$ และ $X = \{a, e\}$ จงหา $X'$
Given $\mathcal{U} = \{a, b, c, d, e\}$ and $X = \{a, e\}$, find $X'$.
ให้ $\mathcal{U} = \mathbb{R}$ (จำนวนจริงทั้งหมด) และ $A = [0, 5]$ จงหา $A'$
Given $\mathcal{U} = \mathbb{R}$ (all real numbers) and $A = [0, 5]$, find $A'$.
ให้ $\mathcal{U} = \{1, 2, 3, 4, 5\}, A=\{1\}, B=\{2\}$ จงหา $(A \cup B)'$
Given $\mathcal{U} = \{1, 2, 3, 4, 5\}, A=\{1\}, B=\{2\}$, find $(A \cup B)'$.
กำหนด $\mathcal{U} = \{1, 2, 3, 4, 5, 6\}$, $A = \{1, 3, 5\}$ และ $B = \{2, 4, 6\}$ จงหา $(A \cap B)'$
Given $\mathcal{U} = \{1, 2, 3, 4, 5, 6\}$, $A = \{1, 3, 5\}$, and $B = \{2, 4, 6\}$, find $(A \cap B)'$.
ให้ $\mathcal{U} = \{x \mid x \in \mathbb{I}, 1 \le x \le 10\}$ และ $A = \{x \mid x \text{ หารด้วย } 3 \text{ ลงตัว}\}$ จงหา $A'$
Given $\mathcal{U} = \{x \mid x \in \mathbb{Z}, 1 \le x \le 10\}$ and $A = \{x \mid x \text{ is divisible by } 3\}$, find $A'$.
กำหนด $A = \{1, 3\}$ และ $A' = \{2, 4, 6\}$ จงหา $\mathcal{U}$
Given $A = \{1, 3\}$ and $A' = \{2, 4, 6\}$, find $\mathcal{U}$.
ผลต่าง Difference ($A - B$)
ผลต่าง (Difference) ของเซต $A$ และ $B$ (เขียนแทนด้วย $A - B$) คือเซตที่ประกอบด้วยสมาชิกที่อยู่ในเซต $A$ แต่ ไม่อยู่ใน เซต $B$ (พูดง่ายๆ คือ "เอาหน้า ไม่เอาหลัง")
The Difference of set $A$ and set $B$ (denoted as $A - B$) is the set containing elements that are in $A$ but not in $B$. (Simply put, "elements exclusively in the first set").
กำหนดให้ $A = \{1, 2, 3, 4, 5\}$ และ $B = \{3, 4, 5, 6, 7\}$ จงหา $A - B$
Given $A = \{1, 2, 3, 4, 5\}$ and $B = \{3, 4, 5, 6, 7\}$, find $A - B$.
กำหนดให้ $X = \{a, b, c, d\}$ และ $Y = \{c, d, e, f\}$ จงหา $Y - X$
Given $X = \{a, b, c, d\}$ and $Y = \{c, d, e, f\}$, find $Y - X$.
กำหนดให้ $A = \{1, 2\}$ และ $B = \{3, 4\}$ จงหา $A - B$
Given $A = \{1, 2\}$ and $B = \{3, 4\}$, find $A - B$.
กำหนดให้ $A = \{x, y\}$ จงหา $A - A$
Given $A = \{x, y\}$, find $A - A$.
กำหนดให้ $A = \{1, 2\}$ และ $B = \{1, 2, 3\}$ จงหา $A - B$
Given $A = \{1, 2\}$ and $B = \{1, 2, 3\}$, find $A - B$.
กำหนดให้ $A = \{a, b, c\}$ จงหา $A - \emptyset$ และ $\emptyset - A$
Given $A = \{a, b, c\}$, find $A - \emptyset$ and $\emptyset - A$.
ให้ $A = [0, 5]$ และ $B = (2, 7)$ จงหา $A - B$
Given intervals $A = [0, 5]$ and $B = (2, 7)$, find $A - B$.
ให้ $\mathcal{U} = \{1, 2, 3, 4\}$ และ $A = \{1, 2\}$ จงหา $\mathcal{U} - A$
Given $\mathcal{U} = \{1, 2, 3, 4\}$ and $A = \{1, 2\}$, find $\mathcal{U} - A$.
ให้ $\mathbb{R}$ แทนจำนวนจริงทั้งหมด และ $\mathbb{Q}$ แทนจำนวนตรรกยะ จงอธิบายเซต $\mathbb{R} - \mathbb{Q}$
Let $\mathbb{R}$ be all real numbers and $\mathbb{Q}$ be rational numbers. Describe $\mathbb{R} - \mathbb{Q}$.
ให้ $A=\{1,2,3\}$, $B=\{2,3,4\}$ และ $C=\{3,4,5\}$ จงหา $A - (B \cup C)$
Given $A=\{1,2,3\}$, $B=\{2,3,4\}$, and $C=\{3,4,5\}$, find $A - (B \cup C)$.
การดำเนินการ 3 เซตขึ้นไป Operations on 3 or More Sets
การดำเนินการกับเซตตั้งแต่ 3 เซตขึ้นไป เช่น $A, B$ และ $C$ สิ่งสำคัญคือ ต้องทำในวงเล็บก่อนเสมอ (ถ้ามี) จากนั้นจึงค่อยดำเนินการเซตที่เหลือตามลำดับ เครื่องหมายที่แตกต่างกัน (เช่น $\cup$ กับ $\cap$ ปะปนกัน) จะส่งผลต่อคำตอบอย่างมาก
For operations involving 3 or more sets, such as $A, B$, and $C$, it is crucial to always evaluate the expressions inside parentheses first. Mixing different operators (like $\cup$ and $\cap$) significantly affects the final result.
กำหนดให้ $A = \{1, 2, 3, 4, 5\}$, $B = \{3, 4, 5, 6, 7\}$ และ $C = \{1, 3, 5, 7, 9\}$ จงหา $A \cup (B \cap C)$
Given $A = \{1, 2, 3, 4, 5\}$, $B = \{3, 4, 5, 6, 7\}$, and $C = \{1, 3, 5, 7, 9\}$, find $A \cup (B \cap C)$.
กำหนดให้ $X = \{a, b, c\}$, $Y = \{b, c, d\}$ และ $Z = \{c, d, e\}$ จงหา $(X \cup Y) \cap Z$
Given $X = \{a, b, c\}$, $Y = \{b, c, d\}$, and $Z = \{c, d, e\}$, find $(X \cup Y) \cap Z$.
ให้ $P = \{1, 2\}$, $Q = \{2, 3, 4\}$ และ $R = \{4, 5\}$ จงหา $P \cap (Q \cup R)$
Let $P = \{1, 2\}$, $Q = \{2, 3, 4\}$, and $R = \{4, 5\}$, find $P \cap (Q \cup R)$.
ให้ $A = \{10, 20\}$, $B = \{20, 30\}$ และ $C = \{30, 40\}$ จงหา $(A \cap B) \cup C$
Let $A = \{10, 20\}$, $B = \{20, 30\}$, and $C = \{30, 40\}$, find $(A \cap B) \cup C$.
กำหนดให้ $M = \{1, 3, 5, 7\}$, $N = \{3, 4, 5\}$ และ $O = \{5, 6, 7\}$ จงหา $M - (N \cup O)$
Given $M = \{1, 3, 5, 7\}$, $N = \{3, 4, 5\}$, and $O = \{5, 6, 7\}$, find $M - (N \cup O)$.
กำหนดให้ $A = \{2, 4, 6, 8\}$, $B = \{4, 6\}$ และ $C = \{6, 8\}$ จงหา $A - (B \cap C)$
Given $A = \{2, 4, 6, 8\}$, $B = \{4, 6\}$, and $C = \{6, 8\}$, find $A - (B \cap C)$.
ให้ $U = \{1, 2, 3, 4\}$, $V = \{3, 4, 5\}$ และ $W = \{5, 6\}$ จงหา $(U - V) \cup W$
Let $U = \{1, 2, 3, 4\}$, $V = \{3, 4, 5\}$, and $W = \{5, 6\}$, find $(U - V) \cup W$.
ให้ $D = \{a, b, c, d\}$, $E = \{c, d, e, f\}$ และ $F = \{d, e\}$ จงหา $(D \cap E) - F$
Let $D = \{a, b, c, d\}$, $E = \{c, d, e, f\}$, and $F = \{d, e\}$, find $(D \cap E) - F$.
กำหนดเอกภพสัมพัทธ์ $\mathcal{U} = \{1, 2, 3, 4, 5, 6\}$ และให้ $A=\{1\}, B=\{2\}, C=\{3\}$ จงหา $(A \cup B \cup C)'$
Given the universal set $\mathcal{U} = \{1, 2, 3, 4, 5, 6\}$ and $A=\{1\}, B=\{2\}, C=\{3\}$, find $(A \cup B \cup C)'$.
กำหนดให้ $A = \{2, 4, 6, 8\}$, $B = \{3, 6, 9\}$ และ $C = \{1, 2, 6, 7\}$ จงหา $A \cap B \cap C$
Given $A = \{2, 4, 6, 8\}$, $B = \{3, 6, 9\}$, and $C = \{1, 2, 6, 7\}$, find $A \cap B \cap C$.
สมบัติของการดำเนินการ Properties of Set Operations
สมบัติของการดำเนินการของเซตมีความคล้ายคลึงกับพีชคณิตของจำนวนจริง ซึ่งสามารถนำไปใช้ในการจัดรูปหรือลดทอนเซตที่ซับซ้อนให้เป็นอย่างง่ายได้ โดยแบ่งเป็นกลุ่มสมบัติต่างๆ ดังนี้:
Properties of set operations are similar to the algebra of real numbers. They can be used to simplify complex set expressions. The properties are grouped as follows:
คำศัพท์ที่น่าสนใจ Key Vocabulary
คำศัพท์คณิตศาสตร์ภาษาอังกฤษ พร้อมรากศัพท์
| คำศัพท์ | รากศัพท์ / Root | ความหมาย / Meaning |
|---|---|---|
| Union | unio (oneness, unity) | ยูเนียน · การนำสมาชิกของเซตมารวมกัน |
| Intersection | inter (between) + secare (to cut) | อินเตอร์เซกชัน · ส่วนที่ตัดกัน หรือสมาชิกที่มีร่วมกัน |
| Complement | complere (to fill up) | คอมพลีเมนต์ · ส่วนเติมเต็ม (ส่วนที่เหลือในเอกภพสัมพัทธ์) |
| Difference | differre (to set apart) | ผลต่าง · สิ่งที่แตกต่างกัน (มีในเซตหน้า แต่ไม่มีในเซตหลัง) |
| Universal Set | universalis (of the whole) | เอกภพสัมพัทธ์ · เซตที่กำหนดขอบเขตของสมาชิกทั้งหมดที่กำลังพิจารณา |