Math

Euler, Gimbal lock

Naranjito 2024. 3. 29. 17:53
  • Gimbal lock

 

 

The loss of one degree of freedom in a multi-dimensional mechanism at certain alignments of the axes. In a three-dimensional three-gimbal mechanism, gimbal lock occurs when the axes of two of the gimbals are driven into a parallel configuration, "locking" the system into rotation in a degenerate two-dimensional space.

When the red and blue gimbals become aligned.


 

The Gimbal Lock occurs in various forms depending on how it rotates 90 degrees on each axis.

 

https://en.wikipedia.org/wiki/Gimbal_lock

https://www.youtube.com/watch?v=vHr77Dre25Q


  • Euler angle

 


 

The middle(green) can transform the innermost(blue),
the outermost(magenta) can transform the two inner(blue, green) rotation axes.


  • Euler formula

 




e i θ = cos ( θ ) + i sin ( θ ) e : The base of the natural logarithm
i : The imaginary unit

θ : A real number and is measured in radians.


  • The right side of an equation

 

cos ( θ ) + i sin ( θ ) =

x + i y

e i θ = Complex Number

means the bar which has length 1 is rotated by θ radian from the x-axis.


e : The base of the natural logarithm e = lim n ( 1 + 1 n ) n

- If The base of the natural logarithm e has an exponent x-squares : e x = lim n ( 1 + x n ) n = [ lim n ( 1 + x n ) n / x ] x

- x to i : e i = lim n ( 1 + i n ) n = [ lim n ( 1 + i n ) n / i ] i

- if n = 1 n=1  ( 1 + i 1 ) 1


- if n=2

n=2  ( 1 + i 2 ) 2 = ( 1 + i 2 ) ( 1 + i 2 ) = 0.75 + i


- if n=3


- if n=10


- As n increases, the length of the hypotenuse of a right-angled triangle approaches 1.

 


Therefore

e i θ means a point on an arc with a radius of 1 and an angle of radian(θ).

 

 

https://gaussian37.github.io/math-calculus-euler_formula/

https://angeloyeo.github.io/2020/07/07/Euler_Formula.html

'Math' 카테고리의 다른 글

Intercept  (0) 2024.06.24
How to calculate the number easily, fastly  (0) 2024.04.02
Complex Number  (0) 2024.03.29
Integral, integration  (0) 2024.03.08
Least Square Method(Least Mean Square)  (0) 2024.03.08