Plotting trajectories (on a computer)

AI Thread Summary
For plotting trajectories in computational physics, several programs can be utilized, with a preference for 3D visualization. Python is a strong choice, especially with libraries like VPython, which allows for easy 3D graphics and visualization of results. Users recommend starting with 2D plotting using libraries such as Matplotlib before advancing to 3D. The VPython website offers examples and resources to help beginners visualize their data effectively. Exploring these tools will enhance the ability to present trajectory data clearly.
Adoniram
Messages
93
Reaction score
6
Hello all,

I'm rather new to the world of computational physics and I'd just like some advice on which program I can use for plotting trajectories. I'd prefer 3D, if possible, but 2D would at least be a good start.

I'm a little familiar with python, and I can get results from my .py scripts, but I want to visualize them now.

Any advice?

Thanks!
 
Physics news on Phys.org
The rope is tied into the person (the load of 200 pounds) and the rope goes up from the person to a fixed pulley and back down to his hands. He hauls the rope to suspend himself in the air. What is the mechanical advantage of the system? The person will indeed only have to lift half of his body weight (roughly 100 pounds) because he now lessened the load by that same amount. This APPEARS to be a 2:1 because he can hold himself with half the force, but my question is: is that mechanical...
Some physics textbook writer told me that Newton's first law applies only on bodies that feel no interactions at all. He said that if a body is on rest or moves in constant velocity, there is no external force acting on it. But I have heard another form of the law that says the net force acting on a body must be zero. This means there is interactions involved after all. So which one is correct?
Thread 'Beam on an inclined plane'
Hello! I have a question regarding a beam on an inclined plane. I was considering a beam resting on two supports attached to an inclined plane. I was almost sure that the lower support must be more loaded. My imagination about this problem is shown in the picture below. Here is how I wrote the condition of equilibrium forces: $$ \begin{cases} F_{g\parallel}=F_{t1}+F_{t2}, \\ F_{g\perp}=F_{r1}+F_{r2} \end{cases}. $$ On the other hand...
Back
Top