0

so as you can see on the title, it says finding the General Formula. So First lets take a look on the question:

Solve the equation. Give the general formula for all the solutions.

$$cos(2\Theta) = \frac{\sqrt{2}}{2}$$

Ok so you may have noticed, first off I have asked a similar question here. But No! It is not a similar question, notice in the question it says Give the general formula for all the solutions! Well of course, I don't read instructions properly (Very Bad Habit) so I complete it like the question I asked before. And I get:

$$\left\{\frac{\pi}{8}, \frac{7\pi}{8}, \frac{9\pi}{8}, \frac{15\pi}{8} \right\}$$

.. Well all that was useless because supposedly finding the general formula is different.. The Answer Key says this is the answer: \begin{align*} \Theta & = \frac{\pi}{8} + \pi n\\ \Theta & = \frac{7\pi}{8} + \pi n \end{align*}

Well im totally confused on how to get the above answer. Help would be appreciated! Thank you. (Btw this is a Test-Review)

amanuel2
  • 416

1 Answers1

2

Let $x = 2\theta$. Then the general solution of: $$ \cos x = \frac{\sqrt 2}{2} $$ is: $$ x = \frac{\pi}{4} + 2\pi n \quad\text{ or }\quad \frac{7\pi}{4} + 2\pi n \quad\text{ where } n \in \mathbb Z $$ Converting back from $x$ to $\theta$, we get: $$ 2\theta = \frac{\pi}{4} + 2\pi n \quad\text{ or }\quad \frac{7\pi}{4} + 2\pi n \quad\text{ where } n \in \mathbb Z $$ and so we can divide everything by two to get: $$ \theta = \frac{\pi}{8} + \pi n \quad\text{ or }\quad \frac{7\pi}{8} + \pi n \quad\text{ where } n \in \mathbb Z $$

Adriano
  • 41,576
  • Ok i understood how to get pie/4 on the first step.. But where did you get 7pi/4 ?? – amanuel2 Apr 30 '16 at 20:57
  • @AmanuelBogale Remember that cosine is positive in the first and fourth quadrants. The fourth quadrant angle with reference angle $\pi/4$ is $2\pi - \pi/4 = 7\pi/4$. Alternatively, $\cos(-x) = \cos x$, so $\cos(-\frac{\pi}{4}) = \cos(\frac{\pi}{4})$. Note that $7\pi/4$ is coterminal with $-\pi/4$. – N. F. Taussig Apr 30 '16 at 21:03
  • Wow @N.F.Taussig ! I didnt know it applied to that! Ok thanks a bunch! – amanuel2 Apr 30 '16 at 21:21
  • @N.F.Taussig i just noticed after doing it multiple times.... isnt the final anwser for cos,sin,csc,sec suppose to be $+2\pi n$ ?? And tan,cot become $+ \pi n$ ? – amanuel2 Apr 30 '16 at 22:16
  • @AmanuelBogale What you are saying is true. However, our angle was initially $2\theta$. That is why Adriano let $x = 2\theta$. Notice that when he solved for $x$, his answers were $$x = \frac{\pi}{4} + \color{blue}{2}\pi n, n \in \mathbb{Z}$$ or $$x = \frac{7\pi}{4} + \color{blue}{2}\pi n, n \in \mathbb{Z}$$ When he replaced $x$ by $2\theta$, he had to divide each term of the right hand side of each equation by $2$, which is why he ended up with $+ \pi n, n \in \mathbb{Z}$ rather than $+ 2\pi n, n \in \mathbb{Z}$. – N. F. Taussig Apr 30 '16 at 22:21
  • @N.F.Taussig .. yes but when i got taught in class it was always $2\pi n$... I dont understand why its like that.. – amanuel2 Apr 30 '16 at 23:17
  • @AmanuelBogale We use $2\pi n$ for sine, cosine, cosecant, and secant since coterminal angles have the same sine, cosine, cosecant, and secant, respectively. In the problems, you did in class, solve an equation such as $$\cos x = \frac{\sqrt{2}}{2}$$ by observing that $$\cos\left(\frac{\pi}{4}\right) = \frac{\sqrt{2}}{2}$$ which tells you that one solution is $x = \pi/4$. Since $\cos(-x) = \cos x$, another solution is $x = -\pi/4$. Since any angle coterminal to these angles has the same cosine, the set of all possible solutions is $$x = \pm \frac{\pi}{4} + 2n\pi, n \in \mathbb{Z}$$ – N. F. Taussig Apr 30 '16 at 23:30
  • @AmanuelBogale The difference in this case is that $x = 2\theta$, so we obtain $$2\theta = \pm\frac{\pi}{4} + 2n\pi, n \in \mathbb{Z}$$ Dividing each side of the equation by $2$ yields $$\theta = \pm\frac{\pi}{8} + n\pi, n \in \mathbb{Z}$$ We should expect to have twice as many solutions since $\cos(2\theta)$ has period $\pi$ rather than $2\pi$, so corresponding solutions repeat every $\pi$ radians rather than every $2\pi$ radians. – N. F. Taussig Apr 30 '16 at 23:35
  • Ok @N.F.Taussig so we add that $+2\pi n$ whenever we have a theta on the other side? – amanuel2 Apr 30 '16 at 23:58
  • We add $2\pi n$ whenever we solve an equation with a function that has period $2\pi$, such as $f(x) = \sin x$, $g(x) = \cos x$, $h(x) = \csc x$, $k(x) = \sec x$. We add $\pi n$ whenever we solve an equation with a function that has period $\pi$ such as $m(x) = \tan x$ or $n(x) = \cot x$. In this case, Adriano set $x = 2\theta$, so that he first solved the equation $\cos x = \frac{\sqrt{2}}{2}$, which is why he added $2\pi n$. When he replaced $x$ by $2\theta$, then solved for $\theta$, the final answer had $+ \pi n$, which makes sense since $\cos(2\theta)$ has period $\pi$. – N. F. Taussig May 01 '16 at 00:06