What are quaternions and ow can they be used?

  • Thread starter JungleJesus
  • Start date
  • Tags
    Quaternions
In summary, quaternions are a mathematical concept that extends the idea of complex numbers by adding three units, i, j, and k. They are commonly used in computer graphics to represent rotations and offer advantages in terms of memory space and computational efficiency compared to matrices. While they were once overshadowed by vector analysis, they have seen a revival in recent years due to their usefulness in describing spatial rotations.
  • #1
JungleJesus
36
0
I've seen quaternions mentioned in a few articles online and I think they could be a very interesting subject. I would like to learn about them in simpler terms first. Can anyone give me the rundown on what they are and how they work?
 
Mathematics news on Phys.org
  • #2
They are used as a way of describing a rotation around difference axis using matrix multiplication rather than trig and angles.
They probably have some deeper mathematical significance, but mostly they get used to work out how to rotate shapes in computer graphics.

http://en.wikipedia.org/wiki/Quaternions
 
  • #3
I've heard that quaternions are an extension of the complex numbers. In the same way we had to invent complex numbers to solve all polynomials, quaternions had to be invented to... ?

edit: the wiki page kind of answers my question. I've yet quite been able to pinpoint exactly why complex numbers were unsatisfactory, and why quaternions were needed as an extension. Can these be considered as "super-complex" numbers in a way?

Note:
wikipedia said:
From the mid 1880s, quaternions began to be displaced by vector analysis, which had been developed by Josiah Willard Gibbs and Oliver Heaviside. Vector analysis described the same phenomena as quaternions, so it borrowed ideas and terms liberally from the classical quaternion literature. However, vector analysis was conceptually simpler and notationally cleaner, and eventually quaternions were relegated to a minor role in mathematics and physics.

However, quaternions have had a revival in the late 20th century, primarily due to their utility in describing spatial rotations. Representations of rotations by quaternions are more compact and faster to compute than representations by matrices...
 
Last edited:
  • #4
JungleJesus said:
I've seen quaternions mentioned in a few articles online and I think they could be a very interesting subject. I would like to learn about them in simpler terms first. Can anyone give me the rundown on what they are and how they work?

Quaternions are the real numbers when you add not one, but three complex units: i, j, k. The notable property is that multiplication doesn't commute: i * j = -j * i, and that i^2 = j^2 = k^2 = ijk.

They are used heavily in computer graphics. Quaternions are an alternate way to represent a rotation. The advantages they offer over matrices is that they take up less space in memory and you can compute rotations in fewer instructions with them. Additionally, given two quaternions, it's very easy to interpolate between them.
 
  • #5
Thanks for the information. I'll keep looking around for more. If anybody has anything to add, please feel free to do so.
 

Related to What are quaternions and ow can they be used?

1. What are quaternions?

Quaternions are a mathematical concept that extends complex numbers to four dimensions. They are represented by four values: a real part and three imaginary parts.

2. How are quaternions different from complex numbers?

Quaternions differ from complex numbers in that they have three imaginary parts instead of one, and they do not commute. This means that the order in which quaternions are multiplied matters.

3. What are some applications of quaternions?

Quaternions have many applications in computer graphics, robotics, and computer vision. They are often used for orientation and rotation calculations because they are more efficient than other methods.

4. How do quaternions represent rotations?

Quaternions can represent rotations in three-dimensional space by using a unit quaternion, which has a magnitude of one. The rotation can be calculated by multiplying two quaternions together.

5. Can quaternions be used in physics?

Yes, quaternions have applications in physics, particularly in quantum mechanics and electromagnetism. They are also used in mathematical models for particle dynamics and fluid mechanics.

Similar threads

Replies
3
Views
757
  • Science and Math Textbooks
Replies
3
Views
1K
  • Science and Math Textbooks
Replies
19
Views
4K
  • General Math
Replies
8
Views
6K
Replies
24
Views
19K
  • Differential Geometry
Replies
3
Views
2K
Replies
4
Views
2K
Replies
2
Views
66
  • Linear and Abstract Algebra
Replies
2
Views
2K
Back
Top