How to evaluate the following limit without using the L'Hôspital rule? $$ \lim_{x\to 1} \dfrac{\sin(3x^2 - 5x + 2)}{x^2+x-2} $$
2026-03-26 03:11:23.1774494683
Evaluating $\lim_{x\to 1} \dfrac{\sin(3x^2 - 5x + 2)}{x^2+x-2}$
161 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
using the fact that $\lim _{ x\rightarrow 0 }{ \frac { \sin { x } }{ x } } =1\\ $ we get $$\lim _{ x\rightarrow 1 }{ \frac { \sin { \left( 3{ x }^{ 2 }-5x+2 \right) } }{ { x }^{ 2 }+x-2 } } =\lim _{ x\rightarrow 1 }{ \frac { \sin { \left( 3{ x }^{ 2 }-5x+2 \right) } }{ 3{ x }^{ 2 }-5x+2 } \frac { 3{ x }^{ 2 }-5x+2 }{ { x }^{ 2 }+x-2 } } =\\ =\lim _{ x\rightarrow 1 }{ \frac { \left( x-1 \right) \left( 3x-2 \right) }{ \left( x+2 \right) \left( x-1 \right) } } =\frac { 1 }{ 3 } $$