Given the vectors a = (1, 3, 4) and b = (4, 5, -4), what is the angle between the two given vectors to the nearest degree?

2 answers

Calculate the cross product using the matrix determinant rule. That will tell you the sine of the angle.

The magnitudes of the two vectors are
sqrt(1+9+16) = 5.099 and sqrt(16 + 25 + 16) = 7.550

The cross product is
|i j k |
|1 3 4 |
|4 5 -4 |
= -24 i + 20 j -7 k
The magnitude of the cross product is
sqrt (576 + 400 + 49) = 32.015

sin theta = 32.015 /[(5.099)(7.550)]
= 0.8316
theta = 56.3 degrees
wow, thanks so much :) it really helped.
Similar Questions
  1. Projectile MotionChoose one • 5 points The bullet's horizontal velocity and vertical velocity vectors do not affect each other
    1. answers icon 1 answer
  2. .How are vectors different from regular lines in animation? A. Vectors are only part of hand-drawn animation. B. Vectors are
    1. answers icon 1 answer
  3. How can the sum of two vectors be found?(1 point) by adding the numbers representing the vectors' magnitudes by drawing the
    1. answers icon 1 answer
    1. answers icon 3 answers
more similar questions