Condition for Parallel Vectors: Determinant Method

  • Thread starter Thread starter abrowaqas
  • Start date Start date
  • Tags Tags
    Parallel Vectors
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
5 replies · 16K views
abrowaqas
Messages
113
Reaction score
0

Homework Statement


What is the condition of two vectors to be parallel?
if A= A1i+A2j+A3k and B=B1i+B2j+B3k then what is the condition that the two vectors are parallel..

Homework Equations



A*B=AB sin(theeta)

The Attempt at a Solution



by cross product i find the condition
A1/B1=A2/B2=A3/B3 ... under which determinant becomes equal to to 0. which is the condition for parallel..theeta = 0 so sin 0 = 0 ... kindly confirm is it write or wrong.
 
on Phys.org
Two vectors are parallel if their cross product is the zero vector.
 
Specifically, [itex]A_1\vec{i}+ A_2\vec{j}+ A_3\vec{k}[/itex] and [itex]\B_1\vec{i}+ B_2\vec{j}+ B_3\vec{k}[/itex] are parallel if and only if
[tex]\frac{A_1}{B_1}= \frac{A_2}{B_2}= \frac{A_3}{B_3}[/tex]
 
thank you hall