
David L. answered 08/29/22
Calculus Tutor and College Instructor
We want to find
lim{x → -1} (x6-1)/(x4-1)
First we try to plug in x=-1 into the expression to see what happens.
( (-1)6-1 ) / ( (-1)4-1 ) = 0/0
Since we get 0/0, this means we can try to simplify the expression, cancel some terms, and then try to plug in x=-1 again. We will factor the numerator and denominator using the difference of two squares
x6-1 = (x3-1)*(x3+1)
x4-1 = (x2-1)*(x2+1)
So the limit becomes
lim{x → -1} (x6-1)/(x4-1)
= lim{x → -1} ( (x3-1)*(x3+1) ) / ( (x2-1)*(x2+1) )
Next we use the difference of two cubes, the sum of two cubes, and difference of two squares formulas
x3-1 = (x-1)*(x2+x+1)
x3+1 = (x+1)*(x2-x+1)
x2-1 = (x-1)*(x+1)
So the limit becomes
lim{x → -1} (x6-1)/(x4-1)
= lim{x → -1} ( (x3-1)*(x3+1) ) / ( (x2-1)*(x2+1) )
= lim{x → -1} ( (x-1)*(x2+x+1)*(x+1)*(x2-x+1) ) / ( (x-1)*(x+1)*(x2+1) )
Next we can cancel both the (x-1) and (x+1) terms in the numerator and denominator
lim{x → -1} (x6-1)/(x4-1)
= lim{x → -1} ( (x3-1)*(x3+1) ) / ( (x2-1)*(x2+1) )
= lim{x → -1} ( (x-1)*(x2+x+1)*(x+1)*(x2-x+1) ) / ( (x-1)*(x+1)*(x2+1) )
= lim{x → -1} ( (x2+x+1)*(x2-x+1) ) / (x2+1)
Finally, try to plug in x=-1 to this simplified expression to see if the limit exists
( ((-1)2+(-1)+1)*((-1)2-(-1)+1) ) / ( (-1)2 + 1) = ((1)*(3))/2 = 3/2
Since we got a number for the limit, then the limit must be equal to 3/2