Find the equation of the invariant line through the origin

Click For Summary
The discussion focuses on finding the equation of the invariant line through the origin, expressed in the form y=mx. The participants derive the equation using matrix multiplication and transformations, leading to the conclusion that the slopes m can be represented as m1 = c/b and m2 = -c/b. Additionally, a method for deriving a general rotation matrix is discussed, emphasizing the importance of understanding the linear transformation involved in rotating points around the origin. The conversation encourages further exploration and testing against the provided matrix. Overall, the thread highlights both the mathematical derivation and the application of rotation matrices in this context.
chwala
Gold Member
Messages
2,827
Reaction score
415
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?
 
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.
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...