Solve Vector Geometry Problem - Find Line Intersecting & Perpendicular

  • Thread starter Thread starter mathrocks
  • Start date Start date
  • Tags Tags
    Geometry Vector
Click For Summary

Homework Help Overview

The discussion revolves around a vector geometry problem involving finding a line that intersects and is perpendicular to a given line defined by parametric equations. The original poster expresses uncertainty about how to achieve both conditions simultaneously.

Discussion Character

  • Exploratory, Assumption checking

Approaches and Questions Raised

  • Participants explore the relationship between perpendicular lines and intersection, questioning whether two perpendicular lines necessarily intersect in three-dimensional space. There are discussions about the use of direction vectors and the dot product to determine perpendicularity.

Discussion Status

Participants are actively engaging with the problem, raising questions about the assumptions involved in perpendicularity and intersection. Some have suggested methods for finding perpendicular lines, while others have pointed out the complexities of the problem, including the existence of multiple solutions in three dimensions.

Contextual Notes

There is mention of the infinite number of lines through a point that can be perpendicular to a given line in 3D space, which adds complexity to the problem. Participants also note the need to consider specific components when determining perpendicular vectors.

mathrocks
Messages
105
Reaction score
0
I have a question about solving the following problem
"Find the line through (3,1,-2) that intersects and is perpendicular to the line x=-1+t, y=-2+t, z=-1+t."

My question is regarding the intersection part, I know how to find the equation of the line that is perpendicular to another line but not both perpendicular and intersecting.

thanks
 
Physics news on Phys.org
I'd think your forgeting that the dot product of two perpendicular vectors is 0 think about it...
 
what?
dot product...
the answer is as easy as you can think

(3,1,-2)+t(1,1,1)

why the hell you need dot product?
 
mathrocks said:
My question is regarding the intersection part, I know how to find the equation of the line that is perpendicular to another line but not both perpendicular and intersecting.
If two lines are perpendicular to each other, don't you think they're already intersecting?
 
what?
dot product...
the answer is as easy as you can think

(3,1,-2)+t(1,1,1)

why the hell you need dot product?

And that line is perpendicular to x=-1+t, y=-2+t, z=-1+t?

If two lines are perpendicular to each other, don't you think they're already intersecting?

No, two perpendicular lines in R^3 don't necessarily intersect.
 
Last edited:
Muzza said:
And that line is perpendicular to x=-1+t, y=-2+t, z=-1+t?

Wouldn't (3,1,-2)+t(1,1,1) be correct for the line perpendicular to x=-1+t, y=-2+t, z=-1+t since the vector <1,1,1> is coming from that?
 
A direction vector of (3,1,-2)+t(1,1,1) is (1,1,1), and a direction vector of x=-1+t, y=-2+t, z=-1+t is (1,1,1). Two lines are perpendicular if and only if their direction vectors are perpendicular. Surely (1,1,1) is not perpendicular to (1,1,1)?
 
Muzza said:
A direction vector of (3,1,-2)+t(1,1,1) is (1,1,1), and a direction vector of x=-1+t, y=-2+t, z=-1+t is (1,1,1). Two lines are perpendicular if and only if their direction vectors are perpendicular. Surely (1,1,1) is not perpendicular to (1,1,1)?

So, how would you go about finding a line that is perpendicular?
 
Muzza said:
No, two perpendicular lines in R^3 don't necessarily intersect.
Ah.. I over-looked that.
 
  • #10
mathrocks said:
So, how would you go about finding a line that is perpendicular?
The dot product between their direction vectors should be 0.
 
  • #11
Note: there exist an infinite number of lines (in 3D) through a given point and perpendicular to a given line. Perhaps part of the problem is that there are too many answer. You should know that, in 2D, a perpendicular to <a, b> is <b, -a> since that way <a, b>.<b,-a>= ab-ab= 0. In 3d, the simplest thing to do is just take one of the components 0 so that the problem goes back to 2D.

To find a perpendicular to <1, 1, 1> try <0, a, b> What must a, b be?
Of course, <a, 0, b> and <a, b, 0> would work as well.
 
  • #12
the line has the vector <1,1,1> as its direction
dot with the vector that lies on the perp line c...
[tex] \vect{c} = <c_x, c_y, c_z>[/tex]
[tex]<1,1,1> dot <c_x, c_y,c_z> = 0[/tex]
gives you
[tex] c_x = -c_y - c_z[/tex]
[tex]c_y free[/tex]
[tex]c_z free[/tex]

subracting the vector that points to the point on the line of perpendicularity (r), and the vector the point we are trying to make a line through gives us the vector in the direction of the line which is c...
[tex] <r_x, r_y, r_z> - <3,1,-2> = <-c_y-c_z, c_y, c_z>[/tex]
[tex]r_x - 3 = -c_y - c_z[/tex]
[tex]r_y - 1 = c_y[/tex]
[tex]r_z + 2 = c_z[/tex]

however the terminal point of vector r must lie on the origal line..there fore..

r_x = t -1
r_y = t - 2
r_z = t - 1 ...substute...

[tex] (t-1) - 3 = -c_y - c_z[/tex]
[tex](t-2)-1 = c_y[/tex]
[tex](t - 1) + 2 = c_z[/tex]

which we can easily solve for t...t = 2 put find the vector c by substuting in the t value...you'll get...
[tex]\vect{c} = <-2, -1, 3>[/tex]
now we can form the line equation
x = -2t +3
y = -t + 1
z = 3t -2

done...check the dot product its perp
 
Last edited:

Similar threads

Replies
24
Views
2K
  • · Replies 10 ·
Replies
10
Views
1K
Replies
26
Views
3K
Replies
13
Views
3K
  • · Replies 42 ·
2
Replies
42
Views
6K
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K