Find if Parametric equations are perpendicular

In summary, to determine if two parametric equations represent perpendicular lines, one must find the direction vectors for each equation and take the dot product. If the dot product is zero, then the lines are perpendicular.
  • #1
salistoun
14
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
  • #2
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.
 
  • #3
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?
 
  • #4
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].
 
  • #5


To determine if two parametric equations are perpendicular, we can use the dot product of their direction vectors. The direction vectors for the first equation are (-2, -1, -3) and for the second equation are (6, -6, -2). When we take the dot product of these two vectors, we get (-2)(6) + (-1)(-6) + (-3)(-2) = 12 + 6 + 6 = 24. Since the dot product is not equal to 0, we can conclude that these two parametric equations are not perpendicular.
 

1. How do you determine if two parametric equations are perpendicular?

To determine if two parametric equations are perpendicular, you can use the dot product method. First, find the direction vectors for both equations. Then, take the dot product of the two direction vectors. If the dot product is equal to 0, the equations are perpendicular.

2. Can two parametric equations be perpendicular if they have different parameter values?

Yes, two parametric equations can be perpendicular even if they have different parameter values. As long as the dot product of their direction vectors is equal to 0, they are considered perpendicular.

3. Is there another method to determine if two parametric equations are perpendicular?

Yes, you can also use the slope method to determine if two parametric equations are perpendicular. Find the slopes of both equations at a given point and if the product of the slopes is equal to -1, the equations are perpendicular.

4. Are all perpendicular lines considered parametric equations?

No, not all perpendicular lines are considered parametric equations. Parametric equations refer to a set of equations that describe a curve or surface by using multiple parameters. Perpendicular lines can be described by parametric equations, but they can also be described by other types of equations, such as slope-intercept form.

5. What is the difference between parametric equations and Cartesian equations?

The main difference between parametric equations and Cartesian equations is the way they describe a curve or surface. Parametric equations use multiple parameters to describe the position of a point on the curve or surface, while Cartesian equations use x and y coordinates. Parametric equations can also describe more complex curves and surfaces compared to Cartesian equations.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
376
  • Linear and Abstract Algebra
Replies
1
Views
1K
  • Linear and Abstract Algebra
Replies
7
Views
821
  • Topology and Analysis
Replies
12
Views
376
  • Linear and Abstract Algebra
Replies
4
Views
2K
  • Linear and Abstract Algebra
Replies
13
Views
501
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
509
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
Back
Top