$4\cos x^2 - 4\cos x = 2$, find all solutions in the interval $0^º\leq x\leq 360^º$
I'm not sure what I'm overlooking or not doing right but I can't seem to figure it out. I've tried factoring out the $4\cos x$, tried factoring it from standard form...what am I missing?
Thank you for your time and I apologize for being dumb
You have a quadratic so you have to solve the quadratic:
$$ 4cos^2(x) - 4cos(x) = 2 \text{, substitute } X = cos(x) \\ 4X^2 - 4X - 2 = 0 $$
Try to factor, multiply "first" and "last", then find factors which subtract to give the middle term:
$$ 4\cdot-2 = -8 \\ 8 = 2\cdot4, 4 - 2 = 2 \text{, nope} \\ 8 = 1\cdot8, 8 - 1 = 7 \text{, nope} $$
Those are all of the factors, so we cannot factor this. Use the quadratic equation:
$$ X = \frac{4 \pm \sqrt{4^2 - 4\cdot4\cdot-2}}{2\cdot4} \\ X = \frac{4\pm \sqrt{16 + 32}}{8} = \frac{4 \pm\sqrt{48}}{8} \\ X = \frac{4 \pm 4\sqrt{3}}{8} = \frac{1 \pm \sqrt{3}}{2} $$
You can't solve this analytically, all you can do is say:
$$ cos(x) = \frac{1 - \sqrt{3}}{2} $$
We can discard $\frac{1 + \sqrt{3}}{2}$ because that is greater than 1 (since $\sqrt{3} > 1$, $1 + \sqrt{3} > 2$). This single solution is a negative value which means the two solutions are in the $2^\text{nd}$ and $3^\text{rd}$ quadrants. You can take the inverse cosine (or arc-cosine) to find a numerical value, then you can use the unit circle to find the other solution:
$$ x = acos\left(\frac{1 - \sqrt{3}}{2}\right) \approx 111.47^\circ $$
Indeed this is in the $2^\text{nd}$ quadrant. Now to find the value in the 3rd quadrant, you can subtract this value from $360^\circ$. I would actually visualize it by subtracting from $180^\circ$ (this gives the "principle" angle), then add that angle to $180^\circ$, if you do that you get $180^\circ - \theta + 180^\circ = 360^\circ - \theta$. So the other angle is:
$$ \theta_2 \approx 360^\circ - 111.47^\circ = 248.53^\circ $$
The only two solutions in your range therefore are:
$$ x \approx 111.47^\circ \text{ or } x \approx 248.53^\circ $$