1

🔁 กฎของลอปิตาลทำงานอย่างไร? / How does L'Hôpital's Rule work?

กฎของโลปิตาล (L'Hôpital's Rule) คือเทคนิคการใช้อนุพันธ์ (Derivatives) เพื่อประเมินค่าของลิมิตที่อยู่ใน รูปแบบไม่กำหนด (Indeterminate form) เช่นเมื่อลองแทนค่าลิมิตโดยตรงแล้วผลลัพธ์ออกมาเป็น $\frac{0}{0}$ หรือ $\frac{\infty}{\infty}$

L'Hôpital's Rule uses derivatives to evaluate limits that present an Indeterminate form. By directly substituting limits, if the output evaluates to $\frac{0}{0}$ or $\frac{\infty}{\infty}$, this rule becomes applicable.

\(\displaystyle \text{ถ้า } \lim_{x \to a} \frac{f(x)}{g(x)} = \frac{0}{0} \text{ หรือ } \frac{\infty}{\infty} \quad \text{จะได้ว่า } \lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)}\)
2

📝 ขั้นตอนการแก้โจทย์ / Solving Steps

  1. แทนค่าเพื่อตรวจสอบ: หากแทนเป้าหมาย $x$ แล้วสมการเป็นก้อน $\frac{0}{0}$ หรือ $\frac{\infty}{\infty}$ จึงจะสามารถใช้ความสามารถนี้ได้
  2. อนุพันธ์ทั้งบนและล่าง (แยกกัน): ให้จับฟังก์ชันเศษ $f(x)$ มาหาอนุพันธ์เป็น $f'(x)$ และล่าง $g(x)$ เป็น $g'(x)$ (ระวัง! นี่ไม่ใช่การคูณหารดิฟเศษส่วน แต่เป็นการดิฟแยกทีละตัวบนล่าง)
  3. แทนค่าอีกครั้ง: หลังจากดิฟเสร็จทั้งบนล่างให้ลองแทนค่าเป้าหมาย $x$ ลงไปใหม่เพื่อหาลิมิต
  4. ทำซ้ำหากจำเป็น: หากผลลัพธ์ใหม่ยังคงเป็น $\frac{0}{0}$ หรือ $\frac{\infty}{\infty}$ ให้ทำตามข้อ 2 ซ้ำได้เรื่อยๆ
  1. Test substitution: Confirm whether the limit form acts as precisely $\frac{0}{0}$ or $\frac{\infty}{\infty}$.
  2. Differentiate components independently: Derive the top $f(x)$ into $f'(x)$ and the bottom $g(x)$ into $g'(x)$. (Warning: Do NOT use the quotient rule here!)
  3. Re-evaluate: Substitute the limit goal back into the newly derived terms.
  4. Rinse and repeat: If the result maintains the indeterminate status linearly, repeat differentiating structurally.
3

💡 ตัวอย่างการแก้ลิมิตด้วยลอปิตาล / L'Hôpital's Evaluation Examples

ตัวอย่างที่ 1 (พหุนาม 0/0 ขั้นพื้นฐาน)

$\text{จงหาลิมิตของ } \displaystyle \lim_{x\to 2} \frac{x^2 - 4}{x - 2}$

Example 1 (Basic Polynomial 0/0)

$\text{Evaluate } \displaystyle \lim_{x\to 2} \frac{x^2 - 4}{x - 2}$

\[\begin{aligned} \text{แทนค่าตรงๆ จะได้ } \frac{2^2 - 4}{2 - 2} &= \frac{0}{0} \\ \lim_{x\to 2} \frac{x^2 - 4}{x - 2} &= \lim_{x\to 2} \frac{\frac{d}{dx}(x^2 - 4)}{\frac{d}{dx}(x - 2)} \\ &= \lim_{x\to 2} \frac{2x}{1} \\ &= \frac{2(2)}{1} \\ &= \mathbf{4} \end{aligned}\]
\[\begin{aligned} \text{Direct substitution yields } \frac{2^2 - 4}{2 - 2} &= \frac{0}{0} \\ \lim_{x\to 2} \frac{x^2 - 4}{x - 2} &= \lim_{x\to 2} \frac{\frac{d}{dx}(x^2 - 4)}{\frac{d}{dx}(x - 2)} \\ &= \lim_{x\to 2} \frac{2x}{1} \\ &= \frac{2(2)}{1} \\ &= \mathbf{4} \end{aligned}\]
ตัวอย่างที่ 2 (ตรีโกณมิติ 0/0)

$\text{จงหาลิมิตของ } \displaystyle \lim_{x\to 0} \frac{\sin(5x)}{x}$

Example 2 (Trigonometry 0/0)

$\text{Evaluate } \displaystyle \lim_{x\to 0} \frac{\sin(5x)}{x}$

\[\begin{aligned} \text{แทนค่าตรงๆ จะได้ } \frac{\sin(0)}{0} &= \frac{0}{0} \\ \lim_{x\to 0} \frac{\sin(5x)}{x} &= \lim_{x\to 0} \frac{\frac{d}{dx}\sin(5x)}{\frac{d}{dx}(x)} \\ &= \lim_{x\to 0} \frac{5\cos(5x)}{1} \\ &= 5\cos(0) \\ &= \mathbf{5} \end{aligned}\]
\[\begin{aligned} \text{Direct substitution yields } \frac{\sin(0)}{0} &= \frac{0}{0} \\ \lim_{x\to 0} \frac{\sin(5x)}{x} &= \lim_{x\to 0} \frac{\frac{d}{dx}\sin(5x)}{\frac{d}{dx}(x)} \\ &= \lim_{x\to 0} \frac{5\cos(5x)}{1} \\ &= 5\cos(0) \\ &= \mathbf{5} \end{aligned}\]
ตัวอย่างที่ 3 (เอ็กซ์โพเนนเชียล 0/0)

