$$\int \sqrt[3]{1+ \sqrt[4]x}dx $$
My attempt requires two substitutions, I was wondering if there's any other way of solving this, including hopefully an elegant trig sub
let $x=u^4$ so we now have
$$\int 4u^3 \sqrt[3]{1+u } du $$
now , again let $1+u= z^3$
so we have $$12\int z^2(z)(z^3-1)^3dz$$
Which is
$12(\frac{z^{13}}{13} - \frac{3z^{10}}{10}+\frac{3z^7}{7} -\frac{z^4}{4} +1)$
which is an elementary , albeit lengthy integral , however, as mentioned earlier, I was wondering if there's any other way of solving this
Source :- A problem book in mathematical analysis
Let, $$ \sqrt[3]{1+ \sqrt[4]x}=u $$ and then $$ x=(u^3-1)^4.$$ So, $$\begin{eqnarray} &&\int \sqrt[3]{1+ \sqrt[4]x}dx=\int u\cdot4(u^3-1)^3\cdot3u^2du\\ &=&12\int u^3(u^3-1)^3du=\int(u^{12}-3u^9+3u^6-u^3)du\\ &=&\frac{12}{13}u^{13}-\frac{18}{5}u^{10}+\frac{36}7u^7-3u^4+C\\ &=&\frac{12}{13}\left(\sqrt[3]{1+ \sqrt[4]x}\right)^{13}-\frac{18}{5}\left(\sqrt[3]{1+ \sqrt[4]x}\right)^{10}+\frac{36}7\left(\sqrt[3]{1+ \sqrt[4]x}\right)^7-3\left(\sqrt[3]{1+ \sqrt[4]x}\right)^4+C. \end{eqnarray}$$