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

Click For Summary
SUMMARY

The discussion focuses on determining the positions of the vertices of a square after applying a distension tensor, ε, defined as ε = [[0.1, 0.25], [0.25, 0.1]]. The original vertices are assumed to be at (0, 0), (L, 0), (0, L), and (L, L). The transformation of each vertex is calculated using matrix multiplication, resulting in new coordinates for the vertices. The final positions are confirmed as (0, 0), (0.25L, 0.1L), (0.1L, 0.25L), and (0.35L, 0.35L) for the respective vertices.

PREREQUISITES
  • Understanding of tensor transformations in linear algebra
  • Familiarity with matrix multiplication
  • Knowledge of trigonometric functions and their application in geometry
  • Basic concepts of elongation and distortion in geometric transformations
NEXT STEPS
  • Study the application of linear transformations using matrices in geometry
  • Learn about the properties of distension tensors and their physical implications
  • Explore advanced topics in tensor calculus for more complex transformations
  • Investigate the relationship between trigonometry and linear transformations in two dimensions
USEFUL FOR

Students in mathematics or physics, particularly those studying linear algebra, tensor analysis, or geometric transformations. This discussion is also beneficial for anyone involved in computational modeling of physical systems.

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 [itex]\epsilon[/itex] to each vertex gives
[tex]\begin{bmatrix}0.1 & 0.25 \\ 0.25 & 0.1\end{bmatrix} \begin{bmatrix}0 \\ 0 \end{bmatrix}= \begin{bmatrix}0 \\ 0 \end{bmatrix}[/tex]
[tex]\begin{bmatrix}0.1 & 0.25 \\ 0.25 & 0.1\end{bmatrix} \begin{bmatrix}L \\ 0 \end{bmatrix}= \begin{bmatrix}.25L \\ .1L \end{bmatrix}[/tex]
[tex]\begin{bmatrix}0.1 & 0.25 \\ 0.25 & 0.1\end{bmatrix} \begin{bmatrix}0 \\ L \end{bmatrix}= \begin{bmatrix} .1L\\ .25L \end{bmatrix}[/tex]
and
[tex]\begin{bmatrix}0.1 & 0.25 \\ 0.25 & 0.1\end{bmatrix} \begin{bmatrix}L \\ L \end{bmatrix}= \begin{bmatrix}.35L \\ .35L \end{bmatrix}[/tex]
 
Last edited by a moderator:

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
Replies
1
Views
4K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 40 ·
2
Replies
40
Views
6K
Replies
6
Views
2K
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K