How to find if a vector is parallel to another

  • Thread starter Thread starter dark_omen
  • Start date Start date
  • Tags Tags
    Parallel Vector
Click For Summary
SUMMARY

To determine if two vectors, specifically a = <-6, 9, -3> and b = <2, -3, 1>, are parallel, one must check if there exists a scalar c such that a = cb. The discussion emphasizes using the cross product method, defined as a x b = det \left(\begin{array}{ccc}\vec{i} & \vec{j} & \vec{k}\\a_{1} & a_{2} & a_{3}\\b_{1} & b_{2} & b_{3}\end{array}\right). If the result of the cross product is the zero vector, the vectors are parallel.

PREREQUISITES
  • Understanding of vector notation and operations
  • Knowledge of scalar multiplication in vector mathematics
  • Familiarity with the concept of the cross product
  • Basic understanding of determinants in linear algebra
NEXT STEPS
  • Study the properties of the cross product in vector algebra
  • Learn how to compute determinants for 3x3 matrices
  • Explore the geometric interpretation of parallel vectors
  • Investigate the relationship between dot product and vector angles
USEFUL FOR

Students and professionals in mathematics, physics, and engineering who need to understand vector relationships and operations, particularly in the context of parallelism.

dark_omen
Messages
9
Reaction score
0
Okay, so I have two vectors a = <-6, 9, -3> and b = <2, -3, 1>. How can I test to see if these two vectors are parallel or not?
Thanks
 
Physics news on Phys.org
Vectors a and b are parallel if there exists a real number c such that a=cb. In your case it is pretty obvious.
 
What if it is not so obvious like the one I presented. Is there another approach to it (cross product of dot product ??)
Thanks
 
Think about the definition of the cross product, and see what happens. :smile: Btw, just use axb=det \left(\begin{array}{ccc}\vec{i} &amp; \vec{j} &amp; \vec{k}\\a_{1} &amp; a_{2} &amp; a_{3}\\b_{1} &amp; b_{2} &amp; b_{3}\end{array}\right) for a=cb.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
Replies
4
Views
5K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
11
Views
2K
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K