Solving Limit Without L'Hospital's Rule

  • Thread starter Thread starter chislam
  • Start date Start date
  • Tags Tags
    Limit
chislam
Messages
79
Reaction score
0
I was working out a limit problem and even though I solved it using L'hospital's rule, I do not know how to solve it another way which was probably the intended way. Here's the limit:

\lim_{x\rightarrow2} \frac{x^4 - x^3 + x^2 - 4x - 4}{2x^2 - 5x + 2}

So I used L'hospital's rule and got 20/3 but I want to know another method.

Thanks
 
Physics news on Phys.org
The numerator and denominator have a common factor of (x-2) that is causing it to have a 0/0 form. If you cancel out that common factor, you can just put x=2.
 
Yeah I figured that was the case, but I wasn't able to factor it out in the numerator.
 
Just do polynomial division of (x-2) into the numerator. You know you'll get zero remainder, right?
 
Doh! Lol, I completely forgot about synthetic division.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top