Separating real and complex parts of a number

  • Thread starter Thread starter KarolisK
  • Start date Start date
  • Tags Tags
    Complex parts
AI Thread Summary
The discussion focuses on expressing the given complex expression in terms of its amplitude and phase. The amplitude is derived by multiplying the expression by its complex conjugate and taking the square root, leading to a formula involving k and z. To find the phase, participants suggest rewriting the complex fraction in exponential form and identifying the real and imaginary parts. The final phase expression is clarified as a combination of arctangent and other terms related to the variables involved. The conversation emphasizes the importance of separating real and imaginary components to achieve the desired form.
KarolisK
Messages
8
Reaction score
0

Homework Statement


Hello, I am supposed to express the and the phase part of expression:

\displaystyle{S=\frac{k}{\sqrt{1+i\gamma_0}} \cdot exp\left(\frac{z}{1 + i\gamma_0}\right)}

Homework Equations


The answer should be in the form:

\displaystyle{S=a(\gamma_0) \cdot exp\left(i\varphi(\gamma_0)\right)}

The Attempt at a Solution


Well, its clear(probably) that for the amplitude part I just have to multiply this equation by its complex conjugate and take a square root out of the result. This leaves me with the expression of:
\displaystyle{ a(\gamma_0)=\frac{k}{\left(1+\gamma^2_0\right)^{1/4}} \cdot exp\left(\frac{z}{1+\gamma^2_0}\right) }

However, I don't quite understand how to get the complex(phase) part of the number? A hint where to start would be very gladly accepted :), thank you.
 
Last edited:
Physics news on Phys.org
KarolisK said:
]
Well, its clear(probably) that for the real part I just have to multiply this equation by its complex conjugate and take a square root out of the result.

It is the magnitude or absolute value of the complex number instead of the real part. So how do you get the real and imaginary parts?


ehild
 
Ah yes, sorry, its the amplitude, thanks for noticing. I'll reformulate the problem. I need to get the expressions for the amplitude and the phase.
 
Is z in the exponent a complex number? Then write it out with its real and imaginary parts, and find the real and imaginary parts of z/(1+iγ0), so you have the exponential in the form exp(u+iv) .

Write the fraction 1/(1+iγ0) in exponential form, too: exp(a+ib). Then your formula is equal to k*exp((a+u)+i(b+v)). k*exp(a+b) is the magnitude, and the phase is b+v.

ehild
 
z is real and negative and k is real and positive constant. Anyway, expressing the fraction sqrt(1/(1+iy0) can get me just as close as:

\displaystyle{ k \cdot exp \left(\frac{1}{2}ln \left( \frac{1}{1+\gamma^2_0}-\frac{i\gamma_0}{1+\gamma^2_0}\right) \right) }

Which I don't understand how to simplify to form exp(a+ib). I have also tried expressing phase from the general form:

\displaystyle{ \frac{S}{a(\gamma_0)}=exp \left(i \varphi \right) }

Which is kinnda closer to the answer with the expression:

\displaystyle{ i\varphi=\frac{1}{4}ln\left(\frac{1-i\gamma_0}{1+i\gamma_0} \right) - <br /> \frac{i\gamma_0z}{1+\gamma^2_0} }

The answer should be:

\displaystyle{\varphi = -\frac{1}{2}arctan\ \gamma_0 - \frac{\gamma_0z}{1+\gamma^2_0} }
 
Write all factors in the exponential form: r*e. Any complex number u+iv= r*e, where r=\sqrt{(u^2+v^2) } and tan(φ)=v/u.
This way, 1+i \gamma_0=\sqrt{1+\gamma_0 ^2} e^ {i\arctan(\gamma_0)}

ehild
 
Last edited:
ah yes, thank you very much:)
 
Back
Top