20

I am trying to solve for $x$ in the following equation:
$$\cos^2x-\sin^2x= 1$$

Given that $\cos^2x+\sin^2x= 1$, is this something I could use to solve it?

Andrew
  • 2,297

9 Answers9

51

Observe that $\cos^2 x$ never gets bigger than 1. So if there is a solution, it must have $\cos^2 x = 1$ and $\sin^2 x = 0$. Does that help?

MJD
  • 65,394
  • 39
  • 298
  • 580
  • 5
    This is the easiest one, not as general as the others, but it solves the problem at hand. – Ross Millikan Mar 13 '13 at 16:38
  • 7
    On the down side, it depends on "observe that…", and sometimes these solutions that begin with "observe that …" are not so helpful. What if you didn't notice? On the other hand, learning to notice these kinds of things is important too. I upvoted Cameron's answer, since it's the only one that makes use of OP's suggestion. – MJD Mar 13 '13 at 16:40
42

Use the identity $\cos 2x =\cos^2x-\sin^2x$.

33

You could indeed use that, since then $$\cos^2x-\sin^2x=\cos^2x+\sin^2x.$$ Gather all your trig terms on one side, and the rest is almost trivial.

Cameron Buie
  • 102,994
  • from which you get that $2*sin^2(x)=0$ or sin(x)=0,put into first equation you get cos(x)=1 or cos(x)=-1 – dato datuashvili Mar 13 '13 at 16:33
  • 4
    @dato: What? You do, indeed, get $\sin(x)=0$ from the zero product property, but why would you then put that back into the first equation? All that remains is to say what form $x$ must have as a zero of the sine function. – Cameron Buie Mar 13 '13 at 16:35
  • if sin(x)=0,then what is equal to cos(x) from this equation?i meant this – dato datuashvili Mar 13 '13 at 16:55
  • 3
    @dato: You have correctly concluded that $\cos(x)=\pm1$, but that's extraneous information. We wish to solve for $x$, and knowing that $\sin(x)=0$ tells us all we need to know. – Cameron Buie Mar 13 '13 at 17:00
22

Given

$$\cos^2x-\sin^2x= 1\tag1$$

Known

$$\cos^2x+\sin^2x= 1\tag2$$

$(1)\quad+\quad(2)$

$$\Rightarrow 2\cos^2x= 2$$ $$\Rightarrow \cos^2x= 1$$ $$\Rightarrow \cos x= \pm1$$ $$x = n\pi$$

Abhijit
  • 2,544
8

Subtract two equation you get $2(\sin^2x)=0 \implies \sin^2x=0 \implies \sin x=0 \implies x = \pi\cdot n, n\in \mathtt{Z} $.

Vairis
  • 123
Civa
  • 81
5

I set up the problem like this:

$\cos^{2}(x) - \sin^2(x) = 1 \rightarrow$ I used the half angle rule,

$\frac{1}{2}\cdot(1+\cos(2x)) - \frac{1}{2}(1- \cos(2x)) = 1$

$\frac{1}{2}\cdot((1 + (\cos(2x) - 1 + \cos(2x)) = 1$

$(2\cdot \cos(2x)) = 2$

$\cos(2x) = 1$

$x = 0$ , $\pi$, $2\pi$, and so on . . .  $x =\pi n$.

Johnny
  • 51
5

If you don't know the identity $ \cos{2x} =\cos^2x-\sin^2x$, you can often solve the problem by expressing $\sin$ and $\cos$ through the exponential function:

$$\left(\frac{e^{ix}+e^{-ix}}{2}\right)^2 - \left(\frac{e^{ix}-e^{-ix}}{2i}\right)^2 = 1$$

$$ \frac{e^{2ix}+ 2e^{-2ix}+e^{-2ix}}{4} + \frac{e^{2ix} - 2e^{-2ix}+e^{-2ix}}{4} =1$$

$$ \frac{e^{2ix}+e^{-2ix}}{2} = 1 $$

$$ \cos(2x) = 1 $$

2

$$\cos^2x-\sin^2x= 1$$
$$1-\sin^2x-\sin^2x= 1$$
$$-2\sin^2x=0\iff\sin^2x=0\iff\sin x=0\iff x=k\pi$$

Adi Dani
  • 16,949
1

Maximum value of $\cos^2(x)$ = $1$

Minimum value of $\sin^2(x)$ = $0$

So this is the only case where you get $\cos^2(x) - \sin^2(x) = 1$.

Hence $\cos^2(x) = 1$ and $\sin^2(x) = 0$ => $x = nπ$

Or you could have used the formula : $\cos^2(x) - \sin^2(x) = \cos(2x)$

Hope the answer is clear !

lsp
  • 4,745