Vismo · Create · Library · Topics · Guides · Pricing

What Is a Basis Vector Really

An introductory animation building intuition for basis vectors before any formulas appear. It starts with a person choosing everyday directions to walk, then shows how x and y arrows in Cartesian coordinates represent those choices. The same idea is extended to cylindrical coordinates, where walking away from a pole, around it, and upward becomes rho-hat, phi-hat, and z-hat. A final scene connects this to calculus, showing that partial derivative of position with respect to rho equals rho-hat. Useful for students meeting curvilinear coordinates for the first time.

16:9 · every frame verified for overlaps, spacing and edges before rendering

The prompt that made it

Create an extremely beginner-friendly visual lesson titled: “1(a) — What Is a Basis Vector? Think: ‘Which Way Do I Move?’” Follow the teaching style in the MASTER INSTRUCTION. Do NOT start with cylindrical coordinates. Scene 1 — A person walking Show a person standing at point P on a flat floor. Give them three simple choices: walk forward walk sideways walk upward using an elevator Explain: “A coordinate direction is simply a direction in which we are allowed to move.” Scene 2 — Cartesian coordinates Show a normal x-y grid. Draw: x-direction arrow y-direction arrow Label them: x-direction y-direction Explain: “The basis vectors are the arrows that tell us what each coordinate direction physically looks like.” Scene 3 — Now bend the grid into cylindrical coordinates Show a person standing somewhere around a vertical pole. Explain: Instead of saying: “walk in x” we can say: “walk directly away from the pole.” Draw this arrow and label it: ρ direction Then show: “walk around the pole.” Draw a tangent arrow and label: φ direction Then: “walk upward.” Draw: z direction Scene 4 — Only NOW introduce notation Show: ρ-hat = radial direction φ-hat = direction around the circle z-hat = vertical direction Explain that the hats mean these are unit direction arrows. Scene 5 — The calculus Show a point P. Move only ρ a tiny amount while keeping φ and z fixed. Draw the tiny displacement. Write: ∂r/∂ρ = ρ-hat Explain: “This derivative means: What happens to my position if I change only ρ?” Repeat visually for φ. Increase φ slightly. Show that the point travels along a circular arc. Write: ∂r/∂φ = ρ φ-hat Explain: “Changing φ moves us around a circle.” Repeat for z: ∂r/∂z = z-hat End with: BASIS VECTOR = THE PHYSICAL ARROW PRODUCED WHEN ONE COORDINATE CHANGES. Do not emphasize formal notation until after the pictures.

Make your own version

Make the next one in this series

Related animations

Where e comes from: compounding more and more often
Where e comes from: compounding more and more often

This animation tracks one dollar growing under 100% annual interest as the number of compounding periods incre…

Gradient descent: walk downhill on the loss
Gradient descent: walk downhill on the loss

A ball rolls along the parabola L(w) = (w-3)^2 + 1, starting at w = -1 and updating via w <- w - eta dL/dw wit…

The harmonic series diverges
The harmonic series diverges

Bars representing 1/n shrink toward zero, illustrating why it seems the sum should settle down. The animation …

The squeeze theorem: why sin x / x tends to 1
The squeeze theorem: why sin x / x tends to 1

This animation visualizes why sin x / x approaches 1 as x approaches 0, even though the function itself is und…

Optimization: the biggest rectangle for a fixed perimeter
Optimization: the biggest rectangle for a fixed perimeter

An animation shows a rectangle with fixed perimeter 20 changing shape as its width varies, tracing the area fu…

Newton's method: follow the tangent to the root
Newton's method: follow the tangent to the root

Starting from x0 = 2.5 on f(x) = x^2 - 2, this animation draws each tangent line and follows it down to the x-…