How to solve limit of this function?

2.1k Views Asked by At

$\lim_{x\to 1} \frac{x^2 -3x+2}{(x^3-2x^2+x)^2} $

I have tried: 1) substitution of $x$ by $1+\epsilon$(this gets long) 2) factorizing and simplifying

I have to be rigorous and not supposed to use L'Hopital

3

There are 3 best solutions below

2
On BEST ANSWER

It's $$\lim_{x\rightarrow1^+}\frac{(x-1)(x-2)}{x^2(x-1)^4}=\lim_{x\rightarrow1^+}\frac{x-2}{x^2(x-1)^3}=-\infty$$ and it's $$\lim_{x\rightarrow1^-}\frac{(x-1)(x-2)}{x^2(x-1)^4}=\lim_{x\rightarrow1^-}\frac{x-2}{x^2(x-1)^3}=+\infty$$

0
On

Hint: $$\frac{x^2-3x+2} {(x^3-2x^2+x)^2} = \frac{(x-1)(x-2)}{(x (x-1)^2)^2} = \frac {x-2} {x^4(x-1)}$$

Thus the limit is determined by the behaviour of $\frac 1 {x-1}$ near $1$, which in turn is determined by the behaviour of $\frac 1 x$ near $0$.

0
On

In $\lim_{x\to 1} \frac{x^2 -3x+2}{(x^3-2x^2+x)^2} $, let $x = y+1$.

Then

$\begin{array}\\ \frac{x^2 -3x+2}{(x^3-2x^2+x)^2} &=\frac{y(y-1)}{(y+1)^2(x^2-2x+1)^2}\\ &=\frac{y(y-1)}{(y+1)^2((x-1)^2)^2}\\ &=\frac{y(y-1)}{(y+1)^2y^4}\\ &=\frac{y-1}{(y+1)^2y^3}\\ \end{array} $

so the limit is $\pm\infty$ depending how $y \to 0$.