Fundamentals of Physics/Vectors

From testwiki
Jump to navigation Jump to search

A vector is a two-element value that represents both magnitude and direction.

Vectors are normally represented by the ordered pair v=(vxvy) or, when dealing with three dimentions, the tuple v=(vxvyvz). When written in this fashion, they represent a quantity along a given axis.

The following formulas are important with vectors:

𝐯=vx2+vy2+vz2
vx=𝐯cosθ
vy=𝐯sinθ
θ=tan1(vyvx)

Addition and subtraction

Addition is performed by adding the components of the vector. For example, c = a + b is seen as:

c=(ax+bxay+by)

With subtraction, invert the sign of the second vector's components.

c=(axbxayby)

Multiplication (Scalar)

The components of the vector are multiplied by the scalar:

s*v=(s*vxs*vy)

Division

While some domains may permit division of vectors by vectors, such operations in physics are undefined. It is only possible to divide a vector by a scalar.

As with multiplication, the components of the vector are divided by the scalar:

s*v=(sxvxsyvy)

Template:Bookcat Template:BookCat


Template:Stub