Physics Vector Cross Product problem

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
6 replies · 3K views
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(∅).