Find Line in Plane Passing Through (2,3,6)

  • Thread starter Thread starter dtl42
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
dtl42
Messages
118
Reaction score
0

Homework Statement


Given some plane, [tex]3x+2y-z=6[/tex], and a point [tex](2,3,6)[/tex]

Find a line in the plane passing through that point.


Homework Equations



The Attempt at a Solution


I tried finding the vector perpendicular to the plane, [tex]<3,2,-1>[/tex], but I'm not sure what to do with it.
 
Physics news on Phys.org
A line passing through two points [itex]\vec{r_0}[/itex] and [itex]\vec{r_1}[/itex] is simply

[tex]\vec{r}=(1-t)\vec{r_0}+t\vec{r_1}[/tex]

You are given a point that you want the line through and you can figure out another arbitrary one right?
 
dtl42 said:
I tried finding the vector perpendicular to the plane, [tex]<3,2,-1>[/tex], but I'm not sure what to do with it.

You could use this as the direction of the line that you want.


EDIT: Read the question wrong, I thought it asked for a line passing through that point and not necessarily contained in the plane.
 
Last edited:
No, you cannot! That vector is perpendicular to the plane while the line you want is in the plane. The normal vector doesn't help at all. As jeffreydk said, a line is determined by two points. You are already given one point in the plane (did you check that it actually is in the plane?) Now choose any other point in the plane (take what ever values you like for x and y and solve for z) and use those two points to determine the line. There are, of course, an infinite number of solutions.