I'm trying to prove that my function is invertible. The function is:
f(x) = 4x-9 when x > 3
I have drawn the graph and know that its "flipped" version is its invertible function.
The inverse function of:
f(x) = 4x-9 when x > 3
I would assume is:
f^−1(x) = x/4 + 3 when x > 3
The graph makes clear that an inverse exists and for $y$ you must discern the cases $y<4$, $4\leq y\leq 6$ and $y>6$.
Switching the roles of $x$ and $y$ we arrive at inversion:
$g\left(x\right)=\begin{cases} \frac{1}{4}x+2 & \text{if }x<4\\ 12-\frac{3}{2}x & \text{if }4\leq x\leq6\\ \frac{1}{4}x+\frac{9}{2} & \text{if }x>6 \end{cases}$
This was done on base of the graph, but a formal proof that $f$ and $g$ are indeed inverses of each other can now be given by showing that the compositions $f\circ g$ and $g\circ f$ both coincide with the identity function on $\mathbb R$.