Conceptual Questions/Eigenvectors and Eigenvalues

sherlockjones
Messages
31
Reaction score
0
This is how the book introduced eigenvectors:

In the xy-plane let us find a point of reflection Q of a general point P = (a,b) in the line y = x. The line x-y = 0 has a normal vector <-1, 1> and so a vector equation of the straight line through P and perpendicular to y = x is given by <x,y> = t<1,-1> + <a,b> = <a+t,b-t>. The point of intersection M = (x,y) of the two lines is obtained from a+t = b-t or t = \frac{1}{2}(b-a). Thus M = (\frac{1}{2}(a+b), \frac{1}{2}(a+b)). The point Q = (b,a) because \vec{OQ} = \vec{OP} +2\vec{PM}. Thus w = Av where A is the identity matrix.

I do not get how the normal vector of x-y = 0 is <1,-1>. Isn't that saying that the x-component is 1 and the y-component is -1? Also how did they get the vector equation <x,y> = t<1,-1> + <a,b>? Finally, why does \vec{OQ} = \vec{OP} +2\vec{PM}?

Thanks
 
Physics news on Phys.org
Conceptual Question/Eigenvectors

This is how the book introduced eigenvectors:

In the xy-plane let us find a point of reflection Q of a general point P = (a,b) in the line y = x. The line x-y = 0 has a normal vector <-1, 1> and so a vector equation of the straight line through P and perpendicular to y = x is given by <x,y> = t<1,-1> + <a,b> = <a+t,b-t>. The point of intersection M = (x,y) of the two lines is obtained from a+t = b-t or t = \frac{1}{2}(b-a). Thus M = (\frac{1}{2}(a+b), \frac{1}{2}(a+b)). The point Q = (b,a) because \vec{OQ} = \vec{OP} +2\vec{PM}. Thus w = Av where A is the identity matrix.

I do not get how the normal vector of x-y = 0 is <1,-1>. Isn't that saying that the x-component is 1 and the y-component is -1? Also how did they get the vector equation <x,y> = t<1,-1> + <a,b>? Finally, why does \vec{OQ} = \vec{OP} +2\vec{PM}?

Thanks
 
sherlockjones said:
I do not get how the normal vector of x-y = 0 is <1,-1>.


Draw a picture: the line x-y=0 goes a bit like this /, so its normal goes a bit like \.


Isn't that saying that the x-component is 1 and the y-component is -1? Also how did they get the vector equation <x,y> = t<1,-1> + <a,b>?

Because that is the equation of a line through (a,b) and parallel to (1,-1): it certainly goes through that point, and can be seen to go in the right direction, again, by drawing a diagram.

Finally, why does \vec{OQ} = \vec{OP} +2\vec{PM}?


My advice once more is: draw a picture: draw the lines, the points, the line segments and just look at the picture to see what's going on.
 
sherlockjones said:
This is how the book introduced eigenvectors:



I do not get how the normal vector of x-y = 0 is <1,-1>. Isn't that saying that the x-component is 1 and the y-component is -1?
Yes, that's exactly what it is saying. x-y= 0 is the same as y= x. Any vector in the direction of that line must have y component equal to x component: one such vector is <1, 1>. Any normal vector to that line must have dot product with that vector equal to 0: one such vector is <1, -1> since then the dot product is 1(1)+ (-1)(1)= 0. By the way, note that your quote does not say the normal vector, it says a normal vector. There are an infinite number of normal vectors to a line.

Also how did they get the vector equation &lt;x,y&gt; = t&lt;1,-1&gt; + &lt;a,b&gt;?
Presumably, you have already learned that a vector equation for a line in the direction of vector <A, B>, through the point (x0, y0) is of the form t<A,B>+ <x0,y0>. t just measures the "distance" along the line from the point (x0,y0) to the point (x,y).

Finally, why does \vec{OQ} = \vec{OP} +2\vec{PM}?
Remember that you are trying to find the point Q "symmetric" to P in the line y= x. That is, it lies on the normal line PQ with distance MQ equal to distance PM. To go from P to Q you would travel the vector \vec{PM} and then the vector \vec{MQ}. But, by symmetry, the two vectors are equal! \vec{PM}= \vec{MQ} and so \vec{PQ}= 2\vec{PM}. Of course, to go from O to Q you could go from O to P and then from P to Q: \vec{OQ}= \vec{OP}+ \vec{PQ}= \vec{OP}+ 2\vec{PM}.
 
This was posted in both the homework and mathematics sections so I merged the threads.

Please do not double post!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top