$\text{จงหาค่าของ } \displaystyle \lim_{x\to 0} \frac{e^x - 1}{2x}$

Example 3 (Exponential Limit 0/0)

$\text{Evaluate } \displaystyle \lim_{x\to 0} \frac{e^x - 1}{2x}$

\[\begin{aligned} \text{แทนค่าตรงๆ จะได้ } \frac{e^0 - 1}{2(0)} &= \frac{0}{0} \\ \lim_{x\to 0} \frac{e^x - 1}{2x} &= \lim_{x\to 0} \frac{\frac{d}{dx}(e^x - 1)}{\frac{d}{dx}(2x)} \\ &= \lim_{x\to 0} \frac{e^x}{2} \\ &= \frac{e^0}{2} \\ &= \mathbf{\frac{1}{2}} \end{aligned}\]
\[\begin{aligned} \text{Direct substitution yields } \frac{e^0 - 1}{2(0)} &= \frac{0}{0} \\ \lim_{x\to 0} \frac{e^x - 1}{2x} &= \lim_{x\to 0} \frac{\frac{d}{dx}(e^x - 1)}{\frac{d}{dx}(2x)} \\ &= \lim_{x\to 0} \frac{e^x}{2} \\ &= \frac{e^0}{2} \\ &= \mathbf{\frac{1}{2}} \end{aligned}\]
ตัวอย่างที่ 4 (รูปแบบ อินฟินิตี้ / อินฟินิตี้)

$\text{จงหาลิมิตของ } \displaystyle \lim_{x\to \infty} \frac{\ln(x)}{x}$

Example 4 (Infinity / Infinity)

$\text{Evaluate } \displaystyle \lim_{x\to \infty} \frac{\ln(x)}{x}$

\[\begin{aligned} \text{แทนค่า } x\to\infty \text{ จะได้ } \frac{\infty}{\infty} \\ \lim_{x\to \infty} \frac{\ln(x)}{x} &= \lim_{x\to \infty} \frac{\frac{d}{dx}(\ln(x))}{\frac{d}{dx}(x)} \\ &= \lim_{x\to \infty} \frac{\frac{1}{x}}{1} \\ &= \lim_{x\to \infty} \frac{1}{x} \\ &= \frac{1}{\infty} \\ &= \mathbf{0} \end{aligned}\]
\[\begin{aligned} \text{Yielding } \frac{\infty}{\infty} \text{ when approaching } x\to\infty \\ \lim_{x\to \infty} \frac{\ln(x)}{x} &= \lim_{x\to \infty} \frac{\frac{d}{dx}(\ln(x))}{\frac{d}{dx}(x)} \\ &= \lim_{x\to \infty} \frac{\frac{1}{x}}{1} \\ &= \lim_{x\to \infty} \frac{1}{x} \\ &= \frac{1}{\infty} \\ &= \mathbf{0} \end{aligned}\]
ตัวอย่างที่ 5 (การใช้กฎต่อเนื่องเกินกว่า 1 ครั้ง)

$\text{จงหาลิมิตของ } \displaystyle \lim_{x\to 0} \frac{1 - \cos(x)}{x^2}$

Example 5 (Multiple rule applications)

$\text{Evaluate } \displaystyle \lim_{x\to 0} \frac{1 - \cos(x)}{x^2}$

\[\begin{aligned} \text{คราที่ 1: แทนค่า } \frac{1 - 1}{0^2} &= \frac{0}{0} \\ \lim_{x\to 0} \frac{1 - \cos(x)}{x^2} &= \lim_{x\to 0} \frac{\sin(x)}{2x} \\ \text{คราที่ 2: แทนค่า } \frac{\sin(0)}{2(0)} &= \frac{0}{0} \text{ (ใช้กฎอีกรอบ)} \\ &= \lim_{x\to 0} \frac{\cos(x)}{2} \\ &= \frac{1}{2} \\ &= \mathbf{0.5} \end{aligned}\]
\[\begin{aligned} \text{1st Run: Yielding } \frac{1 - 1}{0^2} &= \frac{0}{0} \\ \lim_{x\to 0} \frac{1 - \cos(x)}{x^2} &= \lim_{x\to 0} \frac{\sin(x)}{2x} \\ \text{2nd Run: Yielding } \frac{\sin(0)}{2(0)} &= \frac{0}{0} \text{ (Loop again)} \\ &= \lim_{x\to 0} \frac{\cos(x)}{2} \\ &= \frac{1}{2} \\ &= \mathbf{0.5} \end{aligned}\]

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

รวมศัพท์เฉพาะทางเรื่องกฎของลอปิตาล (L'Hôpital's Rule)

คำศัพท์ รากศัพท์ / Root ความหมาย / Meaning
Indeterminate Form in- (not) + determinare (to bound) รูปแบบไม่กำหนด · นิพจน์ทางคณิตศาสตร์ที่ไม่สามารถระบุผลลัพธ์ได้อย่างตายตัว เช่น ศูนย์หารศูนย์
Evaluation ex- (out) + valere (to be strong/worth) การประเมินค่า · กระบวนการคำนวณและประเมินพฤติกรรมสุดท้ายของฟังก์ชันเมื่อเข้าใกล้ขอบเขตที่ถูกกำหนดไว้
L'Hôpital's Rule Named after Guillaume de l'Hôpital กฎของลอปิตาล (โลปิตาล) · ทฤษฎีบททางคณิตศาสตร์ที่อาศัยอนุพันธ์เพื่อขจัดรูปแบบไม่กำหนดเพื่อหาค่าของลิมิต