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
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top