What is the real part of z when given 1/z = 1/R + 1/(iωL)?

  • Thread starter Thread starter whatisreality
  • Start date Start date
AI Thread Summary
To find the real part of z from the equation 1/z = 1/R + 1/(iωL), the correct rearrangement leads to z = (RiwL) / (iwL + R). The key step involves multiplying by the complex conjugate of the denominator to separate the real and imaginary components. This process eliminates the imaginary unit, allowing for the extraction of the real part. The discussion emphasizes the importance of using the complex conjugate to simplify the expression correctly. Understanding these mathematical principles is crucial for solving problems in electrical engineering.
whatisreality
Messages
286
Reaction score
1

Homework Statement


Find the real part of z, given that 1/z = 1/R + 1/(iωL)

Homework Equations

The Attempt at a Solution


I rearranged to find z, and got that z = R + iωL. So that would make the Re(z)=R, wouldn't it?? It's wrong, but I don't have a clue why!
 
Physics news on Phys.org
When you rearranged, you got the wrong result. Can you show working for that please?
(You can't just turn all the fractions upside down.)
 
Last edited:
Ohhhhh soooo stupid... forgot to multiply the LHS when finding a common denominator.
 
Actually, hang on... here's the rearrangement.

1/z = 1/R + 1/(iwL) Multiply by R:

R/z = 1 + R/(iwL) Multiply by iwL:

RiwL/z = iwL + R

So z = (RiwL) / (iwL + R)?? There's clearly something wrong but I can't see what... Do I need to realize the denominator?
 
whatisreality said:
So z = (RiwL) / (iwL + R)?? ...
That's true, but you're asked to find Re(z). You can use this useful identity that comes up a lot in electrical engineering:
$$
z = \frac{z \overline{z}}{\overline{z}} = \frac{|z|^2}{\overline{z}}
$$
Along with:
$$
\mathrm{Re}\!\left(\frac{1}{\overline{z}}\right) = \mathrm{Re}\!\left(\frac{1}{z}\right)
$$
 
Last edited:
Yep. Fine so far. You're quite right - what is wrong is that you still can't separate the Re and I am parts.

Miles has put something above (which I don't understand) and if that helps you, great.

For me, the next step is just plain maths, nothing to do with electronics. If you want to separate this expression into Re & Im, you need to have a real denominator and the standard maths 'trick' is to multiply a complex denominator by its complex conjugate.

Every complex number has a conjugate and when you multiply it by the conjugate you get a real number - the i's disappear.
Any fraction can be multiplied by 1 (or x/x since anything divided by itself is 1), so you multiply your fraction by conjugate/conjugate
Now the conjugate is dead simple: conjugate of A + iB is A - iB or conjugate of C - iD is C + iD (negate the I am part)
So you need to multiply your z expression by (R - iωL ) / ( R - iωL)

And just to complete the maths, remember the difference of two squares,
x2 - y2 = (x-y)(x+y)
So (A + iB)(A - iB) = A2 - (i)2B2
= A2 - (-1)B2
= A2 + B2
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top