Difference between revisions of "Points of Intersection"

From New IAC Wiki
Jump to navigation Jump to search
Line 92: Line 92:
 
0 & 0 & 1
 
0 & 0 & 1
 
\end{bmatrix}</math>
 
\end{bmatrix}</math>
 +
 +
<center><math>\textbf{\underline{Navigation}}</math>
 +
 +
[[In_the_Detector_Frame|<math>\vartriangleleft </math>]]
 +
[[VanWasshenova_Thesis#Determining_wire-theta_correspondence|<math>\triangle </math>]]
 +
[[CED_Verification_of_DC_Angle_Theta_and_Wire_Correspondance|<math>\vartriangleright </math>]]
 +
 +
</center>

Revision as of 18:35, 15 May 2017

[math]\textbf{\underline{Navigation}}[/math]

[math]\vartriangleleft [/math] [math]\triangle [/math] [math]\vartriangleright [/math]


Points of Intersection

Since the wires are [math]6^{\circ}[/math] above the y axis in the x-y plane, we can use a rotation matrix about the z axis, to rotate points and equations into the coordinate system of the wire (x, y). There are two types of rotation matrix which are referred to as a passive or active transformation matrices. The passive transformation takes the components of a vector in the first system and finds the components of this vector in a new system. In effect, this type of transformation rotates the coordinate system while leaving the vector stationary. An active transformation matrix uses the original basis vectors to find the basis vectors in the new system. The outcome of this is to in effect rotate the vector to a different coordinate system.

Demonstrating a passive rotation for a point in space we can use the rotation matrix


[math]R(\theta_{xy})=\begin{bmatrix} cos\ \theta & -sin\ \theta & 0 \\ sin\ \theta & cos\ \theta & 0 \\ 0 & 0 & 1 \end{bmatrix}[/math]

which corresponds to a counter-clockwise rotation of a positive angle \[Theta] in the x-y plane. In determining that the angle is positive, this dictates the rotation must be from the x towards the y axis in the 1st quadrant. By the orthogonality of the Cartesian coordinates this then gives positive \[Theta] rotations from the y to -x in the 2nd, the -x to the -y in the 3rd, and -y to x axis in the 4th quadrants. This then implies a clockwise rotation from the x to the -y axis with a negative angle in the xy plane, for the 1st and so forth for the remaining quadrants in the x-y plane. Since the even odd properties of the sine and cosine functions with respect to the input angle determine the sign of the function, we find


[math]R(-\theta_{xy})=\begin{bmatrix} cos\ (-\theta) & -sin\ (-\theta) & 0 \\ sin\ (-\theta) & cos\ (-\theta) & 0 \\ 0 & 0 & 1 \end{bmatrix}=\begin{bmatrix} cos\ \theta & sin\ \theta & 0 \\ -sin\ \theta & cos\ \theta & 0 \\ 0 & 0 & 1 \end{bmatrix}[/math]



with [math]sin(-\theta)=-sin \theta, cos(-\theta)=cos(\theta)[/math]

Conversely, a negative rotation can be viewed as a positive rotation of [math]\theta[/math] from the y towards the x axis in the 1st quadrant for the y-x plane.


[math]R(-\theta_{xy})=R(\theta_{yx})=\begin{bmatrix} cos\ (\theta) & sin\ (\theta) & 0 \\ -sin\ (\theta) & cos\ (\theta) & 0 \\ 0 & 0 & 1 \end{bmatrix}[/math]

This positive rotation will correspond to a counter-clockwise rotation, just as a negative rotation will correspond to a clockwise one in the y-x plane.

[math]R(-\theta_{yx})=\begin{bmatrix} cos\ (\theta) & -sin\ (\theta) & 0 \\ sin\ (\theta) & cos\ (\theta) & 0 \\ 0 & 0 & 1 \end{bmatrix}[/math]

Checking with the geometry, we find for a counter-clockwise rotation in the y-x plane:

Q1xComp.png

Q1yComp.png


For the 1st quadrant, [math]R(-\theta_{xy})=R(\theta_{yx})=\begin{bmatrix} cos\ (\theta) & sin\ (\theta) & 0 \\ -sin\ (\theta) & cos\ (\theta) & 0 \\ 0 & 0 & 1 \end{bmatrix}[/math] as expected for a positive [math]\theta[/math] rotation from y to x axis in the y-x plane. Again, this corresponds to a negative [math]\theta[/math] in the x-y plane, with [math]R(-\theta_{yx})=\begin{bmatrix} cos\ (\theta) & -sin\ (\theta) & 0 \\ sin\ (\theta) & cos\ (\theta) & 0 \\ 0 & 0 & 1 \end{bmatrix}[/math]

For the 4th quadrant, where y is negative,


Q2xComp.png

Q2yComp.png


[math]R(-\theta_{xy})=R(\theta_{yx})=\begin{bmatrix} cos\ (\theta) & sin\ (\theta) & 0 \\ -sin\ (\theta) & cos\ (\theta) & 0 \\ 0 & 0 & 1 \end{bmatrix}[/math] as expected for a positive [math]\theta[/math] rotation from x to -y axis in the y-x plane. Again, this corresponds to a negative [math]\theta[/math] in the x-y plane, with [math]R(-\theta_{yx})=\begin{bmatrix} cos\ (\theta) & -sin\ (\theta) & 0 \\ sin\ (\theta) & cos\ (\theta) & 0 \\ 0 & 0 & 1 \end{bmatrix}[/math]

[math]\textbf{\underline{Navigation}}[/math]

[math]\vartriangleleft [/math] [math]\triangle [/math] [math]\vartriangleright [/math]