Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help on REALLY SIMPLE physics
#2
http://en.wikipedia.org/wiki/Cross_product

How it actually equates to the area of a parallelogram requires some more insight than what your current level seems to suggest, I believe.

r1 x r2 = det(i j k; 2 3 -1; -1 2 -3) = (3*(-3) - 2*(-1))*i + ((-1)*(-1) - (-3)*2)*j + (2*2 - (-1)*3)*k = -7i + 7j + 7k
length(r1 x r2) = length(-7i + 7j + 7k) = sqrt(3 * 7^2) = sqrt(147)

Alternatively:

||r1 x r2|| = ||r1||*||r2||*sin(r1, r2), if you have the angle, which you don't.
Well, technically you can find the dot product and then divide by the lengths to get the angle, but that's just roundabout work.
If you tried it this way and didn't get it to work, I'm fairly confident you just made a computation mistake.

Cross product really is just voodoo magic if you haven't taken Linear Algebra. There are ways to memorize how to take it, or you can just plug and chug with this formula.
 Spoiler
Reply


Messages In This Thread
Help on REALLY SIMPLE physics - by Manu - 2011-12-12, 04:54 PM
Help on REALLY SIMPLE physics - by Kalovale - 2011-12-12, 05:07 PM
Help on REALLY SIMPLE physics - by Manu - 2011-12-12, 05:15 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)