Find the equation of the invariant line through the origin

Click For Summary
SUMMARY

The discussion focuses on finding the equation of the invariant line through the origin using matrix transformations. The equation is derived in the form of \(y = mx\), where \(m\) is calculated as \(m = \sqrt{\frac{c^2}{b^2}}\), yielding two solutions: \(m_1 = \frac{c}{b}\) and \(m_2 = -\frac{c}{b}\). Additionally, the conversation highlights the general form of a rotation matrix about the origin, which can be derived from the rotation of a point \(P = (cos(t), sin(t))\) to \(P' = (cos(t+\theta), sin(t+\theta))\). This approach emphasizes the linearity of the transformation and its application to the given matrix.

PREREQUISITES
  • Understanding of linear transformations and matrices
  • Familiarity with trigonometric identities and angle addition formulas
  • Knowledge of the concept of invariant lines in linear algebra
  • Basic proficiency in solving quadratic equations
NEXT STEPS
  • Study the derivation of rotation matrices in linear algebra
  • Learn about eigenvalues and eigenvectors in relation to invariant lines
  • Explore the application of matrix transformations in computer graphics
  • Investigate the properties of linear maps and their geometric interpretations
USEFUL FOR

Mathematicians, physics students, and computer scientists interested in linear algebra, matrix transformations, and their applications in geometry and graphics.

chwala
Gold Member
Messages
2,828
Reaction score
420
Homework Statement
My interest is on highlighted in yellow. part b
Relevant Equations
see attached
1712742976617.png


My approach - i think similar to ms approach.

The required Equation will be in the form ##y=mx##

##\begin{pmatrix}
a & b^2 \\
c^2 & a
\end{pmatrix} ⋅
\begin{pmatrix}
k \\
mk
\end{pmatrix} =
\begin{pmatrix}
x \\
y
\end{pmatrix}
##



##ak+b^2mk=x##
##kc^2+amk=y##

##x=k(a+b^2m)##
##k=\dfrac{x}{a+b^2m}##

##y= k(c^2+am)##
##y=\dfrac{c^2+am}{a+b^2m}x##

##m=\dfrac{c^2+am}{a+b^2m}##

##am+b^2m^2=c^2+am##
##b^2m^2-c^2=0##
##m=\sqrt {\dfrac{c^2}{b^2}}##

##m_1 = \dfrac{c}{b}## and ##m_2 = -\dfrac {c}{b}##

##y=\dfrac{c}{b}x##

and

##y=-\dfrac{c}{b}x##

Ms approach,
1712743125853.png




Any insight welcome guys!
 
Last edited:
Physics news on Phys.org
There's a general form for a matrix describing a rotation about the origin by an a gle ## \theta##.
You can derive it by seeing what happens when you rotate the point ##P=(cost, sint)## to the point ##P'=(cos(t+\theta), sin(t+\theta))##. Then expand the latter expression using the formulas for sin, cos of the sum of angles (show the map is linear), and use it to describe the matrix that takes you from ##P## to ##P'##.
Use that general form to test against the matrix you're given.
Can you take it from there?
 
  • Like
Likes   Reactions: chwala
WWGD said:
There's a general form for a matrix describing a rotation about the origin by an a gle ## \theta##.
You can derive it by seeing what happens when you rotate the point ##P=(cost, sint)## to the point ##P'=(cos(t+\theta), sin(t+\theta))##. Then expand the latter expression using the formulas for sin, cos of the sum of angles (show the map is linear), and use it to describe the matrix that takes you from ##P## to ##P'##.
Use that general form to test against the matrix you're given.
Can you take it from there?
I will need to check on this- self studying... thanks.
 
  • Like
Likes   Reactions: WWGD

Similar threads

Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 12 ·
Replies
12
Views
3K
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
2
Views
1K
  • · Replies 13 ·
Replies
13
Views
1K