How to find the angle between two 3-dimensional vectors:

The formula to find the cosine of the angle is: cosA= u.v/|u|x|v|; 1.u.v means that you multiply the x coordinates together, then the y coordinates and the z coordinates, and add them all together: (x1x2+y1y2+z1z2); 2.|u|x|v| means that you have to find the distance from the origin forboth coordinates and times them together: √(x12+y12+z12)√(x22+y22+z22). 3. This means that if vector u is (2,3,4) and vector v is (5,6,7), the cosine of the angle between them willbe:cosA=(2x5+3x6+4x7)/√(22+32+42)x√(52+62+72) = (10+18+28)/√(4+9+16)x√(25+36+49)=56/√29x√110=0.9915; and therefore A= cos-10.9915= 7.47579˚≈ to 3 s.f.

FF

Related Maths A Level answers

All answers ▸

I'm supposed to calculate the differential of f(x)= sin(x)*ln(x)*(x-4)^2 using the product rule. I know what the product rule is but I can't split this into two bits that are easy to differentiate. How do I do it?


What is the integral of x^2 + 3x + 7?


A circle with centre C has equation x^2 + y^2 + 2x + 6y - 40 = 0 . Express this equation in the form (x - a)^2 + (x - b)^2 = r^2. Find the co-ordinates of C and the radius of the circle.


Find dy/dx when y = x(4x + 1)^1/2