Archived Find the vortices of a square after a transformation given by a tensor

AI Thread Summary
The discussion revolves around finding the positions of the vertices of a square after applying a transformation defined by a distension tensor, ε. The initial approach involved applying the tensor directly to the coordinates, which led to confusion and incorrect results. The user then attempted to separate the elongation and distortion effects, successfully calculating the positions for vertices along the axes using trigonometry. However, they struggled with determining the new position of the vertex at (L, L) after distortion. Clarifications were provided regarding the initial coordinates of the square and the proper application of the tensor to each vertex.
Jalo
Messages
117
Reaction score
0

Homework Statement



Given a square and the respective distension tensor, ε, find the position on his vortices after the transformation.

ε = 0.1...0.25
...0.25...0.1

Homework Equations





The Attempt at a Solution



I got kind of lost in this question. I started thinking that maybe a vortic at the coordinates (a,b) would later be at the position (a',b') given by:

(a',b') = (a,b)ε

This got me some weird results tho, which led me to believe it was wrong.

I later tried to solve it using each component of the tensor alone. I know that the components of the diagonal give me the elongation, therefore I used them to find the positions of the vortices after the elongation. The problem came when I had to deal with the distortion. How can I find the position of the vortices there? I managed to find the position of the vortices that were at either the x-axis or y axis, using trigonometry

sin(εxy)=b'/L , where L is the length of the square after the elongation.

My problem now rests with finding the position of the vortix at (L,L).
Using trigonometry I found that the size of the diagonal,D, after the distortion was:
D = Lcos(π/4-εxy)
Since the vortix will still have an y coordinate equal to the x coordinate after the distortion I can say that:

2A^2=D^2 , where A will be the position of the vortix after the distortion.

I think my way of solving the problem is correct, however I can't help but think there's a better way... If someone could throw me some light I'd appreciate.
 
Physics news on Phys.org
Jalo said:

Homework Statement



Given a square and the respective distension tensor, ε, find the position on his vortices after the transformation.
I presume you mean "vertices". "Vortices" are completely different things!
Jalo said:
ε = 0.1...0.25
...0.25...0.1

Homework Equations


The Attempt at a Solution



I got kind of lost in this question. I started thinking that maybe a vortic at the coordinates (a,b) would later be at the position (a',b') given by:

(a',b') = (a,b)ε
Is it (a, b)ε or ε(a, b)? What convention are you using?

Jalo said:
This got me some weird results tho, which led me to believe it was wrong.

I later tried to solve it using each component of the tensor alone. I know that the components of the diagonal give me the elongation, therefore I used them to find the positions of the vortices after the elongation. The problem came when I had to deal with the distortion. How can I find the position of the vortices there? I managed to find the position of the vortices that were at either the x-axis or y axis, using trigonometry

sin(εxy)=b'/L , where L is the length of the square after the elongation.

My problem now rests with finding the position of the vortix at (L,L).
Using trigonometry I found that the size of the diagonal,D, after the distortion was:
D = Lcos(π/4-εxy)
Since the vortix will still have an y coordinate equal to the x coordinate after the distortion I can say that:

2A^2=D^2 , where A will be the position of the vortix after the distortion.

I think my way of solving the problem is correct, however I can't help but think there's a better way... If someone could throw me some light I'd appreciate.
What were the vertices of your square to begin with? Is your square centered at (0, 0)? Are you taking into account rotation and dilation?

You say that one vertex is at (L, L) so are you assuming a square with vertices at (0, 0), (L, 0), (0, L), and (L, L)? If so applying \epsilon to each vertex gives
\begin{bmatrix}0.1 & 0.25 \\ 0.25 & 0.1\end{bmatrix} \begin{bmatrix}0 \\ 0 \end{bmatrix}= \begin{bmatrix}0 \\ 0 \end{bmatrix}
\begin{bmatrix}0.1 & 0.25 \\ 0.25 & 0.1\end{bmatrix} \begin{bmatrix}L \\ 0 \end{bmatrix}= \begin{bmatrix}.25L \\ .1L \end{bmatrix}
\begin{bmatrix}0.1 & 0.25 \\ 0.25 & 0.1\end{bmatrix} \begin{bmatrix}0 \\ L \end{bmatrix}= \begin{bmatrix} .1L\\ .25L \end{bmatrix}
and
\begin{bmatrix}0.1 & 0.25 \\ 0.25 & 0.1\end{bmatrix} \begin{bmatrix}L \\ L \end{bmatrix}= \begin{bmatrix}.35L \\ .35L \end{bmatrix}
 
Last edited by a moderator:
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top