4.4.23 · D3Multivariable Calculus

Worked examples — Vector fields — definition, visualization

3,277 words15 min readBack to topic

This page is the "no gaps" drill for Vector fields — definition, visualization. We will walk through every kind of situation a vector field can throw at you: each quadrant, the origin (where things can blow up), constant fields, swirls, gradient fields, an inverse-square law, and a word problem. Each worked example is tagged with the cell of the scenario matrix it fills.

Before line one, four tiny reminders in plain words so no symbol appears unearned:

Why and not something else? Because the arrow's two legs (rightward) and (upward) are at right angles, so the straight-line length is the hypotenuse — the Pythagorean theorem is the only tool that turns two perpendicular legs into one length.


The scenario matrix

Every case class this topic can present, and which example covers it:

Cell Scenario class Covered by
A Constant / degenerate field (arrow never changes) Ex 1
B Radial field across all four quadrants (signs of ) Ex 2
B On-axis edge cases ( or , one component vanishes) Ex 2b
C Field at the origin (zero / degenerate input) Ex 3
D Rotational field + perpendicularity test Ex 4
E Gradient field from a scalar (uses partial derivatives) Ex 5
F Limiting behaviour of an inverse-square field (, ) Ex 6
G Direction vs magnitude split (unit vector + length separately) Ex 7
H Real-world word problem (river current) Ex 8
I Exam-style twist (is a mystery field a gradient field?) Ex 9

The goal: after Ex 9 you have seen every sign, every quadrant, the axes, the origin, both limits, and the two flavours of "special" field.


Ex 1 — Constant field (Cell A)


Ex 2 — Radial field, all four quadrants (Cell B)

Figure — Vector fields — definition, visualization

Ex 2b — On the axes: the edge cases (Cell B)


Ex 3 — At the origin: the degenerate input (Cell C)


Ex 4 — Rotation field + perpendicularity (Cell D)

Figure — Vector fields — definition, visualization

Ex 5 — Gradient field from a scalar (Cell E)


Ex 6 — Inverse-square field: both limits (Cell F)

Figure — Vector fields — definition, visualization

Ex 7 — Splitting direction from magnitude (Cell G)


Ex 8 — Word problem: river current (Cell H)


Ex 9 — Exam twist: is this field a gradient field? (Cell I)


Recall Quick self-test (cloze)

The direction of the zero vector is undefined because you cannot divide by zero. The dot product being zero proves two arrows are perpendicular. On the -axis the radial field has its second component ====, so the arrow lies flat along the axis. As , the inverse-square magnitude infinity (field blows up). A gradient candidate passes the screen when ====. When integrating in to recover a potential, the "constant" is really a ==function of == alone.

Which quadrant fails for a naive radial description?
None — the radial field points outward in all four quadrants because signs of copy signs of .
What happens on the axes for the radial field?
One component vanishes ( on the -axis, on the -axis), so the arrow points straight along that axis, still outward.
What makes the origin degenerate for the radial field?
: zero length, so direction is undefined (can't normalise).
What limit distinguishes inverse-square from radial at the centre?
Inverse-square (undefined at origin); radial (defined, just zero).
When recovering a potential, why is the constant of integration a function of ?
Because kills any term depending only on , so anti-differentiating in cannot see it.

Connections

Concept Map

same f

Scenario matrix

Constant field Ex 1

Radial quadrants Ex 2

On-axis edge cases Ex 2b

Origin degenerate Ex 3

Rotation and dot product Ex 4

Gradient from scalar Ex 5

Inverse-square limits Ex 6

Direction times magnitude Ex 7

River word problem Ex 8

Is it a gradient field Ex 9