Skip to content

Commit 19723c5

Browse files
committed
erreur sens rotation Ry, signalée par C. Goldie
1 parent 7899d1c commit 19723c5

5 files changed

Lines changed: 13 additions & 7 deletions

File tree

livre-mathgame.pdf

-19.1 KB
Binary file not shown.

rotation/figures/fig-rotation-03.tikz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\tdplotsetmaincoords{65}{25}
1+
\tdplotsetmaincoords{65}{25}
22
\begin{tikzpicture}[tdplot_main_coords,scale=3]
33

44
\draw[thick,->,>=latex] (0,0,0) -- (1.5,0,0) node[right]{$x$};
@@ -9,7 +9,7 @@
99
\tdplotdrawarc[tdplot_rotated_coords,->,>=latex,red,very thick]{(0,0,1.2)}{0.5}{0}{180}{above}{\bf +}
1010

1111
\tdplotsetrotatedcoords{90}{90}{00}
12-
\tdplotdrawarc[tdplot_rotated_coords,->,>=latex,red,very thick]{(0,0,1.5)}{0.25}{-90}{-90-180}{above right}{\bf +}
12+
\tdplotdrawarc[tdplot_rotated_coords,<-,>=latex,red,very thick]{(0,0,1.5)}{0.25}{-90}{-90-180}{above right}{\bf +}
1313

1414
\tdplotsetrotatedcoords{0}{90}{0}
1515
\tdplotdrawarc[tdplot_rotated_coords,->,>=latex,red,very thick]{(0,0,1.5)}{0.5}{90}{270}{above}{\bf +}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
\tdplotsetmaincoords{65}{25}
1+
\tdplotsetmaincoords{65}{25}
22
\begin{tikzpicture}[tdplot_main_coords,scale=3]
33

44
\draw[thick,->,>=latex] (0,0,0) -- (1.5,0,0) node[right]{$x$};
55
\draw[thick,->,>=latex] (0,0,0) -- (0,1.5,0) node[below right]{$y$};
66
\draw[thick,->,>=latex] (0,0,0) -- (0,0,1.2) node[right]{$z$};
77

88
\tdplotsetrotatedcoords{90}{90}{00}
9-
\tdplotdrawarc[tdplot_rotated_coords,->,>=latex,red,very thick]{(0,0,1.5)}{0.25}{-90}{-90-180}{above right}{$R_y$}
9+
\tdplotdrawarc[tdplot_rotated_coords,<-,>=latex,red,very thick]{(0,0,1.5)}{0.25}{-90}{-90-180}{above right}{$R_y$}
1010

1111

1212
\end{tikzpicture}

rotation/rotation.pdf

21.3 KB
Binary file not shown.

rotation/rotation.tex

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,15 @@ \subsection{Rotation autour de l'axe $x$, $y$ ou $z$}
143143

144144

145145
\textbf{Orientation.}
146-
L'espace est muni d'un repère orthonormé direct $(Oxyz)$.
147-
Si on se place à l'origine, à cheval sur un axe orienté dans le sens de la flèche,
148-
alors une rotation d'angle positif correspond à tourner vers la droite pour les rotations d'axe $(Ox)$ et $(Oz)$ et vers la gauche pour la rotation d'axe $(Oy)$.
146+
Dans un repère orthonormé direct $(Oxyz)$, le sens positif d'une rotation est défini de manière géométrique par la \defi{règle de la main droite}. Si vous alignez le pouce de votre main droite sur l'axe de rotation (en pointant dans le sens de la flèche), vos autres doigts se referment naturellement dans le sens de la rotation d'angle positif.
147+
148+
Ainsi, pour un angle $\theta > 0$ :
149+
\begin{itemize}
150+
\item La rotation autour de $(Ox)$ amène l'axe $(Oy)$ vers l'axe $(Oz)$.
151+
\item La rotation autour de $(Oy)$ amène l'axe $(Oz)$ vers l'axe $(Ox)$.
152+
\item La rotation autour de $(Oz)$ amène l'axe $(Ox)$ vers l'axe $(Oy)$.
153+
\end{itemize}
154+
Mathématiquement, cela correspond à respecter l'ordre cyclique des axes ($x \to y \to z \to x$).
149155

150156
\myfigure{0.8}{
151157
\tikzinput{fig-rotation-03}

0 commit comments

Comments
 (0)