ในทางคณิตศาสตร์ ฟังก์ชันจะ ต่อเนื่อง (Continuous) ที่จุดใดๆ ก็ต่อเมื่อกราฟของฟังก์ชันนั้นไม่มีรอยขาด รูโหว่ หรือการก้าวกระโดดที่จุดนั้น โดยฟังก์ชัน \(f(x)\) จะต่อเนื่องที่จุด \(x=a\) ก็ต่อเมื่อผ่าน เงื่อนไข 3 ข้อ ดังนี้:
Mathematically, a function is Continuous at a point if its graph has no breaks, holes, or jumps there. A function \(f(x)\) is continuous at \(x=a\) if and only if it satisfies the following 3 conditions:
-
1\(f(a)\) หาค่าได้ (ฟังก์ชันนิยามที่จุดนั้น)\(f(a)\) is defined (The function exists at that point)
-
2\(\displaystyle \lim_{x \to a} f(x)\) หาค่าได้ (ลิมิตซ้าย = ลิมิตขวา)\(\displaystyle \lim_{x \to a} f(x)\) exists (Left limit = Right limit)
-
3\(\displaystyle \lim_{x \to a} f(x) = f(a)\) (ค่าลิมิตเท่ากับค่าฟังก์ชัน)\(\displaystyle \lim_{x \to a} f(x) = f(a)\) (The limit equals the function value)
📈 ความต่อเนื่องและไม่ต่อเนื่องพื้นฐาน / Basic Continuity and Discontinuity
ตัวอย่างที่ 1 - 4: ความเข้าใจรูปแบบกราฟ (รูโหว่, ก้าวกระโดด, อนันต์)
จงตรวจสอบว่า \(f(x) = x^2 - 4x + 3\) ต่อเนื่องที่ \(x = 2\) หรือไม่
Determine directly if \(f(x) = x^2 - 4x + 3\) is continuous at \(x = 2\).
2. \(\displaystyle \lim_{x \to 2} (x^2 - 4x + 3) = -1\) ✔️
3. \(f(2) = \lim_{x \to 2} f(x)\) ✔️
2. \(\displaystyle \lim_{x \to 2} (x^2 - 4x + 3) = -1\) ✔️
3. \(f(2) = \lim_{x \to 2} f(x)\) ✔️
จงตรวจสอบว่า \(f(x) = \frac{x^2 - 9}{x - 3}\) ต่อเนื่องที่ \(x = 3\) หรือไม่
Determine if \(f(x) = \frac{x^2 - 9}{x - 3}\) is continuous at \(x = 3\).
กำหนด \(\displaystyle f(x) = \begin{cases} \frac{x^2-1}{x-1} & , x \neq 1 \\ 3 & , x = 1 \end{cases}\) ตรวจสอบที่ \(x=1\)
Given \(\displaystyle f(x) = \begin{cases} \frac{x^2-1}{x-1} & , x \neq 1 \\ 3 & , x = 1 \end{cases}\). Check at \(x=1\).
2. \(\displaystyle \lim_{x \to 1} \frac{x^2-1}{x-1} = \lim_{x \to 1} (x+1) = 2\) ✔️
3. \(f(1) \neq \lim_{x \to 1} f(x)\) ( \(3 \neq 2\) ) ❌
2. \(\displaystyle \lim_{x \to 1} \frac{x^2-1}{x-1} = \lim_{x \to 1} (x+1) = 2\) ✔️
3. \(f(1) \neq \lim_{x \to 1} f(x)\) ( \(3 \neq 2\) ) ❌
จงตรวจสอบ \(f(x) = \frac{1}{|x - 4|}\) ที่ \(x = 4\)
Determine continuity of \(f(x) = \frac{1}{|x - 4|}\) at \(x = 4\).
- \(f(4) = \frac{1}{0}\) หาค่าไม่ได้ (พังตั้งแต่ข้อแรก)
- \(\displaystyle \lim_{x \to 4} \frac{1}{|x - 4|} = \infty\) ลิมิตหาค่าไม่ได้ (พุ่งสู่ infinity)
- \(f(4) = \frac{1}{0}\) is undefined (Fails step 1).
- \(\displaystyle \lim_{x \to 4} \frac{1}{|x - 4|} = \infty\) limit does not exist as a real number.
🏷️ ฟังก์ชันแยกช่วงและค่าสัมบูรณ์ / Piecewise & Absolute Value
ตัวอย่างที่ 5 - 7: การพิจารณาแยกทีละเงื่อนไขย่อย
กำหนด \(\displaystyle f(x) = \begin{cases} 2x+1 & , x < 2 \\ x^2 & , x \ge 2 \end{cases}\) ต่อเนื่องที่ \(x=2\) หรือไม่?
Given \(\displaystyle f(x) = \begin{cases} 2x+1 & , x < 2 \\ x^2 & , x \ge 2 \end{cases}\). Is it continuous at \(x=2\)?
2. ลิมิตซ้าย: \(\displaystyle \lim_{x \to 2^-} (2x+1) = 2(2)+1 = 5\)
3. ลิมิตขวา: \(\displaystyle \lim_{x \to 2^+} (x^2) = 2^2 = 4\)
2. Left Limit: \(\displaystyle \lim_{x \to 2^-} (2x+1) = 2(2)+1 = 5\)
3. Right Limit: \(\displaystyle \lim_{x \to 2^+} (x^2) = 2^2 = 4\)
กำหนด \(f(x) = \frac{|x - 5|}{x - 5}\) พิจารณาความต่อเนื่องที่ \(x = 5\)
Consider \(f(x) = \frac{|x - 5|}{x - 5}\) at \(x = 5\).
\(\displaystyle \lim_{x \to 5^-} \frac{-(x-5)}{x-5} = \lim_{x \to 5^-} (-1) = -1\)
\(\displaystyle \lim_{x \to 5^-} \frac{-(x-5)}{x-5} = \lim_{x \to 5^-} (-1) = -1\)
กำหนด \(\displaystyle f(x) = \begin{cases} \sqrt{x+4} & , x > 0 \\ x+2 & , x \le 0 \end{cases}\) ต่อเนื่องที่ \(x=0\) หรือไม่?
Given \(\displaystyle f(x) = \begin{cases} \sqrt{x+4} & , x > 0 \\ x+2 & , x \le 0 \end{cases}\). Is it continuous at \(x=0\)?
2. ลิมิตซ้าย: ใช้สัมพัทธ์เงื่อนไข \(\le 0\) \(\to \lim_{x \to 0^-} (x+2) = 2\)
3. ลิมิตขวา: ใช้สัมพัทธ์เงื่อนไข \(> 0\) \(\to \lim_{x \to 0^+} \sqrt{x+4} = \sqrt{4} = 2\)
2. Left Limit: approaches from \(\le 0\) \(\to \lim_{x \to 0^-} (x+2) = 2\)
3. Right Limit: approaches from \(> 0\) \(\to \lim_{x \to 0^+} \sqrt{x+4} = \sqrt{4} = 2\)
🔧 การประยุกต์แก้สมการหาตัวแปร / Solving for Unknowns
ตัวอย่างที่ 8 - 10: หาค่าพารามิเตอร์เพื่อให้ฟังก์ชันต่อเนื่อง
จงหาค่า \(c\) ที่ทำให้ฟังก์ชัน \(\displaystyle f(x) = \begin{cases} cx^2+2x & , x < 2 \\ x^3 - cx & , x \ge 2 \end{cases}\) ต่อเนื่องบนจำนวนจริง
Find the value of \(c\) that makes \(\displaystyle f(x) = \begin{cases} cx^2+2x & , x < 2 \\ x^3 - cx & , x \ge 2 \end{cases}\) continuous for all real numbers.
กำหนด \(\displaystyle f(x) = \begin{cases} ax-b & , x < 1 \\ 3 & , x=1 \\ bx^2+a & , x> 1 \end{cases}\) ถ้า \(f\) ต่อเนื่องที่ \(x=1\) จงหา \(a, b\)
Given \(\displaystyle f(x) = \begin{cases} ax-b & , x < 1 \\ 3 & , x=1 \\ bx^2+a & , x> 1 \end{cases}\), find \(a\) and \(b\) if continuous at \(x=1\).
\(2a = 6\) \(\implies\) \(\mathbf{a = 3}\)
แทนทกลับจะได้ \(\mathbf{b = 0}\)
\(2a = 6\) \(\implies\) \(\mathbf{a = 3}\)
Substitute back to get \(\mathbf{b = 0}\)
ถ้า \(\displaystyle f(x) = \begin{cases} \frac{x^2 - 16}{x - 4} & , x \neq 4 \\ k & , x = 4 \end{cases}\) ต่อเนื่องที่ \(x=4\) จงหาค่า \(k\)
If \(\displaystyle f(x) = \begin{cases} \frac{x^2 - 16}{x - 4} & , x \neq 4 \\ k & , x = 4 \end{cases}\) is continuous at \(x=4\), find \(k\).
\(\displaystyle k = \lim_{x \to 4} (x + 4) = 4 + 4 = \mathbf{8}\)
\(\displaystyle k = \lim_{x \to 4} (x + 4) = 4 + 4 = \mathbf{8}\)
คำศัพท์ที่น่าสนใจ / Key Vocabulary
รวมศัพท์เฉพาะทางเรื่องความต่อเนื่อง
| คำศัพท์ | รากศัพท์ / Root | ความหมาย / Meaning |
|---|---|---|
| Continuity | continuus (uninterrupted) | ความต่อเนื่อง · ลักษณะที่ฟังก์ชันลากเส้นเชื่อมต่อกันได้โดยไม่ต้องยกปากกา |
| Discontinuous | dis (apart) + continuus | ไม่ต่อเนื่อง · ฟังก์ชันที่มีรูโหว่ ขาดตอน หรือก้าวกระโดด |
| Removable Discontinuity | remove (take away) + discontinuity | จุดขาดตอนที่กำจัดได้ · ฟังก์ชันรูโหว่ที่สามารถเติมเต็มด้วยการกำหนดค่าฟังก์ชันขึ้นใหม่ (เช่น ตัวอย่างที่ 10) |
| Jump Discontinuity | jump + discontinuity | ความไม่ต่อเนื่องแบบก้าวกระโดด · เมื่อลิมิตซ้ายและขวาหาค่าได้ แต่ไม่เท่ากัน |
| Interval | intervallum (space between) | ช่วง · ขอบเขตของค่า x ที่พิจารณา เช่น ความต่อเนื่องบนช่วง [a, b] |