If I have a function where I know $\cos^2 x = 2 \sin x \cos x$. Why can I not cross out $\cos x$ on both sides, because I get different values for $\cos x = 2 \sin x$?
2026-04-09 12:39:58.1775738398
Given $\cos^2 x = 2 \sin x \cos x$, why can't I cancel $\cos x$ to get $\cos x = 2 \sin x$?
631 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The correct step is as follow
$$\cos^2x = 2\sin x\cos x\iff \cos^2x - 2\sin x\cos x=0\iff \cos x(\cos x - 2\sin x)=0$$
and therefore the original equation is equivalent to the following $2$ equations
$$\cos x=0 \quad \lor \quad \cos x - 2\sin x=0$$
As an alternative, rephrasing that, we can also observe that
$$\cos^2x = 2\sin x\cos x$$
is clearly satisfied for $\cos x=0$ which is a solution then for $\cos x\neq0$ we can cancel out and obtain
$$\cos x = 2\sin x$$
Note that the fact is not specifically related to trigonometric function but is a more general fact indeed
$$f(x)\cdot g(x)=f(x)\cdot h(x)$$
by the same argument is equivalent to the following $2$ equations
$$f(x)=0 \quad \lor \quad g(x)=h(x)$$