How do you evaluate $$\lim_{x \to 0} \frac{2 - \cos(3x) - \cos(4x)}{x}?$$ I have looked at this problem for a while and cannot think of a way of algebraically determining this limit although I know one must exist.
2026-05-15 20:55:31.1778878531
On
Evaluate $\lim_{x \to 0} \frac{2 - \cos(3x) - \cos(4x)}{x}$
2.9k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
6
On
Define $f\colon \mathbb R \to\mathbb R, x\mapsto \cos(3x)+\cos(4x)$ and note that $$\begin{align} \lim \limits_{x\to 0}\left(\dfrac{\cos(3x)+\cos(4x)-2}{x}\right)&=\lim \limits_{x\to 0}\left(\dfrac{\cos(3x)+\cos(4x)-(\cos(3\cdot 0)+\cos(4\cdot 0))}{x-0}\right)\\ &=\lim \limits_{x\to 0}\left(\dfrac{f(x)-f(0)}{x-0}\right)\\ &=f'(0). \end{align}$$
An alternative way to find the limit is the following:
$\lim_{x\to0}\frac{2-\cos(3x)-\cos(4x)}{x}=\lim_{x\to0}\bigg(\frac{1-\cos(3x)}{x}+\frac{1-\cos(4x)}{x}\bigg)$
$=\lim_{x\to0}\bigg(3\frac{1-\cos(3x)}{3x}+4\frac{1-\cos(4x)}{4x}\bigg)$
$=\lim_{x\to0}\bigg(3\frac{1-\cos^{2}(3x)}{3x}\cdot\frac{1}{1+\cos(3x)}+4\frac{1-\cos^{2}(4x)}{4x}\cdot\frac{1}{1+\cos(4x)}\bigg)$
$=\lim_{x\to0}\bigg(3\frac{\sin(3x)}{3x}\cdot\frac{\sin(3x)}{1+\cos(3x)}+4\frac{\sin(4x)}{4x}\cdot\frac{\sin(4x)}{1+\cos(4x)}\bigg)$