$$\lim_\limits{x\to-1}\frac{\sqrt[3]{26-x}-\sqrt{8-x}}{3x^2+4x+1}$$
I was asked to solve this problem without using l'hopital's rule. Using Mathematica it shows that we should rationalize first but the algebra gets quite nasty near the end so I was wondering if there was a better way of approaching this problem...
$\frac {(26-x)^\frac 13 - (8-x)^\frac 12}{(3x + 1)(x+1)}$
We are going to multiply top and bottom by a factor that will clear out the fractional roots.
Note that:
$a^6 - b^6 = (a-b)(a^5+a^4b + a^3b^2 + a^2b^3 + ab^4 + b^5)$
Let $a = (26-x)^\frac 13$ Let $b = (8-x)^\frac 12$
$\frac {(a-b)(a^5+a^4b + a^3b^2 + a^2b^3 + ab^4 + b^5)}{(3x+1)(x+1)(a^5+a^4b + a^3b^2 + a^2b^3 + ab^4 + b^5)}\\ \frac {a^6-b^6}{(3x+1)(x+1)(a^5+a^4b + a^3b^2 + a^2b^3 + ab^4 + b^5)}\\ \frac {(26-x)^2 - (8-x)^3}{(3x+1)(x+1)(a^5+a^4b + a^3b^2 + a^2b^3 + ab^4 + b^5)}$
Lets multiply out and simplify the numerator. We will ignore the denominator for now.
$(26-x)^2 - (8-x)^3\\ 676 - 52x + x^2 - (512 - 192x + 24x^2 - x^3)\\ x^3 - 23x^2 +140x + 164$
We knew from the beginning that the numerator equaled zero when $x - 1$ Multiplying by our factor to rationalize the numerator doesn't change that. $(x+1)$ is a factor of the numerator.
$x^3 - 23x^2 +140x + 164 = (x+1)(x^2 - 24x + 164)$
$\lim_\limits{x\to-1}\frac {(x+1)(x^2 - 24x + 164)}{(3x+1)(x+1)(a^5+a^4b + a^3b^2 + a^2b^3 + ab^4 + b^5)}$
We can cancel the $x+1$ factor, and evaluate the rest at $x = -1.$ When $x = 1$ both $a$ and $b$ equal $3.$
$\frac {189}{(-2)(3^5)(6)} = -\frac {7}{108}$