How to find a line perpendicular to another line and through a point.

In summary, to find a line perpendicular to a given line through a given point not on the line, first find the plane perpendicular to the given line containing the given point. Then, find the point of intersection between the given line and the perpendicular plane. The line through the given point and this point of intersection is the desired perpendicular line.
  • #1
iScience
466
5
i'm given some line and a point (not on that line), and i want to find a line that is perpendicular to given line and passes through the given point.

here is what I've tried so far. please tell me where i went wrong.

given line:

x=at+x0
y=bt+y0
z=ct+z0

given point: P(Px,Py,Pz)

my method is to use coordinate transformation basically. but apparently I've done it incorrectly.

<x0,y0,z0> is the initial point if you will on the line; it is the initial vector we are starting from when @ t=0. but this vector is with respect to some origin. as shown in the picture here.
http://i.imgur.com/dFs5FvQ.png

i wanted to redefine my origin at the point P such that the vector traversing through parameter t would always originate from point P like so
http://i.imgur.com/fvvWpoq.png

(where my starting point on the line ((t=0) is r0)

so to redefine the starting/initial vector..

<x0,y0,z0> - (Px,Py,Pz) would give me [itex]\vec{Pr }[/itex]0

and here's where i think i got it wrong; i figured the following would give me the line's vector component

<a,b,c> - (Px,Py,Pz)my idea was, when find the magnitude of the line's new equation, then take the derivative with respect to t, then set this equal to zero and this would yield the minimum distance from P to some point along the line. but i tried this and the math is not working out where did i go wrong?
 
Last edited:
Physics news on Phys.org
  • #2
You're making life too difficult. If I want the line to pass through P when t=0, what are x0, y0 and z0? No changing origins or anything.

The values of a,b and c will depend on the line you want to be perpendicular to.
 
  • #3
well.. all that was to determine a b and c. the idea was to find the orthogonal by minimizing d the distance. any suggestions on how else i could approach the problem?
 
  • #4
If the problem is to find a line perpendicular to a given line in three dimensions, at a given point on the line there is NO unique solution. At any point on the given line, there exist a plane perpendicular to the given line. Any line on that plane, through the given point, is such a line.

If the problem is to find a line perpendicular to the given line through a given point not on the line then first find the plane perpendicular to the given line containing the given point.

If the given line is x= at+ d, y= bt+ e, z= ct+ f, then any plane perpendicular to that line has equation ax+ by+ cz= D. If the given point is [itex](x_0, y_0, z_0)[/itex] then we must have [tex]ax_0+ by_0+ cz_0= D[/tex] so the equation of the plane perpendicular to the given plane, containing the given point, is [tex]ax+ by+ cz= ax_0+ by_0+ cz_0[/tex] or, equivalently, [tex]a(x- x_0)+ b(y- y_0)+ c(z- z_0)= 0[/tex].

Now find the point where the given line intersects that plane: replace x, y, and z in the equation of the plane with at+ d, bt+ e, and ct+ f, and solve for t. The line through the given point and that point of intersection is the desired perpendicular line.
 
Last edited by a moderator:

FAQ: How to find a line perpendicular to another line and through a point.

1. How do I determine the slope of the line that is perpendicular to another line?

The slope of a line perpendicular to another line can be found by taking the negative reciprocal of the slope of the given line.

2. Can I use the distance formula to find a line perpendicular to another line?

Yes, the distance formula can be used to find the equation of a line perpendicular to another line. This involves finding the midpoint of the line and then using the slope formula to find the slope of the perpendicular line.

3. Is there a specific method for finding a line perpendicular to another line and through a point?

Yes, there is a specific method known as the point-slope form. This involves using the coordinates of the given point and the slope of the perpendicular line to write the equation in the form y - y1 = m(x - x1).

4. Can a line be perpendicular to more than one line at a time?

Yes, a line can be perpendicular to multiple lines at a time. This occurs when the perpendicular line has the same slope as the other given lines.

5. Are there any real-life applications for finding a line perpendicular to another line?

Yes, finding a line perpendicular to another line is a common problem in engineering, architecture, and physics. It is used to determine the direction of forces and angles of structures, as well as in navigation and map-making.

Back
Top