Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Vectors in the plane describe quantities that have both size and direction, such as displacement, velocity, and force. A two-dimensional vector can be drawn as an arrow on a coordinate plane, with its tail at one point and its head at another. When the tail is at the origin and the head is at (a,b), the vector is written as <a,b>.

This notation connects geometry with algebra, making vectors useful for solving problems in math and physics.

The components of a vector tell how far it moves horizontally and vertically. Its magnitude comes from the Pythagorean theorem, and its direction can be described by an angle from the positive x-axis. Vectors can be added by adding components, and scaling a vector changes its length while keeping or reversing its direction.

The dot product connects two vectors to the angle between them and helps decide whether vectors point in similar, opposite, or perpendicular directions.

Understanding Math: Vectors in the Plane

A vector is not tied to one particular place on the grid. An arrow that moves three units right and two units up represents the same displacement wherever its tail is placed. This idea is called a free vector.

It matters because a journey, a push, or a velocity can be compared even when it starts at different locations. A position is different. Position tells where an object is relative to a chosen origin.

Displacement tells the change from one position to another. Students often confuse these ideas when a diagram contains several arrows. Find the starting point and ending point before deciding what each vector represents.

Components are useful because they break one slanted movement into two simpler movements. The horizontal component describes left or right change. The vertical component describes up or down change.

Signs carry important information. A negative horizontal component means movement left. A negative vertical component means movement down.

When finding a direction angle, a calculator can give an angle that fits the ratio of vertical change to horizontal change but not always the correct part of the plane. Check the signs first. A vector pointing left and up must have a direction in the upper left region.

This quadrant check prevents a common error. A unit vector has magnitude one and shows direction only. Multiplying a unit vector by a length builds a vector with that length in the chosen direction.

Adding vectors models combined changes. A person who walks east, then north, has one overall displacement from the original point to the final point. The same result appears if the arrows are arranged head to tail.

Component addition works because horizontal changes combine separately from vertical changes. Scalar multiplication models a change in strength or duration. For example, constant velocity for twice as long creates twice the displacement.

A negative scalar reverses the vector, which is important when describing friction or a force that acts opposite to motion. The dot product gives more than a calculation rule. It measures how much one vector points along another.

A positive result means they have a shared general direction. A negative result means they oppose each other. A result of zero means perpendicular directions.

Vectors appear whenever direction changes the meaning of a quantity. Wind forecasts give velocity, not just speed, because a wind moving north differs from one moving south at the same speed. In games and computer graphics, vectors control movement from one location toward another.

In physics, forces can cancel when their combined vector is zero, even though each force is present. When learning this topic, sketch a small coordinate grid whenever possible. Label horizontal and vertical changes clearly.

Estimate the quadrant before using a calculator. Check whether an answer has sensible signs and a sensible length. These habits make vector work more reliable than memorising procedures alone.

Key Facts

  • A vector from the origin to (a,b) is written v = <a,b>.
  • The magnitude of v = <a,b> is |v| = sqrt(a^2 + b^2).
  • The direction angle θ of v = <a,b> satisfies tan θ = b/a, with quadrant checked from the signs of a and b.
  • Vector addition is component-wise: <a,b> + <c,d> = <a + c, b + d>.
  • Scalar multiplication is k<a,b> = <ka,kb>.
  • The dot product is <a,b> · <c,d> = ac + bd = |v||w|cos θ.

Vocabulary

Vector
A quantity with both magnitude and direction, often represented by an arrow.
Component
One of the horizontal or vertical parts of a vector, such as a and b in <a,b>.
Magnitude
The length or size of a vector, found using the distance formula.
Scalar
A number that multiplies a vector to change its magnitude and possibly its direction.
Dot product
A multiplication operation on two vectors that produces a scalar related to the angle between them.

Common Mistakes to Avoid

  • Adding magnitudes instead of components is wrong because vector addition depends on direction as well as length. Add x-components together and y-components together.
  • Using tan θ = b/a without checking the quadrant is wrong because arctangent alone may give an angle in the wrong direction. Use the signs of a and b to place the angle correctly.
  • Forgetting that a negative scalar reverses direction is wrong because multiplying by a negative number points the vector opposite the original direction. The magnitude is multiplied by the absolute value of the scalar.
  • Confusing the dot product with vector addition is wrong because the dot product produces a single number, not a vector. Compute <a,b> · <c,d> as ac + bd.

Practice Questions

  1. 1 A vector v starts at the origin and ends at (6,8). Find v in component form and find |v|.
  2. 2 Let u = <3,-2> and w = <-5,4>. Find u + w, 2u, and u · w.
  3. 3 Two nonzero vectors have dot product 0. Explain what this tells you about the angle between them and how this would appear on a coordinate-plane diagram.