Finding Components of Cross Product for Vectors A and B

AI Thread Summary
To find the components of the cross product for vectors A (3.5i + 1.8j) and B (1.7i + 4.8j), the correct approach involves using the determinant method. The cross product can be calculated using the determinant of a matrix formed by the unit vectors i, j, k and the components of vectors A and B. The resulting vector will have components that are orthogonal to both A and B, with specific rules for multiplying the unit vectors (i x j = k, etc.). The initial attempts to use the magnitude formula and separate component calculations were incorrect, as the problem requires the full vector form. Understanding the determinant method is crucial for obtaining the correct i, j, and k components of the cross product.
angel120
Messages
5
Reaction score
0

Homework Statement


Vector A = 3.5i + 1.8j and vector B = 1.7i + 4.8j . Find the components of A x B:


Homework Equations


AxB = AB sin(theta)


The Attempt at a Solution


Since vector A=3.5i+1.8j and B=1.7i+4.8j, I translated that into vectors. So, A is 3.94 @ 27.77*, and B is 5.09 @ 70.56*. This means that the angle between A and B is 42.79*.

Using the AxB formula, I have 13.62. However, the problem (it's on WebAssign) wants the i, j, and k components.

I tried the AxB formula with the individual i and j components, and I got 4.04 for the i direction, and 5.87 for the j direction. However, they're both wrong, and I have no idea how to find out the k direction...

Help!

Thanks in advance,
-Angel.
 
Physics news on Phys.org
k is the third dimesion (or 3rd component in this case). A and B are 2 dimensions.
 
I understand that the i, j, and k components are the x, y, and z directions, respectively. My frustration is that I believe I'm following the correct formula, but I still get the wrong answer. Where is my reasoning flawed?

I have tried the following:
AxB = (3.94)(5.09)sin(42.79) = 13.62, however, WebAssign wants the answer in components.
So, I tried this:
AxB = (3.5i)(1.7i)sin(42.79) = 4.04i

and then
AxB = (1.8)(4.8)sin(42.79) = 5.87j

When I entered these two (out of three) answers, they were both marked wrong.
 
The formula you try to use is for the magnitude of the vector axb, but the question asks for the vector itself.

Do you know the way to calculate a cross product as if it were a determinant?

axb=|i j k; a_i a_j a_k; b_i b_j b_k|
 
When you cross two vectors the resultant vector will be orthogonal to both original vectors. Keep that in mind.
 
You can multiply by components, but:

i x i=0 (same for j x j)
i x j =k
j x i = -k

Try this.
Newer mind the sin. Multiply the two vectors as you'll do for two binomials.
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top