Question: Create a glowscript program to accomplish the following tasks: 1) Move an object that starts at the origin, with an initial velocity of <1,0,0> m/s
Create a glowscript program to accomplish the following tasks:
1) Move an object that starts at the origin, with an initial velocity of <1,0,0> m/s with a net force of <0,-1,3> N acting on it. Allow the motion to continue for a time interval of 1.00 s. The object must show the path it has taken. The object will have a mass of 0.5 kg. (0.6)
2) Create an arrow that show the magnitude and direction of the objects momentum at all times during its motion, that moves with the object. The vector must be a different color then the object (0.2)
3) Create text that shows where the object started and ended. Each text must point in different directions and have different, readable colors. (0.1)
4) Print out the final position, velocity, and momentum with units and properly identified. (0.1)
Tip: Create the shortest code that allows you to run the program. Run the program to test it, it is easier to find errors with less lines of code. Once it runs, then add the next feature. Now, if the program does not works, you will have only a few lines to check.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
