Evaluate: $$ \lim_{x\to0}\frac{\sqrt[5]{2x^2 + 10x + 1} - \sqrt[7]{x^2 + 10x + 1}}{x} $$
I want to find the limit above. So far it seems a good idea to rationalize the nominator in hope for $x$ to appear in the nominator so that it cancels out $x$ in the denominator.
I've been able to show that the limit is equal to $4\over 7$ by using L'Hospial's rule: $$ \lim_{x\to 0}f(x) = {1\over 5}\left(x^2 + 10 x + 1\right)^{-{4\over 5}}(4x + 10) - {1\over 7}\left(x^2 + 10x + 1\right)^{-{6\over 7}}(2x + 10) = {10\over 5} - {10\over 7} = {4\over 7} $$
How to find that limit without using derivatives, but rather rationalizing the nominator (or potentially using another approach, but also with no derivatived involved)?
Because $$\frac{\sqrt[5]{2x^2 + 10x + 1} - \sqrt[7]{x^2 + 10x + 1}}{x}=\frac{\sqrt[5]{2x^2 + 10x + 1}-1 - \left(\sqrt[7]{x^2 + 10x + 1}-1\right)}{x}=$$ $$=\tfrac{2x+10}{\left(\sqrt[5]{2x^2 + 10x + 1}\right)^4+\left(\sqrt[5]{2x^2 + 10x + 1}\right)^3+\left(\sqrt[5]{2x^2 + 10x + 1}\right)^2+\left(\sqrt[5]{2x^2 + 10x + 1}\right)+1}-$$ $$-\tfrac{x+10}{\sqrt[7]{(x^2 + 10x + 1)^6}+\sqrt[7]{(x^2 + 10x + 1)^5}+\sqrt[7]{(x^2 + 10x + 1)^4}+\sqrt[7]{(x^2 + 10x + 1)^3}+\sqrt[7]{(x^2 + 10x + 1)^2}+\sqrt[7]{x^2 + 10x + 1}+1}\rightarrow$$ $$\rightarrow\frac{10}{5}-\frac{10}{7}=\frac{4}{7}.$$