Project

Real-world projects creating positive impacts for self, others, communities, and the planet.

Annually, numerous interdisciplinary projects emerge with the mission of contributing to a better world.These projects span multiple disciplines and areas such as biosciences, urban planning, innovative media, physics, and mathematics. Within them, we are engineers, designers, architects, scientists, thinkers, and visionaries for the future. We expect these projects could inspire learners in creating impactful work, prompting them to consider their place in the broader context of the world and the progression of human civilization.

Modeling and Data ScienceMaths

Principal Components Analysis: Theory and Application

Disciplines/Subjects: Mathematics, Linear Algebra, Statistics, Machine Learning Key Themes: Matrix Decomposition, Dimensionality Reduction, Statistical Modeling, Real-World Applications This project explores the application of Principal Components Analysis (PCA) as a statistical tool for dimensionality reduction in real-world datasets. Starting with the foundational theory, learners learn the relationship between Singular Value Decomposition (SVD) and PCA, and how PCA can address common statistical dilemmas such as high dimensionality in data. Using Python, learners apply PCA to the "Prostate Cancer" dataset, exploring how the method extracts the most important components for predicting prostate-specific antigen (PSA) levels from various clinical measurements. Through this process, learners identify and analyze the principal components, evaluate the results, and compare the PCA-derived model with traditional linear regression models. The project emphasizes both the mathematical theory behind PCA and its practical application in data science. In addition, learners write their own PCA code from scratch using SVD, reflecting on the underlying algorithm and comparing their implementation to established Python instructions.
Modeling and Data ScienceMaths

Exploring Pre-Calculus Concepts Through Real-World Applications

Disciplines/Subjects: Mathematics, Pre-Calculus, Applied Mathematics Key Themes: Mathematical Modeling, Real-World Applications, Exploration of Pre-Calculus Topics This project allows learners to choose a topic from the Pre-Calculus curriculum and explore its application in a real-world context. Topics may include polynomial and rational functions, exponential and logarithmic functions, or trigonometric and polar functions. Learners will conduct research, develop mathematical models, solve example problems, and discuss real-world applications. For instance, the sample work explores how trigonometric functions model sound waves, demonstrating the mechanics of music and sound. The project encourages creativity, critical thinking, and a deeper understanding of how mathematical concepts relate to practical scenarios.
Modeling and Data ScienceMaths

Applying Calculus to Real-World Problem Solving

Disciplines/Subjects: Mathematics, Calculus, Applied Mathematics Key Themes: Mathematical Modeling, Optimization, Differentiation, Integration In this project, learners will apply their knowledge of calculus to analyze and solve a real-world problem. The project may involve mathematical modeling, optimization techniques, and the use of differentiation and integration to understand and optimize systems such as transportation, economics, engineering, or environmental processes. Learners will create a comprehensive report that includes mathematical models, calculations, and graphs, and will present their findings in a 5-10 minute oral presentation. This project encourages creativity and critical thinking in applying calculus concepts to practical situations.
Modeling and Data ScienceMaths

Exploring Statistical Methods Through Real-World Data

Disciplines/Subjects: Statistics, Data Analysis, Research Methods Key Themes: Statistical Testing, Data Collection, Sampling Methods, Data Visualization In this project, learners will choose a topic of personal interest and conduct a statistical research study using real-world data. The project will involve collecting data through appropriate sampling methods, applying statistical tests learned throughout the course (such as z-tests, t-tests, chi-square tests, and tests for slope), and analyzing the data using mathematical calculations and graphical representations. Learners will interpret the results to identify patterns and relationships and present their findings in a clear, organized statistical report.
Modeling and Data ScienceMaths

Linear Regression: Analyzing Relationships Between Variables

Disciplines/Subjects: Mathematics, Statistics, Data Science Key Themes: Linear Regression Analysis, Data Collection, Hypothesis Testing, Real-World Applications This project allows learners to choose a topic of personal interest and apply linear regression analysis to explore relationships between variables. Whether analyzing economic data, environmental factors, or social trends, learners will collect and clean data, build regression models, and evaluate their fit using statistical software like R or Python. They will also perform hypothesis testing, calculate confidence intervals for the regression coefficients, and interpret the results. The project culminates in a detailed report that applies these techniques to solve practical problems, improving both analytical and data modeling skills.
Modeling and Data ScienceMaths

Investigation of Periodic Phenomena

Disciplines/Subjects: Mathematics, Environmental Science, Data Analysis Key Themes: Periodic Patterns, Trigonometric Functions, Real-World Applications of Mathematical Modeling In this project, learners are encouraged to choose a periodic phenomenon of personal interest to investigate, such as seasonal weather patterns, lunar cycles, biorhythms, economic cycles, or even traffic patterns. This sample work explores the temperature rhythms of cities with varying distances from the sea, using trigonometric functions (sin and cos) to model and analyze the temperature changes over time. By applying mathematical principles, learners identify patterns, construct equations to represent periodic behaviors, and predict future trends. The project demonstrates the power of trigonometry in understanding and forecasting periodic phenomena across different domains.
Modeling and Data ScienceMaths

Investigation of Growth and Decay Phenomena by Exponential and Logarithmic Functions

Disciplines/Subjects: Mathematics, Scientific Research, Data Science Key Themes: Exponential and Logarithmic Modeling, Growth and Decay Phenomena, Mathematical Representation of Real-World Processes In this project, learners selected topics of personal interest related to phenomena that exhibit exponential growth or decay, such as population dynamics, radioactive decay, or, as in this example, memory retention. This sample work explores Ebbinghaus’ Memory Curve, which describes the decline of memory retention over time. Using experimental data collected from peers, the student modeled the decay process with exponential functions and investigated the effect of review sessions on memory retention. The project illustrates the practical application of mathematics in diverse fields and fosters analytical skills through data-driven inquiry.
Modeling and Data ScienceMaths

Exploring Relationships in Bivariate Categorical Data

Disciplines/Subjects: Mathematics, Statistics Key Themes: Data Analysis, Personal Preferences, Statistical Reasoning This project empowers learners to investigate relationships between gender and their peers' preferences through data collection and analysis. Learners select topics of personal interest, such as favorite colors, sports, or cosmic elements, and gather data using surveys or interviews. They create two-way frequency tables, calculate relative and conditional relative frequencies, and visualize their findings with charts. Through analysis, learners uncover trends and reflect on the significance of statistical reasoning in understanding relationships in real-world contexts.