Python Physics Lesson 5: Projectile Motion with Air Resistance

preview_player
Показать описание
New video series - python in physics.

Lesson 5: air resistance

Here is the code for this video:

The whole series is in this playlist
Рекомендации по теме
Комментарии
Автор

Thoroughly enjoyed your lecture. I have initial position, linear and angular velocity vectors(also spin rate). Finding difficult to get a trajectory. Using right handed coordinate system where gravity acts -Z direction.
I would be glad if you can share a video on 3 d projectile motion with air drag and magnus effect.
Thankyou 🙏

chinagodababangarusai
Автор

How would you add air resistance in the x-axis?

frkish
Автор

What is the difference between the norm and the mag of the vector in relation to this Vpython program? Googling it seems to say they are the same but here "mag" is a scalar and "norm" is anotgher vector, but what's the utility of that norm vector in this example?

pauldirac