This animation places a single point in space and locates it two ways: first with cylindrical coordinates (distance from the z-axis, angle around it, and height), then with spherical coordinates (distance from the origin, angle from the z-axis, and angle around it). A right triangle connects r, rho, and z, visually deriving rho = r sin(theta) and z = r cos(theta). Local unit vectors are compared before the transformation matrix is introduced as a summary of the geometry already seen. Useful for multivariable calculus or physics students learning coordinate systems.
16:9 · every frame verified for overlaps, spacing and edges before rendering
Create a visual titled: “2(d)(ii) — Cylindrical vs Spherical: Two Ways to Locate the Same Point” Follow the MASTER INSTRUCTION. Scene 1 Show a point P floating above the xy-plane. Scene 2 — cylindrical Locate P using: ρ = distance from z-axis φ = angle around z z = height Scene 3 — spherical Locate the SAME P using: r = distance from origin θ = angle down from z-axis φ = angle around z Scene 4 Draw the right triangle involving: r ρ z Visually derive: ρ = r sinθ z = r cosθ Scene 5 Compare the local arrows: cylindrical: ρ-hat, φ-hat, z-hat spherical: r-hat, θ-hat, φ-hat Show which directions are shared and which rotate differently. Scene 6 Only now introduce the transformation matrix. Explain: “The matrix is simply recording the projections we can already see in the picture.” End: Same point. Same space. Different coordinate description.