Solve Simple Trig Problem: cosx - cosx*sinx = 1/3

  • Thread starter Thread starter Mddrill
  • Start date Start date
  • Tags Tags
    Trig
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Mddrill
Messages
23
Reaction score
0

Homework Statement


I feel like I this problem shouldn't be that hard, but I can't figure out how to evaluate this equation

cosx - cosx*sinx = 1/3

Homework Equations


I don't know what to use for this, none of the trig identities seem to help

The Attempt at a Solution


I tried substituting ## sqrt(1-cos^2x )## for sinx , but I just ended up with something way more complicated. I know this shouldn't be this hard because I'm not even in a trig class, I am taking statics. It wouldn't make sense for them to give me a problem that requires more time with the trig than with the statics.

Thank You
 
Physics news on Phys.org
Mddrill said:

Homework Statement


I feel like I this problem shouldn't be that hard, but I can't figure out how to evaluate this equation

cosx - cosx*sinx = 1/3

Homework Equations


I don't know what to use for this, none of the trig identities seem to help

The Attempt at a Solution


I tried substituting ## sqrt(1-cos^2x )## for sinx , but I just ended up with something way more complicated. I know this shouldn't be this hard because I'm not even in a trig class, I am taking statics. It wouldn't make sense for them to give me a problem that requires more time with the trig than with the statics.

Thank You

WolframAlpha.com shows solutions to this, but it doesn't seem to show a simplified trig form...
 
  • Like
Likes   Reactions: Mddrill
Mddrill said:

Homework Statement


I feel like I this problem shouldn't be that hard, but I can't figure out how to evaluate this equation

cosx - cosx*sinx = 1/3

Homework Equations


I don't know what to use for this, none of the trig identities seem to help

The Attempt at a Solution


I tried substituting ## sqrt(1-cos^2x )## for sinx , but I just ended up with something way more complicated. I know this shouldn't be this hard because I'm not even in a trig class, I am taking statics. It wouldn't make sense for them to give me a problem that requires more time with the trig than with the statics.

Thank You

This is simple to solve numerically, but not at all easy to solve "analytically" (i.e., using formulas). For what it's worth, Maple 11 obtains the following "analytic" solution:
x =
arctan((-1+3*(1/6*(((162+6*681^(1/2))^(2/3)+12)/(162+6*681^(1/2))^(1/3))^(1/2)+1/6*((-(((162+6*681^(1/2))^(2/3)+12)/(162+6*681^(1/2))^(1/3))^(1/2)*(162+6*681^(1/2))^(2/3)-12*(((162+6*681^(1/2))^(2/3)+12)/(162+6*681^(1/2))^(1/3))^(1/2)+36*(162+6*681^(1/2))^(1/3))/(162+6*681^(1/2))^(1/3)/(((162+6*681^(1/2))^(2/3)+12)/(162+6*681^(1/2))^(1/3))^(1/2))^(1/2))^3)/(1/6*(((162+6*681^(1/2))^(2/3)+12)/(162+6*681^(1/2))^(1/3))^(1/2)+1/6*((-(((162+6*681^(1/2))^(2/3)+12)/(162+6*681^(1/2))^(1/3))^(1/2)*(162+6*681^(1/2))^(2/3)-12*(((162+6*681^(1/2))^(2/3)+12)/(162+6*681^(1/2))^(1/3))^(1/2)+36*(162+6*681^(1/2))^(1/3))/(162+6*681^(1/2))^(1/3)/(((162+6*681^(1/2))^(2/3)+12)/(162+6*681^(1/2))^(1/3))^(1/2))^(1/2)))
Basically, this has the form
[tex]x = \arctan\left( \frac{-1 + 3z^3}{z} \right),[/tex]
where ##z## is a root of the equation ##9z^4 -6z + 1 = 0##. Numerically, ##x \doteq 0.6284918352##. Of course, there are other solutions outside the region ##0 < x < \pi##.
 
  • Like
Likes   Reactions: Mddrill