Finding the Cross Product and Angle Between Two Vectors

  • Thread starter Thread starter yb1013
  • Start date Start date
  • Tags Tags
    Vectors
AI Thread Summary
To find the cross product of the vectors A = -1i + 2j and B = 4i + 2j, the result is A X B = (0, 0, -10). The angle between the two vectors is determined using the dot product, not the cross product, as they are perpendicular. The correct angle is 90 degrees, which corresponds to sin(theta) = 1. The discussion emphasizes that the cross product is defined in 3D space, and using it for 2D vectors can lead to confusion. Understanding the definitions and applications of vector operations is crucial for solving such problems accurately.
yb1013
Messages
55
Reaction score
0

Homework Statement



Two vectors are given by Avec = -1 i + 2 j and Bvec = 4 i + 2 j

Find A X B

Find the angle between A and B


The Attempt at a Solution



Okay well I got the First part of the problem, I know that A X B is -10, but when I do everything for the angle I keep getting the wrong answer.

After I finish with my calculating I come up with cos (theta) = -10/10 which would simplify to 180 degrees, but that's wrong...

Can someone please help me out, I don't understand where I am going wrong

Thank You!
 
Physics news on Phys.org
If you want the cosine of the angle you need the dot product (not the cross product).
The angle is 90 deg, the two vectors are perpendicular.

If you use the cross product, you'll get sin (theta)=1 and theta = 90 deg.
 
oo ok, thank you
 
It's important to remember how the cross-product is defined before you look at this problem. The cross-product is an operation in a 3-D vector space that produces a third vector.

In this case:
(-1, 2, 0) \times (4, 2, 0) = (0, 0, -10)

The cross product also gives you:
a \times b = \sin{\theta} \nhat

You might have an easier time looking at the dot product only.

But if your 2D vectors aren't actually lying in a 3D space, do not use the cross product at all, as it is not well defined.
 
Last edited:
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top