lo2
- 54
- 0
Homework Statement
I have this function:
f(x) = \frac{1}{x}-\frac{\cos{(x)}}{\sin{(x)}}
For all x \in R where x \neq n \pi, n \in Z
And then I have to solve this equation f(x)=0:
f(x) = \frac{1}{x}-\frac{\cos{(x)}}{\sin{(x)}}
Where I have to show that it has no solutions in the interval 0 < x < Pi and that it has got one solution in the interval Pi < x < 2Pi, and then I have to approximate that solution using Maple.
Homework Equations
The Attempt at a Solution
You get this equation:
0 = \frac{1}{x}-\frac{\cos{(x)}}{\sin{(x)}} ⇔ \frac{1}{x}=\frac{\cos{(x)}}{\sin{(x)}}
Or you can rewrite it to:
0 = \frac{\sin{(x)}-x \cos{(x)}}{x \sin{(x)}}
And then just show that the nominator will never be 0.
But anyhow I cannot really see how to make proper progess, so how can I solve this? And is it true that an equation with both x and sin(x) (or cos(x)) will not have an algebraic solution?