Picture: look at figure s01. The black dot sits at (3,2) — three across, two up.
Why the topic needs it: a vector field's input is a point. Before we can ask "what arrow lives here?" we need a rock-solid way to say here. The symbol x means the horizontal coordinate; y the vertical. That is all.
Picture:R is one line, R2 is a sheet of paper, R3 is the room you're sitting in.
Why the topic needs it: the parent writes F:D⊆Rn→Rn. Now you can read the scenery: the field lives in n-dimensional space. The symbol ⊆ (read "is a subset of / is contained in") just says our region D is some patch of that space — maybe all of it, maybe a disk.
Picture: an arrow is built by first stepping P right, then Q up — the arrow is the diagonal shortcut (figure s03).
Why the topic needs it: the parent writes F(x,y)=(P(x,y),Q(x,y)). This says: feed in a point, and two little machines P and Q each spit out a number; glue them into an arrow. In the radial field F=(x,y), the machine P just returns x and Q returns y.
Picture: figure s03 — three tiny black arrows, one per axis direction, each length 1.
Why the topic needs it:Pi+Qj is just another way to write (P,Q). It reads "P steps in the right-direction plus Q steps in the up-direction." Both notations mean the identical arrow — the parent uses them interchangeably.
Picture: figure s04 — the right triangle with legs P and Q (black) and the arrow as its red hypotenuse.
Why the topic needs it: magnitude is one of the three things every drawn arrow encodes (length or color). x never spits out a negative — a length can't be negative, which is exactly right.
Why the topic needs it: when drawing fields we often make all arrows the same length so they don't overlap; ∣F∣F is how we get that uniform length while preserving direction. The magnitude then rides along as color instead.
Why the topic needs it: the parent proves the rotation field (−y,x) is pure swirl by showing F⋅(x,y)=0 — the arrow is perpendicular to the line from the origin, hence tangent to the circle. That whole argument is unreadable until ⋅ is defined.
Why the topic needs it: the parent's Example 4 builds the field ∇f=(2x,2y) from f=x2+y2. Since ∇f is itself a pair of numbers depending on the point, it is a vector field. Full detail lives in Gradient and Directional Derivatives — here you only need to recognize the symbol.