Question

In: Mechanical Engineering

Show that R-1(a) = R(-a). This equation shows that a rotation through a negative angle is equivalent to an inverse transformation.

Show that R-1(a) = R(-a). This equation shows that a rotation through a negative angle is equivalent to an inverse transformation.

 

 

Solutions

Expert Solution

The rotation matrix R(a) is defined as follows,

 

Here we need to show that R-1(a) = R(-a). For solving this, we will define R(a) by declaring “a” as a symbolic variable. We will find R-1(a) and R(-a) and then show that both are same. The MATLAB code for it are as follows,

 

Input:

syms a %defining symbolic variable

R=[cos(a),sin(a);-sin(a),cos(a)]; %Defining rotation matrix

Rinv=simplify(inv(R)); %finding the inverse of R

Ra=simplify(subs(R,a,-a)); %finding the value of R(-a)

disp(\'Inverse of Rotation matrix is\')

disp(Rinv)

disp(\'Matrix R(-a) is\')

disp(Ra)

disp(\'\')

disp(\'Hence we proved that R(-a) is equal to inverse of Rotation matrix\')

 

Output:

 

Hence proved that R-1(a) = R(-a).


Hence proved that R-1(a) = R(-a).

Related Solutions

Show that R-1(a)R(a) = I, where I is the identity matrix and R(a) is the rotation matrix.
Show that R-1(a)R(a) = I, where I is the identity matrix and R(a) is the rotation matrix. This equation shows that the inverse coordinate transformation returns you to the original coordinate system.  
Prove that any linear transformation ? : R? → R? maps a line passing through the...
Prove that any linear transformation ? : R? → R? maps a line passing through the origin to either the zero vector or a line passing through the origin. Generalize this for planes and hyperplanes. What are the images of these under linear transformations?
Prove that any linear transformation ? : R? → R? maps a line passing through the...
Prove that any linear transformation ? : R? → R? maps a line passing through the origin to either the zero vector or a line passing through the origin. Generalize this for planes and hyperplanes. What are the images of these under linear transformations?
Show how Rotation Matrix R transforms vectors to vectors
Show how Rotation Matrix R transforms vectors to vectors
Is reflection across a line L through the origin an invertible transformation of R 2 ?...
Is reflection across a line L through the origin an invertible transformation of R 2 ? If so, find the matrix representation of the inverse; if not, explain why not.
The graph here shows transformations of the graph of f(x) = 2x. What is the equation for the transformation?
The graph here shows transformations of the graph of f(x) = 2x. What is the equation for the transformation?
1. Given the angle of rotation is small and the materials remain linear elastic, which statement...
1. Given the angle of rotation is small and the materials remain linear elastic, which statement below is incorrect for the torsional behavior of a long straight circular shaft: a. Straight member remains straight b. Section-shape remains unchanged c. End of member may warp d. Plane section remains plane 2. The unit for a shaft’s polar moment of inertia J is: a. m2 b. m3 c. kPa d. m4 3. Provided that the bending formation of a straight member is...
Show Klein- Gordon Equation have Negative probability and Negative Energies! Detailed Explanation please! what steps should...
Show Klein- Gordon Equation have Negative probability and Negative Energies! Detailed Explanation please! what steps should be taken in general to check for any theory or equation?
1) Show that if A is an open set in R and k ∈ R \...
1) Show that if A is an open set in R and k ∈ R \ {0}, then the set kA = {ka | a ∈ A} is open.
1. In three dimensions, what is the greatest angle that can be achieved between four equivalent...
1. In three dimensions, what is the greatest angle that can be achieved between four equivalent bonds? Formatting help: Just enter a number like 231.12, do not include "degrees". 2.central atom is found to have one double bond, one single bond, and one non-bonding pair of electrons. How many electron domains does the central atom have? 3.When determining the molecular geometry of a molecule, which of the following needs to be considered? Choose all that apply A. Number of bonding...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT