This is an old revision of the document!


Vectors

Vectors are line segments that represent the magnitude and direction of a quantity, which is useful for real life quantities like force and velocity. It is usually described by two points/ordered pairs. Vectors are written with an arrow on top of the two point letters instead of a line like for line segments.

Component Form

The component form of a vector is the individual changes in horizontal and vertical units that make up the combined vector's magnitude and direction. If the vector is graphed, just count the boxes™, otherwise do $y_2 - y_1$ and $x_2 - x_1$ with the ordered pairs they give you for each component. Component form is written with angled brackets (e.g. <2,-1>) to distinguish it from standard ordered pairs.

Magnitude

Magnitude is the length of the vector. It is an absolute value and can be calculated with Pythagorean Theorem1) with the component form values of the vector. Think of the vector as the hypotenuse of a right angle triangle with each side being the horizontal and vertical component form values respectively. Magnitude is written with two pipes beside the vector variable name2).

Direction

The direction of the vector is pretty self-explanatory. It can be found by doing some basic trig on the vector, with theta being the angle at the origin point and between the hypotenuse and adjacent side. Again, think of the vector as a right angle triangle.

Math with Vectors

Math with vectors is super simple! To add two vectors together, just add their component values together3). For multiplication with a scalar value, just multiply in the value to both horizontal and vertical components 4). To subtract, scalar multiply the second value by -1 and then add.

Special Vectors

Zero Vector

The zero vector has its origin at (0,0) and end at (0,0). Its variable name is a bold zero5) and its component form would also be <0,0>.

Unit Vector

A unit vector is a vector with magnitude 1. To normalize a vector to a unit vector, scalar divide6) the vector by its magnitude.

Standard Unit Vectors

There are two:

  • i = <1,0>
  • j = <0,1>

As these are the the base horizontal and vertical component forms, they can be added together to make any integer vector. For example, <3,2> can be written as 3i + 2j. Sometimes vectors are given to you in terms of i and j. To add these types of vectors together, just substitute them with i and j and simplify via algebra.

1)
or distance formula i guess… baka.
2)
i.e. $||v||$
3)
i.e. <1,1> + <2,-3> = <3,-2>
4)
i.e. 2<1,1> = <2*1,2*1> = <2,2>
5)
0
6)
reciprocal scalar multiply

Navigation

bruh

QR Code
QR Code math:vectors (generated for current page)