What is the simplest way to find the argument of the following function?
((1 - E^((I π (1 - α))/(β - α)) z)/(1 - E^(-((I π (1 - α))/(β - α))) z))
as I tried the polar way, but it is so complicated and I didn't reach the result yet.
Thank you.
What is the simplest way to find the argument of the following function?
Thank you. |
||||
Here's one path... define your function and translate to trig form:
using a replacement of a new real variable x for the more complicated expression involving alphas and betas. This gives
Now break this apart so that it has real denominator (using a function from the help files for the
And so
gives a complicated expression. But, since we're only interested in the phase, and the denominator is real-valued, we can just use the
gives
Now this is something squared, so the phase is 2 times the phase of that something. Hence
gives the answer
For any z (defined via a and b) and any x (defined via alpha and beta) this is a complex number in the form of A + B I and so you can find its phase using |
||||
|
My idea is first rewriting the complex function to $a+ib$ form then extract the real and imaginary part. So
The output is very complicated so I will not post here. Then you can calculate the argument. |
|||
|
Assuming you want to express the solution with Re[z] and Im[z], here is a solution :
$\text{ArcTan}\left[\frac{1-\text{Cos}\left[\frac{\pi (-2+\alpha +\beta )}{\alpha -\beta }\right] \text{Im}[z]^2+2 \text{Cos}\left[\frac{\pi -\pi \beta }{\alpha -\beta }\right] \text{Re}[z]-\text{Cos}\left[\frac{\pi (-2+\alpha +\beta )}{\alpha -\beta }\right] \text{Re}[z]^2}{1+\text{Im}[z]^2+2 \text{Cos}\left[\frac{\pi -\pi \beta }{\alpha -\beta }\right] \text{Re}[z]+\text{Re}[z]^2-2 \text{Im}[z] \text{Sin}\left[\frac{\pi -\pi \beta }{\alpha -\beta }\right]},-\frac{2 \left(\text{Cos}\left[\frac{\pi -\pi \beta }{\alpha -\beta }\right] \text{Im}[z]^2+\text{Re}[z]+\text{Cos}\left[\frac{\pi -\pi \beta }{\alpha -\beta }\right] \text{Re}[z]^2\right) \text{Sin}\left[\frac{\pi -\pi \beta }{\alpha -\beta }\right]}{1+\text{Im}[z]^2+2 \text{Cos}\left[\frac{\pi -\pi \beta }{\alpha -\beta }\right] \text{Re}[z]+\text{Re}[z]^2-2 \text{Im}[z] \text{Sin}\left[\frac{\pi -\pi \beta }{\alpha -\beta }\right]}\right]$ |
||||
|
z
a real or complex number? Same for $\alpha,\,\beta$. – Jens May 10 at 5:21