Vectors
In the three-dimensional Cartesian coordinate system with a Euclidean metric, the gradient, if it exists, is given by:
where i, j, k are the standard unit vectors in the directions of the x, y and z coordinates, respectively. For example, the gradient of the function
is
-
- If the function f is differentiable, the gradient of f at a point is either zero, or perpendicular to the level set of f at that point.
To understand what this means, imagine that two hikers are at the same location on a mountain. One of them is bold, and he decides to go in the direction where the slope is steepest. The other one is more cautious; he does not want to either climb or descend, choosing a path which will keep him at the same height. In our analogy, the above theorem says that the two hikers will depart in directions perpendicular to each other.
If
Inner multiplication or Dot product
https://en.wikipedia.org/wiki/Exterior_algebra#Inner_product
Cross product or Vector product
The cross product or vector product (occasionally directed area product, to emphasize its geometric significance) is a binary operation on two vectors in a three-dimensional oriented Euclidean vector space is denoted by the symbol X.
Given two linearly independent vectors a and b, the cross product, a × b (read “a cross b”), is a vector that is perpendicular to both a and b,[1] and thus normal to the plane containing them.
https://en.wikipedia.org/wiki/Cross_product
The exterior product or wedge product of vectors is an algebraic construction used in geometry to study areas, volumes, and their higher-dimensional analogues. The exterior product of two vectors u and v denoted by
is called a bivector and lives in a space called the exterior square, a vector space that is distinct from the original
space of vectors. The magnitude[4] of can be interpreted as the area of the parallelogram with sides u and v which in three dimensions can also be computed using the cross product of the two vectors.
An eigenvector (/ˈaɪɡənˌvɛktər/) or characteristic vector of a linear transformation is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. The corresponding eigenvalue, often denoted by , is the factor by which the eigenvector is scaled.
In rotational motion of a rigid body, the principal axes are the eigenvectors of the inertia matrix.
real symmetric matrices have real eigenvalues.
If A is an n × n matrix, then the sum of the n eigenvalues of A is the trace of A and the product of the n eigenvalues is the determinant of A.
-
Also
Suppose a plane contains two vectors
and X
The normal to the plane, the unit vector is determined by the formula
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Cross x product In Physics
angular velocity
was defined as the time rate of change of angle
is the angle of rotation as seen in Figure 1. The relationship between angular velocity
and linear velocity
was also defined in Chapter 6.1 Rotation Angle and Angular Velocity as
or
where is the radius of curvature, also seen in Figure 1.
The instantaneous angular velocity ω at any point in time is given by
where is the distance from the origin and is the component of the instantaneous velocity that is perpendicular to the position vector ,
by convention is positive for counter-clockwise motion and negative for clockwise motion.
ω is a pseudovector that resembles a vector, and behaves like a vector in many situations, but is changed into its opposite if the orientation of the space is changed.
angular acceleration refers to the time rate of change of angular velocity. As there are two types of angular velocity, namely spin angular velocity and orbital angular velocity, there are naturally also two types of angular acceleration, called spin angular acceleration and orbital angular acceleration respectively. Spin angular acceleration refers to the angular acceleration of a rigid body about its centre of rotation, and orbital angular acceleration refers to the angular acceleration of a point particle about a fixed origin.
Angular acceleration is measured in units of angle per unit time squared (which in SI units is radians per second squared), and is usually represented by the symbol alpha (α).
Therefore, the instantaneous angular acceleration α of the particle is given by[2]
Example1: Torque or the First Moment of Force
The net ”torque” on a point particle is defined to be the pseudovector
where
- is the torque vector and is the magnitude of the torque,
is the position vector (a vector from the point about which the torque is being measured to the point where the force is applied),- is the force vector,
- denotes the cross product, which produces a vector that is perpendicular to both r and F following the right-hand rule,
- is the angle between the force vector and the lever arm vector.
In the special case of constant distance of the particle from the origin
which can be interpreted as a “rotational analogue” to , where the quantity (known as the moment of inertia of the particle) plays the role of the mass . However, unlike , this equation does not apply to an arbitrary trajectory, only to a trajectory contained within a spherical shell about the origin.
https://en.wikipedia.org/wiki/Torque
Example2: Angular Momentum or the First Moment of Linear Momentum
angular momentum is the 1st moment of momentum: . Note that momentum itself is not a moment. it is a pseudovector.
It is the cross product of the particle’s position vector r (relative to some origin) and its momentum vector; the latter is p = mv in Newtonian mechanics. Unlike linear momentum, angular momentum depends on where this origin is chosen, since the particle’s position is measured from it.
Similar to conservation of linear momentum, where it is conserved if there is no external force, angular momentum is conserved if there is no external torque.
Angular Momentum can be calculated for non-circular motion if only the component of the motion which is perpendicular to the radius vector is considered. In that case,
where is the perpendicular component of the velocity to r.
Which is Shown as as:
where
- is the moment of inertia for a point mass,
- is the orbital angular velocity of the particle about the origin,
- is the position vector of the particle relative to the origin, and ,
- is the linear velocity of the particle relative to the origin, and
- is the mass of the particle.
Tensors:
A tensor is an n-dimensional array satisfying a particular transformation law.
Not every Matrix is a rank 2 Tensor.
A Rank 2 tensor can be represented as a matrix of numbers — in conjunction with an associated transformation law.
A Rank 3 tensor can be represented as a 3-dimensional array of numbers — in conjunction with an associated transformation law.
Rank 3 example: Levi-Civita_symbol
https://en.wikipedia.org/wiki/Levi-Civita_symbol
Ricci calculus is an extension of vector calculus to tensor fields (tensors that may vary over a manifold, e.g. in spacetime).
A covariant tensor, denoted with a lowered index (e.g., a_mu) is a tensor having specific transformation properties. A contravariant tensor is a tensor having specific transformation properties (cf., a covariant tensor). https://rinterested.github.io/statistics/tensors2.html |