Curvilinear Blueprint Slides Curvilinear Blueprint
Generalizing Coordinates: Scale Factors & Basis Vectors
The Cartesian Cage
Standard \( (x, y, z) \) coordinates are perfect for boxes. But physical reality is rarely box-shaped.
"Why is it incredibly difficult to describe the motion of a pendulum using standard x and y coordinates?"
Cartesian Grid
Orthogonal Curvilinear Systems
We define a set of new coordinates \( (u_1, u_2, u_3) \) such that the position vector \( \vec{r} \) is a function of these variables:
\[ \vec{r} = \vec{r}(u_1, u_2, u_3) \]
Coordinate Surfaces
Surfaces where one coordinate is constant (e.g., \( r = R \)).
Coordinate Curves
Intersections of two surfaces where only one variable changes.
Orthogonality
The basis vectors at any point are mutually perpendicular.
The Geometry Engine
1. Unit Basis Vectors
Tangent to the coordinate curves:
\[ \hat{e}_i = \frac{\frac{\partial \vec{r}}{\partial u_i}}{\left| \frac{\partial \vec{r}}{\partial u_i} \right|} \]
2. Scale Factors (\(h_i\))
The "stretch" or magnitude of the change:
\[ h_i = \left| \frac{\partial \vec{r}}{\partial u_i} \right| \]
Differential Displacement
The vector \( d\vec{r} \) represents a tiny step in space. In general coordinates:
\[ d\vec{r} = \sum_{i=1}^3 h_i du_i \hat{e}_i \]
This is the fundamental building block for all vector calculus in curvilinear space.
Case Study: Cylindrical (\( \rho, \phi, z \))
\[ x = \rho \cos \phi, \quad y = \rho \sin \phi, \quad z = z \]
Derive the scale factors:
\( h_\rho = \sqrt{(\cos \phi)^2 + (\sin \phi)^2} = 1 \)
\( h_\phi = \sqrt{(-\rho \sin \phi)^2 + (\rho \cos \phi)^2} = \rho \)
\( h_z = \sqrt{1^2} = 1 \)
\( \rho \)
\( \phi \)
Notice: \( h_\phi \) depends on \( \rho \). The further out you go, the "longer" an angular step becomes.
Scale Factor Sprint Worksheet Scale Factor Sprint
Coordinate Derivation Challenge
Name: ____________________________________
Date: ____________________________________
Objective
In this workshop, you will derive the metric scale factors \( h_i \) for Spherical and Parabolic coordinates. Remember that the scale factor \( h_i \) represents the magnitude of the partial derivative of the position vector \( \vec{r} \) with respect to the coordinate \( u_i \).
1 Spherical System \( (r, \theta, \phi) \)
Given the transformations:
\[ x = r \sin\theta \cos\phi, \quad y = r \sin\theta \sin\phi, \quad z = r \cos\theta \]
A. Compute the scale factor \( h_r \):
B. Compute the scale factor \( h_\theta \):
C. Compute the scale factor \( h_\phi \):
2 Parabolic Cylindrical System \( (u, v, z) \)
This system is used in problems involving edges or parabolic boundaries.
\[ x = \frac{1}{2}(u^2 - v^2), \quad y = uv, \quad z = z \]
A. Show that the scale factors \( h_u \) and \( h_v \) are equal. Derive their expression:
B. Construct the differential displacement vector \( d\vec{r} \) for this system:
Critical Thinking
Why must scale factors have dimensions of length if the coordinate itself is dimensionless (like \( \theta \) or \( \phi \))? Explain using the relationship \( ds_i = h_i du_i \).
Coordinate Coach Guide Coordinate Coach Guide
Teacher Facilitation: Generalizing Coordinates
Lesson Blueprint
This lesson shifts students from thinking about coordinates as fixed "labels" to viewing them as a dynamic mapping from a parameter space to physical space. The focus is on the geometry of the transformation.
Key Concepts to Anchor:
The position vector \( \vec{r} \) as the "mother function" of the coordinate system.
Scale factors \( h_i \) as the conversion factor from "coordinate units" to "physical length."
Orthogonality check: \( \frac{\partial \vec{r}}{\partial u_i} \cdot \frac{\partial \vec{r}}{\partial u_j} = 0 \) for \( i \neq j \).
Pacing
10 min: The Hook
Cartesian struggle with pendulums.
20 min: Direct Instruction
Defining basis vectors and \( h \).
45 min: The Sprint
Worksheet derivations.
15 min: Debrief
Visualizing coordinate surfaces.
Facilitation Notes
Common Misconceptions
Students often think \( h_\theta \) in spherical coordinates is just \( r \). While true, they frequently forget why it is \( r \) (it relates to the arc length \( s = r\theta \)). Remind them that if \( \theta \) changes by \( d\theta \), the physical distance moved is \( r d\theta \). Thus, \( h_\theta = r \).
Scaffolding the Math
For students struggling with the Parabolic system, encourage them to write out the partial derivatives explicitly first:
\( \frac{\partial \vec{r}}{\partial u} = (u, v, 0) \)
\( \frac{\partial \vec{r}}{\partial v} = (-v, u, 0) \)
Then, calculate the magnitude using the Pythagorean theorem.
Discussion Prompts
"In Cartesian coordinates, all scale factors are 1. What does this tell us about the geometry of space in that system?"
Goal: Connect uniform scale factors to Euclidean flatness and translation invariance.
"Look at \( h_\phi = \rho \) in cylindrical coordinates. Where is the scale factor the largest? Why does this make sense?"
Goal: Understand that angular steps cover more ground at larger radii.
Space Sculpting Slides Space Sculpting
Volume Elements & Curvilinear Integration
Formula or Fact?
"How do you calculate the volume of a sphere without memorizing the formula \( \frac{4}{3}\pi r^3 \)?"
Intuition Check:
We need to "sum up" every tiny bit of space within the boundary. But how do we define a "tiny bit" of space in coordinates that curve?
Layers of Integration
The Jacobian Determinant
The volume of a differential "cube" in general coordinates is not just \( du_1 du_2 du_3 \).
Definition:
\[ dV = h_1 h_2 h_3 du_1 du_2 du_3 \]
Where \( h_1 h_2 h_3 \) is the determinant of the Jacobian matrix for orthogonal systems.
Volume Recipe:
Identify the coordinates \( (u_1, u_2, u_3) \)
Find scale factors \( h_1, h_2, h_3 \)
Multiply them to get the volume element \( dV \)
Set limits and integrate
Spherical Volume Element
Scale Factors:
\( h_r = 1 \)
\( h_\theta = r \)
\( h_\phi = r \sin \theta \)
Result:
\[ dV = r^2 \sin \theta \, dr \, d\theta \, d\phi \]
The \( \sin\theta \) term corrects for the fact that the "width" of the wedges shrinks as you move toward the poles.
\[ V = \int_0^R \int_0^\pi \int_0^{2\pi} r^2 \sin \theta \, d\phi \, d\theta \, dr \] \[ V = (2\pi) \times (2) \times \frac{R^3}{3} = \frac{4}{3}\pi R^3 \]
Vector Area Elements (\( d\vec{A} \))
Sometimes we only care about the surface. A surface element is formed by fixing one coordinate and varying the other two.
Cylinder Side
Fix \( \rho = R \)
\[ d\vec{A} = R \, d\phi \, dz \, \hat{\rho} \]
Sphere Shell
Fix \( r = R \)
\[ d\vec{A} = R^2 \sin \theta \, d\theta \, d\phi \, \hat{r} \]
Circle Disk
Fix \( \theta = \frac{\pi}{2} \)
\[ d\vec{A} = r \, dr \, d\phi \, \hat{\theta} \]
Jacobian Jigsaw Activity Jacobian Jigsaw
Volume Elements & Integration Mastery
Name: ________________________
1. The Toroid (Donut) Geometry
Consider the toroidal coordinate system \( (\eta, \theta, \psi) \) related to Cartesian coordinates by:
\( x = (R + a\cos\theta)\cos\psi, \quad y = (R + a\cos\theta)\sin\psi, \quad z = a\sin\theta \) Assume \( a \) is the variable radius of the tube and \( R \) is the constant major radius.
A. Find the scale factors \( h_a, h_\theta, h_\psi \):
B. Write the volume element \( dV \):
C. Integrate to find the total volume of a torus with tube radius \( a_{max} \):
2. Non-Uniform Mass
A sphere of radius \( a \) has a mass density that varies with the polar angle \( \theta \): \( \rho(r, \theta, \phi) = \rho_0 \sin^2 \theta \) Calculate the total mass \( M \) of the sphere.
Hint: Remember the \( r^2 \sin\theta \) term in your volume element!
3. Surface Area Integration
Find the area of the portion of the cylinder \( \rho = 2 \) that lies between the planes \( z = 0 \) and \( z = 3 \), and within the first quadrant (\( 0 \leq \phi \leq \pi/2 \)).
Coordinate Fix:
\( \rho = 2 \)
Differentials:
\( d\phi, dz \)
Area Element:
\( dA = h_\phi h_z d\phi dz \)
Show your calculation:
The Jacobian Check
We defined \( dV = h_1 h_2 h_3 du_1 du_2 du_3 \). Explain in words why we can simply multiply the scale factors to get the volume element in orthogonal systems, but why this would fail in non-orthogonal systems.
Space Sculpting Key Answer Key
Space Sculpting & Jacobian Jigsaw
REF: PHYS-VEC-LK2
1. Toroidal Geometry Solution
A. Scale Factors:
\( h_a = \sqrt{\cos^2\theta\cos^2\psi + \cos^2\theta\sin^2\psi + \sin^2\theta} = \sqrt{\cos^2\theta + \sin^2\theta} = 1 \)
\( h_\theta = \sqrt{(-a\sin\theta\cos\psi)^2 + (-a\sin\theta\sin\psi)^2 + (a\cos\theta)^2} = a \)
\( h_\psi = \sqrt{(-(R+a\cos\theta)\sin\psi)^2 + ((R+a\cos\theta)\cos\psi)^2 + 0} = R+a\cos\theta \)
B. Volume Element:
\[ dV = a(R + a\cos\theta) \, da \, d\theta \, d\psi \]
C. Total Volume:
\[ V = \int_0^{2\pi} d\psi \int_0^{2\pi} d\theta \int_0^{a_{max}} (aR + a^2\cos\theta) \, da \] \[ V = 2\pi \int_0^{2\pi} \left[ \frac{a_{max}^2 R}{2} + \frac{a_{max}^3 \cos\theta}{3} \right] d\theta \] \[ V = 2\pi [ \pi a_{max}^2 R + 0 ] = 2\pi^2 a_{max}^2 R \]
2. Non-Uniform Mass Solution
\[ M = \int \rho dV = \int_0^a r^2 dr \int_0^\pi (\rho_0 \sin^2\theta) \sin\theta d\theta \int_0^{2\pi} d\phi \] \[ M = \frac{a^3}{3} \cdot 2\pi \cdot \rho_0 \int_0^\pi \sin^3\theta d\theta \] \[ \text{Using } \int \sin^3\theta = \frac{4}{3}: \] \[ M = \frac{a^3}{3} \cdot 2\pi \rho_0 \cdot \frac{4}{3} = \frac{8\pi \rho_0 a^3}{9} \]
3. Surface Area Solution
\[ dA = h_\phi h_z d\phi dz = \rho \, d\phi \, dz \] \[ \text{At } \rho = 2: \quad dA = 2 \, d\phi \, dz \] \[ A = \int_0^3 dz \int_0^{\pi/2} 2 \, d\phi = [z]_0^3 \cdot [2\phi]_0^{\pi/2} = 3 \cdot \pi = 3\pi \]
Teacher Note on Jacobian Check:
In orthogonal systems, the differential volume is a rectangular box because the basis vectors are perpendicular. The volume is simply the product of the side lengths (\( h_i du_i \)). In non-orthogonal systems, the box is a parallelepiped, and the volume requires the triple scalar product, which is the full determinant of the Jacobian matrix, not just the product of the diagonal elements.
Field Flow Slides Field Flow
Del Operators in General Coordinates
Slope on a Sphere
"Does the concept of 'slope' change when you are walking on the surface of a sphere versus a flat plane?"
In Cartesian space, the "slope" (\(\nabla f\)) is just the change in height over the change in \(x, y, z\).
\[ \nabla f = \frac{\partial f}{\partial x} \hat{i} + \dots \]
But on a sphere, an angular change \(d\theta\) represents a different physical distance depending on the radius \(r\).
The gradient must account for the local geometry.
The Gradient (\(\nabla\))
For any orthogonal coordinate system with scale factors \(h_1, h_2, h_3\):
\[ \nabla f = \frac{1}{h_1} \frac{\partial f}{\partial u_1} \hat{e}_1 + \frac{1}{h_2} \frac{\partial f}{\partial u_2} \hat{e}_2 + \frac{1}{h_3} \frac{\partial f}{\partial u_3} \hat{e}_3 \]
Why the \(1/h_i\)?
The scale factor \(h_i\) converts coordinate change into length. Gradient is "change per unit length," so we must divide by the conversion factor to get physical units correct.
Spread and Circulation
Divergence (\(\nabla \cdot \vec{A}\))
Measures "outflow" from a point:
\[ \frac{1}{h_1 h_2 h_3} \left[ \frac{\partial}{\partial u_1}(h_2 h_3 A_1) + \dots \right] \]
Notice: The scale factors are inside the derivatives!
Curl (\(\nabla \times \vec{A}\))
Measures local rotation:
\[ \frac{1}{h_1 h_2 h_3} \begin{vmatrix} h_1\hat{e}_1 & h_2\hat{e}_2 & h_3\hat{e}_3 \\ \frac{\partial}{\partial u_1} & \frac{\partial}{\partial u_2} & \frac{\partial}{\partial u_3} \\ h_1 A_1 & h_2 A_2 & h_3 A_3 \end{vmatrix} \]
The Laplacian (\(\nabla^2\))
The most important operator in physics (Heat, Waves, Electrostatics). It combines gradient and divergence:
\[ \nabla^2 f = \frac{1}{h_1 h_2 h_3} \left[ \frac{\partial}{\partial u_1} \left( \frac{h_2 h_3}{h_1} \frac{\partial f}{\partial u_1} \right) + \dots \right] \]
Spherical Laplacian
Cylindrical Laplacian
Operator Map Sheet Operator Map
General Curvilinear Vector Reference
Operator General Formula (\(u_1, u_2, u_3\)) Gradient \( \nabla f \) \[ \sum \frac{1}{h_i} \frac{\partial f}{\partial u_i} \hat{e}_i \] Divergence \( \nabla \cdot \vec{A} \) \[ \frac{1}{h_1 h_2 h_3} \sum \frac{\partial}{\partial u_i} \left( \frac{h_1 h_2 h_3}{h_i} A_i \right) \] Curl \( \nabla \times \vec{A} \) \[ \frac{1}{h_1 h_2 h_3} \begin{vmatrix} h_1\hat{e}_1 & h_2\hat{e}_2 & h_3\hat{e}_3 \\ \partial_1 & \partial_2 & \partial_3 \\ h_1 A_1 & h_2 A_2 & h_3 A_3 \end{vmatrix} \] Laplacian \( \nabla^2 f \) \[ \frac{1}{h_1 h_2 h_3} \left[ \partial_1 \left( \frac{h_2 h_3}{h_1} \partial_1 f \right) + \partial_2 \left( \frac{h_3 h_1}{h_2} \partial_2 f \right) + \partial_3 \left( \frac{h_1 h_2}{h_3} \partial_3 f \right) \right] \]
Spherical \( (r, \theta, \phi) \)
Scale Factors: \( h_r=1, h_\theta=r, h_\phi=r\sin\theta \)
Gradient: \( \partial_r \hat{r} + \frac{1}{r}\partial_\theta \hat{\theta} + \frac{1}{r\sin\theta}\partial_\phi \hat{\phi} \)
Laplacian: \( \frac{1}{r^2}\partial_r(r^2\partial_r f) + \frac{1}{r^2\sin\theta}\partial_\theta(\sin\theta\partial_\theta f) + \dots \)
Cylindrical \( (\rho, \phi, z) \)
Scale Factors: \( h_\rho=1, h_\phi=\rho, h_z=1 \)
Gradient: \( \partial_\rho \hat{\rho} + \frac{1}{\rho}\partial_\phi \hat{\phi} + \partial_z \hat{z} \)
Laplacian: \( \frac{1}{\rho}\partial_\rho(\rho\partial_\rho f) + \frac{1}{\rho^2}\partial_\phi^2 f + \partial_z^2 f \)
Physical Translation
Source/Sink
Divergence reveals where field lines are born or die.
Vortex/Eddy
Curl reveals the twisting force of the field.
Equilibrium
A zero Laplacian implies the field is "flat" or in steady state.
Vector Vortex Worksheet Vector Vortex
Differential Operations Practice
Name: ______________________
1. Gravitational Gradient
The gravitational potential of a point mass at the origin is given by \( \Phi(r, \theta, \phi) = - \frac{GM}{r} \).
Calculate the gravitational field \( \vec{g} = -\nabla \Phi \) using spherical coordinates.
2. Current Continuity
A current density field in a wire is given in cylindrical coordinates as \( \vec{J} = J_0 e^{-\rho/a} \hat{z} \).
Calculate the divergence \( \nabla \cdot \vec{J} \). What does your result imply about the accumulation of charge in the wire?
3. Magnetic Mystery
A magnetic field is given as \( \vec{B} = B_0 \rho \hat{\phi} \) in cylindrical coordinates.
Calculate the curl \( \nabla \times \vec{B} \). Is this field consistent with Ampere's Law in a region with constant current density \( \vec{J} \)?
4. Laplacian Challenge
Show that the function \( f(r, \theta) = \frac{\cos\theta}{r^2} \) satisfies Laplace's Equation \( \nabla^2 f = 0 \) in spherical coordinates (excluding the origin).
Note: Only the radial and polar parts of the Laplacian are needed here.
Spherical Symmetry Slides Spherical Symmetry
Separation of Variables & Legendre Polynomials
Nature's Preferred Shapes
"Why do the electron orbitals in a hydrogen atom have those specific dumbbell and clover shapes?"
When a physical system has spherical symmetry (like an atom), its solutions must follow the geometry of the sphere.
The math doesn't just describe the shape; it creates it.
P-Orbital Visualization
The Strategy: \( \Phi = R(r)Y(\theta, \phi) \)
To solve \( \nabla^2 \Phi = 0 \), we assume the solution is a product of functions that each depend on only one coordinate.
Azimuthal Symmetry Case:
\[ \Phi(r, \theta) = R(r) \Theta(\theta) \]
Resulting ODEs:
Radial: \( \frac{d}{dr}(r^2 \frac{dR}{dr}) = \ell(\ell+1)R \)
Angular: Legendre's Equation for \( \cos \theta \)
The Legendre Polynomials \( P_\ell(\cos\theta) \)
\( P_0 \)
\( 1 \)
Spherically Symmetric
\( P_1 \)
\( \cos\theta \)
Dipole shape
\( P_2 \)
\( \frac{1}{2}(3\cos^2\theta - 1) \)
Quadrupole shape
General Solution:
\[ \Phi(r, \theta) = \sum_{\ell=0}^\infty \left( A_\ell r^\ell + \frac{B_\ell}{r^{\ell+1}} \right) P_\ell(\cos\theta) \]
Boundary Conditions
The constants \( A_\ell \) and \( B_\ell \) are determined by what is happening at the boundaries (e.g., surface of a sphere).
Rule of Thumb:
If the center (\( r=0 \)) is included: \( B_\ell = 0 \)
If space goes to infinity: \( A_\ell = 0 \)
Example: Hollow Sphere
A hollow sphere of radius \( R \) is held at a potential \( V(\theta) \). Inside the sphere, we only use the \( r^\ell \) terms to avoid blowup at the origin.
\[ \Phi(r, \theta) = \sum A_\ell r^\ell P_\ell(\cos\theta) \]
Orbital Shapes Handout Orbital Shapes
Case Study: The Geometry of the Atom
Schrödinger Eq.
Why Spherical Harmonics?
In quantum mechanics, the probability distribution of an electron—its "orbital"—is found by solving the Schrödinger Equation. For a hydrogen atom, the potential energy \( V(r) \propto -1/r \) is spherically symmetric. This means the angular part of the solution is completely independent of the specific radial potential; it is a fundamental property of spherical geometry itself .
"The orbitals are not 'clouds' in a vague sense; they are the vibrational modes of a three-dimensional sphere, much like the notes of a drum head are the vibrational modes of a circle."
Vocabulary Check
Principal (\(n\)): Radial energy level.
Angular (\(\ell\)): Magnitude of angular momentum.
Magnetic (\(m\)): Orientation in space.
Visualizing the Harmonics \( Y_{\ell}^m(\theta, \phi) \)
s-orbital (\(\ell=0\))
\( P_0(\cos\theta) = 1 \). Completely uniform. No angular nodes.
p-orbital (\(\ell=1\))
\( P_1(\cos\theta) = \cos\theta \). One angular node at the equator (\(\theta = 90^\circ\)).
d-orbital (\(\ell=2\))
\( P_2(\cos\theta) \propto 3\cos^2\theta - 1 \). Two angular nodes.
Geometric Discussion Questions
Why can't an electron be "located" at the nodes (the spaces between the lobes)?
Reflect on the wave-nature of the solution and where the probability density \( |\Psi|^2 \) goes to zero.
As \(\ell\) increases, the number of lobes increases. What does this imply about the energy of the electron?
Consider the kinetic energy associated with "wiggling" or higher frequency angular oscillations.
Laplace Lab Worksheet Laplace Lab
Spherical Boundary Value Problems
Name: _________________________________
1. Potential in a Spherical Shell
A hollow sphere of radius \( R \) is held at a fixed potential \( V_0 \) on its northern hemisphere (\( 0 \leq \theta < \pi/2 \)) and at \( -V_0 \) on its southern hemisphere (\( \pi/2 < \theta \leq \pi \)).
A. Explain why the solution inside the sphere must only contain terms like \( r^\ell P_\ell(\cos\theta) \).
B. Find the first non-zero term in the potential expansion \( \Phi(r, \theta) \) inside the sphere. (Hint: Use the orthogonality of Legendre polynomials).
2. Grounded Sphere in Uniform Field
A grounded conducting sphere of radius \( R \) is placed in an originally uniform electric field \( \vec{E}_0 = E_0 \hat{z} \). The potential far from the sphere (\( r \to \infty \)) is \( \Phi = -E_0 z = -E_0 r \cos \theta \).
Identify which Legendre polynomial (\( P_\ell \)) matches the symmetry of the external field:
\( P_0 \)
\( P_1 \)
\( P_2 \)
Write the general form of the potential \( \Phi(r, \theta) \) outside the sphere using only the relevant \( \ell \) value and solve for the coefficients:
Metric Matrix Slides Metric Matrix
Tensors & Non-Euclidean Metrics
The Rubber Sheet
"How do we measure distance on a rubber sheet that is being stretched?"
In flat space, distance is simple: \( ds^2 = dx^2 + dy^2 \).
But what if the scale of the grid changes as you move?
Curvature & Distortion
The Metric Tensor (\( g_{ij} \))
The most general way to define distance squared (\(ds^2\)) in any space:
\[ ds^2 = \sum_{i,j} g_{ij} du^i du^j \]
For Orthogonal Systems:
The matrix is diagonal! \( g_{ii} = (h_i)^2 \). This is why scale factors are so important.
For Non-Orthogonal:
The off-diagonal terms (\(g_{12}, \dots\)) measure the lack of perpendicularity.
Geodesics: Straight Paths in Curved Space
A geodesic is the shortest path between two points. In curved space, this path is rarely a "straight line" in the Cartesian sense.
Examples:
Great circles on a sphere.
Light rays in a gravitational field.
Sphere Geodesics
Curvature and Physics
"Matter tells space how to curve; space tells matter how to move."
Einstein's Insight
\[ G_{\mu\nu} = \frac{8\pi G}{c^4} T_{\mu\nu} \]
The metric tensor \( g_{\mu\nu} \) is the primary variable that describes the physical geometry of the Universe.
Warped Paths Guide Warped Paths
Inquiry Guide: Metric Tensors & Geodesics
This guide facilitates a deep dive into the concept of the Metric Tensor . Students move from the specific scale factors of Lesson 1 to the generalized language of differential geometry.
1. The Mercator Mystery
Show students a standard Mercator projection map of the Earth. Ask: "Why does Greenland look as large as Africa, even though Africa is actually 14 times larger?"
Mathematical Anchor:
The metric tensor for a map projection is not the identity matrix. The scale factors \( h_x, h_y \) depend on the latitude. Near the poles, the metric "stretches" space to maintain straight grid lines.
Key Question:
"If you were a tiny ant living on the map, how would your 'local' measurement of 1cm change as you walked from the equator to the pole?"
2. Shortest Distance Challenge
Using a physical globe and a piece of string, have students find the shortest path between London and Tokyo.
Observation:
The string naturally follows a 'Great Circle'. This path looks curved on a flat map but is the 'straightest' path possible on the surface.
The Metric Link:
Minimize \( S = \int \sqrt{g_{ij} \frac{dx^i}{dt} \frac{dx^j}{dt}} dt \)
Reflection Prompt
"In Cartesian coordinates, the metric is constant everywhere. In curvilinear or curved space, the metric is a field—it changes from point to point. What does this tell us about the relationship between position and distance ?"
Geometry Final Review Geometry Final
Sequence Summative Review
Student ID: ______________________
Final Score: ______ / 50
Part I: Geometry Foundations (15 pts)
1. Define a "Scale Factor" in your own words. Why are they necessary when using angular coordinates?
2. Match the coordinate system to its Jacobian (\( dV \)):
A. Cylindrical
B. Spherical
C. Cartesian
____ \( r^2 \sin\theta \, dr \, d\theta \, d\phi \)
____ \( dx \, dy \, dz \)
____ \( \rho \, d\rho \, d\phi \, dz \)
Part II: Field Operations (20 pts)
Given a scalar field \( \Psi(r, \theta, \phi) = \frac{A}{r^2} \):
3. Calculate the gradient \( \nabla \Psi \). Show your use of scale factors.
4. Does this field satisfy Laplace's Equation \( \nabla^2 \Psi = 0 \)? (Show your work).
Part III: Metric & Symmetry (15 pts)
5. In the context of separation of variables, why do we use Legendre Polynomials for spherical problems but Trigonometric functions for Cartesian ones?
6. Metric Transformation: If a space has a metric \( g_{ij} = \begin{pmatrix} 1 & 0 \\ 0 & t^2 \end{pmatrix} \), describe what happens to the distance between two fixed points in the \( u^2 \) direction as time \( t \) increases.
Final Reflection Challenge
Explain how the geometry of a physical boundary simplifies the differential equations we have to solve.