Find if Parametric equations are perpendicular

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 14K views
salistoun
Messages
14
Reaction score
0
Hi all,

How do you find out if this Parametric equation

x = -2t + 3 ; y = -t - 1 ; z = -3t + 2

Is perpendicular to this parametric equation

x = -2 + 6t ; y = 3 - 6t ; z = -3 - 2t

Thanks
Stephen
 
Physics news on Phys.org
The constant terms won't affect it, will they? I.e., can't you replace each line by one parallel to it through the origin, and do that simply by omitting the constant terms?
Then it will be just a matter of checking that the dot product of the two 3-d vectors is zero.
 
salistoun said:
Hi all,

How do you find out if this Parametric equation

x = -2t + 3 ; y = -t - 1 ; z = -3t + 2

Is perpendicular to this parametric equation

x = -2 + 6t ; y = 3 - 6t ; z = -3 - 2t

Thanks
Stephen

Hey salistoun.

Do you know how to get the direction vector for both parametric representations? How can you test whether two vectors are orthogonal with the dot product?
 
I was sorely tempted to say that equations, whether parametric or not, are never perpendicular- "perpendicular" is only defined for geometric objects.

But you mean "are the lines given by these parametric equations perpendicular".

The line given by parametric equations [itex]x= A_1t+ B_1[/itex], [itex]y= C_1t+ D_1[/itex], [itex]z= E_1t+ F_1[/itex] and [itex]x= A_2t+ B_2[/itex], [itex]y= C_2t+ D_2[/itex], [itex]z= E_2t+ F_2[/itex] are perpendicular if amd only if their direction vectors [itex]<A_1, C_1, F_1>[/itex] and [itex]<A_2. C_2, F_2>[/itex] are perpendicular which, again, is true if and only if their dot product, [itex]<A_1, C_1, F_1>\cdot<A_2, C_2, F_2>= A_1A_2+ C_1C_2+ F_1F_2= 0[/itex].