bznm
- 181
- 0
Please, can you check the following execution is correct?
Problem text
I have a plane in affine space in R^4 described by two following equations:
[tex]\begin{Bmatrix}3x+y-z-q +1=0\\ -x-y+z+2q=0\end{Bmatrix}[/tex]
I have the coords of a point P: (0,1,1,0)
Describe the locus of points Q such that line PQ is perpendicular to the plane.
My solution
Now I look for the line (which Q points belong to) perpendicular to the plane and passing by point P.
In order for a plane described by equation [tex]ax+by+cz+dq+e=0[/tex] and a line whose coefficients are [tex]l,m,n,t[/tex] to be perpendicular, this must be true:
[tex]\frac{a}{l}=\frac{b}{m}=\frac{c}{n}=\frac{d}{t}[/tex]
So, the equations of line passing by generic point [tex]P(x_0,y_0,z_0,q_0)[/tex] is:
[tex]\frac{x-x_0}{a}=\frac{y-y_0}{b}=\frac{z-z_0}{c}=\frac{q-q_0}{d}[/tex]
Then, in my specific problem I get:
[tex]\begin{Bmatrix}x=y-1 \\ y=2-z \\ z=\frac{q}{2}+1 \end{Bmatrix}[/tex]
Thank you very very much
Problem text
I have a plane in affine space in R^4 described by two following equations:
[tex]\begin{Bmatrix}3x+y-z-q +1=0\\ -x-y+z+2q=0\end{Bmatrix}[/tex]
I have the coords of a point P: (0,1,1,0)
Describe the locus of points Q such that line PQ is perpendicular to the plane.
My solution
Now I look for the line (which Q points belong to) perpendicular to the plane and passing by point P.
In order for a plane described by equation [tex]ax+by+cz+dq+e=0[/tex] and a line whose coefficients are [tex]l,m,n,t[/tex] to be perpendicular, this must be true:
[tex]\frac{a}{l}=\frac{b}{m}=\frac{c}{n}=\frac{d}{t}[/tex]
So, the equations of line passing by generic point [tex]P(x_0,y_0,z_0,q_0)[/tex] is:
[tex]\frac{x-x_0}{a}=\frac{y-y_0}{b}=\frac{z-z_0}{c}=\frac{q-q_0}{d}[/tex]
Then, in my specific problem I get:
[tex]\begin{Bmatrix}x=y-1 \\ y=2-z \\ z=\frac{q}{2}+1 \end{Bmatrix}[/tex]
Thank you very very much