STEM Workshop for Middle/High School Math \& Science
The 3D-Compass physically models the $\rho, \theta, \phi$ coordinates shown above.
This session uses the **Engineering Design Process (EDP)**, ensuring students transition from abstract formulas to tangible, measurable solutions.
Introduce 3D location challenge. Define the **Project Phoenix Challenge**: convert a spherical target location ($\rho, \theta, \phi$) into rectangular coordinates ($x, y, z$) for vehicle navigation.
Hands-on use of the 3D-Compass to set angles ($\theta, \phi$). Guided practice applying trigonometric conversion rules.
Teams calculate $x, y, z$ for a unique target, then physically set the coordinates on the 3D-Compass and verify the vector's direction against a scaled grid model.
Teams analyze measurement error, discuss how the coordinate system conventions change between math (Zenith) and real-world (Declination), and connect the skills to STEM careers.
The workshop directly supports the Louisiana Student Standards (LSSS) across three core disciplines, reinforcing Science and Engineering Practices (SEP).
(LSSS: F-TF.A.2 / N-VM.A.1)
**Focus:** Trigonometric functions, vector analysis, and 3D geometry applications (Algebra II / Pre-Calculus).
(LSSS: HS-ESS1-4)
**Focus:** Modeling orbital motions, frame of reference, and coordinate system dynamics (Earth Science / Physics).
(LSSS: HS-ETS1-2)
**Focus:** Utilizing the Engineering Design Process (EDP) to design, test, and optimize measurement solutions.
(LSSS: K-12.CS.A.2)
**Focus:** Computational thinking, abstraction, and data representation through pseudocode and modeling (Computer Science).
Performance is assessed based on the following four measurable criteria:
| Criterion | Description |
|---|---|
| 1. Mathematical Accuracy | Assesses correct application of trigonometric formulas and notation (LSSS: F-TF.A.2). |
| 2. Model Application & Precision | Measures the accuracy ($\pm 1^\circ$ tolerance) and correct physical use of the 3D-Compass instrument (SEP: Developing Models). |
| 3. Engineering Design | Evaluates the stability and functional optimization of prototyped solutions (e.g., field mount design) (LSSS: HS-ETS1-2). |
| 4. Conceptual Understanding | Assesses the ability to explain complex concepts, such as the difference between fixed (Equatorial) and dynamic (Horizontal) coordinate systems. |
These optional activities provide opportunities for differentiated instruction, deepening the application of Math and Science principles.
Design a stable, adjustable tripod or mount for the 3D-Compass using simple materials (paper, straws). The design must minimize angular wobble ($\pm 0.5^{\circ}$) under field conditions.
Write pseudocode or Python/JavaScript functions that automate the conversion between $\rho, \theta, \phi$ and $x, y, z$. Students must also account for unit conversions (degrees to radians).
Test the instrument's accuracy by taking 10 measurements of a single fixed point. Calculate the mean, standard deviation, and percentage of error in the $x, y, z$ coordinates to assess precision (LSSS: S-ID.A.4).
Plan a 3D drone path requiring three sequential spherical vectors ($\rho_1, \theta_1, \phi_1$, etc.). Calculate the single resultant rectilinear vector ($\mathbf{R}$) that represents the final destination (LSSS: N-VM.A.1).
Use spherical geometry principles to calculate the shortest distance between two points on the Earth's surface (e.g., Baton Rouge to London) using the Haversine formula, linking the concepts to geography.
Apply the concept to astronomy by locating a fixed star (like Betelgeuse) using its Equatorial Coordinates (RA/Dec). This requires compensating for Earth's rotation to find the correct Azimuth/Polar angle at a specific time (LSSS: HS-ESS1-4).