TH

ระบบพิกัดฉาก (Cartesian Coordinate System) ถูกคิดค้นโดย เรอเน เดการ์ต (René Descartes) เป็นเครื่องมือทางคณิตศาสตร์ที่สำคัญมากในการเชื่อมโยง "พีชคณิต" (สมการและตัวเลข) เข้ากับ "เรขาคณิต" (รูปร่างและกราฟ) โดยอาศัยการตัดกันของเส้นจำนวนสองเส้นเป็นมุมฉาก ทำให้เราสามารถระบุตำแหน่งของจุดทุกจุดบนระนาบได้อย่างแม่นยำด้วยคู่ของตัวเลข หรือที่เรียกว่า คู่อันดับ $(x, y)$

EN

The Cartesian Coordinate System, invented by René Descartes, is a crucial mathematical tool that bridges "Algebra" (equations and numbers) with "Geometry" (shapes and graphs). By intersecting two number lines at a right angle, we can precisely pinpoint the location of any point on a plane using a pair of numbers, known as an Ordered Pair $(x, y)$.

1

📏 แกนพิกัดและจุดกำเนิด / Coordinate Axes & Origin

TH

ระบบพิกัดฉากประกอบด้วยเส้นจำนวนสองเส้นที่ตัดกันเป็นมุมฉาก ($90^\circ$)
แกนนอน (Horizontal axis) เรียกว่า แกน X (X-axis หรือ Abscissa)
แกนตั้ง (Vertical axis) เรียกว่า แกน Y (Y-axis หรือ Ordinate)
จุดกำเนิด (Origin) คือจุดที่แกนทั้งสองตัดกันพอดี มีค่าพิกัดเป็น $(0, 0)$

EN

The system consists of two number lines intersecting at a right angle ($90^\circ$).
• The Horizontal axis is called the X-axis (Abscissa).
• The Vertical axis is called the Y-axis (Ordinate).
• The Origin is the exact point of intersection, with coordinates $(0, 0)$.

Example 1.1 : แกน X / The X-axis

แกน X คือเส้นจำนวนแนวนอน ด้านขวาของจุดกำเนิดจะมีค่าเป็น บวก และด้านซ้ายจะมีค่าเป็น ลบ

The X-axis is the horizontal number line. The right side of the origin is positive, and the left side is negative.

0 X ค่าบวก (+) / Positive (+) ค่าลบ (-) / Negative (-)
ภาพอธิบาย: แกน X (แนวนอน) แบ่งค่าบวกทางด้านขวาและค่าลบทางด้านซ้าย Figure: The X-axis (horizontal) divides positive values to the right and negative values to the left.
Example 1.2 : แกน Y / The Y-axis

แกน Y คือเส้นจำนวนแนวตั้ง ด้านบนของจุดกำเนิดจะมีค่าเป็น บวก และด้านล่างจะมีค่าเป็น ลบ

The Y-axis is the vertical number line. Above the origin is positive, and below is negative.

0 Y ค่าบวก (+) / Positive (+) ค่าลบ (-) / Negative (-)
ภาพอธิบาย: แกน Y (แนวตั้ง) แบ่งค่าบวกทางด้านบนและค่าลบทางด้านล่าง Figure: The Y-axis (vertical) divides positive values above and negative values below.
Example 1.3 : จุดกำเนิด / The Origin

จุดศูนย์กลางที่เส้นแกน X และแกน Y ตัดกัน เรียกว่า จุดกำเนิด (Origin) ใช้สัญลักษณ์แทนด้วยจุด $O$ มีคู่อันดับคือ $(0,0)$

$$\text{จุดกำเนิด } O(0, 0)$$

The center point where the X and Y axes intersect is the Origin, denoted by $O$ with coordinates $(0,0)$.

$$\text{Origin } O(0, 0)$$
จุดกำเนิด / Origin O(0, 0) X Y
ภาพอธิบาย: จุดตัดตรงกลางระหว่างแกน X และ Y เรียกว่าจุดกำเนิดพิกัด (0,0) Figure: The center intersection of the X and Y axes is called the origin at (0,0).
Example 1.4 : จุดบนแกน X / Points on the X-axis

จุดใดๆ ก็ตามที่วางตัวอยู่บนแนวนอนของ "แกน X" จะมี ค่า $y$ เป็น $0$ เสมอ

$$P(x, 0) \implies \text{ตัวอย่างเช่น } (3, 0), (-5, 0)$$

Any point that lies perfectly on the horizontal "X-axis" will always have a $y$-value of $0$.

$$P(x, 0) \implies \text{For example: } (3, 0), (-5, 0)$$
Example 1.5 : จุดบนแกน Y / Points on the Y-axis

