4

Problem:

Solve $2\cos^2{x}=\sqrt{3}\sin{2x}$ and give the sum of all the solutions in the interval $0\leq x\leq2\pi.$

Attempt: Using the fact that $\sin{2\theta}= 2\cos{\theta}\sin{\theta}$ on the RHS I get $$2\cos^2{x}=2\sqrt{3}\cos{x}\sin{x}.$$

Dividing by $2\cos{x}$ I get $$\cos{x}=\sqrt{3}\sin{x}.$$

Dividing by $\cos{x}$ again I get $$\tan{x}=\frac{1}{\sqrt{3}} \ \Longleftrightarrow \ x=\pi k+\frac{\pi}{6}, \ \ \forall \in \mathbb{Z.}$$

But it's not correct. Why?

gt6989b
  • 54,422
Parseval
  • 6,413

3 Answers3

6

When you divided by $\cos x$, this assumes $\cos x \ne 0$, but if you have any $x$ with $\cos x = 0$ it is also a solution.

gt6989b
  • 54,422
3

In the step to obtain $\cos{x}=\sqrt{3}\sin{x}.$ you divides by $\cos(x)$ so you assumed that this quantity was not zero. But $\cos(x)=0$ is an other solution. So you need to solve also this equation.

Bérénice
  • 9,367
3

The right way to solve is:

$$2\cos^2{x}=2\sqrt{3}\cos{x}\sin{x} \to \cos x(\cos x-\sqrt{3}\sin x)=0$$

what give you:

$$\cos x=0 \text{ or } \cos x-\sqrt{3}\sin x=0$$

For

$$\cos x=0\to x=\frac{\pi}{2}+k\pi$$

and for,

$$\cos x-\sqrt{3}\sin x=0\to \tan x=\frac{\sqrt{3}}{3}\to x=\frac{\pi}{6}+k\pi$$

Arnaldo
  • 21,342