Vector Algebra: Find Parametric Equation of Line from p with Direction q

AI Thread Summary
The discussion focuses on finding the parametric equation of a line defined by point p = (2,6,3) and direction q = (1,0,1), resulting in the equation x = (2,6,3) + t(1,0,1). The second part involves determining point X on this line such that the vector from point r = (4,1,-1) to X is perpendicular to the line. To check for perpendicularity, the dot product of the two vectors must equal zero. The calculations lead to the conclusion that point X is (1,6,2), confirming the solution. The thread emphasizes the importance of using vector equations and dot products in solving the problem.
vorcil
Messages
395
Reaction score
0
p = (2,6,3)
q = (1,0,1)
r = (4,1,-1)

part a)
Find a parametric equation of the line that passes through p with direction q
x=p + t(q)
x=(2,6,3) + t(1,0,1)

part b)
find the point X on the line in part a so that RX is perpendicular to the line

I'm having trouble doing this one
please help
 
Physics news on Phys.org
What way can you test to see if two vectors are perpendicular?
 
Office_Shredder said:
What way can you test to see if two vectors are perpendicular?

if a.b = 0
or a=0
or b=0

-

It's asking me to find the point

p = (2,6,3)
q = (1,0,1)
r = (4,1,-1)

pq=p + t(q)
pq=(2,6,3) + t(1,0,1)

part b)
find the point X on the line in part a so that RX is perpendicular to the line

can you please give some more direction?

I already know the answer i just need to know how to get to it!
(1,6,2) is the point
 
cmon PF don't fail me now!
 
Let (x, y, z) be the point X. Then a vector from r to X is (x- 4, y- 1, z+ 1). That is the vector that must be perpendicular to (1, 0, 1) and so must have dot product with it equal to 0.

That will give you one equation for x, y, and z. Since X is "on the line in part a" it must also satisfy the equation of that line.
 
(x-4,y-1,z+1).(1,0,1)=0
(2+t , 6 , 3+t)

(x-4).1 + (y-1).0 + (z+1).1 = 0
(2+t-4).1 + 6-1.0 + ((3+t) + 1).1 = 0
(2+t-4) + (3+t)+1 = 0
t= -1

into original equation,
2+(-1) , 6 , 3+(-1) = (1,6,2)
OH SHI-

XD =] :)
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top