Another solving trigomonetry equation for x

  • Thread starter Thread starter songoku
  • Start date Start date
AI Thread Summary
The discussion revolves around solving the trigonometric equation sin x + cos x + tan x + cot x + sec x + cosec x + 2 = 0. Participants explore various methods, including substituting sin x with p to simplify the equation into a polynomial form. They identify potential solutions, such as -pi/4 and 3pi/4, while also noting that p = 0 is an extraneous solution introduced during the squaring process. The conversation highlights the importance of verifying solutions against the original equation to ensure accuracy. Overall, the thread emphasizes the complexity of solving trigonometric equations and the need for careful manipulation of identities.
songoku
Messages
2,467
Reaction score
382

Homework Statement


Solve:
sin x + cos x + tan x + cot x + sec x + cosec x + 2 = 0


Homework Equations


trigonometry


The Attempt at a Solution


The best I can get is:
sin2x cos x + cos2x sin x + sin x + cos x + 3 = 0

Then...:cry:
 
Physics news on Phys.org
ArcanaNoir said:
This page has more trig identities than I even knew existed. Maybe you can find something here that will help. http://www.sosmath.com/trig/Trig5/trig5/trig5.html

I know those identities but I don't know how to use it to solve the problem :redface:
 
Take everything to a common denominator first. Then make \sin x = p to obtain an algebraic eqn in p.
 
Sorry I couldn't be more helpful. I'm not deliberately being unhelpful, I did try to solve the equation, just haven't gotten anywhere on it. :(
 
dextercioby said:
Take everything to a common denominator first.
I've done that. I got sin2x cos x + cos2x sin x + sin x + cos x + 3 = 0 as in my first post

Then make \sin x = p to obtain an algebraic eqn in p.
So,
p2 √1-p2 + (1-p2) p + p + √1-p2 + 3 = 0

Can it be solved?

ArcanaNoir said:
Sorry I couldn't be more helpful. I'm not deliberately being unhelpful, I did try to solve the equation, just haven't gotten anywhere on it. :(
No problem. Thanks for the link :smile:
 
my calculator said:
x=2\cdot \pi \cdot \textrm{constn} (1)-\frac{\pi }{4} ,
x=2\cdot \pi \cdot \textrm{constn} (2)+\frac{3\pi }{4}

I don't see this one working out nicely. >_<
 
Wolfram can solve the original equation directly.
He also rewrites it into a product of trig functions.

The question is how to get there without too much hassle...
 
  • #10
The cavalry is here! :D
 
  • #11
songoku said:
Solve:
sin x + cos x + tan x + cot x + sec x + cosec x + 2 = 0

The best I can get is:
sin2x cos x + cos2x sin x + sin x + cos x + 3 = 0

You made a mistake when you derived the second equation.
You forgot to multiply 2 with (sin x cos x).

If you fix that, you can apply for instance dextercioby's method.
If you work it out, you should be able to get a 3rd degree polynomial that you can solve.
 
  • #12
ArcanaNoir said:
The cavalry is here! :D

Your attitude towards me seems to have shifted somewhat, since we've first met. ;)
Thanks for the vote of confidence!
 
  • #13
The only elementary thing you can immediately deduce from that equation is that if theta is a solution, then (pi/2 - theta) is also a solution.

This follows immediately from the fact that replacing x with (pi/2 - x) in the equation changes nothing.

I can't see a shortcut to a rigorous full solution. However, simple inspection immediately yields -pi/4 as a solution, since one needs to find a value where the numerical values of the sine and cosine have to be equal in magnitude and of opposite sign so they cancel out (and the same would apply to the sec and cosec terms), and where the tangent and cotangent are both equal to -1, so they would add to -2 and cancel out the +2 constant term.

Having found -pi/4 as a solution, we known that pi/2 - (-pi/4) = 3pi/4 is also a solution.

One can immediately add the requisite 2k*pi to each of those solutions for the general solution set. Problem is, one can never be sure one is not missing some obscure solution(s) with this sort of slipshod "easy" method.:frown:
 
  • #14
I like Serena said:
You made a mistake when you derived the second equation.
You forgot to multiply 2 with (sin x cos x).

If you fix that, you can apply for instance dextercioby's method.
If you work it out, you should be able to get a 3rd degree polynomial that you can solve.

Ops my bad. The equation should be:
sin2x cos x + cos2x sin x + 1+ sin x + cos x + 2 sin x cos x = 0

let sin x = p
p2√1-p2 + p - p3 + 1 + p + √1-p2 + 2 p √1-p2 = 0

After some works, the equation becomes:
(p + 1) [(√1-p2)(p+1)-p2+p+1)] = 0

To solve [(√1-p2)(p+1)-p2+p+1)] = 0 :
(√1-p2)(p+1) = p2-p-1

squaring both sides and doing some works, I got:
2p4 - p3 - p2 + p = 0
p (2p3 - p2 - p + 1) = 0
p = 0 or 2p3 - p2 - p + 1 = 0

But when I subs p = 0 to (p + 1) [(√1-p2)(p+1)-p2+p+1)] = 0, it is not correct. So it means that p = 0 is extra root?

Then, how to solve 2p3 - p2 - p + 1 = 0 ??

Thanks
 
  • #15
songoku said:
(√1-p2)(p+1) = p2-p-1

Yep! I'm with you so far.


songoku said:
squaring both sides and doing some works, I got:
2p4 - p3 - p2 + p = 0

I get something else, so I think you made a mistake somewhere...
 
  • #16
I like Serena said:
I get something else, so I think you made a mistake somewhere...

Yeah...:-p

Maybe it should be like this:
2p4 - p2 = 0

Am I correct?
 
  • #17
Yes! That looks much simpler! :)
 
  • #18
I like Serena said:
Yes! That looks much simpler! :)

Then p = 0 is extra root? Because it is not correct when I subs. it into (√1-p2)(p+1) = p2-p-1
 
  • #19
Yes, p=0 is an extra root that was introduced when you squared both sides of the equation.
If you substitute it, you'll find 1=-1.
When you square both sides, you get 1=1, which is the reason you found it as a solution.

As you can see, you have to verify each solution against the original equation to see if it really is a solution.
 
  • #20
I like Serena said:
Yes, p=0 is an extra root that was introduced when you squared both sides of the equation.
If you substitute it, you'll find 1=-1.
When you square both sides, you get 1=1, which is the reason you found it as a solution.

As you can see, you have to verify each solution against the original equation to see if it really is a solution.

Ok. Thanks a lot for your help :)
 
  • #21
Thanks!
But then, that's what the cavalry is for. ;)
 

Similar threads

Back
Top