What is dot product and how to calculate it?

There are two ways of multiplying vectors: one gives you another vector (cross product) and the other gives you a scalar- a number, like 3, 18 or 196 352. Hence, dot product is also called the scalar product.Imagine two vectors X=(a, b, c) and Y=(d, e, f). The first number gives you length of the vector in the x direction, second tells you its length in the y direction and third gives you the z direction. The easiest way to find the dot product is done by multiplying the numbers in the i, j and k rows of both vectors and then adding the results together. So, on the example of X and YX.Y=ad+be+cf.Another example: A=(1, 5, 9) and B=(0, -6, 4). The dot product of A and BA.B= 10 + (5-6) + (4*9) = 0 - 30 + 36 =6.Dot product can also be used to find the angle between two vectors. The full formula for dot product between X and is: X.Y = |X| |Y| cos(x). Where 'x' is the angle between both vectors and |X| and |Y| are the lengths of vectors X and Y. The length can be found using the formula: |X| = sqrt(a2+b2+c2).

FW

Related Maths A Level answers

All answers ▸

The points P (2,3.6) and Q(2.2,2.4) lie on the curve y=f(x) . Use P and Q to estimate the gradient of the curve at the point where x=2 .


The number of bacteria present in a culture at time t hours is modeled by the continuous variable N and the relationship N = 2000e^kt, where k is a constant. Given that when t = 3, N = 18 000, find (a) the value of k to 3 significant figures


A curve with equation y = f(x) passes through the point (4,25). Given that f'(x) = (3/8)*x^2 - 10x^(-1/2) + 1, find f(x).


A block of mass 5 kg is being pushed over level ground by rod at 60 degrees to horizontal with force 40 N with acc. 1.5 what is the frictional force of the surface and draw a diagram with the forces acting on the block