A vector field assigns a vector to every point in a region of space. In a 2D plot, each arrow shows the direction and size of the vector at that point, such as velocity, force, or rate of change. Vector fields matter because they let us model motion and influence that vary from place to place, including wind, water flow, electric fields, and gravity.
Reading a vector field helps connect algebraic formulas to visual patterns in the plane.
A 2D vector field is often written as F(x, y) = <P(x, y), Q(x, y)>, where P gives the horizontal component and Q gives the vertical component. The arrow at each grid point starts at that point and points in the direction <P, Q>, with magnitude |F| = sqrt(P^2 + Q^2). Some vector fields come from a scalar potential function f(x, y), where F = grad f = <df/dx, df/dy>, and these are called gradient fields.
Gradient fields point in the direction of steepest increase of the potential function, which is useful in physics, optimization, and multivariable calculus.
Understanding Calculus: Vector Fields
When a field represents the velocity of a moving substance, the arrows do not show one object’s complete path. They show its instant-by-instant velocity at each location. A streamline is a curve that stays tangent to nearby arrows.
It gives the path a tiny particle would follow if the flow does not change with time. This idea appears in weather maps, smoke moving through a room, and water flowing around a bridge support.
To predict a path, start from one position, move a short distance in the arrow direction, then repeat using the new arrow. This repeated process is the basic idea behind solving a differential equation numerically.
Divergence describes whether material tends to spread out from a small region or collect into it. Imagine drawing a tiny box around a point in a fluid. If more fluid leaves the box than enters it, the divergence there is positive.
If more enters than leaves, it is negative. A zero value means there is no net gain or loss through the box at that instant. It does not mean the fluid is motionless.
In an incompressible fluid such as water under many ordinary conditions, divergence is often close to zero. Air moving outward from a fan can have positive divergence near the fan, while air drawn into a vent has negative divergence nearby.
Curl measures local turning. A useful mental test is to place a tiny paddle wheel into the field. If the wheel tends to rotate, the field has nonzero curl at that point.
The sign tells which rotational direction is favored, using the usual plane convention. Curl is not the same as following a curved path. A particle can travel along a curved route even where curl is zero, because the field direction changes from place to place.
Conversely, a field can make a paddle wheel spin even when arrows follow circular patterns. This distinction matters in fluid mechanics, where rotation in the flow can affect mixing and lift.
Gradient fields have an especially strong connection to contour maps. Contour lines join locations with the same value of a quantity, such as height, temperature, or electric potential. The gradient points across these lines rather than along them, toward the fastest increase.
Its size shows how rapidly the quantity rises. Closely spaced contour lines usually mean a larger gradient. In physics, a force field can come from potential energy.
Then the work done between two points depends only on the starting and ending positions, provided the region has no gaps that cause complications. When studying fields, keep the position separate from the arrow placed there. Check horizontal and vertical signs carefully.
Notice zero vectors, unusually long arrows, and changes near boundaries. Plot scales can exaggerate or hide magnitude, so direction patterns are often more reliable than arrow length alone.
Key Facts
- A 2D vector field has the form F(x, y) = <P(x, y), Q(x, y)>.
- The magnitude of a vector field at a point is |F(x, y)| = sqrt(P(x, y)^2 + Q(x, y)^2).
- To plot a vector field, evaluate F(x, y) at many grid points and draw an arrow with that direction and relative length.
- A gradient field is F = grad f = <df/dx, df/dy>, where f(x, y) is a scalar function.
- The divergence of F = <P, Q> is div F = dP/dx + dQ/dy, which measures local spreading or compression.
- The 2D curl of F = <P, Q> is curl F = dQ/dx - dP/dy, which measures local rotation.
Vocabulary
- Vector field
- A vector field is a rule that assigns a vector to each point in a region of space.
- Magnitude
- Magnitude is the length of a vector, representing the size or strength of the quantity at a point.
- Component
- A component is one coordinate part of a vector, such as the horizontal part P or vertical part Q in F(x, y) = <P, Q>.
- Gradient field
- A gradient field is a vector field made from the gradient of a scalar function, so its vectors point toward the direction of fastest increase.
- Divergence
- Divergence measures whether vectors near a point tend to flow outward from the point or inward toward it.
Common Mistakes to Avoid
- Confusing points with vectors: The point (x, y) is the location where the arrow is placed, while F(x, y) is the vector drawn at that location.
- Drawing every arrow with the same length: Arrow length should usually reflect magnitude, so larger values of |F| should appear longer or more intense than smaller values.
- Swapping the components P and Q: In F(x, y) = <P, Q>, P controls horizontal motion and Q controls vertical motion, so reversing them gives a different field.
- Assuming every vector field is a gradient field: A field must satisfy special conditions, such as matching cross partial behavior on a suitable domain, to come from a potential function.
Practice Questions
- 1 For F(x, y) = <2x, -y>, find the vector and its magnitude at the point (3, 4).
- 2 For F(x, y) = <y, x>, compute the vectors at (1, 2), (0, -3), and (-2, 1), then sketch those three arrows on a coordinate plane.
- 3 A vector field has arrows that point directly away from the origin and get longer as the distance from the origin increases. Explain what this suggests about the direction and magnitude of the field, and name one physical situation it could model.