- #1
johncena
- 131
- 1
In the equation v^2 = u^2 + 2aS , What kind of products are v^2 , u^2 , and aS ?
Cross product or dot product?
Cross product or dot product?
Going from just a shallow point of view (without analyzing the meaning of the equation whatsoever) it must be a dot product as well as v^2 and u^2 are both scalars, which necessarily requires the product aS to yield a scalar as well.johncena said:OK . So v^2 and u^2 are dot products ...but what about aS?
[nitpick]Gerenuk said:Note that all this assumes that the force/acceleration is constant.
The dot product is a mathematical operation that takes two vectors and produces a scalar value. It is calculated by multiplying the corresponding components of the two vectors and then adding the products together. The cross product, on the other hand, is a vector operation that takes two vectors and produces a third vector that is perpendicular to both of the original vectors. It is calculated by taking the cross product of the two vectors and multiplying them by the sine of the angle between them.
The dot product has a geometric interpretation as the projection of one vector onto another vector. This means that it is a measure of how much of one vector lies in the direction of the other vector. The cross product has a geometric interpretation as the area of the parallelogram formed by the two vectors. This means that it is a measure of the magnitude of the two vectors and the angle between them.
No, both dot product and cross product are not commutative. This means that the order of the vectors matters when performing these operations. The dot product is commutative only when the vectors are parallel to each other, while the cross product is never commutative.
The dot product is commonly used in physics and engineering to calculate work, force, and energy. It is also used in computer graphics for lighting and shading calculations. The cross product is used in physics, engineering, and computer graphics to calculate torque, angular momentum, and surface normal vectors.
The dot product is a type of vector multiplication called the scalar product, while the cross product is a type of vector multiplication called the vector product. Both operations are used to combine two vectors and produce a new vector or scalar.