Evaluate $\;\lim\limits_{x\to 1} \cfrac{x^{P+1} - x(P+1) + P}{(x-1)^2} $.
The reason why I've mentioned for help in evaluating the given limit without using L'H rule is that I've already solved it using L'H rule twice (shown below) but I'm actually looking for an alter method for this question, that is without using L'H rule. Just as a curiosity to solve it in multiple ways.
Using L'H rule, this is what I've done:
$$\begin{align} & \lim_{x\to 1} \cfrac{(P+1)x^P - (P+1)}{2(x-1)} \tag{1}\\ &\lim_{x\to 1} \cfrac{P(P+1)x^{P-1}}{2} \tag{2} \\ \implies &\lim_{x\to 1} \cfrac{x^{P+1} - x(P+1) + P}{(x-1)^2}= \cfrac{P(P+1)}{2}\end{align}$$
I've used L'H rule twice here, in steps (1) and (2).
The above work was just to show what I've tried yet. I'm not sure how to move forward without using L'H rule. Any help will be greatly appreciated.
Set $y=x-1$, so we're dealing with $$ \lim_{y\to 0} \frac{(1+y)^{P+1}-(1+y)(P+1)+P}{y^2} = \lim_{y\to 0} \frac{(1+y)^{P+1}-1-(P+1)y}{y^2} $$ Now, the binomial theorem says $$ (1+y)^{P+1} = 1 + (P+1)y + \frac{P(P+1)}{2}y^2 + O(y^3), $$ and so on.