One way, use binomial multiplication. Example: (w + x)*(y + z) = {using the FOIL method} w*y + w*z + x*y + x*z, so if we have two complex numbers multiplied:
(a + b*i)*(c + d*i) = a*c + a*d*i + b*c*i + b*d*i*i, but i*i = -1, so this becomes:
(a*c - b*d) + (a*d + b*c)*i
Another way to express complex numbers is as a magnitude and an angle. If this is the case, then you multiply the two magnitudes, and add the angles, then reduce the resultant angle to within -180° and +180°.
If you have a real X complex, then just use {b=0} in (a + b*i), so then you have:
(a*c) + (a*d)*i *Or if using the polar coordinates, take the angle as 0° for a positive real number and 180° for a negative real number, then add the angles.
Chat with our AI personalities
a pure real number
It can be used as a convenient shortcut to calculate the absolute value of the square of a complex number. Just multiply the number by its complex conjugate.I believe it has other uses as well.
26 = 64 and 56 = 15625
The only real (or complex) number which does not have a multiplicative inverse is 0. There is nothing you can multiply by 0 to get 1.
Complex numbers form: a + bi where a and b are real numbers. The conjugate of a + bi is a - bi If you multiply a complex number by its conjugate, the product will be a real number, such as (a + bi)(a - bi) = a2 - (bi)2 = a2 - b2i2 = a2 - b2(-1) = a2 + b2