I Vector equation perpendicular to two equations

AI Thread Summary
To find the vector equation of a line that passes through the point (-3/2, -3/2, 1/2) and is perpendicular to two given equations, first determine the tangent vectors of both lines by converting them into parametric form. The tangent vectors can be obtained from the derivatives of these parametric equations. The cross product of these tangent vectors yields a new vector that serves as the direction vector for the desired line. Finally, use this direction vector along with the given point to write the vector equation of the line. This method effectively combines the properties of both lines to find the required perpendicular line.
53Mark53
Messages
52
Reaction score
0
How do I find the vector equation of the line which passes through (-3/2,-3/2,1/2) and is perpendicular to both x+1=y/3=-z and 2x+1=2y+1=z-5/2

I know how to do it using one equation but I am unsure about how to do it using two equations

Thanks
 
Mathematics news on Phys.org
Find tangent vector to those lines and take their cross product. Then find the equation of a line with a tangent equal to that cross product which passes from that point.
 
Shyan said:
Find tangent vector to those lines and take their cross product. Then find the equation of a line with a tangent equal to that cross product which passes from that point.
Could you please show an example I can't find anything about tangent vectors in my book

Thanks
 
For example for the line ##x+1=\frac y 3=-z##: At first we should transform it to the parametric form, simply write ## z=-t ##, then we'll have ## \frac y 3=t \Rightarrow y=3t ## and ## x=t-1 ##. So each point on the line has coordinates of the form ## (t-1,3t,-t) ## and the tangent vector to this line is simply the derivative of the latter expression w.r.t. t which is ## (1,3,-1) ##.
 
Shyan said:
For example for the line ##x+1=\frac y 3=-z##: At first we should transform it to the parametric form, simply write ## z=-t ##, then we'll have ## \frac y 3=t \Rightarrow y=3t ## and ## x=t-1 ##. So each point on the line has coordinates of the form ## (t-1,3t,-t) ## and the tangent vector to this line is simply the derivative of the latter expression w.r.t. t which is ## (1,3,-1) ##.
My class has not learned anything about using derivatives with vectors is there another way to solve this without using derivatives?

thanks
 
53Mark53 said:
My class has not learned anything about using derivatives with vectors is there another way to solve this without using derivatives?

thanks

What textbook are you using?
I think its better for me to take a look at it to see what tools you have at hand.
 
Shyan said:
What textbook are you using?
I think its better for me to take a look at it to see what tools you have at hand.

This is the example we had from class
IMG_8274.jpg

IMG_8275.jpg
 
Can you write the equation of those two lines in the form ## (x,y,z)=\vec a + \vec b t ##? This is the form in which the equation of the line is given in your example from the class.
 
Shyan said:
Can you write the equation of those two lines in the form ## (x,y,z)=\vec a + \vec b t ##? This is the form in which the equation of the line is given in your example from the class.

(x,y,z)=(-1/2,-1/2-5/2)+t(1/2,1/2,1)
and
(x,y,z)=(-1,0,0)+s(1,3,-1)

would I have to combine these?
 
  • #10
53Mark53 said:
(x,y,z)=(-1/2,-1/2-5/2)+t(1/2,1/2,1)
and
(x,y,z)=(-1,0,0)+s(1,3,-1)

would I have to combine these?

Good. Now those constant vectors which are the coefficients of t and s are the tangent vectors to those lines. Now you can either take the vector product of those tangent vectors as the tangent vector for your line or consider a vector with unknown components and set its scalar product with both tangent vectors to zero and find the components and take it as the tangent vector for your line.
 
  • Like
Likes 53Mark53
  • #11
Shyan said:
Good. Now those constant vectors which are the coefficients of t and s are the tangent vectors to those lines. Now you can either take the vector product of those tangent vectors as the tangent vector for your line or consider a vector with unknown components and set its scalar product with both tangent vectors to zero and find the components and take it as the tangent vector for your line.
Thanks I got it now
 

Similar threads

Back
Top