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

  • Thread starter Thread starter Mddrill
  • Start date Start date
  • Tags Tags
    Trig
AI Thread Summary
The equation cosx - cosx*sinx = 1/3 presents challenges in finding an analytical solution, as standard trigonometric identities do not simplify the problem effectively. Attempts to substitute sinx with sqrt(1-cos^2x) complicate the equation further. Numerical methods yield a solution, approximately x ≈ 0.6285, while an analytic form involves complex expressions and roots of a quartic equation. The discussion highlights the difficulty of solving this problem without extensive trigonometric knowledge, especially for those not currently studying trigonometry. Overall, the problem illustrates the intersection of trigonometry and practical applications in other fields like statics.
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 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
x = \arctan\left( \frac{-1 + 3z^3}{z} \right),
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 Mddrill
Back
Top