I want to calculate the following limit:
$\lim_{x\to0}\frac{\sqrt[3]{1+x^2}-\sqrt[4]{1-2x}}{x+x^3}$ without the l'Hôpital rule.
This limit can be found in Kitchen's book Calculus of one Variable, exercise 5t), section 3-5, during that section the book has substitution techniques and rationalization, but the latter is only done when both roots are square roots, so if there is a specific factorization that works, I also would thank how to find it.
By now i have tried the substitution $u=1+x^2$ and $u=1-x$, but none has got me anywhere.
Outline of Strategy: Write $\sqrt[3]{1+x^2} - \sqrt[4]{1-2x}= \sqrt[3]{1+x^2} - 1 + 1 - \sqrt[4]{1-2x}= \dfrac{x^2}{....}+ \dfrac{2x}{...}= x\left(\dfrac{1}{...}+\dfrac{2x}{...}\right)$, and for the denominator: $x+x^3 = x(1+x^2)$. Then the $x$ got canceled out and you can plug $x = 0$ into the expression to get the limit. You no longer have the indeterminate form. Note that the first part uses $a - b = \dfrac{a^3 - b^3}{a^2+ab+b^2}$,and the second part uses $a - b = \dfrac{a^4 - b^4}{a^3 + a^2b+ ab^2 + b^3}$.