ในบางครั้ง ฟังก์ชันอาจมีการเปลี่ยนแปลงอย่างฉับพลันที่จุดใดจุดหนึ่ง ทำให้เราจำเป็นต้องพิจารณาค่าของฟังก์ชันในขณะที่เข้าใกล้จุดนั้นเพียงทางด้านเดียว เรียกว่า ลิมิตทางเดียว (One-sided Limit)
Sometimes a function behaves differently depending on the direction from which it is approached. In such cases, we consider values from only one side, known as a One-sided Limit.
📖 ความหมายและสัญลักษณ์ / Definitions
การระบุทิศทางของลิมิตจะใช้เครื่องหมายเศษส่วนจิ๋ว (+ หรือ -) กำกับที่ตัวเลข
Directional limits use tiny signs (+ or -) above the number to indicate the approach side.
x เข้าใกล้ a จากทางที่มีค่า น้อยกว่า a
x approaches a from values less than a
x เข้าใกล้ a จากทางที่มีค่า มากกว่า a
x approaches a from values greater than a
📊 การพิจารณาจากตาราง / Tabular View
ลองพิจารณาพฤติกรรมของฟังก์ชันเมื่อ \(x\) เข้าใกล้จุดวิกฤตจากรูปแบบต่างๆ ผ่านตารางค่าฟังก์ชัน
Explore function behavior through tables as \(x\) approaches critical points from different perspectives.
กรณีที่ 1: ค่าสัมบูรณ์เฉือนกัน \(f(x) = \frac{|x|}{x}\) ที่จุด \(x \to 0\)
Case 1: Piecewise behavior with \(f(x) = \frac{|x|}{x}\) as \(x \to 0\)
| Left / เข้าใกล้ทางซ้าย (\(x \to 0^-\)) | x = 0 | Right / เข้าใกล้ทางขวา (\(x \to 0^+\)) | ||||
|---|---|---|---|---|---|---|
| x | -0.1 | -0.01 | 0 | 0.01 | 0.1 | x |
| f(x) | -1 | -1 | หาไม่ได้ / undefined | 1 | 1 | f(x) |
\(\displaystyle \lim_{x \to 0^-} \frac{|x|}{x} = -1\) | \(\displaystyle \lim_{x \to 0^+} \frac{|x|}{x} = 1\)
(-1 ≠ 1 : ลิมิตรวมไม่มีค่า / DNE)
กรณีที่ 2: ฟังก์ชันต่อเนื่องปกติ \(f(x) = 2x + 1\) ที่จุด \(x \to 2\)
Case 2: Simple Continuous Function \(f(x) = 2x + 1\) as \(x \to 2\)
| Left / เข้าใกล้ทางซ้าย (\(x \to 2^-\)) | x = 2 | Right / เข้าใกล้ทางขวา (\(x \to 2^+\)) | ||||
|---|---|---|---|---|---|---|
| x | 1.9 | 1.99 | 2 | 2.01 | 2.1 | x |
| f(x) | 4.8 | 4.98 | 5 | 5.02 | 5.2 | f(x) |
\(\displaystyle \lim_{x \to 2^-} (2x+1) = 5\) | \(\displaystyle \lim_{x \to 2^+} (2x+1) = 5\)
(ลิมิตรวม = 5)
กรณีที่ 3: ฟังก์ชันแบบ "รูโหว่" (Hole) \(f(x) = \frac{x^2-4}{x-2}\) ที่จุด \(x \to 2\)
Case 3: Removable Discontinuity \(f(x) = \frac{x^2-4}{x-2}\) as \(x \to 2\)
| Left / เข้าใกล้ทางซ้าย (\(x \to 2^-\)) | x = 2 | Right / เข้าใกล้ทางขวา (\(x \to 2^+\)) | ||||
|---|---|---|---|---|---|---|
| x | 1.9 | 1.99 | 2 | 2.01 | 2.1 | x |
| f(x) | 3.9 | 3.99 | หาไม่ได้ / undefined | 4.01 | 4.1 | f(x) |
\(\displaystyle \lim_{x \to 2^-} \frac{x^2-4}{x-2} = 4\) | \(\displaystyle \lim_{x \to 2^+} \frac{x^2-4}{x-2} = 4\)
(แม้ \(f(2)\) ไม่มีค่า แต่ลิมิตรวมมุ่งสู่ 4)
กรณีที่ 4: การก้าวกระโดด (Jump) \(f(x) = \frac{x-3}{|x-3|}\) ที่จุด \(x \to 3\)
Case 4: Jump Discontinuity \(f(x) = \frac{x-3}{|x-3|}\) as \(x \to 3\)
| Left / เข้าใกล้ทางซ้าย (\(x \to 3^-\)) | x = 3 | Right / เข้าใกล้ทางขวา (\(x \to 3^+\)) | ||||
|---|---|---|---|---|---|---|
| x | 2.9 | 2.99 | 3 | 3.01 | 3.1 | x |
| f(x) | -1 | -1 | หาไม่ได้ / undefined | 1 | 1 | f(x) |
\(\displaystyle \lim_{x \to 3^-} \frac{x-3}{|x-3|} = -1\) | \(\displaystyle \lim_{x \to 3^+} \frac{x-3}{|x-3|} = 1\)
(ซ้าย ≠ ขวา : ลิมิตรวมไม่มีค่า / DNE)
กรณีที่ 5: ลิมิตอนันต์ (Infinite) \(f(x) = \frac{1}{(x-1)^2}\) ที่จุด \(x \to 1\)
Case 5: Infinite Limit \(f(x) = \frac{1}{(x-1)^2}\) as \(x \to 1\)
| Left / เข้าใกล้ทางซ้าย (\(x \to 1^-\)) | x = 1 | Right / เข้าใกล้ทางขวา (\(x \to 1^+\)) | ||||
|---|---|---|---|---|---|---|
| x | 0.9 | 0.99 | 1 | 1.01 | 1.1 | x |
| f(x) | 100 | 10,000 | หาไม่ได้ / undefined | 10,000 | 100 | f(x) |
\(\displaystyle \lim_{x \to 1^-} \frac{1}{(x-1)^2} = \infty\) | \(\displaystyle \lim_{x \to 1^+} \frac{1}{(x-1)^2} = \infty\)
(ค่าพุ่งสูงขึ้นอย่างรวดเร็วทางด้านบวก)
📈 การพิจารณาจากกราฟ / Graphical View
สรุปพฤติกรรมของลิมิตสองข้างผ่านลักษณะเส้นกราฟ
🏷️ การพิจารณาเงื่อนไขปีกกา / Piecewise Functions
ฟังก์ชันที่มีนิยามแตกต่างกันในแต่ละช่วงของโดเมน
Functions defined differently over various intervals of their domain.
กำหนดให้ \(\displaystyle f(x) = \begin{cases} x^2 & , x \leq 1 \\ 2x-1 & , x > 1 \end{cases} \) หา \(\displaystyle \lim_{x \to 1} f(x)\)
1. หาลิมิตซ้าย (\(x \to 1^-\)): ใช้ \(x \leq 1\)
2. หาลิมิตขวา (\(x \to 1^+\)): ใช้ \(x > 1\)
เนื่องจาก ลิมิตซ้าย = ลิมิตขวา \(\therefore \lim_{x \to 1} f(x) = 1\)
1. Left Limit (\(x \to 1^-\)): Use \(x \leq 1\)
2. Right Limit (\(x \to 1^+\)): Use \(x > 1\)
Since Left Limit = Right Limit \(\therefore \lim_{x \to 1} f(x) = 1\)
กำหนดให้ \(\displaystyle f(x) = \begin{cases} 2x+1 & , x < 2 \\ x^2+1 & , x \geq 2 \end{cases} \) หา \(\displaystyle \lim_{x \to 2} f(x)\)
หาลิมิตซ้าย (\(x \to 2^-\)): ใช้ \(x < 2\)
หาลิมิตขวา (\(x \to 2^+\)): ใช้ \(x \geq 2\)
ลิมิตสองข้างเท่ากัน \(\therefore \lim_{x \to 2} f(x) = 5\)
Left Limit (\(x \to 2^-\)): Use \(x < 2\)
Right Limit (\(x \to 2^+\)): Use \(x \geq 2\)
Limits match \(\therefore \lim_{x \to 2} f(x) = 5\)
กำหนดให้ \(\displaystyle f(x) = \begin{cases} x-3 & , x \leq 3 \\ 1 & , x > 3 \end{cases} \) หา \(\displaystyle \lim_{x \to 3} f(x)\)
ลิมิตซ้าย (\(x \to 3^-\)): ใช้ \(x \leq 3\)
ลิมิตขวา (\(x \to 3^+\)): ใช้ \(x > 3\)
เนื่องจาก ลิมิตซ้าย ≠ ลิมิตขวา \(\therefore \lim_{x \to 3} f(x)\) ไม่มีค่า
Left Limit (\(x \to 3^-\)): Use \(x \leq 3\)
Right Limit (\(x \to 3^+\)): Use \(x > 3\)
Limits do not match \(\therefore \lim_{x \to 3} f(x) = \text{DNE}\)
กำหนดให้ \(\displaystyle f(x) = \begin{cases} \frac{x^2-1}{x-1} & , x \neq 1 \\ 5 & , x = 1 \end{cases} \) หา \(\displaystyle \lim_{x \to 1} f(x)\)
การหาลิมิต: เมื่อ \(x \to 1\) คือ \(x \neq 1\) จึงใช้เงื่อนไขบน
ลิมิตเป็น 2 (แม้ว่า \(f(1) = 5\))
Limit Calculation: Use top condition since \(x \neq 1\)
Limit is 2, independent of \(f(1)\).
กำหนดให้ \(\displaystyle f(x) = \begin{cases} |x| & , x < 0 \\ x+1 & , x \geq 0 \end{cases} \) หา \(\displaystyle \lim_{x \to 0} f(x)\)
ฝั่งซ้าย (\(x \to 0^-\)): \(x < 0\) ดังนั้น \(|x|=-x\)
ฝั่งขวา (\(x \to 0^+\)): \(x \geq 0\) ดังนั้น \(f(x) = x+1\)
ซ้าย ≠ ขวา \(\therefore\) ลิมิตไม่มีค่า
Left Side (\(x \to 0^-\)): \(x < 0\) implies \(|x|=-x\)
Right Side (\(x \to 0^+\)): \(x \geq 0\) implies \(f(x) = x+1\)
Limits differ \(\therefore \lim_{x \to 0} f(x) = \text{DNE}\)
🛡️ การพิจารณาค่าสมบูรณ์ / Absolute Values
การถอดเครื่องหมาย \(|...|\) ตามนิยามของลิมิตแต่ละฝั่ง
หัวใจสำคัญคือการ "ถอดเครื่องหมายค่าสมบูรณ์" ตามกฎพื้นฐาน ดังนี้:
หาค่าของ \(\displaystyle \lim_{x \to 2^+} \frac{|x-2|}{x-2}\)
วิเคราะห์: เมื่อ \(x \to 2^+\) (\(x > 2\)) จะได้ \(x-2 > 0\)
\(\begin{aligned} \text{ถอดค่าสมบูรณ์:} \quad |x-2| &= x-2 \\ \lim_{x \to 2^+} \frac{|x-2|}{x-2} &= \lim_{x \to 2^+} \frac{x-2}{x-2} \\ &= 1 \end{aligned}\)Evaluate \(\displaystyle \lim_{x \to 2^+} \frac{|x-2|}{x-2}\)
Analysis: For \(x \to 2^+\) (\(x > 2\)), \(x-2 > 0\)
\(\begin{aligned} \text{Removal:} \quad |x-2| &= x-2 \\ \lim_{x \to 2^+} \frac{|x-2|}{x-2} &= \lim_{x \to 2^+} \frac{x-2}{x-2} \\ &= 1 \end{aligned}\)หาค่าของ \(\displaystyle \lim_{x \to 2^-} \frac{|x-2|}{x-2}\)
วิเคราะห์: เมื่อ \(x \to 2^-\) (\(x < 2\)) จะได้ \(x-2 < 0\)
\(\begin{aligned} \text{ถอดค่าสมบูรณ์:} \quad |x-2| &= -(x-2) \\ \lim_{x \to 2^-} \frac{|x-2|}{x-2} &= \lim_{x \to 2^-} \frac{-(x-2)}{x-2} \\ &= -1 \end{aligned}\)Evaluate \(\displaystyle \lim_{x \to 2^-} \frac{|x-2|}{x-2}\)
Analysis: For \(x \to 2^-\) (\(x < 2\)), \(x-2 < 0\)
\(\begin{aligned} \text{Removal:} \quad |x-2| &= -(x-2) \\ \lim_{x \to 2^-} \frac{|x-2|}{x-2} &= \lim_{x \to 2^-} \frac{-(x-2)}{x-2} \\ &= -1 \end{aligned}\)พิจารณาลิมิตรวม \(\displaystyle \lim_{x \to 0} \frac{|x|}{x}\)
\(\therefore\) ซ้าย ≠ ขวา ทำให้ลิมิตรวม หาค่าไม่ได้ (DNE)
Consider overall limit \(\displaystyle \lim_{x \to 0} \frac{|x|}{x}\)
\(\therefore -1 \neq 1 \implies\) Limit Does Not Exist (DNE)
หาค่าของ \(\displaystyle \lim_{x \to 3^+} \frac{|x^2-9|}{x-3}\)
วิเคราะห์: เมื่อ \(x \to 3^+\) จะได้ \(x^2 > 9\) ดังนั้น \(|x^2-9| = x^2-9\)
\(\begin{aligned} \lim_{x \to 3^+} \frac{|x^2-9|}{x-3} &= \lim_{x \to 3^+} \frac{(x-3)(x+3)}{x-3} \\ &= \lim_{x \to 3^+} (x+3) \\ &= 3 + 3 = 6 \end{aligned}\)Evaluate \(\displaystyle \lim_{x \to 3^+} \frac{|x^2-9|}{x-3}\)
Analysis: For \(x \to 3^+\), \(x^2-9 > 0\) $\to$ remove absolute bars.
\(\begin{aligned} \lim_{x \to 3^+} \frac{|x^2-9|}{x-3} &= \lim_{x \to 3^+} \frac{(x-3)(x+3)}{x-3} \\ &= \lim_{x \to 3^+} (x+3) \\ &= 6 \end{aligned}\)หาค่าของ \(\displaystyle \lim_{x \to 1^-} \frac{|x-1| + x - 1}{x^2-1}\)
วิเคราะห์: สำหรับ \(x \to 1^-\) (\(x < 1\)) จะได้ \(x-1 < 0\) ดังนั้น \(|x-1|=-(x-1)\)
\(\begin{aligned} \lim_{x \to 1^-} \frac{-(x-1) + (x-1)}{x^2-1} &= \lim_{x \to 1^-} \frac{0}{x^2-1} \\ &= 0 \end{aligned}\)Evaluate \(\displaystyle \lim_{x \to 1^-} \frac{|x-1| + x - 1}{x^2-1}\)
Analysis: For \(x \to 1^-\) (\(x < 1\)), \(|x-1|=-(x-1)\)
\(\begin{aligned} \text{Substitute: } \quad &= \frac{-(x-1) + (x-1)}{x^2-1} \\ &= \frac{0}{x^2-1} \\ &= 0 \end{aligned}\)🥕 การพิจารณารูท / Root Functions
ระวังค่าภายในรากที่สองห้ามติดลบ
Beware: Expression inside the square root cannot be negative.
พิจารณา \(\displaystyle f(x) = \sqrt{x-5}\) ที่จุด \(x = 5\)
วิเคราะห์โดเมน: ต้องมี \(x-5 \geq 0\) ดังนั้น \(x \geq 5\)
เมื่อ \(x = 4.9\): \(\sqrt{4.9-5} = \sqrt{-0.1}\)
หาค่าไม่ได้ (DNE)
เมื่อ \(x = 5.1\): \(\sqrt{5.1-5} = \sqrt{0.1} \to 0\)
หาค่าได้ (0)
\(\therefore \lim_{x \to 5^-} f(x) \neq \lim_{x \to 5^+} f(x)\) ลิมิตหาค่าไม่ได้
Evaluate \(\displaystyle f(x) = \sqrt{x-5}\) at \(x = 5\)
Domain Check: Requires \(x-5 \geq 0 \to x \geq 5\)
Sample \(x=4.9\): \(\sqrt{-0.1}\)
DNE (Complex)
Sample \(x=5.1\): \(\sqrt{0.1} \to 0\)
Exists (0)
\(\therefore\) Overall limit Does Not Exist (DNE)
หาลิมิตของ \(\displaystyle f(x) = \sqrt{9-x^2}\) ที่จุด \(x = 3\)
วิเคราะห์โดเมน: \(9-x^2 \geq 0 \implies x^2 \leq 9 \implies -3 \leq x \leq 3\)
เมื่อ \(x = 2.9\): \(\sqrt{9-8.41} = \sqrt{0.59} \to 0\)
หาค่าได้ (0)
เมื่อ \(x = 3.1\): \(\sqrt{9-9.61} = \sqrt{-0.61}\)
หาค่าไม่ได้ (DNE)
Evaluate \(\displaystyle f(x) = \sqrt{9-x^2}\) at \(x = 3\)
Domain Check: \(-3 \leq x \leq 3\)
Sample \(x=2.9\): \(\sqrt{0.59} \to 0\)
Exists
Sample \(x=3.1\): \(\sqrt{-0.61}\)
DNE
หาลิมิตของ \(\displaystyle f(x) = \sqrt{|x-2|}\) ที่จุด \(x = 2\)
วิเคราะห์: สัญลักษณ์ค่าสมบูรณ์ (\(|...|\)) บังคับให้หัวใจรูทเป็นบวกเสมอ
เมื่อ \(x=1.9 \to \sqrt{|-0.1|} = \sqrt{0.1} \to 0\)
หาค่าได้
เมื่อ \(x=2.1 \to \sqrt{|0.1|} = \sqrt{0.1} \to 0\)
หาค่าได้
\(\therefore\) ลิมิตซ้าย = ขวา ทำให้ลิมิตรวม หาค่าได้และเท่ากับ 0
Evaluate \(\displaystyle \sqrt{|x-2|}\) at \(x = 2\)
Analysis: Absolute value ensures non-negative input for the root.
\(\therefore -1 \neq 1 \implies\) Limit Exists (0)
หาค่าของ \(\displaystyle \lim_{x \to 4^-} \frac{x-4}{\sqrt{x}-2}\)
\(\begin{aligned} \frac{x-4}{\sqrt{x}-2} &= \frac{(\sqrt{x}-2)(\sqrt{x}+2)}{\sqrt{x}-2} \\ &= \sqrt{x}+2 \\ \lim_{x \to 4^-} (\sqrt{x}+2) &= \sqrt{4}+2 = 4 \end{aligned}\)
Evaluate \(\displaystyle \lim_{x \to 4^-} \frac{x-4}{\sqrt{x}-2}\)
\(\begin{aligned} \frac{x-4}{\sqrt{x}-2} &= \sqrt{x}+2 \\ \text{Limit} &= \sqrt{4}+2 = 4 \end{aligned}\)
หาลิมิตของ \(\displaystyle f(x) = \sqrt{x} + \sqrt{2-x}\) ที่จุด \(x = 2\)
วิเคราะห์โดเมนรวม: \(x \geq 0\) และ \(2-x \geq 0 \to x \leq 2\) รวมคือ \([0, 2]\)
✅ หาค่าได้ (ฟังก์ชันนิยามที่ \(x \le 2\))
❌ ไม่มีค่า (\(\sqrt{2-x}\) ติดลบในราก)
Evaluate \(\displaystyle \lim_{x \to 2} \left(\sqrt{x} + \sqrt{2-x}\right)\)
Domain Intersection: \(x \in [0, 2]\)
✅ Exists (defined for \(x \le 2\))
❌ DNE (negative under root)
คำศัพท์ที่น่าสนใจ / Key Vocabulary
รวมศัพท์เฉพาะทางเรื่องลิมิตทางเดียว
| คำศัพท์ | รากศัพท์ / Root | ความหมาย / Meaning |
|---|---|---|
| One-sided Limit | unus (one) + sidus (side) | ลิมิตทางเดียว · การพิจารณาลิมิตเพียงด้านใดด้านหนึ่ง (ซ้ายหรือขวา) |
| Piecewise | piece + wise (in pieces) | ฟังก์ชันแบ่งช่วง · ฟังก์ชันที่มีเงื่อนไขต่างกันตามช่วงของค่า x |
| Absolute Value | absolutus (complete) | ค่าสมบูรณ์ · ขนาดของจำนวน (ถอดเครื่องหมายลบออก) |
| Domain | dominium (property) | โดเมน · เซตของค่า x ทั้งหมดที่ทำให้ฟังก์ชันหาค่าได้ |
| Conjugate | conjugare (join together) | สังยุค/คอนจูเกต · พจน์ที่นำมาคูณเพื่อกำจัดเครื่องหมายราก (Root) |
| Indeterminate | in (not) + determinare (limit) | รูปแบบไม่กำหนด · ค่าที่ยังสรุปทันทีไม่ได้ เช่น 0/0 ต้องจัดรูปก่อน |