• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

simple math help

DT4K

Diamond Member
I know this is easy, but the last math class I took was Calculus III about 10 years ago and I totally forget how to do this stuff.

1/z = 1/a + 1/b

a = 5 + 2i
b = 3 - 4i

How do I solve for z ?

And no, it's not my homework. I'm not even in school.
 
It is usually taught to avoid irrational numbers in the denominator (although you don't need to do this, it makes solving things by hand much easier). Thus the first step most people do is to get rid of those. Thus:

1/z = 1/ (5+2i) * (5-2i)/(5-2i) + 1/ (3-4i) * (3+4i)/(3+4i)

Note how I multiplied those by their complex conjugate (replace the + or - sign with the opposite). For example:

1/ (5+2i) = 1/ (5+2i) * (5-2i)/(5-2i) = (5-2i) / [ (5+2i) * (5-2i)] = (5-2i) / [25 +4] = 5/29 + 2i/29

The rest should be a piece of cake if you just keep up that process (you'll need it 3 times).
 
Thanks.
This is for calculating the impedance of a parallel circuit in case you are wondering.
 
Back
Top