I've recently started learning calculus. Someone told me that some equations can be solved using derivatives. I was interested about that and I wanted to learn how to do that. As an example problem, I tried to solve an equation using derivatives. Here is the equation:
Problem: Solve for $x \in \mathbb R$: $$(x^3-4)^3=\left(\sqrt[3]{(x^2+4)^2}+4\right)^2.$$
(The problem is taken from this question, which was posted a few days ago. I answered the question with an algebraic solution and now I want to know about the solution which uses calculus.)
Here is my solution to the problem. I want to know whether my solution is correct or not and I also have some questions regarding the solution.
My solution:
It is easy to see that $x\geq \sqrt[3]4$ for equality. And we notice that $x=2$ is a solution.
Let $f(x)=(x^3-4)^3$ and $g(x)=\left(\sqrt[3]{(x^2+4)^2}+4\right)^2$ defined on $[\sqrt[3]4,+\infty)$. Then, $f'(x)=9x^2(x^3-4)^2$ and $$g'(x)=\frac{8x}{3}(\sqrt[3]{x^2+4})+\frac{8x}{3\sqrt[3]{x^2+4}}.$$ Clearly, $f'(x)>g'(x)$ in the interval.
The graph of $f$ is more increasing than $g$ after the equality. So, $f$ and $g$ is can't hold equality for $x>2$, which implies $x=2$ is the only solution to the equation.
The solution says there is no equality for $x>2$. But how to know there is no equality points in $[\sqrt[3]4,2)$? I need an explanation for that. (It would be easy for me if the answer is in terms of graphs of the functions as I don't know much calculus.)
And is this kind of solution to an equation suitable for contests i.e. olympiads (I want to know this because I participate in various contests.)?
Note: The above solution has some errors. I need to prove that $f(x)$ and $g(x)$ can't be equal except $x=2$. My workings are not correct as figured out in comments.