Functions Review
Inverse Functions
Find the inverse of f(x) = 2x + 3 by swapping x and y and solving, then verify the composition f(f⁻¹(x)) = x.
Verify: f(f⁻¹(x)) = m · ((x - b)/m) + b = (x - b) + b = x. Example: f(x) = 2x + 3. Swap: x = 2y + 3. Solve: y = (x - 3)/2. So f⁻¹(x) = (x - 3)/2. Check: 2·((x-3)/2)+3 = x.
Example
inverse-functions
To find the inverse of a linear function f(x) = mx + b: Step 1: Write y = mx + b. Step 2: Swap x and y: x = my + b. Step 3: Solve for y: y = (x - b) / m. Step 4: Write f⁻¹(x) = (x - b) / m.