New Reply

Exercise review: perpendicular-to-plane line

 
Share Thread Thread Tools
Jun28-12, 10:42 AM   #1
 

Exercise review: perpendicular-to-plane line


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
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Ants and carnivorous plants conspire for mutualistic feeding
>> Forecast for Titan: Wild weather could be ahead
>> Researchers stitch defects into the world's thinnest semiconductor
Jun28-12, 05:04 PM   #2
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by bznm View Post
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]
That equation doesn't describe a plane in ℝ4. A single equation eliminates one degree of freedom, so you still have three left. In other words, that's the equation describing a three-space. Note that the plane in the problem was specified using two equations.

It might help you to consider the analogous case in ℝ3. You're given a line L and a point P and asked to find all points Q such that PQ is perpendicular to L.
Jun29-12, 02:50 AM   #3
 
Thanks for the helpful answer, you're right.
But the analoguos case in R^3 (which I know how to solve) is quite different from my exercise.
Which equation would I choose to get the normal vector?
Thanks again
Jun29-12, 02:57 AM   #4
 
Blog Entries: 8
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

Exercise review: perpendicular-to-plane line


Quote by bznm View Post
Thanks for the helpful answer, you're right.
But the analoguos case in R^3 (which I know how to solve) is quite different from my exercise.
Which equation would I choose to get the normal vector?
Thanks again
Well, how would you solve it?
Jun29-12, 03:03 AM   #5
 
With a proceeding similar to this http://www.jtaylor1142001.net/calcja...LPerpPlane.htm
Jun29-12, 03:05 AM   #6
 
Blog Entries: 8
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
That are the points perpendicular to a plane. That was not what vela asked. He asked about the points perpendicular to a line in [itex]\mathbb{R}^3[/itex]. Do you know how to do that?? Your question is very analogous.
Jun29-12, 03:31 AM   #7
 
Oops, I didn't realize... Coming back to vela answer, I'd find a point on the given line, I'd get the segment that connects it with given point, and working with projections I'd get the perpendicular segment between the two points, finally get the line. But can you help me seeing why the two questions are so similar?
Jun29-12, 07:27 AM   #8
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
The plane is defined by the two lines 3x+ y- z- q- 1= 0 and -x- y+ z+ 2q= 0. If we add the two equations, y and z both cancel leaving 2x+ q+ 1= 0 so, on this plane, x= -(1/2)q- 1/2. Putting that into the second equation, (1/2)q+ 1/2- y+ z+ 2q= -y+ z+ (5/2)q+ 1/2= 0. The coefficients of x, y, z, and q in that are 0, -1, 1, and 5/2, respectively so a normal to the plane is <0, -1, 1, 5/2>. Find parametric equations of the line through (0, 1, 1, 0) having direction vector <0, -1, 1, 5/2> and determine where that line crosses the plane.
Jun29-12, 08:53 AM   #9
 
Perfect, thank you so much!
Find parametric equations of the line through (0, 1, 1, 0) having direction vector <0, -1, 1, 5/2>
so is this correct?
[tex]L=(0,1,1,0)+ t(0,-1,1,5/2)[/tex]
Jun29-12, 07:22 PM   #10
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Retired Staff Staff Emeritus
I'm going to have to disagree with HallsofIvy here. Neither of those equations define lines in ℝ4. They define 3-spaces, and it's their intersection which is the plane. Also, in ℝ4, there is not one direction that is normal to a plane, unlike in ℝ3. For example, consider the xy-plane in ℝ4. Both the z-axis and the q-axis are perpendicular to the plane, but they clearly aren't multiples of each other.
Jun30-12, 10:35 AM   #11
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Thanks, vela. You are right. For some reason it just never dawned on me that we were really talking about R4.
Jul2-12, 03:38 PM   #12
 
Hi vela, hi HallsofIvy.
So, should I find the orthogonal complement of the intersection of two 3-dimensional subspaces?

Thanks a lot again
New Reply

Tags
algebra, geometry
Thread Tools


Similar Threads for: Exercise review: perpendicular-to-plane line
Thread Forum Replies
LinAlg: Parametric Equation of a Line, given a parallel plane and perpendicular line Calculus & Beyond Homework 0
Cartesian equation of plane that i perpendicular to plane and contains line Precalculus Mathematics Homework 5
Line Perpendicular to plane Calculus & Beyond Homework 1
Find plane, given a line & perpendicular plane Calculus & Beyond Homework 2