learn-multibody-dynamics icon indicating copy to clipboard operation
learn-multibody-dynamics copied to clipboard

Some possible enhancements to the book

Open moorepants opened this issue 3 years ago • 3 comments

  • Add in conceptual questions and mini problems to the lecture notes
  • Add more mini-exercises after sections
  • Introduce more problems that show off notable dynamics phenomena (reversals, stability, gyroscope, etc.)
  • A negative aspect of integrating code into a book is that the full solutions are already coded for the student and it enables a copy/paste style of work to solve the homeworks, thus limited learning.
  • Show them how to use sympy.physics.mechanics more at the end, we only use physics.vector in the book.

moorepants avatar Feb 08 '23 11:02 moorepants

I am always intrigued by gyroscopic effects, they often are counter intuitive. For example, it is known that the rotation of a rigid body around its axis of smallest inertia is unstable. I simulated this, a really simple program, and it did show this effect.

Peter230655 avatar Feb 08 '23 13:02 Peter230655

Would it make sense to introduce sympy.physics.mechanics at the end of your lecture, or maybe in an appendix? It is a fascinating library, based on the topic of your lecture.

Peter230655 avatar Feb 08 '23 14:02 Peter230655

Yes for sure. I'll add it to the list.

moorepants avatar Feb 08 '23 14:02 moorepants