vpython
Dot Physics
Tag archives for vpython
I have seen several videos similar to this. Real? Fake? How many tries did this take? Let the analysis begin. Before I do any analysis, let me state that I think this is not fake. I do not know that for sure, just my first guess. How would I tell if it is real or…
(alternate title: how to make pretty graphs in vpython) I am happy. Finally, I can use the visual module in python (vPython.org) and plotting with Matplotlib. Maybe this isn’t such a big deal for many of you, but for me, it never worked until now. In the past, I blogged about plotting in vpython vs.…
In my last zombie post, I looked at a human moving in a circle to avoid a zombie (if they are stuck in a room). What if I build a zombie evading robot that always moves perpendicular to the path of the zombie? Would this work? This shouldn’t be too difficult to model. I can…
Title: Chased by zombies When I heard word about the ScienceBlogs Zombie Day, I knew I wanted to participate with a post – but I had no idea what to do. My first thought was to somehow talk about living off the electric grid in the case of a zombipocolypse – you know, like how…
So suppose you saw something that looked like this: This is a ball shot out of a shooter device. Well, it is a vypthon animation of a ball. What would you do if you came to see this video? If I had not made it, I would say it is an unrealistic video. It does…
Recently, I was talking about vectors. At that time, I had to stop and recall how I had been representing vectors. Ideally, I should stick with the same notation I used in Basics: Vectors and Vector Addition. But let me go over the different ways you could represent a vector. Graphical Maybe this is too…
In part I of this post, I talked about the basics of projectile motion with no air resistance. Also in that post, I showed that (without air resistance) the angle to throw a ball for maximum range is 45 degrees. When throwing a football, there is some air resistance this means that 45 degree is…
Looking back at part I of this idea, I don’t think I did a very good job. Let me summarize the key things I wanted to say: Normally, there are two ways of modeling the motion of an object: Calculating the forces on the object and using the momentum principle or Newton’s second law (which…
Every introductory astronomy text and most intro physics texts talk about tides. The usual explanation is something along the lines of: The moon exerts a gravitational force on the Earth and all the stuff on the Earth. This force decreases with distance (1/r2). Thus the moon pulls greater on one side of the Earth than…