Physics Vector Cross Product problem

AI Thread Summary
The discussion revolves around calculating the cross product of two vectors, A = -6i + 5j and B = 1i + 4j, resulting in A X B = -29k. To find the angle between the vectors, participants suggest using the relationships between the magnitudes of the vectors and their dot product. The magnitude of the cross product can be used alongside the sine of the angle, while the dot product can provide the cosine. Participants emphasize that both methods should yield the same angle result. Understanding these relationships is crucial for solving the angle problem effectively.
majormaaz
Messages
61
Reaction score
1
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)

2. 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

3. 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
Start by graphing it that may help. Think of sin,cosine.
 
Last edited:
i is along X axis
j is along y-axis
k is along z axis (not relevant)
 
The dot product of two vectors is equal to the product of the vector magnitudes times the cosine of the angle between them. The magnitude of the cross product is equal to the product of the vector magnitudes times the sine of the angle between them. The direction of the cross product is perpendicular to the two vectors.
 
Chestermiller said:
The dot product of two vectors is equal to the product of the vector magnitudes times the cosine of the angle between them. The magnitude of the cross product is equal to the product of the vector magnitudes times the sine of the angle between them. The direction of the cross product is perpendicular to the two vectors.

Thanks for the info, but I'm just trying to understand cross products as it relates to this problem.

The magnitude of the cross product is equal to the product of the vector magnitudes times the sine of the angle between them.

So you're basically saying that A X B = ABsin∅? Great! But in this case, I was given A and B as vectors. So would that mean that I would have to find the displacement between A and B, let's call it C, and use law of sines to get the angle? That seems like a bit of work.
 
majormaaz said:
So you're basically saying that A X B = ABsin∅? But in this case, I was given A and B as vectors. So would that mean that I would have to find the displacement between A and B, let's call it C, and use law of sines to get the angle?
You have already calculated A×B, so you can easily determine |A×B|, |A| and |B|. From those calculate sin(∅).
 
The dot product gives you the cosine of the angle. Once you know the cosine of the angle, you can get the sine. Or you can use the info that haruspex provided you. Both should give you the same result.
 
Back
Top