Question
Question: $\lim_{x \to 1} (\frac{1}{1-x} - \frac{3}{1-x^3})$ is equal to:...
limx→1(1−x1−1−x33) is equal to:

-1
0
1
D.N.E.
-1
Solution
To evaluate the limit limx→1(1−x1−1−x33), we first combine the two fractions into a single one.
Step 1: Combine the fractions. The common denominator for (1−x) and (1−x3) is (1−x3), since 1−x3=(1−x)(1+x+x2). 1−x1−1−x33=(1−x)(1+x+x2)1(1+x+x2)−(1−x)(1+x+x2)3 =(1−x)(1+x+x2)1+x+x2−3 =(1−x)(1+x+x2)x2+x−2
Step 2: Factor the numerator. The numerator is a quadratic expression x2+x−2. We look for two numbers that multiply to -2 and add to 1. These numbers are 2 and -1. So, x2+x−2=(x+2)(x−1).
Step 3: Substitute the factored numerator and simplify. Substitute the factored numerator back into the expression: (1−x)(1+x+x2)(x+2)(x−1) We notice that (x−1)=−(1−x). Substitute this into the expression: (1−x)(1+x+x2)(x+2)(−(1−x)) For x=1, we can cancel the term (1−x) from the numerator and the denominator: =1+x+x2−(x+2)
Step 4: Evaluate the limit. Now, we can evaluate the limit by substituting x=1 into the simplified expression, as the denominator 1+x+x2 is not zero at x=1 (it becomes 1+1+12=3). limx→11+x+x2−(x+2)=1+1+12−(1+2) =3−3 =−1
Alternative Method: Using L'Hopital's Rule After combining the fractions, we got the form 1−x3x2+x−2. When x=1, the numerator is 12+1−2=0 and the denominator is 1−13=0. This is an indeterminate form 00, so we can apply L'Hopital's Rule. Let f(x)=x2+x−2 and g(x)=1−x3. Then f′(x)=2x+1 and g′(x)=−3x2. limx→1g′(x)f′(x)=limx→1−3x22x+1 Substitute x=1: =−3(1)22(1)+1=−33=−1
Both methods yield the same result.