$$\lim_{x\to2}\frac{\sqrt[4]{x}-\sqrt[4]{2}}{\sqrt[3]{x}-\sqrt[3]{2}}$$
Using L'Hopital's rule the simplified form of the above limit is found to be $\frac{3}{4\sqrt[12]{2}}$
However, is it possible to simplify it without using derivatives? Trying to rationalize the denominator using difference of cubes leads to:
Let $a=\sqrt[12]{x}$ and $b=\sqrt[12]{2}$.
$$\lim_{x\to2}\frac{\sqrt[4]{x}-\sqrt[4]{2}}{\sqrt[3]{x}-\sqrt[3]{2}}=\lim_{a\to b}\frac{a^3-b^3}{a^4-b^4}=\lim_{a\to b}\frac{(a-b)(a^2+ab+b^2)}{(a-b)(a+b)(a^2+b^2)}=\lim_{a\to b}\frac{a^2+ab+b^2}{(a+b)(a^2+b^2)}.$$ Can you take it from here?