What is wrong with my solution to this trigonometric equation: $\sin x - 5\cos x = 0$?

66 Views Asked by At

$\sin x-5\cos x=0,$

$\frac{\tan x\sin x}{\tan x}-5\frac{\sin x}{\tan x}=0,$

$\sin x(\tan x-5)=0$

2

There are 2 best solutions below

0
On

You cannot multiply the equation by $\tan x$ when $\tan x$ ios $0$ or $\pm \infty$. So the solutions of your last equaltions are gauranteed to be the solutions of your initial equation only if $\tan x \neq 0$.

By multiplying by $\tan x$ you get extra solutions $x = n\pi$, beacuse for these $x$ you have $\tan x = 0$ and multiplying both sides of an equality by $0$ will produce $0=0$ which is always satisfied.

2
On

Note that when you write $$ \dfrac{\sin x}{\tan x} $$ you assume $\tan x\ne0$, which is the same as $\sin x\ne0$, and also that $\cos x\ne0$. So the equation can indeed be written $$ \sin x(\tan x-5)=0 $$ but subject to the added conditions that $\sin x\ne0$ and $\cos x\ne0$. You should check whether $\sin x=0$ or $\cos x=0$ produce solutions of the original equation (they don't).

So the equation is actually equivalent to $\tan x-5=0$. The angles $x$ that satisfy $\sin x=0$ are not solutions (because for them $\cos x\ne0$).

More simply, you can

  1. check that $\cos x=0$ doesn't yield a solution (because $\sin x\ne0$ in this case)
  2. divide both sides by $\cos x$
  3. solve $\tan x-5=0$