how do i calculate this
lim_(x→-∞) ((x^4 +2x^2 +x−2)/(x^3 +2x^2 +x−1))
multiplying both numerator
and denumerator by (1/x^4 )
lim_(x→-∞) ((1+(2/x^2 )+(1/x^3 )−(2/x^4 ))/((1/x)+(2/x^2 )+(1/x^3 )−(1/x^4 )))
((1+0+0−0)/(0+0+0−0))
∞
which is not true the answer is -∞,
i tried multiplying (1/x^3 ) and got -∞
but still confused what did i do wrong
using (1/x^4 )
|