I have an equation: $x = \frac{y}{\tan y}$ or rewritten as: $y = x\tan y$
How can I rearrange this so that I can calculate $y$ given $x$?
I have an equation: $x = \frac{y}{\tan y}$ or rewritten as: $y = x\tan y$
How can I rearrange this so that I can calculate $y$ given $x$?
Doing so would involve calculating the inverse of the tanc function,
$y = \operatorname{tanc}^{-1}\frac{1}{x}$
There is no expression for this function in terms of other elementary functions, so you can't find an analytic solution. You could find the solutions of your equation numerically, though, once you're given an explicit numerical value for $x$.