3

I know that a complex number can be taken as 2-dimensional vector and the dot and cross products have also been defined for two complex numbers but different from those of vectors.

But my questions is "What is the vectorial analogue to the usual multiplication of complex numbers? Also the product of two complex numbers is again a complex number"

I think "when it comes to the usual multiplication of complex numbers then complex numbers can't be treated like vectors anymore".

I mean that can we take two vectors and define their multiplication the same way like (a, b)(c, d)= (ac-bd, ad+bc) where ai+bj and ci+dj are two vectors? Please correct me if I am wrong providing a sound exposition.

Waqar
  • 267
  • You can define complex multiplication of two 2-dimensional vectors via the formula $\left< a,b \right> \left< c, d \right> = \left< ac - bd, ad + bc \right>$. Is that all you're asking, or is there something else you want? – mweiss Jun 24 '18 at 16:54
  • 2
    It is not really clear what you are asking. – copper.hat Jun 24 '18 at 17:04
  • Yes. I meant that. – Waqar Jun 24 '18 at 17:04
  • I wish complex numbers were taught using the formula Michael wrote. Teaching as $\sqrt{-1}$ causes untold damage. – copper.hat Jun 24 '18 at 17:06
  • I mean that can we take two vectors and define their multiplication the same way like (a, b)(c, d)= (ac-bd, ad+bc) where ai+bj and ci+dj are two vectors? – Waqar Jun 24 '18 at 17:10
  • There are various possibilities to "multiply" two pairs of real numbers ${\bf a}=(a_1,a_2)$ and ${\bf b}=(b_1,b_2)$ in a useful way. I don't suggest to search for "analogues" since these products belong to completely different conceptual ideas. – Christian Blatter Jun 24 '18 at 18:37
  • 1
    We have $; z_1 z_2=\left< x_1,y_1 \right> \left< x_2, y_2 \right> = \left< x_1 x_2 - y_1 y_2, x_1 y_2 + x_2 y_1 \right>;$ but if you replace $; z_1,$ by its conjugate $\overline{z_1}$ you'll get : $; \overline{z_1} z_2=\left< x_1,-y_1 \right> \left< x_2, y_2 \right> = \left< x_1 x_2 + y_1 y_2, x_1 y_2 - x_2 y_1 \right>;$ (the scalar and cross products).

    In 3D the quaternions and vectors correspondance should be more direct!

    – Raymond Manzoni Jun 24 '18 at 19:11
  • Related: https://math.stackexchange.com/questions/2313548/3rd-type-of-vector-multiplication-beside-dot-cross-product – Hans Lundmark Jun 24 '18 at 20:19

2 Answers2

1

When you multiply

$$ z_1 = r_1 e^{i\theta _1} $$

and

$$ z_2 = r_2 e^{i\theta _2}$$ you get

$$z_1z_2 = r_1r_2 e^{i (\theta _1+\theta _2)}$$

That is the norm of the product is the product of the norms and the argument of the product is the sum of arguments.

Thus if you view complex numbers as vectors, the multiplication is a composition of a rotation and a dilation.

0

I take your question to be whether one can define direct products of vectors just like we have a direct multiplication of vectors in the complex field.

Indeed we can, and that is what is called the exterior product of the vectors in the space. It enjoys some interesting properties too and leads to many important results. Any vector space with such a direct product of vectors is known as an algebra.

Allawonder
  • 13,327