Splitting fractional expression into real/imaginary parts

Millertron
Messages
3
Reaction score
0
Hi guys, I'm having a bit of trouble splitting the RHS of the following expression into real and imaginary parts:

(χ'+iχ")/A = \frac{1}{ω-ω_{0}-iγ/2}

(It's to find expressions for absorption coefficient and index of refraction, but that's irrelevant).

I've defined a = ω-ω_{0} and b = γ/2 for simplicity, and am looking for the form given by Wolfram under 'Alternate form assuming a and b are real', as this has a clear real and imaginary part. So far I've got to

= \frac{1}{a-ib}

= \frac{a-ib}{(a-ib)^{2}}

= \frac{a}{(a-ib)^{2}} - \frac{ib}{(a-ib)^{2}}

only when I expand the squared brackets in each denominator I get (a-ib)^{2}=a^{2}-b^{2}-2iab, which is no good as I need to remove the i's in the denominator.

I know it boils down to a simple algebra/complex nos question but I've been working on this problem for so long that my brain is ceasing to function. Any help is much appreciated!
 
Physics news on Phys.org
the trick is to multiply by the complex conjugate to get a real denominator
\frac{1}{a-ib}= \frac{1}{a-ib}\frac{a+ib}{a+ib}= <br /> \frac{a+ib}{a^2+b^2}<br />
 
lanedance said:
the trick is to multiply by the complex conjugate to get a real denominator
\frac{1}{a-ib}= \frac{1}{a-ib}\frac{a+ib}{a+ib}= <br /> \frac{a+ib}{a^2+b^2}<br />
\displaystyle=\frac{a}{a^2+b^2}+\frac{b}{a^2+b^2}i
 
Of course! Definitely should've known this, thanks a lot guys!
 
no worries, one way to remember is that mulipllying by a complex congujate gives a you a magnitude, which is always real
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top