Intuition The ONE core idea
A vector field is a picture of arrows filling space; sometimes those arrows are secretly all pointing "downhill" on a hidden landscape. When that landscape exists, walking through the field costs energy equal only to your change in altitude — so loops cost nothing, and the field is called conservative .
Before you can read a single line of the parent topic , you need to be fluent in the symbols it throws around. This page builds each one from absolutely nothing, in an order where every new idea leans only on the ones before it.
The picture is a grid, like graph paper. Every dot on the paper has an address. The parent topic constantly writes things like f ( x , y ) or a path from A = ( 0 , 0 ) to B = ( 1 , 2 ) — those are just addresses.
Why the topic needs it: the whole subject is about quantities that vary from place to place . You cannot say "varies from place to place" without a way to name the places.
Definition Scalar function (scalar field)
A scalar function f takes a point and returns a single number. Write f ( x , y ) : feed in an address, get out one value (a height, a temperature, an energy).
Look at the figure. The flat grid at the bottom is the set of points ( x , y ) . Above each point we raise the surface up to height f ( x , y ) . The result is a hill — a landscape. This is the object the parent topic calls the potential function .
"Scalar" just means "a plain number, no direction." Height is a scalar: 500 metres up doesn't point anywhere, it's just an amount. Contrast this with an arrow (next section) which does point somewhere.
Why the topic needs it: the entire payoff of "conservative" is that a whole field of arrows can be summarised by ONE such hill. Everything reduces to reading heights off this surface.
A vector is an arrow: it has a length (how strong) and a direction (which way). We store it as a list of components — how far it reaches along each axis.
2D: F = ( P , Q ) means "reach P to the right and Q up."
3D: F = ( P , Q , R ) .
The bold letter F is our flag for "this is a vector, not a plain number." The plain letters P , Q , R are its components — the individual numbers inside.
P and Q are themselves functions
Here is a subtlety the parent leans on: P and Q are not fixed numbers. They change from point to point, so really P ( x , y ) and Q ( x , y ) . The arrow you draw at ( 1 , 0 ) can differ from the arrow at ( 2 , 5 ) .
A vector field glues a vector to every point of space at once: at each address ( x , y ) you plant the arrow F ( x , y ) = ( P ( x , y ) , Q ( x , y )) .
The figure shows the plane peppered with arrows — a "wind map" or "force field." Read it like this: stand at any dot, and the arrow there tells you the wind's strength and direction at that spot.
Common mistake Vector field vs single vector
A single vector is one arrow. A vector field is a whole meadow of them, one per point. The parent's F always means the field.
Why the topic needs it: "conservative" is a property of the whole meadow of arrows , asking whether they can all be arranged to point downhill on some hidden hill.
Definition Partial derivative
Standing on the hill f ( x , y ) , the partial derivative ∂ x ∂ f (also written f x ) is the steepness if you walk purely in the x -direction , freezing y . Likewise f y is the steepness walking purely in the y -direction.
∂ and not the ordinary d ?
The ordinary derivative d x d is for functions of one variable — there's only one way to move. On a hill there are many directions. The curly ∂ warns you: "I am holding all the OTHER variables still and only nudging this one." The subscript form f x says the same thing more compactly.
Intuition Why the topic needs "steepness in each direction"
If the arrows point downhill, then the arrow's rightward push should match the hill's rightward steepness, and its upward push should match the upward steepness. That is exactly the statement P = f x and Q = f y the parent uses.
The gradient ∇ f (say "grad f ") packs both partial derivatives into one vector:
∇ f = ( ∂ x ∂ f , ∂ y ∂ f ) = ( f x , f y ) .
The symbol ∇ ("nabla") is just a machine that turns a hill f into a field of arrows.
Intuition What the gradient arrow points at
At any spot on the hill, ∇ f points in the direction of steepest ascent — straight uphill — and its length is how steep that is. So − ∇ f points straight downhill, the way a ball rolls. See Gradient and directional derivative for the full story of steepness in any direction.
Why the topic needs it: the parent's central definition is literally F = ∇ f . A conservative field is nothing but "the gradient of some hill." Everything else is consequences of this one equation.
The dot product of two vectors a = ( a 1 , a 2 ) and b = ( b 1 , b 2 ) is the single number
a ⋅ b = a 1 b 1 + a 2 b 2 .
Multiply matching components, add them up. The output is a scalar.
Intuition What the dot product measures
It measures how much one arrow goes along the other . If they point the same way, the number is large and positive. Perpendicular, it's zero. Opposite, it's negative. In the picture, the amber arrow's shadow (projection) onto the cyan one is what the dot product captures.
Intuition Why "why this tool?"
The parent writes work as F ⋅ d r . Work is "force times distance moved in the direction of the force ." Only the part of the force lined up with your motion does work — sideways force does nothing. The dot product is precisely the tool that extracts "the part lined up with," so it is the right and only natural tool here.
Definition Parametrised path
A path r ( t ) is a moving dot: as the clock t runs from a to b , the point r ( t ) = ( x ( t ) , y ( t )) traces a curve C . Its velocity r ′ ( t ) is the arrow of instantaneous motion — the direction and speed you're travelling at that instant.
Intuition Reading the notation
t is a clock/dial, not a coordinate of space.
r ( t ) is where you are at time t .
r ′ ( t ) (the prime means derivative in t ) is how fast and which way you're moving .
d r = r ′ ( t ) d t is a tiny step of the journey.
Why the topic needs it: to talk about "the work done travelling along a path" you must first have a way to describe the path and the motion along it. See Line integrals of vector fields for how the pieces F ⋅ d r get summed up.
Definition Line integral and loop integral
∫ C F ⋅ d r adds up the tiny work contributions F ⋅ d r along the whole path C — total work.
∮ C is the same sum but C is a closed loop (you end where you started). The little circle on the sign is a picture of the loop.
Intuition Why the loop symbol earns its own notation
The parent's headline result is that ∮ = 0 for conservative fields. Circling the sign flags "the special case where start = end," which is exactly when conservative fields reveal themselves.
Definition Clairaut's theorem (equality of mixed partials)
If you differentiate a nice hill first by x then by y , you get the same answer as first by y then by x :
f x y = f y x .
The order of differentiation doesn't matter. See Clairaut's theorem (equality of mixed partials) .
Intuition Why the topic needs Clairaut
The 2D test P y = Q x is Clairaut read backwards. If P = f x and Q = f y , then P y = f x y and Q x = f y x , and Clairaut forces them equal. That equality is the fingerprint of a gradient field.
Definition Curl (the swirl detector)
The curl of a field measures its microscopic swirl. In 2D the only piece that matters is Q x − P y ; if it's zero everywhere the field is "curl-free." See Curl of a vector field and, for the deeper reason loops must vanish, Green's theorem .
Intuition Conservation of energy
The name "conservative" is borrowed straight from Conservation of energy in physics : if F is a force with potential f , the work moving between two points equals only the change in f . No path can secretly manufacture energy, so total energy is conserved . That's the whole reason the word is "conservative."
Scalar function f the hill
Vector field arrows everywhere
Partial derivatives f_x f_y
Conservative field F equals grad f
Loop integral equals zero
Test yourself — cover the right side and answer aloud.
What is a scalar function f ( x , y ) , in one picture? A hill: over each grid point it gives one height number.
What is a vector field F = ( P , Q ) ? An arrow planted at every point; P , Q are the rightward/upward reaches and are themselves functions of position.
What does ∂ x ∂ f mean and why the curly ∂ ? Steepness of the hill walking purely in x with y frozen; the ∂ warns "other variables held still."
What is ∇ f and where does its arrow point? The gradient ( f x , f y ) ; it points straight uphill (steepest ascent), length = steepness.
Compute ( 1 , 2 ) ⋅ ( 3 , − 1 ) and say what it measures. 1 ⋅ 3 + 2 ⋅ ( − 1 ) = 1 ; it measures how much one arrow runs along the other.
What are r ( t ) and r ′ ( t ) ? Your position at time t along a path, and your velocity (direction+speed) at that instant.
Why is ∮ written with a circle? It is a line integral around a closed loop (start = end).
State Clairaut's theorem in symbols. f x y = f y x for a smooth f .
Why is the dot product the right tool for work? Only the part of the force along the motion does work; the dot product extracts exactly that aligned part.