I was examining the nature of rotating objects and realized a pattern that could be extended to higher dimensions. If you have a line (1 dimensional) and rotate it along a point on the line (1 dimensional), the line rotates into the 2nd dimension. Similarly, if you have a square (2 dimensional) and rotate it along a line on the square, it rotates into the 3rd dimension.
My question is whether or not the trend would continue to where, if you rotate a cube (3 dimensional) about the plane of a square, it would rotate into the 4th dimension. Rather, are axes greater than one dimension possible?
In four-dimensional space, objects do indeed rotate around a plane. In fact, they can rotate around two planes at the same time. When you model rotations using quaternions, you essentially get two rotations around two separate planes; however, rotation is performed using a conjugation operation, and you can view the second product as undoing the unwanted rotation and doubling up the desired rotation. (That's not a particularly insightful way of thinking about it, but it's basically right, I think.)