Show that for every quaternion z we have

  • Thread starter Thread starter Lightf
  • Start date Start date
  • Tags Tags
    Quaternion
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Lightf
Messages
16
Reaction score
0

Homework Statement


Show that for every quaternion z we have:
[tex] $ \overline{z} = \frac{1}{2}(-z-izi - jzj - kzk) $<br /> [\tex]That is the question, I just don't know how to begin and the " izi - jzj - kzk " confuses me. I need help on how to start this. Thanks a lot :D[/tex]
 
on Phys.org
I worked it out now.

Let :

z = a + ib + jc + kd

(and z bar = a - ib - jc -kd )

Then just multiply it out.
 
Lightf said:

Homework Statement


Show that for every quaternion z we have:
[tex] \overline{z} = \frac{1}{2}(-z-izi - jzj - kzk) [/tex]


That is the question, I just don't know how to begin and the " izi - jzj - kzk " confuses me. I need help on how to start this. Thanks a lot :D
Fixed your LaTeX. The closing tag should be [ /tex], not [ \tex] (without the spaces). Also, you don't need the $ characters.
 
Having trouble with the same question.

Any tips?
 
This is how i did it :

Let :
[tex] z = a + ib + jc + kd[/tex]
Then sub that into the formula :
[tex] \overline{z} = \frac{1}{2}(-z-izi - jzj - kzk)[/tex]

And just carefully multiply it out...

[tex] -iz = -ia - i^{2}b - ijc - ikd[/tex]

[tex] -iz =-ia + b -kc +jd[/tex]

[tex] -izi = -i^{2}a+ib-kic + jid[/tex]

[tex] -izi=a+ib-jc-kd[/tex]

And repeat for [tex]-jzj[/tex] and [tex]-kzk[/tex] and then sub into the formula.

It should all cancel leaving you with : [tex]a - ib -jc - kd[/tex] which is [tex]\overline{z}[/tex]