To find the inverse of the function f(x) = 2x + 1, we follow a systematic approach:
- Replace f(x) with y:
Start by rewriting the function as y = 2x + 1. - Swap the variables:
To find the inverse, we switch x and y. This gives us: - x = 2y + 1
- Solve for y:
Now, we need to isolate y. Start by subtracting 1 from both sides: - x – 1 = 2y
- Next, divide both sides by 2:
- y = (x – 1) / 2
- So, the inverse function:
The inverse function is therefore: - f-1(x) = (x – 1)/2
In summary, the inverse of the function f(x) = 2x + 1 is f-1(x) = (x – 1)/2. This means that if you take an output from the original function and apply the inverse function, you will get back the original input.