So I was trying to evaluate the following limit:
$$f(x) = \lim \limits_{x\to 3} \frac{x^4 - 3x^3}{x^4-81}$$
To do so, you would need to factor the denominator to $(x^2+9)(x+3)(x-3)$ and cancel out $(x-3)$. If I wouldn't have seen it being factored this way, it would've been pretty difficult for me to factor the denominator in 3 terms. Is there a simple way/method to factor cases like that, that would work in most cases?
Thanks in advance!
One of my favored trick when I see a limit for $x\to a$ is to make $x=y+a$ and work the limit for $y\to 0$.
So, in your case $$\frac{x^4 - 3x^3}{x^4-81}=\frac{27 y+27 y^2+9 y^3+y^4}{108 y+54 y^2+12 y^3+y^4}\to \frac {27}{108}=\frac 14$$