Solving 2 + cos2x = 3cosx: 0<x<2pi

  • Thread starter Thread starter Karma
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 24K views
Karma
Messages
76
Reaction score
0
The question is solve [tex]2 + cos2x=3cosx[/tex] for 0<- X <-2pi greater/equal to zero and less than or equal to 2pi.

My solution
[tex]2+cos2x=3cosx[/tex]
[tex]2+cosx^2-sin^2=3cosx[/tex]
[tex]2+cosx^2-(1-cosx^2)=3cosx[/tex]
[tex]2+2cosx^2-1-3cosx=0[/tex]
[tex]2cos^2-3cosx+1=0[/tex]

Factoring
[tex]2x^2-3x+1=0[/tex]
[tex](2x-1)(x-1)=0[/tex]
[tex]x=1 or x=1/2[/tex]

solving for cos i get
[tex]cos(x)=1 --> x=0[/tex]
[tex]cos(x)=1/2 -->x= pi/3 or 5pi/3[/tex]

Did i do this Right?
 
Physics news on Phys.org
What about 2pi?


You have the right idea; I will complain that you used the same letter x for multiple things, though. The x in

2x2 - 3 x + 1 = 0

is not the same as the x in

2 + cos 2x = 3 cos x.

You really should introduce a new variable when you do something like that, and you ought to indicate how it relates to the old variables. e.g.

Let y = cos x. Then, 2y2 - 3 y + 1 = 0, ...



And you are missing one step (which is unfortunately missed a lot) -- now that you have some candidate solutions, you need to either plug them back into the original equation to see if they really are solutions, or you need to argue that all of your work is reversible.

If it's patently obvious you've used only reversible steps, then it's okay to skip this last one -- but otherwise you should do it.