We have the function
[tex]g(x)=\sqrt[3]{x+1}[/tex]and we would like to find the inverse of it.
To do this, first we change the name of the function to y (this way is more easy to manipulate the expression), then
[tex]y=\sqrt[3]{x+1}[/tex]Now we need to solve this equation for x, let's do this.
[tex]\begin{gathered} y=\sqrt[3]{x+1} \\ y^3=(\sqrt[3]{x+1})^3 \\ y^3=x+1 \\ x=y^3-1 \end{gathered}[/tex]Once we do this the x is the inverse function. Now we relabeled the variables, x would be g^(-1) and y will be x.
Therefore
[tex]g^{-1}(x)=x^3-1[/tex]To make sure we are right let's do the composition between the original function and its inverse (we know that the result should be the identity function).
[tex]\begin{gathered} (g\circ g^{-1})(x)=g(g^{-1}(x)) \\ =g(x^3-1) \\ =\sqrt[3]{x^3-1+1} \\ =\sqrt[3]{x^3} \\ =x \end{gathered}[/tex]since this holds, our solution is correct.