ในทำนองเดียวกัน จุดที่วางตัวอยู่บนแนวตั้งของ "แกน Y" จะมี ค่า $x$ เป็น $0$ เสมอ

$$Q(0, y) \implies \text{ตัวอย่างเช่น } (0, 4), (0, -2)$$

Similarly, any point that lies perfectly on the vertical "Y-axis" will always have an $x$-value of $0$.

$$Q(0, y) \implies \text{For example: } (0, 4), (0, -2)$$
Example 1.6 : การเรียกชื่อเฉพาะ / Specific Terminology

ในคู่อันดับ $(x, y)$ ค่าแต่ละตัวมีชื่อเรียกเฉพาะทางคณิตศาสตร์:
• ค่า $x$ เรียกว่า แอบซิสซา (Abscissa)
• ค่า $y$ เรียกว่า ออร์ดิเนต (Ordinate)

In an ordered pair $(x, y)$, each value has a specific mathematical name:
• The $x$-value is called the Abscissa.
• The $y$-value is called the Ordinate.

Example 1.7 : การอ่านค่าและพลอตจุด / Plotting a Point

การหาตำแหน่งของจุด $A(3, 2)$ เริ่มจากจุดกำเนิด $(0,0)$ เดินไปทางขวาตามแกน X จำนวน $3$ หน่วย และเดินขึ้นบนตามแนวขนานแกน Y อีก $2$ หน่วย

To plot point $A(3, 2)$, start at the origin $(0,0)$, move $3$ units right along the X-axis, and move $2$ units up parallel to the Y-axis.

แกน X / X-axis แกน Y / Y-axis A(3, 2) x=3 y=2 0
ภาพอธิบาย: การพลอตจุด A(3, 2) เริ่มจากแกน X ขวา 3 หน่วย และแกน Y ขึ้น 2 หน่วย Figure: Plotting point A(3, 2) by moving 3 units right on the X-axis and 2 units up on the Y-axis.
2

🔲 จตุภาค / Quadrants

TH

การตัดกันของแกน X และแกน Y จะแบ่งพื้นที่ระนาบออกเป็น 4 ส่วนเท่าๆ กัน พื้นที่แต่ละส่วนเรียกว่า จตุภาค (Quadrant) โดยจะนับทวนเข็มนาฬิกาเริ่มจากมุมขวาบน เครื่องหมายของคู่อันดับ $(x, y)$ จะเป็นตัวบ่งบอกว่าจุดนั้นตกอยู่ในจตุภาคใด

EN

The intersection of the X and Y axes divides the plane into 4 equal sections. Each section is called a Quadrant. They are numbered counterclockwise starting from the top right. The signs of the ordered pair $(x, y)$ indicate which quadrant a point lies in.

Example 2.1 : จตุภาคที่ 1 ($Q_1$) / Quadrant 1

พื้นที่มุมบนขวา ค่า $x$ เป็นบวก และ ค่า $y$ เป็นบวก

$$\text{จตุภาคที่ 1 } (Q_1) : (+, +) \implies \text{เช่น } (4, 5)$$

Top-right area. $x$-value is positive and $y$-value is positive.

$$\text{Quadrant 1 } (Q_1) : (+, +) \implies \text{e.g., } (4, 5)$$
Example 2.2 : จตุภาคที่ 2 ($Q_2$) / Quadrant 2

พื้นที่มุมบนซ้าย ค่า $x$ เป็นลบ และ ค่า $y$ เป็นบวก

$$\text{จตุภาคที่ 2 } (Q_2) : (-, +) \implies \text{เช่น } (-3, 6)$$

Top-left area. $x$-value is negative and $y$-value is positive.

$$\text{Quadrant 2 } (Q_2) : (-, +) \implies \text{e.g., } (-3, 6)$$
Example 2.3 : จตุภาคที่ 3 ($Q_3$) / Quadrant 3

พื้นที่มุมล่างซ้าย ค่า $x$ เป็นลบ และ ค่า $y$ เป็นลบ

$$\text{จตุภาคที่ 3 } (Q_3) : (-, -) \implies \text{เช่น } (-2, -7)$$

Bottom-left area. $x$-value is negative and $y$-value is negative.

$$\text{Quadrant 3 } (Q_3) : (-, -) \implies \text{e.g., } (-2, -7)$$
Example 2.4 : จตุภาคที่ 4 ($Q_4$) / Quadrant 4

พื้นที่มุมล่างขวา ค่า $x$ เป็นบวก และ ค่า $y$ เป็นลบ

$$\text{จตุภาคที่ 4 } (Q_4) : (+, -) \implies \text{เช่น } (8, -1)$$

