Finding Real Numbers for Complex Number Division

  • Thread starter Thread starter Saladsamurai
  • Start date Start date
  • Tags Tags
    Complex
AI Thread Summary
To find real numbers c and d for the equation 1/(a+bi) = c + di, the correct approach involves multiplying by the complex conjugate (a - bi) to eliminate the imaginary unit in the denominator. This results in the expression (a - bi)/(a^2 + b^2) = c + di, allowing for the separation of real and imaginary parts. The real part c can be expressed as a/(a^2 + b^2) and the imaginary part d as -b/(a^2 + b^2). The distinction between the imaginary part being b or bi is clarified, emphasizing that the coefficient b is the actual imaginary part. Ultimately, the values of c and d are derived in terms of the real numbers a and b.
Saladsamurai
Messages
3,009
Reaction score
7
Suppose that a and b are real numbers, not both 0. Find real numbers c and d such that

\frac{1}{a+bi}=c+di

What do they mean find c & d? That's two unknowns is it not?

Anyway. My attempt:

\begin{array} \frac{1}/({a+bi})=c+di\\ \Rightarrow (a+bi)(c+di)=1\\\Rightarrow ac-bd+(ad+bc)i=1\\\Rightarrow \frac{1+bd-ac}{ad+bc}=i\end{array}

Now I know that I could square both sides to get rid of i, but I am not sure how whether that will help or hurt.
 
Physics news on Phys.org
Squaring won't get rid of the i. Use complex conjugates. Multiply the left side by (a-bi)/(a-bi). Equate real and imaginary parts.
 
Dick said:
Squaring won't get rid of the i. Use complex conjugates. Multiply the left side by (a-bi)/(a-bi). Equate real and imaginary parts.

Okay. But why won't squaring both sides of my last line get rid of i? I mean, it will leave me dead in the water, but the RHS will surely be -1 right? (Just want to be sure i am not missing something big here)
 
If I multiply the original EQ by the conjugate I get

\frac{a-bi}{a^2+b^2}=c+di

I am not sure what you mean by equate the real and imaginary parts? Sorry, I have never really used complex numbers :redface:

on the LHS, I have the complex number \frac{a}{a^2+b^2}+\frac{-b}{a^2+b^2}i

Does that form help my plight?
 
Sure. The real part of the left side is a/(a^2+b^2), the real part of the right side is c. So c=a/(a^2+b^2). (a,b,c,d are REAL). Now equate the imaginary parts of both sides. You are supposed to find c and d in terms of a and b.
 
Ohhhhh. i see where my confusion lies. a and be are real numbers, BUT we refer to the quantity (b*i) as the imaginary PART right?

i is the only imaginary number but b*i is the imaginary part
 
If you have a complex number a+ib, then a is the real part and b is the imaginary part not ib.
 
In other words, the imaginary part is the coefficient of i. That means that both the real part and the imaginary part are real numbers.
 
and bi is an imaginary number, not only i.
 
  • #10
Unfortunately, you can find as many authoritative statements that the "imaginary part" of a+ bi is "bi" as you can that it is "b". Fortunately, it is not a critical distinction.
If
\frac{a- bi}{a^2+ b^2}= \frac{a}{a^2+ b^2}- \frac{bi}{a^2+ b^2}= c+ di
then
\frac{a}{a^2+ b^2}= c
and
\frac{-b}{a^2+ b^2}= d
no matter what you call them!
 
Back
Top