0
$\begingroup$

Someone can help me with stupid algebraic steps. I can't find the imaginary part of the following expression.

$$Z=\frac{R+\jmath \omega L}{1+\jmath \omega LR-\omega^2CL}$$ $$\jmath=\sqrt{-1}$$ R,L,$\omega$,C are real constants.

Thank you so much for your help.

  • 0
    Remember most people here, or at least many, come from mathematics. What is $\;\omega\;$ ? Perhaps $\; \omega=e^{2\pi i/3}\;$ ? Explain your notation. Are $\;C,\,L,\,R\;$ constants?2017-02-06
  • 0
    You are right, sorry.2017-02-06
  • 0
    hint: multiply numerator and denominator by the complex conjugated denominator2017-02-06
  • 0
    ω is the angular frequency, and physicists $j$ is indeed he mathematicians $i$.2017-02-06
  • 0
    @Bernard phsyicsts don't use $j$ only silly electrical engineers ;-)2017-02-06
  • 0
    @tired And for a very good reason :)!2017-02-06

2 Answers 2

3

$$Z=\frac{R+wLi}{1-w^2CL+wLRi}\cdot\frac{1-w^2CL-wLRi}{1-w^2CL-wLRi}=$$$${}$$

$$=\frac{\left(R-w^2RCL+w^2L^2R\right)+\left(wL-w^3CL^2-wLR^2\right)i}{\left|1-w^2CL+wLRi\right|^2}$$

So the imaginary part is

$$\frac{wL-w^3CL^2-wLR^2}{\left|1-w^2CL+wLRi\right|^2}$$

1

The best approach is to multiply both the numerator and the denominator by the complex conjugate of the denominator. This way the denominator is turned into a strictly real number: \begin{equation} \begin{split} Z&=\frac{R+\jmath\omega L}{1-\omega^2CL+\jmath\omega LR}\times\frac{1-\omega^2CL-\jmath\omega LR}{1-\omega^2CL-\jmath\omega LR}\\ &=\frac{R-\omega^2CLR+\omega^2L^2R+\jmath(\omega L-\omega^3CL^2-\omega LR^2)}{(1-\omega^2CL)^2+(\omega LR)^2}, \end{split} \end{equation} so that the imaginary part of the expression is equal to \begin{equation} \frac{\omega L-\omega^3CL^2-\omega LR^2}{(1-\omega^2CL)^2+(\omega LR)^2}. \end{equation}