1. Evaluate $\lim_{x \to 0} \frac{\sin(2x)}{\sin(3x)} \cdot \frac{x}{x}$. Which simplification strategy is most efficient?
- A.Factor both sines using the double-angle formula
- B.Rewrite as $\frac{\sin(2x)}{2x} \cdot \frac{3x}{\sin(3x)} \cdot \frac{2}{3}$ and apply the standard trig limit
- C.Use direct substitution since $\frac{x}{x} = 1$
- D.Apply the Squeeze Theorem to bound the ratio
View Answer
Answer: Rewrite as $\frac{\sin(2x)}{2x} \cdot \frac{3x}{\sin(3x)} \cdot \frac{2}{3}$ and apply the standard trig limit
Simplify the expression: Note $\frac{x}{x} = 1$ for $x \neq 0$, so the limit is $\lim_{x \to 0} \frac{\sin(2x)}{\sin(3x)}$, which is $\frac{0}{0}$. Why the correct strategy works: Rewriting: $\frac{\sin(2x)}{\sin(3x)} = \frac{\sin(2x)}{2x} \cdot \frac{3x}{\sin(3x)} \cdot \frac{2}{3}$. Each ratio approaches $1$, so the result is $\frac{2}{3}$. Why distractors fail: Option A: The double-angle formula applies to $\sin(2x)$ but doesn't simplify $\sin(3x)$ directly. Option C: Removing $x/x$ still leaves $\sin(2x)/\sin(3x)$, which is $0/0$. Option D: The Squeeze Theorem is unnecessarily complex here.