Explain what would happen if you divide each side of the equation $\cot\beta \cos2\beta = 2\cot\beta$ by $\cot\beta$.
Is this a correct method to use when solving equations?
- 37
-
1You would get $$\cos(2\beta ) = 2$$ – Mr. Xcoder May 21 '17 at 09:24
5 Answers
You should avoid dividing where possible. Instead, rearrange: $$\begin{align}\cot\beta\cos(2\beta)-2\cot\beta&=0\\\cot\beta(\cos(2\beta)-2)&=0\\\implies\cot\beta=0\text{, or }\cos2\beta&=2\end{align}$$ Working in real angles $\beta$, the equation $\cos2\beta=2$ has no solutions, so your only option is that $\cot\beta=0\implies\beta=\pi/2+n\pi\text{ for }n\in\Bbb Z$.
This is a better method since if you divide, then you are implicitly assuming that $\cot\beta\neq0$, which could be the solution you are after.
- 14,545
-
1
-
-
theres no domain i guess that it all about to arrange and find the values. – Ali Elcavs May 21 '17 at 10:17
So you have: $$\cot\beta \cdot \cos(2\beta ) = 2\cdot \cot(\beta )$$ Dividing by $\cot\beta$, assuming that $\cot\beta\neq 0$ you get: $$\frac{\cot\beta \cdot \cos(2\beta)}{\cot\beta} = \frac{2\cdot \cot(\beta )}{\cot\beta}$$ $$\implies \cos(2\beta) = 2$$
Avoiding assumptions about $\cot\beta \neq 0$, you can write it as: $$\cot\beta \cdot \cos(2\beta ) - 2\cdot \cot(\beta ) = 0$$ $$\cot\beta(\cos2\beta - 2) = 0$$ Therefore, either $$\cot\beta =0 \implies \beta = \frac{\pi}{2} + n\pi$$ or $$\cos2\beta-2 =0\implies \cos2\beta=2\implies \beta \notin \mathbb{R}$$
- 1,163
-
thanks a lot Mr. xcoder this explanation helped me to understand the concept very well :))) – Ali Elcavs May 21 '17 at 09:37
-
You are welcome, but the other answers are very helpful as well (especially @JohnDoe's) – Mr. Xcoder May 21 '17 at 09:38
It is valid, as long cotβ is not equal to 0 for your β. If you're trying to find all solutions, you could do this for every β where cotβ is nonzero and check the other cases seperately.
- 459
No, it's not a correct method, because you discard solutions: indeed $\cot\beta$ could be zero.
The correct method is rewriting the equation as $$ \cot\beta(\cos2\beta-2)=0 $$ which splits into $$ \cot\beta=0\qquad\texttt{or}\qquad\cos2\beta-2=0 $$
- 238,574
-
assuming that i wrote it like this is possible?
cotβ≠0cotβ≠0 you get: cotβ⋅cos(2β)cotβ=2⋅cot(β)cotβ cotβ⋅cos(2β)cotβ=2⋅cot(β)cotβ ⟹cos(2β)=2 – Ali Elcavs May 21 '17 at 09:40 -
Division is only possible if $\cot\beta$ is not equal to zero. I think you have got your answer.
- 3,955
- 79