Thanks to all who shared their thoughts with us in this thread.
Now without any further ado, here is my solution to this problem...
From the given equation, we raise both sides to the 15th power and get:
$$\sqrt[5]{x^3+2x}=\sqrt[3]{x^5-2x}$$
$$(x^3+2x)^3=(x^5-2x)^5$$
We then factor out the common factor from both sides of the equation and simplify:
$$(x^2+2)^3=x^2(x^4-2)^5$$
If we let $$k=x^2$$, the above equation becomes $$(k+2)^3=k(k^2-2)^5$$.
My first instinct when I saw this form of equation was to relate the LHS of the equation as the product of two factors, i.e. $$a=b(c)$$ and hoped that if $$a=b$$ then $$c=1$$...thus, we try to algebraically modify the RHS of the equation and the best plan is to transfrom the RHS of the equation be the product of something raised to the third power and some other factor. Let's see...
$$(k+2)^3=k(k^2-2)^5$$
$$(k+2)^3=\frac{k^2}{k^2}\left(k(k^2-2)^3(k^2-2)^2\right)$$
$$(k+2)^3=k^3(k^2-2)^3\left(\frac{k^2-2}{k}\right)^2$$
$$(k+2)^3=(k(k^2-2))^3\left(\frac{k^2-2}{k}\right)^2$$
Now, let $$ k+2=k(k^2-2)$$ and we should expect to find such a solution where when $$ k+2=k(k^2-2)$$ is true for some k values, and when we substitute those k value(s) to other expression, we will end up with $$\left(\frac{k^2-2}{k}\right)^2=1$$.
We solve the equation $$ k+2=k(k^2-2)$$ by trial and error method and obtain:
$$ k^3-3k-2=0$$
$$ (k+1)^2(k-2)=0$$
Thus, $$k=-1$$ or $$k=2$$ but $$k=x^2(\ge0)$$, we then eliminate $$k=-1$$ as one of the solutions to this problem.
In order to tell if $$k=2$$ is the solution to the equation $$(k+2)^3=(k(k^2-2))^3\left(\frac{k^2-2}{k}\right)^2$$, we still need to substitute $$k=2$$ into another factor of the RHS's expression and make sure we gotten 1 from it.
So, when $$k=2$$, we see that $$ \left(\frac{k^2-2}{k}\right)^2=\left(\frac{2^2-2}{2}\right)^2=(1)^2=1$$ which proves that $$k=x^2=2$$ or $$x=\pm \sqrt{2}$$ are the solutions to the original radical equation. Also, observe that x=0 is another solution to the equation
$$\sqrt[5]{x^3+2x}=\sqrt[3]{x^5-2x}$$ as well.By combining all the x values that we found, the solutions to this problem are $$x=0$$ and $$x=\pm \sqrt{2}$$.