Quaternion Basics

Algebra Level 4

Let A A , B B and C C be quaternions whose values are

A = 2 i + j k A = 2 - i + j - k

B = 3 + i j + k B = 3 + i - j + k

C = 1 + i + j + k C = 1 + i + j + k

with i i , j j , and k k as the quaternion units following the property

i 2 = j 2 = k 2 = i j k = 1 i^2 = j^2 = k^2 = ijk = -1

If Q = c y c A B C Q = \large \sum\limits_{cyc} ABC and is expressed in the form w + x i + y j + z k w + xi + yj + zk , with w w , x x , y y , and z z being integers, find w + x + y + z w+x+y+z .


The answer is 14.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Efren Medallo
Mar 27, 2017

Quaternions may be multiplied as you would any two polynomials, except that quaternion multiplication is noncommutative . That is, for any two quaternions P P and Q Q ,

P × Q Q × P P \times Q \neq Q \times P

Starting from the identity i j k = 1 ijk= -1 , we can come up with the six different identities as follows:

i j = k ij = k j k = i jk = i k i = j ki = j

j i = k ji = -k k j = i kj = -i i k = j ik = -j

Nevertheless, the multiplication of more than two quaternions (provided that the order itself is unchanged) is associative.

~~~~~~~~~~~~~~~~~~~~~~~~

For two quaternions whose forms are a 1 + b 1 i + c 1 j + d 1 k a_1+b_1i+c_1j+d_1k and a 2 + b 2 i + c 2 j + d 2 k a_2+b_2i+c_2j+d_2k , you may just find its product as you would multiply any two polynomials, and then just substitute the products of quaternion units to their corresponding values. So for the above statement, the product would be

( a 1 + b 1 i + c 1 j + d 1 k ) ( a 2 + b 2 i + c 2 j + d 2 k ) = (a_1 + b_1i + c_1j + d_1k)(a_2 + b_2i + c_2j + d_2k) = ( a 1 a 2 b 1 b 2 c 1 c 2 d 1 d 2 ) + (a_1a_2 - b_1b_2 - c_1c_2 - d_1d_2) + ( a 1 b 2 + b 1 a 2 + c 1 d 2 d 1 c 2 ) i + (a_1b_2 + b_1a_2 + c_1d_2 - d_1c_2)i + ( a 1 c 2 + c 1 a 2 b 1 d 2 + d 1 b 2 ) j + (a_1c_2 + c_1a_2 - b_1d_2 + d_1b_2)j + ( a 1 d 2 + d 1 a 2 + b 1 c 2 c 1 b 2 ) k (a_1d_2 + d_1a_2 + b_1c_2 - c_1b_2)k

~~~~~~~~~~~~~~~~~~~~~~~~

Now, the summation is expanded as follows: c y c A B C = A B C + B C A + C A B \large \sum\limits_{cyc} ABC = ABC + BCA + CAB

So now, we do the calculations one at a time. Note that addition is still commutative, and that since multiplication is associative, one may choose any two adjacent quaternions as their starting point in each of the products.

~~~~~~~~~~~~~~~~~~~~~~~~~~~

For ABC, we will do ( A × B ) × C (A \times B) \times C . We can also do A × ( B × C ) A \times (B \times C) .

A B = ( 2 i + j k ) ( 3 + i j + k ) AB = (2-i+j-k)(3+i-j+k)

= ( 6 + 1 + 1 + 1 ) + ( 2 3 + 1 1 ) i + ( 2 + 3 + 1 1 ) j + ( 2 3 + 1 1 ) k = (6+1+1+1) + (2-3+1-1)i + (-2+3+1-1)j + (2-3+1-1)k

A B = 9 i + j k AB = 9 - i + j - k

now, multiplying this by C C , we get

A B C = ( 9 i + j k ) ( 2 i + j k ) ABC = (9-i+j-k)(2-i+j-k)

A B C = 15 11 i + 11 j 11 k ABC = 15 - 11i + 11j - 11k

~~~~~~~~~~~~~~~~~~~~~~~~~~

In a similar manner, we can compute B C A BCA and C A B CAB and get the following:

B C A = 6 + 2 i 2 j + 14 k BCA = 6 + 2i - 2j + 14k

C A B = 6 + 10 j + 12 k CAB = 6 + 10j + 12k

and adding them, we get

A B C + B C A + C A B = 27 9 i 19 j + 15 k ABC + BCA + CAB = 27 - 9i - 19j + 15k

and there you have it. 27 9 19 + 15 = 14 27 - 9 - 19 + 15 = \boxed {14}

1 pending report

Vote up reports you agree with

×

Problem Loading...

Note Loading...

Set Loading...