7

How does one solve this equation?

$$\cos {x}+\sin {x}-1=0$$

I have no idea how to start it.

Can anyone give me some hints? Is there an identity for $\cos{x}+\sin{x}$?

Thanks in advance!

Blue
  • 75,673
Mathxx
  • 7,570
  • Try adding 1 to both sides. Then square both sides. From there, you'll spot some identities. Be wary of any extraneous solutions that could arise. – zahbaz May 31 '15 at 22:10
  • 1
    @Mathxx, Related : http://math.stackexchange.com/questions/1057685/solving-sin-theta-1-cos-theta/1058809#1058809 – lab bhattacharjee Jun 01 '15 at 05:31
  • 1
    You can solve $a\sin x+b\cos x-c=0$ in general: http://math.stackexchange.com/questions/213545/solving-trigonometric-equations-of-the-form-a-sin-x-b-cos-x-c – user26486 Jun 01 '15 at 09:25
  • I think its not identity. Its an equation which you want to solve for $x$. – Frank Moses Oct 18 '16 at 09:40

8 Answers8

23

Rewrite as:

$$\cos(x)+\sin(x)=1$$ Then square: $$\cos^2(x)+2\cos(x)\sin(x)+\sin^2(x)=1$$ Note an important identity: $$1+2\cos(x)\sin(x)=1$$ Then simplify and note another identity: $$\sin(2x)=0$$

Can you take it from here?

17

Given $$\color{blue}{\cos x+\sin x-1=0} $$$$\cos x+\sin x=1 $$ Divide both sides by $\color{blue}{\sqrt{2}}$ we get $$\frac{1}{\sqrt{2}}\cos x+ \frac{1}{\sqrt{2}}\sin x=\frac{1}{\sqrt{2}}$$ $$\cos x\cos\frac{\pi}{4}+\sin x\sin\frac{\pi}{4}=\cos\frac{\pi}{4}$$ Using formula $\color{purple}{\cos A\cos B+\sin A\sin B=\cos(A-B)}$, we get $$\color{green}{\cos\left(x-\frac{\pi}{4}\right)=\cos\frac{\pi}{4}}$$ As there is no information about the unknown value $x$ hence writing the general solutions as follows $$x-\frac{\pi}{4}=2n\pi\pm \frac{\pi}{4}$$$$x=2n\pi\pm \frac{\pi}{4}+\frac{\pi}{4}$$$$ \color{}{x=2n\pi} \quad \text{Or}\quad \color{}{x=2n\pi+\frac{\pi}{2}} $$ $$\color{blue}{x\in\{2n\pi\}\cup\{2n\pi+\frac{\pi}{2}\}}$$ Where, $\color{}{n \space \text{is any integer}}$ i.e. $\ n=0, \pm1, \pm2,\pm3, \ldots$

9

As $\sin\left(x+\frac{\pi}{4}\right)=\frac{\sqrt{2}}{2}\left(\cos x+\sin x\right)$ by the angle addition formula we find that: \begin{equation} \begin{aligned} \cos x+\sin x-1&=0\\ \implies\sqrt{2}\sin\left(x+\frac{\pi}{4}\right)&=1\\ \implies\sin\left(x+\frac{\pi}{4}\right)&=\frac{\sqrt{2}}{2}\\ \implies x+\frac{\pi}{4}&=\frac{\pi}{4}+2\pi n,\frac{3\pi}{4}+2\pi n\\ \implies x&=2\pi n,\frac{\pi}{2}+2\pi n \end{aligned} \end{equation} for $n\in\mathbb{Z}$.

7

$\cos x+\sin x=\sqrt2\cos\Bigl(x-\dfrac\pi4\Bigr)$, hence the equation is equivalent to: $$\cos\Bigl(x-\frac\pi4\Bigr)=\frac1{\sqrt2}\iff x-\frac\pi4\equiv\pm\frac\pi4\mod 2\pi\iff x\equiv 0,\,\frac\pi2\mod2\pi.$$

Bernard
  • 175,478
4

you can use: $$ \cos(x)= \sqrt{1-\sin(x)^{2}}$$ $$ \text{then let}\qquad \sin(x)=t\\ \sqrt{1-t^{2}}+t-1=0$$ now you can continue

Bhaskara-III
  • 1,571
3

I'll throw my hat in the ring to get a picture in edgewise. :-)

enter image description here

I'll use $\theta$ for the angle, rather than $x$ (to avoid confusion with the $x$-coordinate). If we then let $x = \cos \theta, y = \sin \theta$, then the allowable results are along the red circle with $x^2+y^2 = 1$ (since $\cos^2 \theta + \sin^2 \theta = 1$). The solutions of the given equation are at the intersections of the blue line $x+y = 1$ with that red circle, yielding $(\cos \theta, \sin \theta) = (1, 0)$ and $(0, 1)$.

This in turn yields

$$ \theta = 2k\pi, \qquad \theta = 2k\pi + \frac{\pi}{2} $$

for $k$ an integer.

Brian Tung
  • 34,160
1

By inspection, it is obvious, that: $1-\sin{x} \equiv (\cos{\frac{x}{2}} - \sin{\frac{x}{2}})^2$.

From the half angle expansions, $\cos{x} \equiv (\cos{\frac{x}{2}} - \sin{\frac{x}{2}})(\cos{\frac{x}{2}} + \sin{\frac{x}{2}})$.

The equation is thus equivalent to:

$(\cos{\frac{x}{2}} - \sin{\frac{x}{2}})(2\sin{\frac{x}{2}}) = 0$

Which can then be solved using standard methods.

0

starting from, $$\cos x+\sin x-1=0$$ $$(\sin x+\cos x)^2=1^2$$ completing square, i get $$\sin^2 x+\cos^2 x+2\sin \cos x=1$$ $$1+\sin 2x=1$$$$\sin 2x=0$$ $$2x=k\pi$$ $$x=\frac{k\pi}{2}$$ where, $k=0, \pm 1, \pm2, \ldots$

Bhaskara-III
  • 1,571