🔁 แนวคิดของการเปลี่ยนตัวแปร / Concept of Substitution
การเปลี่ยนตัวแปร (U-Substitution) คือกระบวนการ "ย้อนกลับ" ของกฎลูกโซ่ (Chain Rule) ในการหาอนุพันธ์ โดยใช้สำหรับโจทย์อินทิเกรตที่ไม่สามารถใช้สูตรพื้นฐานได้ตรงๆ โดยเฉพาะหน้าตาที่เป็น ฟังก์ชันซ้อนฟังก์ชัน (Composite Function)
U-Substitution is essentially the "reverse" of the Chain Rule from differentiation. It is used for integration problems that cannot be solved directly with basic formulas, especially when dealing with Composite Functions.
📝 ขั้นตอนการแก้โจทย์ / Solving Steps
ใจความสำคัญคือการ "ยุบตัวแปร" ด้วยการสมมติให้ก้อนที่ยุ่งยากกลายเป็นตัวแปร $u$ จากนั้นจัดรูปให้สิ่งแวดล้อมกลายเป็นตัวแปร $u$ ทั้งหมด
The core concept is to "collapse the expression" by substituting the complicated inner function as $u$. Then, reformat the entire equation to be exclusively in terms of $u$.
- เลือกสมมติ $u$: มักเป็นก้อนที่อยู่ข้างในฟังก์ชันอื่น (เช่น ในวงเล็บยกกำลัง, ใต้รูท, หรือเลขชี้กำลัง)
- หาอนุพันธ์ (Diff $u$): เพื่อสร้างความสัมพันธ์ $du = \dots dx$
- แทนค่ากลับ: สลับเปลี่ยนพจน์ $x$ ปกติและ $dx$ ให้เป็นพจน์ของ $u$ และ $du$ ให้หมด (โจทย์จะเหลือแค่ $u$)
- อินทิเกรตเทียบ $u$: ใช้สูตรพื้นฐานในการอินทิเกรตก้อน $u$
- แทนตัว $x$ กลับคืน: ตอบในรูปของ $x$ ปกติ พร้อมบวกค่า $+C$
- Choose $u$: Usually the inner nested function (e.g., inside parentheses, under a square root, or an exponent).
- Differentiate $u$: To establish the relationship $du = \dots dx$.
- Substitute completely: Replace all $x$ terms and $dx$ into terms of $u$ and $du$.
- Integrate with respect to $u$: Use standard basic formulas.
- Substitute $x$ back: Return the final answer in terms of $x$, adding $+C$.
💡 ตัวอย่างการหาปริพันธ์ / Varied Subtitution Examples
ตัวอย่างรูปแบบโจทย์ประยุกต์ที่คุณต้องเจออย่างแน่นอนในระดับ ม.ปลาย
Examples of varied applied problems you will definitely encounter at the senior high school level.
จงหาค่าของ $\int 2x(x^2+1)^5 \, dx$
Evaluate $\int 2x(x^2+1)^5 \, dx$
จงหาค่าของ $\int x^2 \sqrt{x^3+4} \, dx$
Evaluate $\int x^2 \sqrt{x^3+4} \, dx$
จงหาค่าของ $\int \frac{2x}{x^2+5} \, dx$
Evaluate $\int \frac{2x}{x^2+5} \, dx$
จงหาค่าของ $\int e^{3x-2} \, dx$
Evaluate $\int e^{3x-2} \, dx$
จงหาค่าของ $\int \sin^4(x)\cos(x) \, dx$
Evaluate $\int \sin^4(x)\cos(x) \, dx$
จงหาค่าของ $\int \frac{3x^2}{(x^3-5)^4} \, dx$
Evaluate $\int \frac{3x^2}{(x^3-5)^4} \, dx$
จงหาค่าของ $\int x\sqrt{x-3} \, dx$
Evaluate $\int x\sqrt{x-3} \, dx$
จงหาค่าของ $\int \frac{\ln(x)}{x} \, dx$
Evaluate $\int \frac{\ln(x)}{x} \, dx$
จงหาค่าของ $\int \sec^2(x)\tan^3(x) \, dx$
Evaluate $\int \sec^2(x)\tan^3(x) \, dx$
จงหาค่าของ $\int x e^{x^2} \, dx$
Evaluate $\int x e^{x^2} \, dx$
คำศัพท์ที่น่าสนใจ / Key Vocabulary
รวมศัพท์เฉพาะทางเรื่องเทคนิคการแทนค่า
| คำศัพท์ | รากศัพท์ / Root | ความหมาย / Meaning |
|---|---|---|
| Substitution | substituere (to put in place of) | การแทนค่า · การนำตัวแปรใหม่ไปสวมแทนฟังก์ชันที่มีความซับซ้อน |
| Composite Function | componere (to put together) | ฟังก์ชันประกอบ · ฟังก์ชันคณิตศาสตร์ที่ซ้อนอยู่ภายในฟังก์ชันอื่น (เช่น กฎลูกโซ่) |
| Differential | differre (to set apart) | ผลต่างอนุพัทธ์ · ส่วนประกอบย่อยของการประเมินค่าความเปลี่ยนแปลงระดับค่าย้อนกลับ (เช่น dx) |