Key Ideas
1Vector Fields. A vector field assigns a vector to every point in space, such as F(x,y) = (P(x,y), Q(x,y)) — think of wind speed and direction at every point on a map.
2Scalar vs. Vector Functions. A scalar function outputs a single number (like temperature); a vector function outputs a vector (like velocity).
3Line Integrals (Concept). A line integral adds up a scalar or vector field's values along a curve, rather than over an interval on the x-axis.
4Key Vector Operators. The three central tools are the gradient (turns a scalar field into a vector field), divergence (turns a vector field into a scalar), and curl (turns a vector field into another vector field, in 3D).
5Why It Matters. Vector calculus underlies physics topics like fluid flow, electromagnetism, and gravitational fields.
Worked Examples
Given the vector field F(x,y) = (y, -x), find F at the point (2,3).
F(2,3) = (3, -2)
Is g(x,y) = x^2 + y^2 a scalar field or a vector field?
It is a scalar field
Is F(x,y) = (2x, 3y) a scalar field or a vector field?
It is a vector field