4

I'm trying to understand the solution of a trigonometry problem. One of the steps of the solution says that:

$$\frac{\sqrt2}{2} = \sin x$$

And then directly deduces that:

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

I wonder how this equivalence works. It looks like they multiply both sides of the equation by 2. When I check with a calculator, $\frac{1}{\sin x}$ is indeed equal to $2 \sin x$ for the value of $x$ used in the exercise, which happens to be $\frac{\pi}{4}$, but it doesn't seem to be the case of other values of $x$. What am I missing here?

Asaf Karagila
  • 393,674

4 Answers4

11

Recall that $2=\sqrt 2\cdot\sqrt 2$ and therefore:

$$\sin x=\frac{\sqrt 2}{2}=\frac{\sqrt 2}{\sqrt 2\cdot\sqrt 2} = \frac{1}{\sqrt 2}$$

Now multiply by $\frac{\sqrt 2}{\sin x}$ both sides and you have as needed.

Asaf Karagila
  • 393,674
5

$$\frac1{\frac{\sqrt2}2}=\sqrt2. $$

Did
  • 279,727
1

The equation in the title can be rewritten as $\sin(x)^2 = \frac{1}{2}$, which has the solutions $x = (2k+1) \frac{\pi}{4}$. That's why it isn't true for other values of $x$. Did's answer explains the algebraic manipulation in the step; the way I think of it is: you can always put the root on top.

Did
  • 279,727
Dan Brumleve
  • 17,796
  • I don't understand where the $k$ is coming from. Could you please tell me what part of algebra or trigonometry I'm missing? (maybe a ck12.org or Khan Academy link?) – Alex Marandon Oct 12 '11 at 03:54
  • The $k$ is just a way of expressing all of the solutions to the equation. Set $k$ equal to any integer and you will have a solution. Trigonometric functions are periodic so there are an infinite number of inputs yielding any particular output. – Dan Brumleve Oct 25 '11 at 05:46
1

$$\frac{1}{\sin x}=2 \sin x$$ has the solutions $$x=n\pi \pm \frac{\pi}{4}$$ for integer $n$, since you have $$\sin^2 x = \frac{1}{2}$$ and so $$\sin x = \pm \frac{1}{\sqrt 2} = \pm \frac{\sqrt 2}{2}$$ and if you insist $$\text{cosec}\; x =\frac{1}{\sin x} = \pm {\sqrt 2}.$$

Henry
  • 157,058