Prove a multiplicative inverse exists (complex number)

glauss
Messages
13
Reaction score
1
Homework Statement
Find c and d when:
a, b E R and a, b !=0

1/(a+bi)=c+di

Additionally, prove that (a+bi) has a multiplicative inverse.
Relevant Equations
1/(a+bi)=c+di
I have as a solution for part one:

c=(a)/(a^2 + b^2)
d=(-b)/(a^2 + b^2)

Which matches with the solution manual.

The manual goes on to give the solution for part b:

(a+bi) * ( (a)/(a^2 + b^2) - ((b)/(a^2 + b^2))i ) = 1

I'd simply like to know where the 'i' at the end of the second expression in the left part comes from.
 
Physics news on Phys.org
glauss said:
Homework Statement:: Find c and d when:
a, b E R and a, b !=0

1/(a+bi)=c+di

Additionally, prove that (a+bi) has a multiplicative inverse.
Relevant Equations:: 1/(a+bi)=c+di

I have as a solution for part one:

c=(a)/(a^2 + b^2)
d=(-b)/(a^2 + b^2)

Which matches with the solution manual.

The manual goes on to give the solution for part b:

(a+bi) * ( (a)/(a^2 + b^2) - ((b)/(a^2 + b^2))i ) = 1

I'd simply like to know where the 'i' at the end of the second expression in the left part comes from.
The last equation is to check whether your solution is actually one, i.e. if ##(a+bi)(c+di)=1## where you have substituted your solution for ##c## and ##d##. The ## i ## is the one at the ##d##. We have a complex number as solution.
 
Thanks for the reply.
I thought that because the 'i' was factored out in the solution for 'd', it wouldn't be a factor of the solution of 'd' when multiplying it by its inverse.
However, your solution makes sense - because we re-included 'i' as a factor of 'b' in the first term (a+bi), we should re-include it in the inverse bit for 'd'?
Does thus sound right?
 
glauss said:
Thanks for the reply.
I thought that because the 'i' was factored out in the solution for 'd', it wouldn't be a factor of the solution of 'd' when multiplying it by its inverse.
However, your solution makes sense - because we re-included 'i' as a factor of 'b' in the first term (a+bi), we should re-include it in the inverse bit for 'd'?
Does thus sound right?
A bit confused if you ask me, but right. c and d are real numbers, but c+di is complex and we started with the setting that 1=(a+bi)(c+di). During the calculation you used only real numbers, namely those to find c and d. At the end, we have to compose them again to the complex number which we were really looking for: c+di.

It starts to confuse me, too, :wink:
 
  • Like
Likes glauss
glauss said:
However, your solution makes sense - because we re-included 'i' as a factor of 'b' in the first term (a+bi), we should re-include it in the inverse bit for 'd'?
Does thus sound right?
That sounds confusing to me. The 'i' was there to start with. You solved for c and d in c+di. So the 'i' was already there and you just substituted your results in for c and d.
 
  • Like
Likes glauss
That makes perfect sense, thank you.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top