อินเวอร์สของฟังก์ชัน (Inverse of a Function) หรือ ฟังก์ชันผกผัน เขียนแทนด้วย $f^{-1}$ คือกระบวนการย้อนกลับการทำงานของฟังก์ชันเดิม กล่าวคือ หากฟังก์ชัน $f$ ทำหน้าที่ส่งค่าจาก $x$ ไปหา $y$ ฟังก์ชันอินเวอร์ส $f^{-1}$ จะทำหน้าที่ส่งค่าจาก $y$ กลับมาหา $x$ โดยการสลับที่ระหว่าง โดเมน (Domain) และ เรนจ์ (Range) นั่นเอง
The Inverse of a Function, denoted as $f^{-1}$, is a process that reverses the action of the original function. If a function $f$ maps $x$ to $y$, its inverse $f^{-1}$ maps $y$ back to $x$. This is essentially done by swapping the Domain and Range.
📍 การหาอินเวอร์สจากคู่อันดับและกราฟ 📍 Finding Inverse from Ordered Pairs & Graphs
หลักการที่ง่ายที่สุดในการหาอินเวอร์สคือ "การสลับที่สมาชิก" ในแต่ละคู่อันดับจาก
$(x, y)$ ให้กลายเป็น $(y, x)$
ส่วนในเชิงกราฟ กราฟของอินเวอร์สจะเกิดจาก การสะท้อน (Reflection)
กราฟเดิมโดยมีเส้นตรง $y = x$ เป็นแกนสมมาตร
The simplest principle to find an inverse is "Swapping the elements" of each
ordered pair from $(x, y)$ to $(y, x)$.
Graphically, the inverse graph is a Reflection of the original graph across the
line $y = x$.
กำหนดฟังก์ชันแบบแจกแจงสมาชิก $f = \{(1, 2), (3, 4), (5, 6)\}$ จงหา $f^{-1}$
สลับตำแหน่งสมาชิกตัวหน้าและตัวหลังในทุกคู่อันดับ
Given the function $f = \{(1, 2), (3, 4), (5, 6)\}$, find $f^{-1}$.
Swap the first and second elements in every ordered pair.
กำหนดความสัมพันธ์ $r = \{(x, y) \mid y = 2x - 1\}$ จงหา $r^{-1}$ แบบบอกเงื่อนไข
สลับตัวแปร $x$ และ $y$ ในเงื่อนไขของเซต
*หมายเหตุ: นิยมจัดรูปสมการใหม่ให้อยู่ในรูป $y = \dots$ (ดูต่อในหัวข้อที่ 2)
Given the relation $r = \{(x, y) \mid y = 2x - 1\}$, find $r^{-1}$ in set-builder notation.
Swap the variables $x$ and $y$ in the condition.
*Note: It is customary to rearrange the equation to $y = \dots$ (See Section 2).
ถ้าทราบว่ากราฟของฟังก์ชัน $f$ ผ่านจุด $(4, -7)$ จุดใดจะต้องอยู่บนกราฟของ $f^{-1}$ อย่างแน่นอน?
If the graph of function $f$ passes through the point $(4, -7)$, which point must be on the graph of $f^{-1}$?
กำหนดฟังก์ชัน $f$ ซึ่ง $f(5) = 12$ จงหาค่าของ $f^{-1}(12)$
Given a function $f$ where $f(5) = 12$, find the value of $f^{-1}(12)$.
กำหนดให้ $f = \{(-1, 3), (2, 3), (4, 5)\}$ จงหา $f^{-1}$ และตรวจสอบว่า $f^{-1}$ เป็นฟังก์ชันหรือไม่?
Given $f = \{(-1, 3), (2, 3), (4, 5)\}$, find $f^{-1}$ and determine if $f^{-1}$ is a function.
กำหนดความสัมพันธ์ $r = \{(1, 2), (2, 5), (3, 10), (4, 17)\}$ จงหาโดเมนและเรนจ์ของ $r^{-1}$
Given the relation $r = \{(1, 2), (2, 5), (3, 10), (4, 17)\}$, find the domain and range of $r^{-1}$.
กำหนดจุด $(a, 3)$ อยู่บนกราฟของฟังก์ชัน $f$ และจุด $(3, 5)$ อยู่บนกราฟของ $f^{-1}$ จงหาค่า $a$
Given that the point $(a, 3)$ lies on the graph of function $f$ and $(3, 5)$ lies on the graph of $f^{-1}$, find the value of $a$.
กราฟของความสัมพันธ์ $r = \{(x, y) \mid y = x^2\}$ มีอินเวอร์สเป็นฟังก์ชันหรือไม่?
Does the relation $r = \{(x, y) \mid y = x^2\}$ have an inverse that is a function?
📝 การหาอินเวอร์สจากสมการ 📝 Finding Inverse from Equations
การหาอินเวอร์สจากฟังก์ชันที่อยู่ในรูปสมการ $y = f(x)$ มีขั้นตอนมาตรฐานดังนี้:
- เปลี่ยนสัญลักษณ์ $f(x)$ ให้เป็น $y$ เพื่อความสะดวกในการคำนวณ
- สลับตัวแปร: เปลี่ยน $x$ เป็น $y$ และเปลี่ยน $y$ เป็น $x$
- จัดรูปสมการ: แก้สมการเพื่อจัดให้อยู่ในรูป $y$ ในเทอมของ $x$ ($y = \dots$)
- เปลี่ยนสัญลักษณ์ $y$ ที่ได้ในขั้นตอนสุดท้ายเป็น $f^{-1}(x)$
Finding the inverse of a function given by an equation $y = f(x)$ involves these standard steps:
- Replace $f(x)$ with $y$ for ease of calculation.
- Swap variables: Replace $x$ with $y$ and replace $y$ with $x$.
- Solve for y: Rearrange the equation to isolate $y$ in terms of $x$ ($y = \dots$).
- Replace $y$ with $f^{-1}(x)$ in the final step.
จงหาอินเวอร์สของฟังก์ชัน $f(x) = 3x - 4$
Find the inverse of the function $f(x) = 3x - 4$.
จงหาอินเวอร์สของฟังก์ชัน $\displaystyle f(x) = \frac{2x+1}{x-3}$
Find the inverse of the function $\displaystyle f(x) = \frac{2x+1}{x-3}$.
จงหาอินเวอร์สของฟังก์ชัน $f(x) = 2x^3 + 5$
Find the inverse of the function $f(x) = 2x^3 + 5$.
จงหาอินเวอร์สของฟังก์ชัน $f(x) = \sqrt{x-2} + 3$
ระวังโดเมนและเรนจ์: ฟังก์ชันเดิมมี $y \ge 3$ ดังนั้นอินเวอร์สจะต้องมี $x \ge 3$
Find the inverse of the function $f(x) = \sqrt{x-2} + 3$.
Watch the domain and range: Original has $y \ge 3$, so the inverse must have $x \ge 3$.
จงหาอินเวอร์สของ $f(x) = x^2 - 4$ เมื่อกำหนดโดเมน $x \ge 0$
ฟังก์ชันกำลังสองจะเป็นฟังก์ชัน 1-1 ก็ต่อเมื่อมีการจำกัดโดเมน
เนื่องจากมีเงื่อนไข $y \ge 0$ เราจึงเลือกเฉพาะค่าบวก
Find the inverse of $f(x) = x^2 - 4$ given the domain $x \ge 0$.
A quadratic function is 1-to-1 only if its domain is restricted.
Because of the condition $y \ge 0$, we only choose the positive root.
จงหาอินเวอร์สของฟังก์ชัน $\displaystyle f(x) = \frac{4}{x-1}$ เมื่อ $x \neq 1$
Find the inverse of the function $\displaystyle f(x) = \frac{4}{x-1}$ where $x \neq 1$.
จงหาอินเวอร์สของฟังก์ชัน $f(x) = \sqrt[5]{2x - 3}$
Find the inverse of the function $f(x) = \sqrt[5]{2x - 3}$.
จงหาอินเวอร์สของฟังก์ชัน $f(x) = -(x-2)^2 + 1$ เมื่อโดเมนคือ $x \le 2$
ระวังโดเมนและเรนจ์: จาก $x \le 2$ จะได้ $(x-2) \le 0$ และ $y \le 1$
เนื่องจากมีเงื่อนไข $y \le 2$ จะได้ $y-2 \le 0$ เราจึงเลือกค่ารากที่เป็นลบ
Find the inverse of the function $f(x) = -(x-2)^2 + 1$ when the domain is $x \le 2$.
Note domain and range: From $x \le 2$, we get $(x-2) \le 0$ and $y \le 1$.
Since $y \le 2$ implies $y-2 \le 0$, we choose the negative root.
จงหาอินเวอร์สของฟังก์ชัน $\displaystyle f(x) = \frac{3x - 2}{5x + 4}$ เมื่อ $x \neq -\frac{4}{5}$
Find the inverse of the function $\displaystyle f(x) = \frac{3x - 2}{5x + 4}$ where $x \neq -\frac{4}{5}$.
จงหาอินเวอร์สของฟังก์ชัน $f(x) = x|x|$ สำหรับทุกจำนวนจริง $x$
แยกพิจารณาตามเครื่องหมายของ $x$
สลับตัวแปรและหาค่าอินเวอร์สทีละกรณี:
Find the inverse of the function $f(x) = x|x|$ for all real numbers $x$.
Analyze based on the sign of $x$.
Swap variables and solve for $y$ in each case:
⚙️ สมบัติที่สำคัญของฟังก์ชันอินเวอร์ส ⚙️ Important Properties of Inverse Functions
สมบัติเหล่านี้ช่วยในการตรวจสอบความถูกต้องและลดขั้นตอนการคำนวณที่ซับซ้อนได้:
- การสลับโดเมนและเรนจ์: $D_{f^{-1}} = R_f$ และ $R_{f^{-1}} = D_f$
- คุณสมบัติการหักล้าง (Composition): $f(f^{-1}(x)) = x$ และ $f^{-1}(f(x)) = x$ (ฟังก์ชันประกอบกับอินเวอร์สของตัวเอง จะได้ค่าเริ่มต้นกลับมาเสมอ)
- อินเวอร์สซ้อนทับ: $(f^{-1})^{-1}(x) = f(x)$
- เงื่อนไขการมีอินเวอร์ส: ฟังก์ชัน $f$ จะมีอินเวอร์สที่เป็น "ฟังก์ชัน" ได้ ก็ต่อเมื่อ $f$ เป็น ฟังก์ชัน 1-1 (One-to-One Function) เท่านั้น
These properties help verify answers and simplify complex calculations:
- Domain/Range Swap: $D_{f^{-1}} = R_f$ and $R_{f^{-1}} = D_f$
- Cancellation Property (Composition): $f(f^{-1}(x)) = x$ and $f^{-1}(f(x)) = x$ (A function composed with its inverse always yields the original input).
- Double Inverse: $(f^{-1})^{-1}(x) = f(x)$
- Existence Condition: A function $f$ has an inverse that is a "function" if and only if $f$ is a One-to-One Function (1-1).
ถ้าฟังก์ชัน $f$ มีโดเมนคือ $[-2, 5]$ และมีเรนจ์คือ $(0, \infty)$ จงหาโดเมนและเรนจ์ของ $f^{-1}$
If function $f$ has domain $[-2, 5]$ and range $(0, \infty)$, find the domain and range of $f^{-1}$.
กำหนดให้ $\displaystyle f(x) = \frac{x+1}{2}$ และ $\displaystyle f^{-1}(x) = 2x-1$ จงแสดงให้เห็นว่า $f(f^{-1}(x)) = x$
Given $\displaystyle f(x) = \frac{x+1}{2}$ and $\displaystyle f^{-1}(x) = 2x-1$, show that $f(f^{-1}(x)) = x$.
กำหนดฟังก์ชัน $g(x) = x^3 + 5x^2 - 7x + 2$ จงหาค่าของ $g^{-1}(g(15))$
ใช้สมบัติหักล้าง ไม่จำเป็นต้องหาอินเวอร์สให้เสียเวลา!
Given $g(x) = x^3 + 5x^2 - 7x + 2$, find the value of $g^{-1}(g(15))$.
Use the cancellation property. No need to actually find the inverse!
กำหนดให้ $h(x) = x^3 + x$ จงหาค่าของ $h^{-1}(2)$
การหา $h^{-1}(2)$ หมายถึงการหาว่า $x$ มีค่าเท่าใด ที่ทำให้ $h(x) = 2$
Given $h(x) = x^3 + x$, find the value of $h^{-1}(2)$.
Finding $h^{-1}(2)$ means finding the $x$ that makes $h(x) = 2$.
พิจารณาฟังก์ชัน $f(x) = |x|$ ฟังก์ชันนี้มีอินเวอร์สที่เป็นฟังก์ชันหรือไม่?
Consider the function $f(x) = |x|$. Does this function have an inverse that is a function?
กำหนดให้ $f(x) = 2x$ และ $g(x) = x + 3$ จงหาฟังก์ชัน $(f \circ g)^{-1}(x)$
ใช้สมบัติการสลับลำดับอินเวอร์สของฟังก์ชันประกอบ: $(f \circ g)^{-1} = g^{-1} \circ f^{-1}$
Given $f(x) = 2x$ and $g(x) = x + 3$, find the function $(f \circ g)^{-1}(x)$.
Use the property of composite inverses: $(f \circ g)^{-1} = g^{-1} \circ f^{-1}$.
กำหนดฟังก์ชัน $f(x) = 3x - 1$ และ $g(x) = x^3 + 2$ จงหาค่าของ $(g \circ f^{-1})(5)$
Given the functions $f(x) = 3x - 1$ and $g(x) = x^3 + 2$, find the value of $(g \circ f^{-1})(5)$.
พิสูจน์ว่าฟังก์ชัน $\displaystyle f(x) = \frac{x+2}{x-1}$ เมื่อ $x \neq 1$ เป็นฟังก์ชันที่เป็นอินเวอร์สของตัวเองหรือไม่
ตรวจสอบโดยแสดงให้เห็นว่า $f(f(x)) = x$
Prove whether the function $\displaystyle f(x) = \frac{x+2}{x-1}$ where $x \neq 1$ is a self-inverse function.
Verify by showing that $f(f(x)) = x$.
กำหนดให้ $f(2x + 3) = 6x - 1$ จงหาค่าของ $f^{-1}(5)$
ใช้สมบัติ $f(A) = B \iff f^{-1}(B) = A$
Given $f(2x + 3) = 6x - 1$, find the value of $f^{-1}(5)$.
Use the property $f(A) = B \iff f^{-1}(B) = A$.
กำหนดฟังก์ชันเพิ่มอย่างเข้มงวด $f(x) = x^3 - 2x^2 + 2x$ จงหาจุดตัดทั้งหมดของกราฟ $y = f(x)$ และ $y = f^{-1}(x)$
เนื่องจาก $f$ เป็นฟังก์ชันเพิ่มขึ้นอย่างเข้มงวด จุดตัดทั้งหมดของ $f$ และ $f^{-1}$ จะเกิดบนเส้นตรง $y = x$ เสมอ
Given the strictly increasing function $f(x) = x^3 - 2x^2 + 2x$, find all intersection points of the graphs of $y = f(x)$ and $y = f^{-1}(x)$.
Since $f$ is strictly increasing, the intersection points must lie on the line $y = x$.
คำศัพท์ที่น่าสนใจ Key Vocabulary
คำศัพท์คณิตศาสตร์ภาษาอังกฤษที่เกี่ยวข้องกับเรื่องฟังก์ชัน
| คำศัพท์ | รากศัพท์ / Prefix | ความหมาย / Meaning |
|---|---|---|
| Inverse | in- (in, towards) + vertere (to turn) | อินเวอร์ส / ผกผัน · การกระทำย้อนกลับ การพลิกกลับด้าน |
| Function | functio (performance, execution) | ฟังก์ชัน · ความสัมพันธ์ที่สมาชิกโดเมนแต่ละตัว จับคู่กับเรนจ์ได้เพียงตัวเดียว |
| Domain | dominium (property, right of ownership) | โดเมน · เซตของสมาชิกตัวหน้า (ค่า x) ทั้งหมดของฟังก์ชัน |
| Range | renger (to put in a row) | เรนจ์ · เซตของสมาชิกตัวหลัง (ค่า y) ทั้งหมดของฟังก์ชัน |
| One-to-One (1-1) | - | ฟังก์ชันหนึ่งต่อหนึ่ง · ฟังก์ชันที่ค่า y แต่ละค่า มาจากค่า x เพียงค่าเดียวเท่านั้น |