Find perpendicular vectors and angles

AI Thread Summary
The discussion focuses on finding the coordinates of points A and B on a given line defined by the vector equation r = 8i + 12j + 14k + t(i + j - k). The user initially struggles to determine the parameter t for points A (4,8,a) and B (b,13,13), but is guided to set up equations based on the line's parametric form. After solving, they find a = 18 and b = 9. The conversation then shifts to finding point P on the line such that OP is perpendicular to the line, emphasizing the use of the dot product to establish this perpendicularity. The discussion concludes with a clarification that the dot product must equal zero, not the cross product.
thomas49th
Messages
645
Reaction score
0

Homework Statement


I'm awful with vectors. I know the dot product rule and the uses to find perpendicular vectors and angles. I know about multiplying vectors (a1b1 + a2b2 + a3b3). I know vector arithmetic.

But i can't do:

r = 8i + 12j + 14k + t(i + j - k)

where t is a parameter

The point A has co-ordinates (4,8,a), where a is a constant. The point B has co-ordinates (b,13,13), where b is a constant. Points A and B lie on the line l1.

a) Find the values a and b



Homework Equations





The Attempt at a Solution



Well i presume i need to find the parameter t first... how? I don't have enough information do i?

thanks :)
 
Physics news on Phys.org
thomas49th said:
But i can't do:

r = 8i + 12j + 14k + t(i + j - k)

where t is a parameter
Can't do what?

The point A has co-ordinates (4,8,a), where a is a constant. The point B has co-ordinates (b,13,13), where b is a constant. Points A and B lie on the line l1.

a) Find the values a and b
What line? And what does this have to do with r above?
 
sorry the question is

The line l1 has vector equation:

r = 8i + 12j + 14k + t(i + j - k)

where t is a parameter

The point A has co-ordinates (4,8,a), where a is a constant. The point B has co-ordinates (b,13,13), where b is a constant. Points A and B lie on the line l1.

a) Find the values a and b

Thanks :)
 
My bad. (I realized what you meant shortly after I posted.)

Think of it this way: All points on that line must satisfy the parametric equations:
x = 8 + t
y = 12 + t
z = 14 - t
(where t is just a parameter that takes on all real values.)

Since points A and B are on that line, they must satisfy those three equations. See what you can deduce from that. Hint: Start by finding the value of the parameter t for each point. (You have all the information needed.)
 
4 = 8 + t
8 = 12 + t
a = 14 + t

b = 8 + t
13 = 12 + t
13 = 14 + tpoint a t = -4
point b t = 9

a = 18, b = 9

Okay cheeers :)

Next question:

Given that point O is the origin, and that the point P lies on l1 such that OP is perpendicular to l1

b) Find the coordinates of P

i've sketched a graph of it. using the dot product rule, a.b =0 (0 as it's cos(90))

so does that mean vector a x vector b = 0?

Where exactly now?

Thanks :)
 
Sorry for the delay--I forgot that you had a second question.

thomas49th said:
Next question:

Given that point O is the origin, and that the point P lies on l1 such that OP is perpendicular to l1

b) Find the coordinates of P

i've sketched a graph of it. using the dot product rule, a.b =0 (0 as it's cos(90))

so does that mean vector a x vector b = 0?
No. The cross product will not be zero, only the dot product.

Call the point P (x, y, z). Thus the vector OP is (x, y, z). That point must satisfy two conditions:
(1) The vector OP must be perpendicular to the line, thus its dot product with a vector parallel to the line must be zero. (Find a vector parallel to the line--any one will do.)
(2) The point P must be on line, thus satisfy the same parametric equations from before. (Solve for t.)
 
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