Hi, can someone help me with parallel vectors? I have vector PR=<-1,10>, and I want to find another vector parallell to it.
multiply it wid a scalar number
so would <-2,20> be a good answer?
yup ! in general, say \(\overrightarrow{PR}\) is a vector, then the vector \(k\overrightarrow{PR}\) will be parallel vector. \(k\) can be any scalar. if k is positive, then the resulting vector will be in same direction, if k is negative, then the resulting vector will be in opposite direction.
And also the dot product should equal 1 right? To show the angle between 2 vectors in 0 deg
oh to show the angle between them is 0, u need to show \(\cos(\theta) = \cos(0) = 1\)
u may use dot product formula for that
\(\vec{A} . \vec{B} = |\vec{A}| |\vec{B}|\cos(\theta)\) plugin values of both vectors
\(<-1, 10> . <-2, 20> = \sqrt{(-1)^2 + 10^2}\sqrt{(-2)^2+20^2} \cos(\theta)\) simplify and solve \(\cos(\theta)\)
Thank you! (;
np :) u knw how to do the left hand side right ?
Yes.
good :)
Join our real-time social learning platform and learn together with your friends!