Question:

The value of $\lim_{x \to 0} \frac{x^2 \sin^2 x}{x^2 - \sin^2 x}$ is:

Show Hint

Try using the Taylor series expansion for sin(x) or rearrange the expression to use standard limits like (x - sin x)/x^3.
Updated On: Apr 9, 2026
  • 2
  • 3
  • 4
  • 5
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

To evaluate this limit, we can use the Taylor series expansion of $\sin x$ around $x = 0$. The expansion is given by:
$$\sin x = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \dots = x - \frac{x^3}{6} + O(x^5)$$
We need the expression for $\sin^2 x$:
$$\sin^2 x = \left( x - \frac{x^3}{6} + \dots \right)^2 = x^2 - 2(x)(\frac{x^3}{6}) + O(x^6) = x^2 - \frac{x^4}{3} + O(x^6)$$
Now substitute this into the given limit expression:
$$\lim_{x \to 0} \frac{x^2 \sin^2 x}{x^2 - \sin^2 x} = \lim_{x \to 0} \frac{x^2 (x^2 - \frac{x^4}{3} + \dots)}{x^2 - (x^2 - \frac{x^4}{3} + \dots)}$$
$$\lim_{x \to 0} \frac{x^4 - \frac{x^6}{3} + \dots}{\frac{x^4}{3} - \dots}$$
Dividing both numerator and denominator by $x^4$:
$$\lim_{x \to 0} \frac{1 - \frac{x^2}{3} + \dots}{\frac{1}{3} - \dots} = \frac{1}{1/3} = 3$$
Note: Option 2 corresponds to the value 3.
Was this answer helpful?
0
0