Tagged Questions
4
votes
2answers
626 views
How do I work with Root objects?
I want to solve the trigonometric equation :
$$(3-\cos 4x )\cdot (\sin x - \cos x ) = 2.$$
I tried
Solve[(3 - Cos[4*x])*(Sin[x] - Cos[x]) == 2, x]
It returns the ...
16
votes
2answers
2k views
Can Reduce *really* not solve for x here?
Sometimes I get the feeling I'm just flailing blindly with Mathematica. Is solving for $x$ in the equation
$$ \frac{\cosh (x/2)}{x} = \sqrt{2} $$
really beyond the scope of Mathematica? I try to ...