Trig solve for x [ Attempt Included ]

  • Thread starter Thread starter lovemake1
  • Start date Start date
  • Tags Tags
    Trig
AI Thread Summary
To solve the equation 2Cos^2(2x) + 1 = 3Cos(2x) for x in the interval [0, 2pi), the substitution u = cos(2x) is suggested, leading to the quadratic equation 2u^2 - 3u + 1 = 0. This factors to (2u - 1)(u - 1) = 0, yielding solutions u = 1/2 and u = 1. For u = 1, the solution is straightforward, giving Cosx = 1, which results in x = 0. However, for u = 1/2, the approach needs correction, as the initial steps were miscalculated; the periodic nature of the cosine function means multiple solutions exist for both cases. The discussion emphasizes the importance of careful algebraic manipulation and recognizing the periodicity of trigonometric functions.
lovemake1
Messages
147
Reaction score
1

Homework Statement


solve the following equation for x in the interval [0,2pi)
2Cos^2(2x) + 1 = 3Cos(2x)



Homework Equations



Cos(2x) = 2Cos^2 (x) - 1


The Attempt at a Solution



2Cos^2(2x) + 1 = 3Cos(2x)

2Cos(2x)Cos(2x) + 1 = 3Cos(2x)
2Cos(2x) + 1 = 3
2(2Cos^2 (x) - 1) - 2 =0
4Cos^2 (x) - 2 - 2 = 0
4cos^2 (x) = 4
Cos^2 (x) = 1
Cosx = 1

x = 0 is this right?
please correct me if i messed up thanks,
 
Last edited:
Physics news on Phys.org
That's one answer, but there are more. Try the substitution u=cos(2x). That will give you a quadratic, which will give you both of the answers you need.
 
Last edited:
2cos^2(2x) + 1 = 3 cos(2x)
2cos^2(2x) - 3cos(2x) + 1 = 0

let u = cos(2x)

2u^2 - 3u + 1 = 0
(2u - 1 )(u - 1) = 0

u = 1/2, 1

Case 1. Cos2x = 1/2
cos2x = 1/2
2cos^2x - 1 = 1/2
2cos^2x = 1/2 - 1
2cos^2x - = -1/2
cos^2x = -1/4
cosx = sqrt(-1/4)

but how can you sqrt negative? is this error ?


Case 2. Cos2x = 1
2Cos^2x - 1 = 1
2Cos^2x - 2 =0
2(Cos^2x - 1) = 0
Cos^2x = 1
Cosx = 1


Did i get it right ?
 
Last edited:
Case 2 is correct, but in case 1, you should have added 1 instead of subtracting it.

Case 1:
cos(2x)=1/2
2cos^2(2x)-1=1/2
2cos^2(2x)=1/2+1=3/2
Try it from here.

And you have to remember that the function is periodic, so there will be multiple solutions to each of those.
 
Last edited:
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top