We are given the function \( f(x) = 3x - 4 \). To find the inverse \( f^{-1}(x) \), we will follow these steps:
1. Replace \( f(x) \) with \( y \):
\[
y = 3x - 4
\]
2. Solve for \( x \) in terms of \( y \):
\[
y + 4 = 3x
\]
\[
x = \frac{y+4}{3}
\]
3. Now, replace \( y \) with \( x \) to get the inverse function:
\[
f^{-1}(x) = \frac{x + 4}{3}
\]
Thus, the inverse function is \( f^{-1}(x) = \frac{1}{3}(x + 4) \).