Bottom-right area. $x$-value is positive and $y$-value is negative.

$$\text{Quadrant 4 } (Q_4) : (+, -) \implies \text{e.g., } (8, -1)$$
Example 2.5 : การวิเคราะห์จตุภาคจากพิกัด / Identifying Quadrant

กำหนดจุด $P(-5, 8)$ เราสามารถระบุตำแหน่งจตุภาคได้โดยดูจากเครื่องหมายเท่านั้น โดยไม่ต้องวาดกราฟ

$$ \begin{aligned} \text{จุดที่พิจารณา} &= P(-5, 8) \\ \text{ค่า } x &= -5 \quad (\text{เป็นลบ}) \\ \text{ค่า } y &= 8 \quad (\text{เป็นบวก}) \\ \text{รูปแบบเครื่องหมาย} &= (-, +) \\ \therefore \text{จตุภาคที่อยู่} &= Q_2 \text{ (จตุภาคที่ 2)} \end{aligned} $$

Given point $P(-5, 8)$, we can identify its quadrant purely by its signs without graphing.

$$ \begin{aligned} \text{Given point} &= P(-5, 8) \\ x\text{-value} &= -5 \quad (\text{Negative}) \\ y\text{-value} &= 8 \quad (\text{Positive}) \\ \text{Sign pattern} &= (-, +) \\ \therefore \text{Quadrant} &= Q_2 \text{ (Quadrant 2)} \end{aligned} $$
Example 2.6 : จุดที่ไม่จัดอยู่ในจตุภาคใด / Points not in any quadrant

จุดที่ตกลงบน เส้นแกนพิกัดพอดี (มีค่า $0$ อย่างน้อยหนึ่งตัว) จะถือว่า ไม่อยู่ในจตุภาคใดๆ ทั้งสิ้น

$$\text{จุด } (0, 5) \text{ อยู่บนแกน Y} \quad | \quad \text{จุด } (-3, 0) \text{ อยู่บนแกน X}$$

Points that lie exactly on the coordinate axes (having at least one $0$) are considered not in any quadrant.

$$\text{Point } (0, 5) \text{ is on the Y-axis} \quad | \quad \text{Point } (-3, 0) \text{ is on the X-axis}$$
Example 2.7 : ภาพรวมระบบพิกัดและจตุภาค / Complete Coordinate Overview

แผนภาพแสดงจตุภาคทั้ง 4 ทิศทางการแบ่งพื้นที่ และตำแหน่งตัวอย่างของจุดในแต่ละส่วน

Diagram showing all 4 quadrants, the directional division of space, and example points in each region.

Q1 จตุภาคที่ 1 / Quadrant 1 (+, +) Q2 จตุภาคที่ 2 / Quadrant 2 (-, +) Q3 จตุภาคที่ 3 / Quadrant 3 (-, -) Q4 จตุภาคที่ 4 / Quadrant 4 (+, -) X Y O A(3, 3) B(-4, 2) C(-2, -3) D(2, -4)
ภาพอธิบาย: การแบ่งพื้นที่พิกัดฉากออกเป็น 4 จตุภาค (Quadrants) และตำแหน่งของจุด Figure: The division of the Cartesian plane into 4 Quadrants and the placement of points.

คำศัพท์ที่น่าสนใจ / Key Vocabulary

คำศัพท์คณิตศาสตร์ภาษาอังกฤษ พร้อมรากศัพท์

คำศัพท์ รากศัพท์ / Root ความหมาย / Meaning
Cartesian จากชื่อ René Descartes เกี่ยวกับระบบพิกัดของเดการ์ต · ตั้งชื่อเพื่อเป็นเกียรติแก่ผู้คิดค้น
Coordinate co- (together) + ordinare (to set in order) พิกัด · ชุดของตัวเลขที่ระบุตำแหน่งที่แน่นอน
Axis (พหูพจน์ Axes) axis (axle, pivot) แกน · เส้นอ้างอิงหลักที่ใช้เป็นฐานในการวัด (เช่น แกน X, แกน Y)
Origin origo (beginning, source) จุดกำเนิด · จุดเริ่มต้น (0,0) ที่แกนทั้งสองตัดกัน
Quadrant quadrans (a fourth part) จตุภาค · 1 ใน 4 ส่วนของพื้นที่ระนาบที่ถูกแบ่งโดยแกนพิกัด
Abscissa abscindere (to cut off) แอบซิสซา · ระยะที่ตัดออกจากแกน Y หรือก็คือ ค่าพิกัด x
Ordinate linea ordinata (ordered line) ออร์ดิเนต · เส้นที่จัดเรียงตามลำดับขนานกับแกน หรือก็คือ ค่าพิกัด y