เรขาคณิตวิเคราะห์ (Analytic Geometry) เป็นการผสานพีชคณิตเข้ากับเรขาคณิต โดย "เส้นตรง" เป็นกราฟพื้นฐานที่สำคัญที่สุด การเข้าใจรูปแบบสมการเส้นตรงจะช่วยให้เราสามารถวิเคราะห์ความชัน จุดที่เส้นตรงลากผ่าน และความสัมพันธ์ระหว่างเส้นตรงหลายๆ เส้นในระบบพิกัดฉากได้
Analytic Geometry combines algebra with geometry. The "straight line" is the most fundamental graph. Understanding the forms of linear equations allows us to analyze slopes, the points a line passes through, and the relationships between multiple lines in a coordinate system.
📌 รูปแบบของสมการเส้นตรงที่สำคัญ 📌 Important Forms of Line Equations
สมการเส้นตรงสามารถเขียนได้หลายรูปแบบ ขึ้นอยู่กับข้อมูลที่เราทราบในโจทย์ รูปแบบที่พบบ่อยและสำคัญที่สุดมี 3 รูปแบบ ดังนี้:
- รูปมาตรฐานความชันและจุดตัด (Slope-Intercept Form):
$$ y = mx + c $$เมื่อ $m$ คือความชัน (Slope) และ $c$ คือจุดตัดแกน Y (Y-intercept) รูปแบบนี้มีประโยชน์มากเมื่อต้องการวาดกราฟอย่างรวดเร็ว
- รูปจุดและความชัน (Point-Slope Form):
$$ y - y_1 = m(x - x_1) $$ใช้สำหรับสร้างสมการเส้นตรงเมื่อเราทราบ ความชัน ($m$) และ จุดพิกัด $(x_1, y_1)$ ที่เส้นตรงผ่านอย่างน้อยหนึ่งจุด
- รูปทั่วไป (General Form):
$$ Ax + By + C = 0 $$เป็นรูปแบบมาตรฐานที่นิยมใช้ตอบคำถาม โดยที่ $A, B, C$ เป็นค่าคงตัว และ $A, B$ ต้องไม่เป็นศูนย์พร้อมกัน สามารถหาความชันได้จากสูตร $\displaystyle m = -\frac{A}{B}$
A linear equation can be written in several forms depending on the given information. The 3 most important forms are:
- Slope-Intercept Form:
$$ y = mx + c $$Where $m$ is the slope and $c$ is the Y-intercept. This form is very useful for quick graphing.
- Point-Slope Form:
$$ y - y_1 = m(x - x_1) $$Used to construct a line equation when we know the slope ($m$) and at least one point $(x_1, y_1)$ on the line.
- General Form:
$$ Ax + By + C = 0 $$A standard formatting convention where $A, B, C$ are constants, and $A, B$ are not both zero. The slope can be found using the formula $\displaystyle m = -\frac{A}{B}$.
จงหาสมการของเส้นตรงที่มีความชันเท่ากับ $3$ และตัดแกน Y ที่จุด $(0, -2)$
Find the equation of the line with a slope of $3$ and a Y-intercept of $(0, -2)$.
จงหาสมการของเส้นตรงที่ผ่านจุด $(4, 1)$ และมีความชันเท่ากับ $-\frac{1}{2}$ (ตอบในรูปทั่วไป)
Find the equation of the line passing through $(4, 1)$ with a slope of $-\frac{1}{2}$ (in general form).
จงหาสมการเส้นตรงที่ผ่านจุด $(1, 2)$ และ $(3, 6)$
Find the equation of the line passing through $(1, 2)$ and $(3, 6)$.
จงหาความชันของเส้นตรง $3x + 4y - 12 = 0$
Find the slope of the line $3x + 4y - 12 = 0$.
จงหาสมการของเส้นตรงแนวนอนที่ลากผ่านจุด $(4, -5)$
Find the equation of a horizontal line passing through $(4, -5)$.
จงหาสมการของเส้นตรงแนวตั้งที่ลากผ่านจุด $(-2, 7)$
Find the equation of a vertical line passing through $(-2, 7)$.
จงแปลงสมการ $y = \displaystyle \frac{2}{3}x - 4$ ให้อยู่ในรูปทั่วไป ($Ax + By + C = 0$)
Convert $y = \displaystyle \frac{2}{3}x - 4$ to General Form ($Ax + By + C = 0$).
📍 การหาจุดตัดแกน X และจุดตัดแกน Y 📍 Finding X-Intercept and Y-Intercept
จุดตัดแกน (Intercepts) คือจุดที่กราฟเส้นตรงตัดผ่านแกนพิกัด หลักการหาค่ามีดังนี้:
- จุดตัดแกน X: คือจุดที่เส้นตรงตัดแกนแนวนอน ซึ่งค่า $y$ จะเป็นศูนย์เสมอ วิธีการหาคือ: ให้สมมติ $y = 0$ แล้วแก้สมการหาค่า $x$ จะได้จุด $(x, 0)$
- จุดตัดแกน Y: คือจุดที่เส้นตรงตัดแกนแนวตั้ง ซึ่งค่า $x$ จะเป็นศูนย์เสมอ วิธีการหาคือ: ให้สมมติ $x = 0$ แล้วแก้สมการหาค่า $y$ จะได้จุด $(0, y)$
Intercepts are the points where the line crosses the coordinate axes. The principles to find them are:
- X-Intercept: The point where the line crosses the horizontal axis, where $y$ is always zero. Method: Set $y = 0$ and solve for $x$. The point is $(x, 0)$.
- Y-Intercept: The point where the line crosses the vertical axis, where $x$ is always zero. Method: Set $x = 0$ and solve for $y$. The point is $(0, y)$.
จงหาจุดตัดแกน X และจุดตัดแกน Y ของกราฟเส้นตรง $2x - 5y = 10$
Find the X-intercept and Y-intercept of the line $2x - 5y = 10$.
จงหาจุดตัดแกน X และจุดตัดแกน Y ของเส้นตรง $y = 3x - 6$
Find the X and Y intercepts of the line $y = 3x - 6$.
จงหาจุดตัดแกนของเส้นตรง $x = 5$
Find the intercepts of the line $x = 5$.
จงหาจุดตัดแกนของเส้นตรง $y = -3$
Find the intercepts of the line $y = -3$.
จงหาจุดตัดแกนของเส้นตรง $y = 2x$
Find the intercepts of the line $y = 2x$.
จงหาพื้นที่ของรูปสามเหลี่ยมที่ปิดล้อมด้วยเส้นตรง $3x + 4y = 12$ และแกนพิกัดทั้งสอง
Find the area of the triangle bounded by $3x + 4y = 12$ and the coordinate axes.
เส้นตรงเส้นหนึ่งมีจุดตัดแกน X ที่ $2$ และจุดตัดแกน Y ที่ $5$ จงหาสมการเส้นตรงเส้นนี้
A line has an X-intercept of $2$ and a Y-intercept of $5$. Find its equation.
⚔️ การหาจุดตัดของเส้นตรงสองเส้น ⚔️ Intersection of Two Lines
เมื่อมีเส้นตรงสองเส้นที่ไม่ขนานกัน กราฟจะตัดกันที่จุดๆ หนึ่งเสมอ จุดตัดนี้คือคู่ลำดับ $(x, y)$ ที่สอดคล้องกับสมการทั้งสองพร้อมกัน ดังนั้น การหาจุดตัดก็คือ การแก้ระบบสมการเชิงเส้นสองตัวแปร นั่นเอง สามารถใช้วิธีการแทนค่า (Substitution) หรือวิธีการกำจัดตัวแปร (Elimination) ก็ได้
When two non-parallel lines intersect, they cross at exactly one point. This intersection point $(x, y)$ satisfies both equations simultaneously. Therefore, finding the intersection point is equivalent to solving a system of two linear equations. You can use either the Substitution method or the Elimination method.
จงหาจุดตัดของเส้นตรง $L_1: y = 2x + 1$ และเส้นตรง $L_2: y = -x + 4$
Find the intersection point of the lines $L_1: y = 2x + 1$ and $L_2: y = -x + 4$.
จงหาจุดตัดของสมการ $2x + 3y = 12$ และ $x - y = 1$
Find the intersection of the equations $2x + 3y = 12$ and $x - y = 1$.
จงหาจุดตัดของเส้นตรง $2x + y = 4$ และ $2x + y = 8$
Find the intersection of $2x + y = 4$ and $2x + y = 8$.
จงหาจุดตัดของเส้นตรง $x + y = 3$ และ $2x + 2y = 6$
Find the intersection of $x + y = 3$ and $2x + 2y = 6$.
จงหาจุดตัดของเส้นตรง $x = 3$ และ $2x + y = 10$
Find the intersection of $x = 3$ and $2x + y = 10$.
จงหาจุดตัดของ $\displaystyle \frac{x}{2} + y = 4$ และ $x - \displaystyle \frac{y}{3} = 1$
Find intersection of $\displaystyle \frac{x}{2} + y = 4$ and $x - \displaystyle \frac{y}{3} = 1$.
จงหาสมการเส้นตรงที่ผ่านจุดตัดของ $x + y = 3$ และ $2x - y = 3$ โดยมีความชันเท่ากับ $4$
Find the line passing through the intersection of $x + y = 3$ and $2x - y = 3$, with slope $4$.
คำศัพท์ที่น่าสนใจ Key Vocabulary
คำศัพท์คณิตศาสตร์ภาษาอังกฤษ พร้อมรากศัพท์
| คำศัพท์ | รากศัพท์ / Root | ความหมาย / Meaning |
|---|---|---|
| Linear Equation | linea (line) + aequare (make equal) | สมการเชิงเส้น · สมการที่มีตัวแปรยกกำลังหนึ่งและกราฟเป็นเส้นตรง |
| Slope | sleupan (to slip, glide) | ความชัน · อัตราการเปลี่ยนแปลงของแกน Y เทียบกับแกน X (ความลาดเอียงของเส้นตรง) |
| Intercept | inter- (between) + capere (to catch, take) | จุดตัดแกน · จุดที่กราฟ "ตัด" หรือพาดผ่านแกนอ้างอิง |
| Intersection | inter- (between) + secare (to cut) | จุดตัด (ของเส้นตรง) · จุดที่เส้นตรงสองเส้นไขว้ตัดกันและมีพิกัดร่วมกัน |
| Coordinate | com- (together) + ordinare (to arrange) | พิกัด · ระบบตัวเลข (x, y) ที่ใช้ระบุตำแหน่งของจุดบนระนาบ |
| Substitution | sub- (under, in place of) + statuere (to set up) | การแทนค่า · วิธีการแก้ระบบสมการโดยแทนตัวแปรหนึ่งในรูปของอีกตัวแปร |
| Elimination | ex- (out) + limen (threshold) | การกำจัด · วิธีการแก้สมการโดยนำสมการมาบวกลบกันเพื่อกำจัดตัวแปร |