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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top