This project gave me experience taking a theoretically mechanical problem and building it into a working numerical model. It reinforced my understanding of mass-spring-damper systems, RK4 integration, and fluid induced motion, while showing how small changes in systems can drastically alter dynamic behavior.
My primary role in this project was actually more focused in developing the physical model and governing equations, including force balances, drag equations, and other parameters, than it was actually building the program; which was where my partner shined. Beyond the initial setup, I also spent significant time running the program, fine tuning variables, and analyzing physical behavior to gain meaningful insights and effectively communicating my findings in the report.
Beyond this project, this course as a whole gave me a strong foundation in numerical methods and how they apply to engineering problems. Through topics like root finding, Gaussian elimination, interpolation, numerical integration, and differential equation solving, I gained experience using computational methods to solve problems that would be difficult or impractical by hand. It strengthened both my mathematical intuition and my ability to break down complex systems into solvable steps.