Logo by Pauldelbrot - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Did you know ? you can use LaTex inside Postings on fractalforums.com!
 
*
Welcome, Guest. Please login or register. November 30, 2025, 09:52:38 PM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!


Pages: [1]   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: 4D help  (Read 406 times)
0 Members and 1 Guest are viewing this topic.
Kali
Fractal Supremo
*****
Posts: 1138


« on: November 12, 2012, 08:28:57 PM »

If I understood well, a 4D rotation is around a plane and not an axis, right?

My first question is: which 4D plane is perpendicular to XY, XZ and YZ planes?

And the second is: how I can accomplish a 4D rotation of the 3D space around this plane? (preferably in GLSL code)

Thanks in advance,
Logged

Tglad
Fractal Molossus
**
Posts: 703


WWW
« Reply #1 on: November 12, 2012, 08:49:33 PM »

Quote
which 4D plane is perpendicular to XY, XZ and YZ planes?
ZW, YW and XW respectively

The easiest way to do a rotation is to flip around two different normals. A flip is: point -= 2*normal*dot(normal, point);

In 3d you can rotate in a plane by choosing any two normals in that plane, the same goes for 4d and any larger number of dimensions.  smiley
« Last Edit: November 12, 2012, 10:10:03 PM by Tglad » Logged
Kali
Fractal Supremo
*****
Posts: 1138


« Reply #2 on: November 12, 2012, 10:08:40 PM »

ZW, YW and XW respectively

Sorry if I'm saying nonsense, my mind is not fully 4D-operational yet grin, but... shouldn't exist a plane in 4D space that is perpendicular to all the mentioned planes at the same time?

My idea is the following: in 2D, as is commonly known, for any vector Z, we can define (Z*Z) by squaring the vector's length, and doing a rotation (doubling the angle). Besides is a 2D rotation, we can see it as a 3D rotation around the Z-axis (the rotation vector 0,0,1), so the result is always on the XY plane. What I was thinking of, is to translate this to 3D space and 4D rotation. My first thought was of taking W-axis as the rotation vector, as it is perpendicular to the other axis that defines 3D space, but don't knowing certainly which angle to measure for doubling it... and also then I read something about 4D rotations and they are around a plane, not only an axis, so which rotation plane makes the result of a 4D rotation always within XYZ 3D space? (W=0)

It was pure intuitive thinking and speculation, I don't fully undertand 4D rotations yet, but does this even make some sense at all?

Logged

Tglad
Fractal Molossus
**
Posts: 703


WWW
« Reply #3 on: November 12, 2012, 10:20:13 PM »

Quote
shouldn't exist a plane in 4D space that is perpendicular to all the mentioned planes at the same time?
No I don't think so, there exists an axis though which is perpendicular to all three... the W axis. (or whatever letter you want to give it)

It might be helpful to think of all rotations (including 2d and 3d ones) as rotating in a plane, rather than around an axis. That way the concept of rotation doesn't change as you increase the number of dimensions past 3d.
Logged
stereoman
Fractal Lover
**
Posts: 221


« Reply #4 on: November 13, 2012, 03:32:47 AM »

Excuse me, can someone show an image of this W axis and his relationship with the threedimensional space?
In mathematical terms I´m unable to imagine such an axis, but geometry is another thing, if I can draw it I can understand it.
Logged
David Makin
Global Moderator
Fractal Senior
******
Posts: 2286



Makin' Magic Fractals
WWW
« Reply #5 on: November 13, 2012, 07:58:51 PM »

Excuse me, can someone show an image of this W axis and his relationship with the threedimensional space?
In mathematical terms I´m unable to imagine such an axis, but geometry is another thing, if I can draw it I can understand it.

Errmmm -  given that we live in 3D (spatially) there's no way to instantaneously visualize a 4th dimension.
I guess with 3D printers one could now compute a projected 3D version of a 4D object though wink
Personally past 3D I think more in terms of matrices/arrays than in geometrical terms !!

Edit: An addendum to my first sentence is "unless you're an autistic savant".
« Last Edit: November 13, 2012, 08:00:25 PM by David Makin » Logged

The meaning and purpose of life is to give life purpose and meaning.

http://www.fractalgallery.co.uk/
"Makin' Magic Music" on Jango
Syntopia
Fractal Molossus
**
Posts: 681



syntopiadk
WWW
« Reply #6 on: November 13, 2012, 10:07:19 PM »

A great site for discussing 4D visualization is: http://eusebeia.dyndns.org/4d/vis/vis

It also discusses 4D rotations: http://eusebeia.dyndns.org/4d/vis/10-rot-1 - as Tglad says, the important thing is to think of rotations in terms of planes, not axis.
Logged
Madman
Fractal Molossus
**
Posts: 678



« Reply #7 on: November 13, 2012, 11:30:50 PM »

Quote
My first question is: which 4D plane is perpendicular to XY, XZ and YZ planes?

Okay, I'm on shaky ground here, but I'm gonna put in my tuppence anyway...

Seems to me that there is an infinite amount of planes perpendicular to each of the planes you mention. Wouldn't it be the same as a line in 3D space, where a line has an infinite amount of lines perpendicular to it in a certain point on that line? On the other hand, there is just one plane perpendicular to that line in that same point. So if we extrapolate to 4D, I would say that for a certain line in a plane, there's only one space that's perpendicular to that plane, but an inifinite amount of planes.

I'll leave it to the experts to make mincemeat of my statement...  sad
Logged

All I want is a warm bed, a kind word and unlimited power (Ashleigh Brilliant)
stereoman
Fractal Lover
**
Posts: 221


« Reply #8 on: November 15, 2012, 12:54:43 AM »

     Since I can´t follow the math reasonements, and have no idea about programming, I feel ready to talk,  huh?

     As I understand it, a plane has 2D and rotates in a 3D space, as far as we know, this is our world, and after taking a look at some of the links, I´ve only seen threedimensional images, drawings and ideas, the only 4D implied is the time used by the plane to rotate, time being the fourth dimension .
      
      I think an human observer would always perceive three dimensions, imagine a dimensional scale with hundreds of dimensions ,an observer, moving up and down in this scale would be like a man looking trough a narrow window in an elevator, only seeing three levels. no matter how high or down in the scale.(This scale exists, it´s the vibrational scale ranging from infrared to ultraviolet in our perception, and far more out of it, since infrared and ultraviolet are just our limits.).

      Limits would be in our perception, but without those limits we would be unable to understand a multidimensional fractal universe, just like when we recognize a pattern in a fractal exploration, and we see, "a garden", " a building" etc.

      I said this all to clarify my question, because to each human being, Geometry can be understood, but maths are just for some special people.    

      
« Last Edit: November 15, 2012, 12:07:59 PM by stereoman » Logged
Pages: [1]   Go Down
  Print  
 
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.186 seconds with 23 queries. (Pretty URLs adds 0.007s, 2q)