Vectors describe quantities that have both size and direction, such as displacement, velocity, force, and acceleration. This cheat sheet helps students quickly connect geometric arrows, component form, and coordinate calculations. It is useful for algebra, precalculus, physics, and any topic that uses directed quantities.
Students need these rules to add, scale, compare, and analyze vectors accurately.
The most important ideas are component form, magnitude, direction angle, unit vectors, and vector operations. A vector has magnitude and direction angle adjusted for quadrant. Vectors can be added component by component, multiplied by scalars, and analyzed using the dot product .
Projections use the dot product to find how much of one vector points in the direction of another.
Key Facts
- A two-dimensional vector in component form is written as , where is the horizontal component and is the vertical component.
- The magnitude of is .
- Vector addition is done component by component: .
- Scalar multiplication changes a vector by , which changes length by and reverses direction if .
- A unit vector in the direction of a nonzero vector is .
- The dot product of and is .
- The angle between nonzero vectors satisfies .
- The projection of onto is .
Vocabulary
- Vector
- A quantity with both magnitude and direction, often written as an arrow or in component form such as .
- Magnitude
- The length or size of a vector, found in two dimensions by for .
- Component
- One part of a vector along an axis, such as the -component or the -component in .
- Unit Vector
- A vector with magnitude , often found by dividing a nonzero vector by its magnitude: .
- Dot Product
- A scalar result from multiplying corresponding components, given by .
- Projection
- The vector part of one vector that points in the direction of another, calculated by .
Common Mistakes to Avoid
- Adding magnitudes instead of components is wrong because is not usually equal to unless the vectors point in the same direction.
- Forgetting quadrant adjustments for direction angle gives the wrong direction because alone may not identify the correct quadrant.
- Treating the dot product as a vector is wrong because produces a scalar, not an ordered pair or arrow.
- Dividing by the wrong magnitude in a unit vector is wrong because must be so that its length becomes .
- Using instead of in a projection formula changes the scale, since .
Practice Questions
- 1 Find and for and .
- 2 Find the magnitude and a unit vector in the direction of .
- 3 For and , calculate and determine whether the angle between them is acute, right, or obtuse.
- 4 Explain why multiplying a vector by a negative scalar changes its direction but does not necessarily make its magnitude negative.
Understanding Vectors & Vector Operations
A vector can be moved anywhere on a coordinate grid without changing it, as long as its length and orientation stay the same. This is useful because vectors represent a change, not a fixed location. A walk three units right and two units up has the same vector whether it starts at home, school, or the origin.
When several movements happen in sequence, draw them head to tail. The vector from the first starting point to the final ending point is the overall result.
This picture explains why component addition works. Horizontal changes combine with horizontal changes, while vertical changes combine with vertical changes.
Components are especially helpful when a direction is slanted. A force pulling on a box at an angle can be split into a horizontal part that moves the box across the floor and a vertical part that may partly lift it. In physics, this split makes a difficult angled situation into two simpler one direction problems.
The signs of components carry important information. A negative horizontal component points left. A negative vertical component points down.
Students often calculate a correct reference angle but attach it to the wrong quadrant. Sketching even a rough arrow before finding an angle prevents many of these errors. Calculator inverse tangent results need to be checked against the signs of both components.
Scaling shows that a vector is more than an arrow drawn to one particular size. Multiplying by a positive number stretches or shrinks it while preserving its orientation. Multiplying by a negative number turns it to face the opposite way.
This appears in velocity problems when an object reverses direction, and in computer graphics when a movement is resized. Unit vectors separate direction from amount.
Once a direction has length one, any desired magnitude can be created by multiplying that unit vector by the needed size. This is how engineers and programmers can describe motion along a chosen direction without repeatedly rebuilding the direction from scratch.
The dot product measures directional agreement. A positive result means two vectors point mostly the same way. A negative result means they point mostly opposite ways.
A result of zero means they are perpendicular, provided neither vector has zero length. This gives a fast test for right angles without measuring angles from a graph. In physics, work depends on the part of a force that acts along an object’s displacement.
A force straight across the direction of motion does no work, because its dot product with the displacement is zero. Projection finds the useful portion in one chosen direction. It can represent a shadow cast onto a line, the forward speed of a moving object, or the force acting along a ramp.
Keep the scalar part separate from the projected vector. The scalar tells how much lies along the direction. The projected vector includes that amount plus its direction.