Explanation
The given limit is:
x→1limx(n+1)−1x(n2−1)−1
If we substitute x=1 directly, we get the indeterminate form 00. Therefore, we can apply L'Hôpital's Rule, which states that we can take the derivative of the numerator and the denominator separately with respect to x.
1. Differentiating the numerator and denominator:
x→1limdxd(x(n+1)−1)dxd(x(n2−1)−1)
2. Applying the power rule dxd(xk)=kxk−1:
x→1lim(n+1)x(n+1−1)(n2−1)x(n2−1−1)
x→1lim(n+1)xn(n2−1)xn2−2
3. Substituting x=1:
(n+1)(1)n(n2−1)(1)n2−2=n+1n2−1
4. Simplifying the expression:
Using the algebraic identity a2−b2=(a−b)(a+b), we can factor n2−1:
(n+1)(n−1)(n+1)
=n−1
Final Answer:
The correct option is (c) n−1.