You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: system-design/problem.md
+34-28Lines changed: 34 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@ The mathematical model is based on the vector rotational transformation model th
80
80
#### The mathematical model of rotating vectors around a prime axis:
81
81
82
82
* Let vector $\vec{V}$ be a vector in an $R^3$ vectorspace; such that:
83
+
83
84
$$
84
85
\begin{equation*}
85
86
\vec{V} = \begin{pmatrix}
@@ -91,6 +92,7 @@ $$
91
92
$$
92
93
93
94
* Therefore, the rotated vector around the X-axis using angle $\phi_R$ with the positive direction of Z-axis (Z-convention) using the direction cosines methodology; could be rewritten as a function of the rotational angle by evaluating the addition trigonometric identity using the Euclidean Geometry:
95
+
94
96
$$
95
97
\begin{equation*}
96
98
\vec{V}^{'} = \begin{pmatrix}
@@ -142,6 +144,7 @@ $$
142
144
143
145
* Therefore, the rest of rotation operations could be expressed using rotation matrices as follows:
* A set of rotations could be achieved by multiplying the rotation matrices to get the final rotation matrix, and then multiply it with the vector coordinates.
204
209
205
210
> [!TIP]
206
211
> **Proof:**
207
212
> * The rotation matrix could be derived from the result of the addition trigonometric identities retrieved after adding the angle $\phi_{R}$ to the initial angle $\phi_{0}$.
208
213
> * The resulting vector (v') could be obtained by other means:
209
214
> 1) Adding the angle of rotation to the initial angle and constructing the rectangular coordinates from the polar vector.
210
-
> 2) Deriving the final vector (v') by evaluating the addition trigonometeric identities (i.e., $cos(\phi_0 \pm \phi_R)$ and $sin(\phi_0 \pm \phi_R)$).
215
+
> 2) Deriving the final vector (v') by evaluating the addition trigonometeric identities (i.e., $\cos(\phi_0 \pm \phi_R)$ and $\sin(\phi_0 \pm \phi_R)$).
216
+
217
+
* Mathematical Modelling: Errors of Rotation and Error Handling Techniques.
211
218
212
-
* Mathematical Modelling: Errors of Rotation and Error Handling Techniques.
213
219
214
220
* Mathematical-Physical Model of angular (or rotational) motion in R(2) and R(3) vectorspaces:
0 commit comments