Tagged Questions
0
votes
2answers
93 views
Given Angle, Initial Velocity, and Acceleration due to Gravity, plot parabolic trajectory for every “x”?
Given any Angle -> 0-90
Given any Initial Velocity -> 1-100
Given Acceleration due to Gravity -> 9.8
Plot every x,y coordinate (the parabolic trajectory) with cartesian coordinates and screen pixels ...
0
votes
1answer
123 views
Control system with equation C = A*x + B*dx/dt
This question came up in a computer science / robotics exam and I still don't know the solution for it. I figured out that it's classical mechanics related, so I thought this might be the best place ...
0
votes
1answer
177 views
Laws of Motion: Acceleration to be applied on a free falling object to reduce velocity to 0
Assume that an object of mass 'm' is falling to the earth.The force acting on the same would be F = m*g = 10m (assuming g = 10m/s^2). In this case the velocity of the object at time 't' = 10 seconds ...