Find a vector perpendicular to these vectors

thomas49th
Messages
645
Reaction score
0

Homework Statement


Find a vector perpendicular to these vectors

a = i + 2j + 7k
b = i + j - 2k

Homework Equations


a.b = |a||b|Cos(x)
a x b = |a||b|Sin(x)

The Attempt at a Solution



So a.b = 0
a x b = |a||b|

|a| = sqrt(54)
|b| = sqrt(6)

a x b = sqrt(324)

Have I acutally got anywhere?

Thanks
Tom
 
Physics news on Phys.org
thomas49th said:

Homework Equations



a x b = |a||b|Sin(x)
(...)
a x b = sqrt(324)
This is nonsense. The LHS is a vector, while the RHS is a scalar. Correct is: |a x b|=|a||b|sin(x), where x is the angle between a and b.

You are somewhat on the right track: the cross product a x b is a vector perpendicular to both a and b, so all you have to do is compute a x b. You have only calculated the norm of a x b, namely |a x b|=sqrt(324). But you want to compute the vector a x b itself!

You should know how to do this. Try again.
 
thomas49th said:

Homework Statement


Find a vector perpendicular to these vectors

a = i + 2j + 7k
b = i + j - 2k

The Attempt at a Solution



So a.b = 0
a{\cdot}b is not zero. Those two vectors aren't perpendicular to each other. You don't need to know that to solve this problem, but I thought it was worth mentioning.
 
The cross product of two vector is perpendicular to the original vectors.

\vec{a}X\vec{b}=\vec{c}\Rightarrow \vec{c} perpendicular to \vec{a} and \vec{b}
 
yungman said:
The cross product of two vector is perpendicular to the original vectors.

\vec{a}X\vec{b}=\vec{c}\Rightarrow \vec{c} perpendicular to \vec{a} and \vec{b}
Landau said:
the cross product a x b is a vector perpendicular to both a and b
I am curious: why would you repeat something that has already been clearly mentioned?
 
thomas49th said:

Homework Statement


Find a vector perpendicular to these vectors

a = i + 2j + 7k
b = i + j - 2k

Homework Equations


a.b = |a||b|Cos(x)
a x b = |a||b|Sin(x)
Here is your basic error. This is NOT "a x b", it is the length of a x b. a x b is a vector, not a number.

The Attempt at a Solution



So a.b = 0
a x b = |a||b|

|a| = sqrt(54)
|b| = sqrt(6)

a x b = sqrt(324)

Have I acutally got anywhere?

Thanks
Tom
 
Right how about using determinants. I get

-11i + 9j - k

and that is the right answer, but why is that vector perpendicular to both the other vectors? Why by multiplying vectors a and b together do I get a new vector with is perpendicular to both?

Thanks
Thomas
 
does it have something to do with ijkijk (i x j = k)
 
more specifically my question noew is

why using the determinants
i j k
1 2 7
1 1 -2

Do I get a vector that is perpendicular to both of these vectors? Perpendicular where exactly? Is this a special case that a vector will be perpendicular to both vectors or is this true for any vector?

Thanks
Thomas
 
  • #10
thomas49th said:
more specifically my question noew is

why using the determinants
i j k
1 2 7
1 1 -2

Do I get a vector that is perpendicular to both of these vectors? Perpendicular where exactly? Is this a special case that a vector will be perpendicular to both vectors or is this true for any vector?

Thanks
Thomas

It is a general rule that the cross product of two vectors (they can be whatever) gives a second vector prependicular to both the original vectors. So why prependicular? If we take a x b = c, then you can easily check a.(a x b) = a.c = 0 = b.(a x b)= b.c. Remember that if the cross product vanishes, then no such vector would be obtained.

AB
 
  • #11
thomas49th said:
why using the determinant

\left| \begin{array}{ccc}<br /> \hat{i} &amp; \hat{j} &amp; \hat{k} \\<br /> 1 &amp; 2 &amp; 7 \\<br /> 1 &amp; 1 &amp; -2 \end{array} \right|

Do I get a vector that is perpendicular to both of these vectors? Perpendicular where exactly? Is this a special case that a vector will be perpendicular to both vectors or is this true for any vector?
I don't know of a reason other than to say it's a consequence of the definition of the cross product. Some definitions say that the cross product is the vector perpendicular to the other two, i.e. it's perpendicular by definition. Other definitions tell you how to compute the components of the cross product, and then you can prove that that resulting vector is perpendicular to the other two.
 
  • #12
To discuss the question "why is the cross product of a and b perpendicular to these initial two vectors" - can you not just take this intuitive step from the result? If you perform the cross product operation on any two vectors, which define a 2D plane, the result will always be perpendicular to this plane. It may help to try this out for simple cases, like define a and b to be directly along the x and Y axis respectively, and then prove to yourself that the cross product of these is along the Z direction. Hope this helps
 
  • #13
thomas49th said:
more specifically my question noew is

why using the determinants
i j k
1 2 7
1 1 -2

Do I get a vector that is perpendicular to both of these vectors? Perpendicular where exactly? Is this a special case that a vector will be perpendicular to both vectors or is this true for any vector?

Thanks
Thomas
There are several different ways of defining the cross product. The simplest is: If \vec{u}= a_x\vec{i}+ a_y\vec{j}+ a_z\vec{k} and \vec{v}= b_x\vec{i}+ b_y\ve{j}+ b_z\vec{k} then \vec{u}\times\vec{v}= (a_yb_z- a_zb_y)\vec{i}- (a_xb_z- a_zb_x)\vec{j}+ (a_xb_y- a_yb_x)\vec{k}, which then leads to that (purely symbolic) "determinant" calculation.

It should be easy to see that
\vec{u}\cdot (\vec{u}\times\vec{v})= (a_xa_yb_z-a_xa_zb_y)- (a_ya_yb_z- a_ya_zb_x)+ a_za_xby_y- a_za_yb_x= (a_xa_yb_z- a_xa_yb_z)+ (-a_xa_zb_y+ a_xa_zb_y)+ (a_ya_zb_x- a_ya_zb_x)= 0
and that
\vec{v}\cdot (\vec{u}\times\vec{v})= (b_xa_yb_z- b_xa_zb_y)- (b_ya_yb_z- b_ya_zb_x)+ b_za_xb_y- b_za_yb_x= 0

The fact that \vec{u}\times\vec{v} is always perpendicular to both \vec{u} and \vec{v} is the main use of the cross product.
 
Last edited by a moderator:
Back
Top