Final answer:
To find the angle between two vectors, we can use the dot product formula: A·B = |A||B|cosθ. Let's calculate the dot product first. A·B = (2)(3) + (4)(-5) + (6)(1) = -16. Next, let's find the magnitudes of each vector: |A| = sqrt(2^2 + 4^2 + 6^2) = sqrt(56). |B| = sqrt(3^2 + (-5)^2 + 1^2) = sqrt(35). Now we can find the angle: cosθ = A·B / (|A||B|) = -16 / (sqrt(56)sqrt(35)). θ = acos(cosθ) = acos(-16 / (sqrt(56)sqrt(35))).
Step-by-step explanation:
To find the angle between two vectors, we can use the dot product formula: A·B = |A||B|cosθ. Let's calculate the dot product first.
A·B = (2)(3) + (4)(-5) + (6)(1) = -16
Next, let's find the magnitudes of each vector: |A| = sqrt(2^2 + 4^2 + 6^2) = sqrt(56)
|B| = sqrt(3^2 + (-5)^2 + 1^2) = sqrt(35)
Now we can find the angle: cosθ = A·B / (|A||B|) = -16 / (sqrt(56)sqrt(35))
θ = acos(cosθ) = acos(-16 / (sqrt(56)sqrt(35)))