to find inverse
replace f(x) with y
solve for x
switch x and y and replace y with f(x)inverse or f⁻¹(x)
y=2^(3x)+1
subtract 1
y-1=2^(3x)
take log base 2 of both sides
log₂(y-1)=log₂(2^(3x))
move exponent (2x) to front
log₂(y-1)=3xlog₂(2)
remember that logₓ(x)=1 so
log₂(y-1)=3x(1)
log₂(y-1)=3x
divide both sides by 3

=x
switch x and y and replace y with f⁻¹(x)
f⁻¹(x)=
