1

I need some help on solving this equation:

$$\sin x-\cos x=\frac{1}{\sqrt2}$$

If I do $\sin x=\sqrt{1-\cos^2x}$ and then $\cos x=t$ but don't get anything. Or $\sin x-\cos x=1/√2)/√2$ Or $\sin x-\cos x=1/√2)*√2$

dona12
  • 183

2 Answers2

2

Use $$\sin(x)=\cos(\tfrac \pi2 -x)$$ and

$$\cos(A)+\cos(B)=2\cos\frac{A+B}2\cos\frac{A-B}2$$

to get

$$ \sin(x)-\cos(x)=\cos(\tfrac \pi2 -x)+\cos(\pi+x)=2\cos(\tfrac{3\pi}4)\cos(\tfrac\pi4+x)=-\sqrt2\cos(\tfrac\pi4+x) $$ Now apply $\cos(\pm\frac{2\pi}3+2k\pi)=-\frac12$.

Lutz Lehmann
  • 126,666
1

Hint: Square both sides, then use Pythagorean and double-angle identities. Don't forget to verify potential solutions in the original equation!

Cameron Buie
  • 102,994
  • What to do when i get 1-sin2x=1/2 – dona12 Mar 04 '14 at 18:03
  • You can rearrange that to get $$\sin2x=\frac12.$$ Now, for which angles $\theta$ is $\sin\theta=\frac12?$ – Cameron Buie Mar 04 '14 at 18:08
  • 30°, but when i come to solutions can i do 2x=π/6+2kπ , 12x=π+12kπ, x=π/12+kπ – dona12 Mar 04 '14 at 18:33
  • That doesn't quite tell the whole story. Rather, we can say that $\theta=\frac\pi6+2k\pi$ or $\theta=\frac{5\pi}6+2k\pi$ for some $k\in\Bbb Z.$ Then we can conclude that $x=\frac\pi{12}+k\pi$ or $x=\frac{5\pi}{12}+k\pi$ for some $k\in\Bbb Z$. – Cameron Buie Mar 04 '14 at 21:53
  • It would be more beneficial, though, to say that there is some $m\in\Bbb Z$ for which $x=\frac\pi{12}+2m\pi$ or $x={5\pi}{12}+2m\pi$ or $x=\frac{13\pi}{12}+2m\pi$ or $x=\frac{17\pi}{12}+2m\pi.$ (Do you see why we can say this?) However, we still need to check these potential solutions in the original equation, since our squaring may have introduced false solutions. – Cameron Buie Mar 04 '14 at 21:57