What Engineering Project Can I Model Using Differential Equations and MATLAB?

AI Thread Summary
A user seeks project ideas for modeling with differential equations and MATLAB, aiming for real-world verification and a dynamic approach. Examples provided include modeling hot air balloon lift and pneumatic gun trajectory, but the user desires something less common. A suggestion is made to model a shock absorber system, involving a shape connected to a spring in a liquid, which would demonstrate overdamped oscillation behavior. The discussion emphasizes the importance of determining the damping coefficient for accurate modeling. Overall, the focus is on finding engaging and dynamic projects suitable for an introductory course.
engagrelyt
Messages
1
Reaction score
0
Hello,

I am trying to find a project that I can model using differential equations and matlab, that I may also be able to create in the real world and verify my computer models and predictions. This is more for an introductory course, learning for my first time how to use matlab.

I am having difficulty finding ideas, I want something that is interesting, but hasn't been done a million times.

Some examples: modeling hot air balloon lift, modeling and verifying pneumatic gun trajectory and distance, etc.

Most of the ideas I come up with are simple optimization problems, i.e. plug in a value here, and get a value there. I am looking for something more dynamic.

Thanks you very much in advance.
 
Physics news on Phys.org
Define "Dynamic"

Here's an idea: You can model a simple shock absorber, meaning a shape connected to a spring, with the shape inserted into a liquid. In an "ideal" world, the spring would keep the shape in a sinusoidal motion after a force is applied. Adding the energy-absorbing liquid will instead turn the system into an overdamped oscillator, with x = mx'' + bx' + idon'tremember where b is the dampening coefficient of the liquid - finding b is half the trouble, believe you me, and unless you're specifically studying fluid dynamics, I recommend that you ignore b, and instead use MatLab to find the value of B that will let your equation give the same results as your experimental data.
 
Back
Top