0

i need to transform this equation and leave x alone on the left, y and z bot on the right. like x = ... . Is it possible to do it? y and z are my variables. Also prefer $\pi$ to remain same if possible.

$$y = z\Bigg(0.5 - \frac{log\Big(\frac{1+\sin(x*\frac{\pi}{180})}{1-\sin(x*\frac{\pi}{180})}\Big)} {4 \pi}\Bigg)$$

Edit: I came up to this point, does this make any sense or am i just embarrass myself in front of you guys.

Removed my equation because it was wrong

If this is correct (I doubt it) how can i get rid of sin on the right hand side?

Ergec
  • 125

1 Answers1

1

hint

Let $a=\sin (\frac {x\pi}{180}) $. $$b=\frac {1+a}{1-a}=-1+\frac {2}{1-a} $$

$$b=e^{4\pi (0,5-\frac {y}{z})} $$

$$a=1-\frac {2}{b+1} $$ $$x=\frac {180}{\pi}\arcsin (a) $$