How can I solve this without using the L'Hôpital's Rule?

101 Views Asked by At

$$\large\lim_{x\to -\frac{3}{2}} \frac{2x^2+5x+3}{|2x+3|}$$

How can I compute this without using L'Hôpital's Rule?

2

There are 2 best solutions below

2
On

$$2x^2+5x+3=(2x+3)(x+1)$$

Now for real $y,\; |y|=\begin{cases} y &\mbox{if } y\ge0 \\ -y & \mbox{if } y<0\end{cases}$

Observe that the left & the right limits are different, hence the limit does not exist

0
On

Since $$\large\lim_{x\to -\frac{3}{2}^+} \frac{2x^2+5x+3}{|2x+3|}=\large\lim_{x\to -\frac{3}{2}^+} \frac{2x^2+5x+3}{2x+3}=\large\lim_{x\to -\frac{3}{2}^+} x+1=-\frac12.$$

and $$\large\lim_{x\to -\frac{3}{2}^-} \frac{2x^2+5x+3}{|2x+3|}=\large\lim_{x\to -\frac{3}{2}^-} - \frac{2x^2+5x+3}{2x+3}=\large\lim_{x\to -\frac{3}{2}^-} -( x+1)=\frac12.$$

We can conclude this limit doesn't exist!