2

Please help me understand how to solve this for $0\leq x\leq360 $

I seem to have a problem with equations with powers.

$$3\sin^2 x-3\cos^2x+\cos x-1=0 $$

thinking that I would start by simplifying:

$$3 (\sin^2 x- \cos^2x)+\cos x - 1=0 $$

How I wish the equation in the bracket was in form $\sin^2 x+ \cos^2x$ which is equal to 1.

I also tried to substitute $\sin^2 x=1- \cos^2x$

Sylvester
  • 752

3 Answers3

2

$3\sin^2{x} - 3\cos^2{x} + \cos{x} - 1 = 0$

$6\cos^2{x} - \cos{x} - 2 = 0$

$\cos{x} = -\frac{1}{2}\:\:\:\cos{x} = \frac{2}{3}$

2

Well since you know $sin^2{x} = 1 - cos^2{x}$ then let's try putting it into the equation: \begin{eqnarray} 3(1 - 2cos^2{x}) + cosx - 1& & \end{eqnarray} Now try to substitute $u = cos(x)$, we get then $3(1 - 2u^2) + u - 1 = -6u^2 + u + 2$ now solve for $u$. Don't forget that $u = cos(x)$, so $x = arccos(u)$ .

InsigMath
  • 2,073
  • 2
  • 18
  • 27
  • 1
    You shouldn't reuse $x$ in $x=\cos (x)$, but otherwise this is a good approach. It responds well to OP's claim of trying $\sin^2 x = 1-\cos^2 x$ – Ross Millikan Nov 01 '13 at 03:52
  • Oh you make a really good point :P ... I will edit right now. – InsigMath Nov 01 '13 at 03:53
  • looks great! I am studying it, to understand the logic – Sylvester Nov 01 '13 at 04:02
  • Multiple layers of substitutions is a common technique to get comfortable with, don't worry about not seeing it right away. Takes practice :) – InsigMath Nov 01 '13 at 04:09
  • @InsigMath and Ross Millikan: Here comes my question: The original equation asks us to solve the equation. What are we solving? for x? If the final solution is $cosx = {2/3} $

    Doesn't this come out like I was solving for $cosx$

    – Sylvester Nov 01 '13 at 04:27
  • Well my guess would be for finding the value(s) that satisfies the equation (i.e., solve for $x$). – InsigMath Nov 01 '13 at 04:35
1

$3\sin^2 x-3\cos^2 x+ \cos x - 1= 0$

$6\cos^2 x-\cos x - 2 = 0$

By the quadratic formula

$cos x = \dfrac{1 \pm \sqrt{1-4(6)(-2)}}{12} =\dfrac{-1\pm 7}{12}$

So $cos x = \frac{-1}{2}$ and $cos x = \frac{2}{3}$

RDizzl3
  • 3,207