Solving 2 vectors with cross product

majormaaz
Messages
61
Reaction score
1

Homework Statement


Two vectors are given by A = -6 i + 5 j and B = 1 i + 4 j
Find A X B (answer only in terms of i, j, k)
Find the angle between A and B (answer is terms of degrees)

Homework Equations


All I was told was that if I set a 3x3 matrix like this:
i j k
-6 5 0
1 4 0
then AxB is the determinant

The Attempt at a Solution


I made the 3x3 matrix and found the determinant to be only -29 k, which I am told is correct.
I have absolutely no idea on how to approach the angle problem. If I may ask, can someone get me started in the right direction for that problem?
 
Physics news on Phys.org
Look up the definition of cross product (here).

You will see that you can calculate AxB in terms of a unit vector.
 
majormaaz said:

Homework Statement


Two vectors are given by A = -6 i + 5 j and B = 1 i + 4 j
Find A X B (answer only in terms of i, j, k)
Find the angle between A and B (answer is terms of degrees)

Homework Equations


All I was told was that if I set a 3x3 matrix like this:
i j k
-6 5 0
1 4 0
then AxB is the determinant

The Attempt at a Solution


I made the 3x3 matrix and found the determinant to be only -29 k, which I am told is correct.
I have absolutely no idea on how to approach the angle problem. If I may ask, can someone get me started in the right direction for that problem?

Have you had the formula ##\vec a \cdot \vec b = |\vec a||\vec b|\cos\theta##? That might come in handy.
 
LCKurtz said:
Have you had the formula ##\vec a \cdot \vec b = |\vec a||\vec b|\cos\theta##? That might come in handy.

Also:
##|\vec a \times \vec b| = |\vec a||\vec b|\sin\theta##
 
Why thanks, you two! I vaguely remember the dot product equation from precalculus (all those years ago), but the cross product one I've never seen. Thanks!
 
majormaaz said:
Why thanks, you two! I vaguely remember the dot product equation from precalculus (all those years ago), but the cross product one I've never seen. Thanks!

You're welcome. I might add that since the angle between two vectors is always between 0 and ##\pi##, the dot product may be slightly more convenient because that is the principle range of the inverse cosine.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top