How Do You Solve Trigonometric Equations Involving Sine and Cosine?

  • Thread starter Thread starter zeion
  • Start date Start date
AI Thread Summary
To solve the equation cosx + 1 = sinx in the interval [0, 2pi), the initial steps involve transforming the equation into a quadratic form. The solutions found include x = pi/2, 3pi/2, and pi. However, it's crucial to check these solutions against the original equation, as squaring can introduce extraneous solutions; specifically, 3pi/2 is not valid. An alternative method suggested involves rearranging the equation to sinx - cosx = 1 and using the form Rsin(A-B) = 1 for a potentially cleaner solution. Always verify solutions to avoid including invalid results.
zeion
Messages
455
Reaction score
1

Homework Statement



Solve the following equations of inequalities in the interval [0, 2pi)

cosx + 1 = sinx


Homework Equations





The Attempt at a Solution



cos2x + 2cosx + 1 = sin2x
cos2x + 2cosx + 1 = 1 - cos2x
2cos2x + 2cosx = 0
(2cosx)(cosx + 1) = 0
2cosx = 0 or cosx + 1 = 0
2cosx = 0
cosx = 0
x = pi/2, 3pi/2

cosx + 1 = 0
cosx = -1
x = pi

Did I miss anything?
 
Physics news on Phys.org
You forgot to check your answers. When squaring an equation, you create the possibility of extraneous solutions appearing. In the case of your problem, 3pi/2 does not work in the original equation and should be left out of the solution set.
 
yeh you can't be too careful squaring both sides as you risk getting extra solutions, perhaps a 'cleaner' way to do it is simply to rearrange giving;

sinx - cosx = 1

then proceed to right it in the form Rsin(A-B)= 1

but your method works, like mrko said just remember to check
 
Back
Top