Find the inverse of the function $f(x) = -2 \cdot4^{2(x-3)} - 1$.
2026-03-29 05:42:28.1774762948
On
Find the inverse of the function
49 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
3
On
The inverse of a function is found by substituting y for x and vice versa. So, we alter our equation to look like this:
$x = -2 * 4^{2(y-3)} - 1$
and solve for y.
$x + 1 = -2 * 4^{2(y-3)}$
$\frac{x + 1}{-2} = 4^{2(y-3)}$
$log_{4}(\frac{x + 1}{-2}) = 2(y-3)$
$\frac{log_{4}(\frac{x + 1}{-2})}{2} = y - 3$
$y = \frac{log_{4}(\frac{x + 1}{-2})}{2} + 3$
Therefore, $f(x)^{-1} = \frac{log_{4}(\frac{x + 1}{-2})}{2} + 3$
Hint
Try to express $x$ with $y$ and you find
$$y=f(x)=-2\cdot4^{2(x-3)}-1\iff x=\frac12\log_4\left(-\frac{y+1}2\right)+3$$