Rotating the coordinates to coincide the principal axes

AI Thread Summary
Rotating local coordinates to align with principal stress axes involves using the eigenvectors of the stress tensor to create a rotation matrix. The eigenvectors of a symmetric stress tensor are orthogonal, allowing for a straightforward construction of the rotation matrix. In cases of repeated eigenvalues, while orthogonality may not be guaranteed, the eigenvectors can be orthonormalized using the Gram-Schmidt process. The discussion confirms that for 2D space, nonzero shear stress prevents equal eigenvalues, and similar expectations apply to 3D stress tensors. Overall, the method for diagonalizing the stress tensor through rotation is validated, with considerations for potential complexities in specific scenarios.
Hassan2
Messages
422
Reaction score
5
Dear all,

We can rotate the local coordinates of the element so that the stress tensor becomes diagonal. The new coordinate system would be the principal stress axes of which are in fact the eignevectors of the stress tensor.

Once we have the eigenvectors ( which are generally orthogonal), we can find the rotation matrix to rotate the coordinates. We usually find the rotation matrix using direction cosine or Euler angels and a bit of work is required.
But I have found that ( I'm not sure yet) in Cartesian coordinates, the eignevectors can be readily used to construct the rotation matrix. Just set up a 3x3 matrix whose rows are the eigenvectors!

I have used the method in my code and the results "seems" right but I need someone to confirm this. I am also worried for instances that the eigenvectors are not orthogonal: would this lead to wrong transformation ( i.e with the transformation the stress tensor won't be diagonal)?

Thanks
 
Engineering news on Phys.org
You're right, Hassan2. A useful result from linear algebra is that any real symmetric matrix has orthogonal eigenvectors. Since the stress tensor is symmetric (except in really weird situations that I don't fully understand and don't typically show up in any commonly used material), it has orthogonal eigenvectors! Hence the matrix you're constructing to do the rotation will always be orthogonal.

Writing the rotation as a matrix whose rows are the eigenvectors is a perfectly valid way to do it. In general, the first row of a 3x3 matrix is the image of the vector (1,0,0) under the matrix transformation; the second row is the image of (0,1,0); and the third is the image of (0,0,1). So if you want to rotate the standard coordinates to the "eigenvector basis", that matrix with eigenvector rows is exactly what you want.
 
Many thanks,

How if the stress tensor has repeated eignenvalues. I think in this case the orthogonality of the eigenvectors is not guaranteed.
 
Sorry, Hassan2, I keep forgetting to reply.

You are absolutely right. An excellent point. But the eigenvectors will always be linearly independent, so if it has repeated eigenvalues you can orthonormalize the eigenvectors using Gram-Schmidt and use those orthonormalized vectors to produce your rotation matrix.

Again, sorry for the late reply (I'm new to this forum!)
 
Thanks medthehatta,

I checked with Wikipedia about the principal stress which are in fact the eigenvalues of the stress tensor. For 2D space , the analytical solution is given. It seems when we have nonzero shear stress, the eigenvalues can't be equal. It is fine because for zero shear stress, we don't need to rotate the local coordinates. I'm not sure but I expect the same for there-dimensional space. I use numerical methods for finding the eigenvalues of the 3x3 stress tensor. I will check it.

Thanks again for your help.

Thanks again.
 
Here's a video by “driving 4 answers” who seems to me to be well versed on the details of Internal Combustion engines. The video does cover something that's a bit shrouded in 'conspiracy theory', and he touches on that, but of course for phys.org, I'm only interested in the actual science involved. He analyzes the claim of achieving 100 mpg with a 427 cubic inch V8 1970 Ford Galaxy in 1977. Only the fuel supply system was modified. I was surprised that he feels the claim could have been...
Thread 'Turbocharging carbureted petrol 2 stroke engines'
Hi everyone, online I ve seen some images about 2 stroke carbureted turbo (motorcycle derivation engine). Now.. In the past in this forum some members spoke about turbocharging 2 stroke but not in sufficient detail. The intake and the exhaust are open at the same time and there are no valves like a 4 stroke. But if you search online you can find carbureted 2stroke turbo sled or the Am6 turbo. The question is: Is really possible turbocharge a 2 stroke carburated(NOT EFI)petrol engine and...
Back
Top